Import of perltidy-20010328.

from DESCR:
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.

Submitted by:	Pete Fritchman <petef@databits.net>
This commit is contained in:
danh 2001-03-30 21:13:47 +00:00
parent 8f943e3317
commit a223ea8c41
4 changed files with 40 additions and 0 deletions

28
devel/perltidy/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/30 21:13:47 danh Exp $
COMMENT= "tool to indent and reformat perl scripts"
DISTNAME= perltidy-20010328
CATEGORIES= devel
NEED_VERSION= 1.378
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= perltidy
EXTRACT_SUFX= .tgz
HOMEPAGE= http://perltidy.sourceforge.net/
MAINTAINER= Pete Fritchman <petef@databits.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_BUILD= Yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/perltidy ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/perl2web.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/perltidy.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

3
devel/perltidy/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (perltidy-20010328.tgz) = 0d43e229bb58148dbb8516a0788145d5
RMD160 (perltidy-20010328.tgz) = 2440cd42f18b83881982afbe9761b47a281f499a
SHA1 (perltidy-20010328.tgz) = 8d91f640bbd1158f0d660c0dda9e707538566cc3

5
devel/perltidy/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
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}

4
devel/perltidy/pkg/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/30 21:13:47 danh Exp $
bin/perltidy
man/man1/perl2web.1
man/man1/perltidy.1