summaryrefslogtreecommitdiff
path: root/devel/dia2code
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-4/+8
their files via a custom do-install target.
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig1-2/+2
to shut up the pkglint warnings.
2007-04-03Make this package build on Darwin by not including malloc.h.minskim2-1/+14
2007-03-19Imported dia2code from pkgsrc-wip.rillig4-0/+59
Features of Dia2code: -* Reads UML diagrams. -* Can handle * UML - Generalization * UML - Realization * UML - Implements * UML - Association * UML - Dependency -* Selective code generation -* User-defined output directory -* Stereotype handling: interfaces, abstract classes -* "Import" and "include" based on the parent classes, the type of attributes and return type of methods iff they're declared in the same diagram -* Support for JavaBeans(tm): will create automagically methods to access and modify each attribute -* Template and Package handling -* Custom code generator modules that are loaded on-the-fly -* Generates code for: Ada, C, C++, Java, PHP, Python, shapefile, SQL and C# Packaged by dprice@cs.nmsu.edu.