svn commit: r329961 - in head: . devel devel/p5-Doxygen-Filter-Perl devel/p5-doxygenfilter
Jason E. Hale
jhale at FreeBSD.org
Thu Oct 10 02:27:50 UTC 2013
Author: jhale
Date: Thu Oct 10 02:27:48 2013
New Revision: 329961
URL: http://svnweb.freebsd.org/changeset/ports/329961
Log:
- Move devel/p5-doxygenfilter -> devel/p5-Doxygen-Filter-Perl as the
project has been taken over by a new developer and renamed:
http://www.bigsister.ch/doxygenfilter/news.html
- Update to 1.61
- Support staging
PR: ports/167134
Submitted by: Sergey Golyashov <svvord at mail.ru>
Added:
head/devel/p5-Doxygen-Filter-Perl/
- copied from r329953, head/devel/p5-doxygenfilter/
Deleted:
head/devel/p5-doxygenfilter/
Modified:
head/MOVED
head/devel/Makefile
head/devel/p5-Doxygen-Filter-Perl/Makefile
head/devel/p5-Doxygen-Filter-Perl/distinfo (contents, props changed)
head/devel/p5-Doxygen-Filter-Perl/pkg-descr (contents, props changed)
head/devel/p5-Doxygen-Filter-Perl/pkg-plist (contents, props changed)
Modified: head/MOVED
==============================================================================
--- head/MOVED Thu Oct 10 02:24:09 2013 (r329960)
+++ head/MOVED Thu Oct 10 02:27:48 2013 (r329961)
@@ -5026,3 +5026,4 @@ textproc/linux-f10-libxml|textproc/linux
www/moodle23||2013-10-08|Has expired: Unmaintained upstream
sysutils/easypbi||2013-10-08|Obsolete: Use sysutils/pcbsd-utils-qt4 instead
devel/valgrind-snapshot|devel/valgrind-devel|2013-10-09|Rename to -devel to follow port naming conventions
+devel/p5-doxygenfilter|devel/p5-Doxygen-Filter-Perl|2013-10-09|Project has been taken over by new developer and renamed
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Oct 10 02:24:09 2013 (r329960)
+++ head/devel/Makefile Thu Oct 10 02:27:48 2013 (r329961)
@@ -1904,6 +1904,7 @@
SUBDIR += p5-Dist-Joseki
SUBDIR += p5-Dist-Metadata
SUBDIR += p5-Dist-Zilla
+ SUBDIR += p5-Doxygen-Filter-Perl
SUBDIR += p5-DynaLoader-Functions
SUBDIR += p5-EV
SUBDIR += p5-Env-PS1
@@ -2999,7 +3000,6 @@
SUBDIR += p5-constant-def
SUBDIR += p5-constant-lexical
SUBDIR += p5-cpan-listchanges
- SUBDIR += p5-doxygenfilter
SUBDIR += p5-enum
SUBDIR += p5-ex-lib
SUBDIR += p5-experimental
Modified: head/devel/p5-Doxygen-Filter-Perl/Makefile
==============================================================================
--- head/devel/p5-doxygenfilter/Makefile Thu Oct 10 00:58:16 2013 (r329953)
+++ head/devel/p5-Doxygen-Filter-Perl/Makefile Thu Oct 10 02:27:48 2013 (r329961)
@@ -1,30 +1,23 @@
-# Created by: Sergei Golyashov <svvord at mail.ru>
+# Created by: Sergey Golyashov <svvord at soft-wizard.ru>
# $FreeBSD$
-PORTNAME= doxygenfilter
-PORTVERSION= 1.10
-PORTREVISION= 3
+PORTNAME= Doxygen-Filter-Perl
+PORTVERSION= 1.61
CATEGORIES= devel perl5
-MASTER_SITES= SF/bigsister/${PORTNAME}/${PORTVERSION}
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= svvord at mail.ru
+MAINTAINER= svvord at soft-wizard.ru
COMMENT= Input filter for Doxygen enabling support for Perl code documentation
-RUN_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
+LICENSE= GPLv3
+
+RUN_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen \
+ p5-Pod-POM>=0.27:${PORTSDIR}/textproc/p5-Pod-POM \
+ p5-Log-Log4perl>=1.33:${PORTSDIR}/devel/p5-Log-Log4perl
+TEST_DEPENDS= p5-Test-Output>=1.01:${PORTSDIR}/devel/p5-Test-Output
USES= perl5
USE_PERL5= configure
-MAN3= DoxyGen::Filter.3
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-post-install:
- @${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
- @${CP} ${WRKSRC}/examples/* ${PREFIX}/share/examples/${PORTNAME}/
- @cd ${WRKSRC} ; ${FIND} -s examples \! -type d | ${SED} -E 's;^examples;share/examples/${PORTNAME};' >> ${TMPPLIST}
- @${ECHO_CMD} "@dirrm share/examples/${PORTNAME}" >> ${TMPPLIST}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Doxygen-Filter-Perl/distinfo
==============================================================================
--- head/devel/p5-doxygenfilter/distinfo Thu Oct 10 00:58:16 2013 (r329953)
+++ head/devel/p5-Doxygen-Filter-Perl/distinfo Thu Oct 10 02:27:48 2013 (r329961)
@@ -1,2 +1,2 @@
-SHA256 (doxygenfilter-1.10.tar.gz) = d73a27d6f28b6f14fb1a44c3d6854f70f5b3a19ca10035cad7843e4c68723375
-SIZE (doxygenfilter-1.10.tar.gz) = 29399
+SHA256 (Doxygen-Filter-Perl-1.61.tar.gz) = 04edbcd0d1d57737e4a471f48c4db83f4f8cc6ce2643cd4c3becc43a08622d67
+SIZE (Doxygen-Filter-Perl-1.61.tar.gz) = 50026
Modified: head/devel/p5-Doxygen-Filter-Perl/pkg-descr
==============================================================================
--- head/devel/p5-doxygenfilter/pkg-descr Thu Oct 10 00:58:16 2013 (r329953)
+++ head/devel/p5-Doxygen-Filter-Perl/pkg-descr Thu Oct 10 02:27:48 2013 (r329961)
@@ -1,5 +1,5 @@
Doxygen Filter is an input filter for Doxygen enabling support for Perl code
-documentation. Doxygen is quite a powerful code documentation system that
+documentation. Doxygen is quite a powerful code documentation system that
already has built-in support for multiple programming languages.
-WWW: http://www.bigsister.ch/doxygenfilter/doxygenfilter.html
+WWW: http://perldoxygen.sourceforge.net/
Modified: head/devel/p5-Doxygen-Filter-Perl/pkg-plist
==============================================================================
--- head/devel/p5-doxygenfilter/pkg-plist Thu Oct 10 00:58:16 2013 (r329953)
+++ head/devel/p5-Doxygen-Filter-Perl/pkg-plist Thu Oct 10 02:27:48 2013 (r329961)
@@ -1,9 +1,13 @@
-bin/doxygenfilter
-%%SITE_PERL%%/DoxyGen/Filter.pm
-%%SITE_PERL%%/DoxyGen/PerlFilter.pm
-%%SITE_PERL%%/DoxyGen/SQLFilter.pm
-%%SITE_PERL%%/DoxyGen/VBFilter.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/DoxyGen/Filter/.packlist
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DoxyGen/Filter
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DoxyGen
- at dirrm %%SITE_PERL%%/DoxyGen
+bin/doxygen-filter-perl
+%%PERL5_MAN3%%/Doxygen::Filter::Perl.3.gz
+%%PERL5_MAN3%%/Doxygen::Filter::Perl::POD.3.gz
+%%SITE_PERL%%/Doxygen/Filter.pm
+%%SITE_PERL%%/Doxygen/Filter/Perl.pm
+%%SITE_PERL%%/Doxygen/Filter/Perl/POD.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Doxygen/Filter/Perl/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Doxygen/Filter/Perl
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Doxygen/Filter
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Doxygen
+ at dirrmtry %%SITE_PERL%%/Doxygen/Filter/Perl
+ at dirrmtry %%SITE_PERL%%/Doxygen/Filter
+ at dirrmtry %%SITE_PERL%%/Doxygen
More information about the svn-ports-all
mailing list