summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2012-07-07 18:07:25 +0000
committerwiz <wiz>2012-07-07 18:07:25 +0000
commite6dcb64de44e11e54473e3697c8ab8f951e8250c (patch)
treec1bde51ccbd44579605ec82b60275a78c51fcb18
parent6cc4370e4eb852bb7f7b470b95511950b98bffbb (diff)
downloadpkgsrc-e6dcb64de44e11e54473e3697c8ab8f951e8250c.tar.gz
Revert unintended commit.
-rw-r--r--devel/p5-Data-Alias/DESCR23
-rw-r--r--devel/p5-Data-Alias/Makefile22
-rw-r--r--devel/p5-Data-Alias/distinfo8
3 files changed, 18 insertions, 35 deletions
diff --git a/devel/p5-Data-Alias/DESCR b/devel/p5-Data-Alias/DESCR
index 598154374fb..2f6b1dd28b7 100644
--- a/devel/p5-Data-Alias/DESCR
+++ b/devel/p5-Data-Alias/DESCR
@@ -1,19 +1,6 @@
-AutoDia is an open-source, auto-documentation and auto-diagramming
-system allowing you to automatically generate Images, XML, HTML or Dia files.
+Data::Alias provides a comprehensive set of aliasing operations.
-It has been written to make GNOME Dia and any Diagram Application that
-can use similar XML more powerful. I hope to make Dia more popular than
-the commercial equivilents because of the ability to vastly extend it in
-this way.
-
-AutoDia's design goals have been good Object Orientation such as
-plenty of abstraction, use of inheritance, extensability, robustness
-and elegance. Speed and security are not concerns as this application is
-designed to generate xml for documents in a batch processing manner, not
-an interactive manner, and is a single user application for use from the
-console.
-
-AutoDia has been previously known as autodial. The output file is still
-called autodia.out.dia by default. The executable files are now called
-autodia.pl and autodia_java.pl, the only difference being an additional
-section near the start of the latter to enable INLINE::Java.
+Data::Alias is a module that allows you to apply "aliasing semantics"
+to a section of code, causing aliases to be made whereever Perl
+would normally make copies instead. You can use this to improve
+efficiency and readability, when compared to using references.
diff --git a/devel/p5-Data-Alias/Makefile b/devel/p5-Data-Alias/Makefile
index 11ea3edc210..fa1f5c3471f 100644
--- a/devel/p5-Data-Alias/Makefile
+++ b/devel/p5-Data-Alias/Makefile
@@ -1,24 +1,20 @@
-# $NetBSD: Makefile,v 1.8 2012/07/07 11:39:01 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2012/07/07 18:07:25 wiz Exp $
-DISTNAME= Autodia-2.14
+DISTNAME= Data-Alias-1.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TE/TEEJAY/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Autodia/
-COMMENT= Create documentation through templates
-LICENSE= gnu-gpl-v2
+HOMEPAGE= http://search.cpan.org/dist/Data-Alias/
+COMMENT= Comprehensive set of aliasing operations
+LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
-DEPENDS+= p5-Template-Toolkit-[0-9]*:../../www/p5-Template-Toolkit
-DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
-BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+PERL5_PACKLIST= auto/Data/Alias/.packlist
-PKG_DESTDIR_SUPPORT= user-destdir
+USE_LANGUAGES= c
-PERL5_PACKLIST= auto/Autodia/.packlist
-REPLACE_PERL= autodia.pl
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Data-Alias/distinfo b/devel/p5-Data-Alias/distinfo
index 3eac60aff54..87d5367232a 100644
--- a/devel/p5-Data-Alias/distinfo
+++ b/devel/p5-Data-Alias/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2012/07/07 11:39:01 wiz Exp $
+$NetBSD: distinfo,v 1.6 2012/07/07 18:07:25 wiz Exp $
-SHA1 (Autodia-2.14.tar.gz) = c9d5fe213452d87d4e5ba0f5067ec330df4a74ff
-RMD160 (Autodia-2.14.tar.gz) = 9cbd7e99350155f2da41fe5db52ebd778bdb1899
-Size (Autodia-2.14.tar.gz) = 78070 bytes
+SHA1 (Data-Alias-1.16.tar.gz) = dbc0c765802e13094dafdd3d51af632c06c5f943
+RMD160 (Data-Alias-1.16.tar.gz) = a21036bc4073460035af5c7d71a72b160e152f4a
+Size (Data-Alias-1.16.tar.gz) = 64820 bytes