update to perltidy 20031021

from new maintainer Jim Razmus <jim at bonetruck dot org>
agreed by old maintainer
This commit is contained in:
sturm 2003-12-05 17:30:22 +00:00
parent 6bc729b48d
commit 97f41d259c
4 changed files with 44 additions and 36 deletions

View File

@ -1,32 +1,34 @@
# $OpenBSD: Makefile,v 1.5 2002/10/25 22:37:52 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2003/12/05 17:30:22 sturm Exp $
COMMENT= "tool to indent and reformat perl scripts"
DISTNAME= perltidy-20010328
V= 20031021
DISTNAME= Perl-Tidy-${V}
PKGNAME= perltidy-${V}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=perltidy/}
EXTRACT_SUFX= .tgz
HOMEPAGE= http://perltidy.sourceforge.net/
MAINTAINER= Pete Fritchman <petef@databits.net>
MAINTAINER= Jim Razmus <jim@bonetruck.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_BUILD= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE=perl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/perltidy ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/perl2web.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/perltidy.1 ${PREFIX}/man/man1
DOCS= tutorial.pod testfile.pl stylekey.pod
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/perltidy
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/perltidy
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/perltidy
${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/perltidy
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/perltidy
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${PREFIX}/share/doc/perltidy
.endfor
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/perltidy
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (perltidy-20010328.tgz) = 0d43e229bb58148dbb8516a0788145d5
RMD160 (perltidy-20010328.tgz) = 2440cd42f18b83881982afbe9761b47a281f499a
SHA1 (perltidy-20010328.tgz) = 8d91f640bbd1158f0d660c0dda9e707538566cc3
MD5 (Perl-Tidy-20031021.tar.gz) = ba1e8aff6329666564a3c72a202d1a7f
RMD160 (Perl-Tidy-20031021.tar.gz) = 1c7a6b231d965933612d2d5b01b1db64e24db366
SHA1 (Perl-Tidy-20031021.tar.gz) = c76530bb52fa43dff2827466644b4adc134c9ecf

View File

@ -1,5 +1,3 @@
perltidy is a Perl script which indents and reformats Perl scripts
to make them easier to read. If you write Perl scripts, or spend
much time reading them, you will probably find it useful.
WWW: ${HOMEPAGE}

View File

@ -1,22 +1,30 @@
@comment $OpenBSD: PLIST,v 1.2 2001/04/06 14:09:17 danh Exp $
@comment $OpenBSD: PLIST,v 1.3 2003/12/05 17:30:22 sturm Exp $
bin/perltidy
man/man1/perl2web.1
${P5SITE}/Perl/Tidy.pm
@comment ${P5ARCH}/auto/Perl/Tidy/.packlist
@comment ${P5ARCH}/perllocal.pod
man/man1/perltidy.1
share/doc/perltidy/BUGS.html
share/doc/perltidy/BUGS.pod
share/doc/perltidy/BUGS.txt
share/doc/perltidy/COPYING
share/doc/perltidy/ChangeLog.html
share/doc/perltidy/ChangeLog.pod
share/doc/perltidy/ChangeLog.txt
share/doc/perltidy/README
share/doc/perltidy/perl2web.html
share/doc/perltidy/perl2web.pod
share/doc/perltidy/perl2web.txt
share/doc/perltidy/perltidy.html
share/doc/perltidy/perltidy.pod
share/doc/perltidy/perltidy.txt
share/doc/perltidy/tutorial.html
man/man3p/Perl::Tidy.3p
share/doc/perltidy/stylekey.pod
share/doc/perltidy/testfile.pl
share/doc/perltidy/tutorial.pod
share/doc/perltidy/tutorial.txt
share/examples/perltidy/README
share/examples/perltidy/bbtidy.pl
share/examples/perltidy/ex_mp.pl
share/examples/perltidy/find_naughty.pl
share/examples/perltidy/lextest
share/examples/perltidy/perlcomment.pl
share/examples/perltidy/perllinetype.pl
share/examples/perltidy/perlmask.pl
share/examples/perltidy/perltidy.bat
share/examples/perltidy/perlxmltok.pl
share/examples/perltidy/testfa.t
share/examples/perltidy/testff.t
@dirrm share/examples/perltidy
@dirrm share/doc/perltidy
@dirrm man/man3p
@comment @dirrm ${P5ARCH}/auto/Perl/Tidy
@comment @dirrm ${P5ARCH}/auto/Perl
@comment @dirrm ${P5ARCH}/auto
@comment @dirrm ${P5ARCH}
@comment @dirrm ${P5SITE}/Perl