From a223ea8c417566504cd44716cbfad9dc9a222a78 Mon Sep 17 00:00:00 2001 From: danh Date: Fri, 30 Mar 2001 21:13:47 +0000 Subject: [PATCH] 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 --- devel/perltidy/Makefile | 28 ++++++++++++++++++++++++++++ devel/perltidy/files/md5 | 3 +++ devel/perltidy/pkg/DESCR | 5 +++++ devel/perltidy/pkg/PLIST | 4 ++++ 4 files changed, 40 insertions(+) create mode 100644 devel/perltidy/Makefile create mode 100644 devel/perltidy/files/md5 create mode 100644 devel/perltidy/pkg/DESCR create mode 100644 devel/perltidy/pkg/PLIST diff --git a/devel/perltidy/Makefile b/devel/perltidy/Makefile new file mode 100644 index 00000000000..8b532107216 --- /dev/null +++ b/devel/perltidy/Makefile @@ -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 + +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 diff --git a/devel/perltidy/files/md5 b/devel/perltidy/files/md5 new file mode 100644 index 00000000000..29108fee578 --- /dev/null +++ b/devel/perltidy/files/md5 @@ -0,0 +1,3 @@ +MD5 (perltidy-20010328.tgz) = 0d43e229bb58148dbb8516a0788145d5 +RMD160 (perltidy-20010328.tgz) = 2440cd42f18b83881982afbe9761b47a281f499a +SHA1 (perltidy-20010328.tgz) = 8d91f640bbd1158f0d660c0dda9e707538566cc3 diff --git a/devel/perltidy/pkg/DESCR b/devel/perltidy/pkg/DESCR new file mode 100644 index 00000000000..3935554b1d2 --- /dev/null +++ b/devel/perltidy/pkg/DESCR @@ -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} diff --git a/devel/perltidy/pkg/PLIST b/devel/perltidy/pkg/PLIST new file mode 100644 index 00000000000..34908b45154 --- /dev/null +++ b/devel/perltidy/pkg/PLIST @@ -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