Date: Tue, 28 Oct 2008 08:03:40 GMT From: Sergei Golyashov <svvord@spline-studio.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/128432: [NEW PORT] doxygenfilter Message-ID: <200810280803.m9S83e0M039541@www.freebsd.org> Resent-Message-ID: <200810280810.m9S8A1jg031058@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128432 >Category: ports >Synopsis: [NEW PORT] doxygenfilter >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 28 08:10:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sergei Golyashov >Release: FreeBSD 7.0-STABLE i386 >Organization: Spline Ltd. >Environment: FreeBSD crush.dony 7.0-STABLE FreeBSD 7.0-STABLE #2: Sat Aug 23 03:58:51 VLAST 2008 crush@crush.dony:/usr/obj/usr/src/sys/CRUSH i386 >Description: Doxygen Filter allows to use doxygen for creation of the documentation for Perl code. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # doxygenfilter # doxygenfilter/Makefile # doxygenfilter/distinfo # doxygenfilter/pkg-descr # doxygenfilter/pkg-plist # echo c - doxygenfilter mkdir -p doxygenfilter > /dev/null 2>&1 echo x - doxygenfilter/Makefile sed 's/^X//' >doxygenfilter/Makefile << '405349a0024f4646e922f90cceb5bb09' X# New ports collection makefile for: doxygenfilter X# Date created: Tue Oct 28 07:38:51 UTC 2008 X# Whom: Sergei Golyashov <svvord@spline-studio.ru> X# X# $FreeBSD$ X# X XPORTNAME= doxygenfilter XPORTVERSION= 1.01 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= bigsister X XMAINTAINER= svvord@spline-studio.ru XCOMMENT= Doxygen Filter is an input filter for Doxygen enabling support for Perl code documentation X XBUILD_DEPENDS= ${LOCALBASE}/bin/perl5:${PORTSDIR}/lang/perl5.8 XRUN_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen X XPERL_CONFIGURE= yes X XPKGNAMEPREFIX= "p5-" X XMAN3= DoxyGen::Filter.3 X X.include <bsd.port.mk> 405349a0024f4646e922f90cceb5bb09 echo x - doxygenfilter/distinfo sed 's/^X//' >doxygenfilter/distinfo << 'a4d99bb3e5ec5520bb2d8a3527d6da35' XMD5 (doxygenfilter-1.01.tar.gz) = a61e50d2464b435b7a84f0ca02b438c1 XSHA256 (doxygenfilter-1.01.tar.gz) = 4e63e4fd5b8670fd9dfb3bdf1c5348729c4d9fbbfda0b66b43c929f99c847282 XSIZE (doxygenfilter-1.01.tar.gz) = 27403 a4d99bb3e5ec5520bb2d8a3527d6da35 echo x - doxygenfilter/pkg-descr sed 's/^X//' >doxygenfilter/pkg-descr << 'c217ce9c684ccc5bd2b54c871352fdae' XDoxygen Filter is an input filter for Doxygen enabling support for Perl code Xdocumentation. Doxygen is quite a powerful code documentation system that Xalready has built-in support for multiple programming languages. X XWWW: http://www.bigsister.ch/doxygenfilter/doxygenfilter.html c217ce9c684ccc5bd2b54c871352fdae echo x - doxygenfilter/pkg-plist sed 's/^X//' >doxygenfilter/pkg-plist << '775d601fc114d1426c3f9c8a7ddff67b' Xbin/doxygenfilter Xlib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/DoxyGen/Filter/.packlist Xlib/perl5/site_perl/%%PERL_VERSION%%/DoxyGen/SQLFilter.pm Xlib/perl5/site_perl/%%PERL_VERSION%%/DoxyGen/Filter.pm Xlib/perl5/site_perl/%%PERL_VERSION%%/DoxyGen/PerlFilter.pm X@dirrm lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/DoxyGen/Filter X@dirrm lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/DoxyGen X@dirrm lib/perl5/site_perl/%%PERL_VERSION%%/DoxyGen 775d601fc114d1426c3f9c8a7ddff67b exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810280803.m9S83e0M039541>