summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2012-07-07 11:39:00 +0000
committerwiz <wiz>2012-07-07 11:39:00 +0000
commit0385241d44758df6d21cea0323f49daeeca747ef (patch)
tree3e674a9925473aa191365c4d6430e1cffa80e3de /devel/Makefile
parent77101a0e9d194ca693ae6aa377df503294e83995 (diff)
downloadpkgsrc-0385241d44758df6d21cea0323f49daeeca747ef.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/Makefile')
-rw-r--r--devel/Makefile3
1 files changed, 2 insertions, 1 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