summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2013-01-06 10:04:21 +0000
committerdarcy <darcy@pkgsrc.org>2013-01-06 10:04:21 +0000
commit74b189ba6de81110c18f312d9e30b6b8a734e82c (patch)
tree62d3dc3193f7f9dacc50b1e2ec3625a8da643fd5
parent6fcd7c34559df1b6df8f740dbd37fa8dbb545c01 (diff)
downloadpkgsrc-74b189ba6de81110c18f312d9e30b6b8a734e82c.tar.gz
Damn Perl mixed case modules. I missed that this was already in the tree
as p5-Perl-Tidy.
-rw-r--r--devel/Makefile3
-rw-r--r--devel/perltidy/DESCR11
-rw-r--r--devel/perltidy/Makefile19
-rw-r--r--devel/perltidy/distinfo5
4 files changed, 1 insertions, 37 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 2c5a396385e..e256d7ebdae 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1681 2013/01/05 22:14:11 wiz Exp $
+# $NetBSD: Makefile,v 1.1682 2013/01/06 10:04:21 darcy Exp $
#
COMMENT= Development utilities
@@ -1276,7 +1276,6 @@ SUBDIR+= pcre++
SUBDIR+= pcre-ocaml
SUBDIR+= pdcurses
SUBDIR+= pedisassem
-SUBDIR+= perltidy
SUBDIR+= php-gettext
SUBDIR+= php-gmp
SUBDIR+= php-libawl
diff --git a/devel/perltidy/DESCR b/devel/perltidy/DESCR
deleted file mode 100644
index b00f5541bad..00000000000
--- a/devel/perltidy/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-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://search.cpan.org/dist/Perl-Tidy/
-WWW: http://perltidy.sourceforge.net/
diff --git a/devel/perltidy/Makefile b/devel/perltidy/Makefile
deleted file mode 100644
index db06186c0c6..00000000000
--- a/devel/perltidy/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2013/01/05 13:32:17 darcy Exp $
-
-DISTNAME= Perl-Tidy-20121207
-PKGNAME= perltidy-20121207
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SH/SHANCOCK/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Perl-Tidy/
-HOMEPAGE= http://perltidy.sourceforge.net/
-COMMENT= Indents and reformats Perl scripts to make them easier to read
-LICENSE= gnu-gpl-v2
-
-USE_TOOLS+= perl
-
-PERL5_PACKLIST= auto/Perl/Tidy/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/perltidy/distinfo b/devel/perltidy/distinfo
deleted file mode 100644
index 93aee43f189..00000000000
--- a/devel/perltidy/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2013/01/05 13:32:17 darcy Exp $
-
-SHA1 (Perl-Tidy-20121207.tar.gz) = 82d82d7c47c3b50c3be7b24b282279684521cc4a
-RMD160 (Perl-Tidy-20121207.tar.gz) = a34e9d0c662ec62d07af47cfa94cc6ea22b88e1d
-Size (Perl-Tidy-20121207.tar.gz) = 420435 bytes