[Midnightbsd-cvs] mports: mports/devel: add this, god knows why

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 21 16:30:07 EDT 2008


Log Message:
-----------
add this, god knows why

Modified Files:
--------------
    mports/devel:
        Makefile (r1.195 -> r1.196)

Added Files:
-----------
    mports/devel/perltidy:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.195
retrieving revision 1.196
diff -L devel/Makefile -L devel/Makefile -u -r1.195 -r1.196
--- devel/Makefile
+++ devel/Makefile
@@ -199,6 +199,7 @@
     SUBDIR += pear
     SUBDIR += pecl-json
     SUBDIR += performance
+    SUBDIR += perltidy
     SUBDIR += php5-gettext
     SUBDIR += php5-ncurses
     SUBDIR += php5-pcntl
--- /dev/null
+++ devel/perltidy/pkg-descr
@@ -0,0 +1,10 @@
+Perltidy reads a Perl script and writes an indented, reformatted
+script. The default formatting closely follows the recommendations
+in perlstyle(1).  Perltidy can also display perl code in syntax-
+colored HTML output.
+
+If you want your code to conform to style.perl(7), you should use:
+perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs -nasc -ce
+(Written by knu)
+
+WWW: http://perltidy.sourceforge.net/
--- /dev/null
+++ devel/perltidy/pkg-plist
@@ -0,0 +1,6 @@
+bin/perltidy
+%%SITE_PERL%%/Perl/Tidy.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl/Tidy/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl/Tidy
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl
+ at dirrmtry %%SITE_PERL%%/Perl
--- /dev/null
+++ devel/perltidy/Makefile
@@ -0,0 +1,26 @@
+# ex:ts=8
+# New ports collection makefile for:	perltidy
+# Date created:			Mar 4, 2001
+# Whom:				Ying-Chieh Liao <ijliao at FreeBSD.org>
+#
+# $MidnightBSD: mports/devel/perltidy/Makefile,v 1.1 2008/03/21 20:30:05 laffer1 Exp $
+# $FreeBSD: ports/devel/perltidy/Makefile,v 1.33 2008/01/21 23:55:59 leeym Exp $
+#
+
+PORTNAME=	perltidy
+PORTVERSION=	20071205
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:S/%SUBDIR%/Perl/} \
+		${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTNAME=	Perl-Tidy-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Indents and reformats Perl scripts to make them easier to read
+
+PERL_CONFIGURE=	yes
+
+MAN1=		perltidy.1
+MAN3=		Perl::Tidy.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/perltidy/distinfo
@@ -0,0 +1,3 @@
+MD5 (Perl-Tidy-20071205.tar.gz) = d45c12f967308cae59f795172ec8199f
+SHA256 (Perl-Tidy-20071205.tar.gz) = e51e32c0a8de81a3a885fb7fb901601989e84714667b0eef47bbae55adb4dd95
+SIZE (Perl-Tidy-20071205.tar.gz) = 376719


More information about the Midnightbsd-cvs mailing list