Doxygen Filter is an input filter for Doxygen enabling support for Perl code
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 PR: 128432 Submitted by: Sergei Golyashov <svvord at spline-studio dot ru>
This commit is contained in:
parent
be6e6e662c
commit
04091b806d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222203
@ -1874,6 +1874,7 @@
|
||||
SUBDIR += p5-aliased
|
||||
SUBDIR += p5-base
|
||||
SUBDIR += p5-capitalization
|
||||
SUBDIR += p5-doxygenfilter
|
||||
SUBDIR += p5-enum
|
||||
SUBDIR += p5-forks
|
||||
SUBDIR += p5-iCal-Parser
|
||||
|
23
devel/p5-doxygenfilter/Makefile
Normal file
23
devel/p5-doxygenfilter/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: doxygenfilter
|
||||
# Date created: Tue Oct 28 07:38:51 UTC 2008
|
||||
# Whom: Sergei Golyashov <svvord@spline-studio.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= doxygenfilter
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/bigsister
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svvord@spline-studio.ru
|
||||
COMMENT= Input filter for Doxygen enabling support for Perl code documentation
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DoxyGen::Filter.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-doxygenfilter/distinfo
Normal file
3
devel/p5-doxygenfilter/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (doxygenfilter-1.01.tar.gz) = a61e50d2464b435b7a84f0ca02b438c1
|
||||
SHA256 (doxygenfilter-1.01.tar.gz) = 4e63e4fd5b8670fd9dfb3bdf1c5348729c4d9fbbfda0b66b43c929f99c847282
|
||||
SIZE (doxygenfilter-1.01.tar.gz) = 27403
|
5
devel/p5-doxygenfilter/pkg-descr
Normal file
5
devel/p5-doxygenfilter/pkg-descr
Normal file
@ -0,0 +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
|
||||
already has built-in support for multiple programming languages.
|
||||
|
||||
WWW: http://www.bigsister.ch/doxygenfilter/doxygenfilter.html
|
8
devel/p5-doxygenfilter/pkg-plist
Normal file
8
devel/p5-doxygenfilter/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/doxygenfilter
|
||||
%%SITE_PERL%%/mach/auto/DoxyGen/Filter/.packlist
|
||||
%%SITE_PERL%%/DoxyGen/SQLFilter.pm
|
||||
%%SITE_PERL%%/DoxyGen/Filter.pm
|
||||
%%SITE_PERL%%/DoxyGen/PerlFilter.pm
|
||||
@dirrm %%SITE_PERL%%/mach/auto/DoxyGen/Filter
|
||||
@dirrm %%SITE_PERL%%/mach/auto/DoxyGen
|
||||
@dirrm %%SITE_PERL%%/DoxyGen
|
Loading…
Reference in New Issue
Block a user