diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-07 18:06:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-07 18:06:33 +0000 |
commit | 4d9940eb2382946b0a78574b036a84dd5ebae4e0 (patch) | |
tree | 9f44184d05c54567f5035cdd7f77f6b153cdf358 /devel | |
parent | 925a6649457a5e36f5bd50c6799ecc2e09a50118 (diff) | |
download | pkgsrc-4d9940eb2382946b0a78574b036a84dd5ebae4e0.tar.gz |
Import p5-Autodia-2.14 as devel/p5-Autodia.
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/p5-Autodia/DESCR | 19 | ||||
-rw-r--r-- | devel/p5-Autodia/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Autodia/distinfo | 5 |
3 files changed, 48 insertions, 0 deletions
diff --git a/devel/p5-Autodia/DESCR b/devel/p5-Autodia/DESCR new file mode 100644 index 00000000000..598154374fb --- /dev/null +++ b/devel/p5-Autodia/DESCR @@ -0,0 +1,19 @@ +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. diff --git a/devel/p5-Autodia/Makefile b/devel/p5-Autodia/Makefile new file mode 100644 index 00000000000..f1adbde760b --- /dev/null +++ b/devel/p5-Autodia/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2012/07/07 18:06:33 wiz Exp $ + +DISTNAME= Autodia-2.14 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TE/TEEJAY/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Autodia/ +COMMENT= Create documentation through templates +LICENSE= gnu-gpl-v2 + +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-Autodia/distinfo b/devel/p5-Autodia/distinfo new file mode 100644 index 00000000000..c74b153ec27 --- /dev/null +++ b/devel/p5-Autodia/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/07/07 18:06:33 wiz Exp $ + +SHA1 (Autodia-2.14.tar.gz) = c9d5fe213452d87d4e5ba0f5067ec330df4a74ff +RMD160 (Autodia-2.14.tar.gz) = 9cbd7e99350155f2da41fe5db52ebd778bdb1899 +Size (Autodia-2.14.tar.gz) = 78070 bytes |