The DoxyGenFilter project has been taken over by Bret Jordan and replaced to SourceForge with new name "Doxygen-Filter-Perl". [http://www.bigsister.ch/doxygenfilter/news.html] So the port devel/p5-Doxygen-Filter-Perl should replace the port devel/p5-doxygenfilter. And port devel/p5-doxygenfilter should be removed. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->jhale I'll take it.
Sorry this it took so long for someone to get to this. It seems the latest release is 1.50. Would you be able to provide an updated shar? http://search.cpan.org/~jordan/Doxygen-Filter-Perl/ -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team
State Changed From-To: open->feedback Ask submitter for new shar with updated version.
Well, will be after the weekend On =D0=A1=D1=80, 24 =D0=BE=D0=BA=D1=82 2012 05:28:20 Jason E. Hale wrot= e: > Sorry this it took so long for someone to get to this. It seems the = latest=20 > release is 1.50. Would you be able to provide an updated shar? =20 > http://search.cpan.org/~jordan/Doxygen-Filter-Perl/ >
New version of port p5-Doxygen-Filter-Perl. I apologize for the long silence... Jason E. Hale wrote: > Sorry this it took so long for someone to get to this. It seems the latest > release is 1.50. Would you be able to provide an updated shar? > http://search.cpan.org/~jordan/Doxygen-Filter-Perl/ >
Version 1.60 of port p5-Doxygen-Filter-Perl. Regards, Sergey Golyashov
Hi, I reviewed your most recent shar and I had to make a few changes. - Bumped version to 1.61 - Removed MAN3 and fixed pkg-plist so port works with staging - PERL_CONFIGURE=yes is non-functional. You should use USES=perl5 and USE_PERL5=configure - Moved devel/p5-Test-Output to TEST_DEPENDS I have attached the changed shar. If you agree, I will commit this. -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team
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@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@mail.ru> +# Created by: Sergey Golyashov <svvord@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@mail.ru +MAINTAINER= svvord@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 -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DoxyGen/Filter -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DoxyGen -@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 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Doxygen/Filter/Perl +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Doxygen/Filter +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Doxygen +@dirrmtry %%SITE_PERL%%/Doxygen/Filter/Perl +@dirrmtry %%SITE_PERL%%/Doxygen/Filter +@dirrmtry %%SITE_PERL%%/Doxygen _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!