mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
. Update to 1.7.
PR: 56140 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>
This commit is contained in:
parent
56278ae686
commit
7a7e325870
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94676
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= autodia
|
||||
PORTVERSION= 1.6
|
||||
PORTVERSION= 1.7
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= http://droogs.org/autodia/download/
|
||||
@ -36,9 +36,10 @@ MAN3= Autodia.3 autodia.3 autodia_java.3 \
|
||||
Autodia::Handler::PHP.3 \
|
||||
Autodia::Handler::Perl.3 \
|
||||
Autodia::Handler::SQL.3 \
|
||||
Autodia::Handler::Torque.3 \
|
||||
Autodia::Handler::dia.3
|
||||
|
||||
DOCS= CHANGES COPYING CREDITS DEVELOP FAQ INSTALL README
|
||||
DOCS= CHANGES COPYING CREDITS DEVELOP FAQ INSTALL README TODO
|
||||
|
||||
pre-install:
|
||||
@${RM} -f ${WRKSRC}/blib/man3/*.3pm
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Autodia-1.6.tar.gz) = 87dae3501310a1f49abba92bb9373b3c
|
||||
MD5 (Autodia-1.7.tar.gz) = 3417a6bb61332e1f5d1035fb76f5e0e5
|
||||
|
@ -5,7 +5,8 @@ are standard UML diagrams showing dependancies, superclasses, packages,
|
||||
classes and inheritances, as well as the methods, etc of each class.
|
||||
|
||||
AutoDia supports any language that a Handler has been written for -
|
||||
currently this is C++, DBI, Java, PHP, Perl, SQL and Dia.
|
||||
currently this is C++, DBI, Java, PHP, Perl, Python, SQL and Torque (XML
|
||||
DB schema).
|
||||
Adding a handler is easy - read the DEVELOP file for details.
|
||||
|
||||
WWW: http://droogs.org/autodia/
|
||||
|
@ -14,7 +14,9 @@ bin/autodia_java.pl
|
||||
%%SITE_PERL%%/Autodia/Handler/PHP.pm
|
||||
%%SITE_PERL%%/Autodia/Handler/Perl.pm
|
||||
%%SITE_PERL%%/Autodia/Handler/SQL.pm
|
||||
%%SITE_PERL%%/Autodia/Handler/Torque.pm
|
||||
%%SITE_PERL%%/Autodia/Handler/dia.pm
|
||||
%%SITE_PERL%%/Autodia/Handler/python.pm
|
||||
%%SITE_PERL%%/Autodia.pm
|
||||
%%SITE_PERL%%/autodia.pl
|
||||
%%SITE_PERL%%/autodia_java.pl
|
||||
@ -30,4 +32,5 @@ bin/autodia_java.pl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user