diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-07 11:39:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-07 11:39:00 +0000 |
commit | 0d3e87a215ca2dbd76fedbdbcce1b9dc7f81a872 (patch) | |
tree | 3e674a9925473aa191365c4d6430e1cffa80e3de /devel | |
parent | db352377d8bed8ce3c4c8eb5f4d88598edf23ba5 (diff) | |
download | pkgsrc-0d3e87a215ca2dbd76fedbdbcce1b9dc7f81a872.tar.gz |
Add p5-Autodia-2.14:
AutoDia is an open-source, auto-documentation and auto-diagramming
system allowing you to automatically generate Images, XML, HTML or Dia files.
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Data-Alias/DESCR | 23 | ||||
-rw-r--r-- | devel/p5-Data-Alias/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Data-Alias/distinfo | 8 |
4 files changed, 37 insertions, 19 deletions
diff --git a/devel/Makefile b/devel/Makefile index 822d53960ec..cb6cecd81e6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1623 2012/07/05 17:14:44 sno Exp $ +# $NetBSD: Makefile,v 1.1624 2012/07/07 11:39:00 wiz Exp $ # COMMENT= Development utilities @@ -531,6 +531,7 @@ SUBDIR+= p5-Attribute-Handlers SUBDIR+= p5-Attribute-Lexical SUBDIR+= p5-AutoLoader SUBDIR+= p5-AutoXS-Header +SUBDIR+= p5-Autodia SUBDIR+= p5-B-Compiling SUBDIR+= p5-B-Hooks-EndOfScope SUBDIR+= p5-B-Hooks-OP-Annotation diff --git a/devel/p5-Data-Alias/DESCR b/devel/p5-Data-Alias/DESCR index 2f6b1dd28b7..598154374fb 100644 --- a/devel/p5-Data-Alias/DESCR +++ b/devel/p5-Data-Alias/DESCR @@ -1,6 +1,19 @@ -Data::Alias provides a comprehensive set of aliasing operations. +AutoDia is an open-source, auto-documentation and auto-diagramming +system allowing you to automatically generate Images, XML, HTML or Dia files. -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. +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. diff --git a/devel/p5-Data-Alias/Makefile b/devel/p5-Data-Alias/Makefile index 2f2f341f560..11ea3edc210 100644 --- a/devel/p5-Data-Alias/Makefile +++ b/devel/p5-Data-Alias/Makefile @@ -1,20 +1,24 @@ -# $NetBSD: Makefile,v 1.7 2012/01/31 07:59:27 sno Exp $ +# $NetBSD: Makefile,v 1.8 2012/07/07 11:39:01 wiz Exp $ -DISTNAME= Data-Alias-1.16 +DISTNAME= Autodia-2.14 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TE/TEEJAY/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Data-Alias/ -COMMENT= Comprehensive set of aliasing operations -LICENSE= ${PERL5_LICENSE} +HOMEPAGE= http://search.cpan.org/dist/Autodia/ +COMMENT= Create documentation through templates +LICENSE= gnu-gpl-v2 -PERL5_PACKLIST= auto/Data/Alias/.packlist - -USE_LANGUAGES= c +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 PKG_DESTDIR_SUPPORT= user-destdir +PERL5_PACKLIST= auto/Autodia/.packlist +REPLACE_PERL= autodia.pl + .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 32c0f45e2a2..3eac60aff54 100644 --- a/devel/p5-Data-Alias/distinfo +++ b/devel/p5-Data-Alias/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/01/31 07:59:27 sno Exp $ +$NetBSD: distinfo,v 1.5 2012/07/07 11:39:01 wiz Exp $ -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 +SHA1 (Autodia-2.14.tar.gz) = c9d5fe213452d87d4e5ba0f5067ec330df4a74ff +RMD160 (Autodia-2.14.tar.gz) = 9cbd7e99350155f2da41fe5db52ebd778bdb1899 +Size (Autodia-2.14.tar.gz) = 78070 bytes |