summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-04 12:35:22 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-04 12:35:22 +0000
commit677222bab9424107c63fac4a7a42c9e8b1f302c4 (patch)
treea772707db4b46fba3314597b31de5c9124e16e26 /textproc
parentadd perltidy (diff)
mis-category, move it to devel
Notes
Notes: svn path=/head/; revision=39030
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/perltidy/Makefile35
-rw-r--r--textproc/perltidy/distinfo1
-rw-r--r--textproc/perltidy/files/patch-Makefile20
-rw-r--r--textproc/perltidy/pkg-comment1
-rw-r--r--textproc/perltidy/pkg-descr5
-rw-r--r--textproc/perltidy/pkg-plist8
7 files changed, 0 insertions, 71 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 44609127136a..678860ecd432 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -114,7 +114,6 @@
SUBDIR += p5-dTemplate
SUBDIR += par
SUBDIR += perl2html
- SUBDIR += perltidy
SUBDIR += pspell
SUBDIR += pspell-ispell
SUBDIR += py-HyperText
diff --git a/textproc/perltidy/Makefile b/textproc/perltidy/Makefile
deleted file mode 100644
index 00280c9f5a97..000000000000
--- a/textproc/perltidy/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: perltidy
-# Date created: Mar 4, 2001
-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= perltidy
-PORTVERSION= 20010304
-CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ijliao@FreeBSD.org
-
-USE_PERL5= yes
-NO_BUILD= yes
-
-MAN1= perltidy.1
-
-post-patch:
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g ; \
- s|%%MANPREFIX%%|${MANPREFIX}|g" ${WRKSRC}/Makefile
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/perltidy
-.for ext in html pod txt
- ${CP} ${WRKSRC}/docs/*.${ext} ${PREFIX}/share/doc/perltidy/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/textproc/perltidy/distinfo b/textproc/perltidy/distinfo
deleted file mode 100644
index ec684662e7c3..000000000000
--- a/textproc/perltidy/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (perltidy-20010304.tgz) = 047e74dfba19bbd44c2792e7625e34ac
diff --git a/textproc/perltidy/files/patch-Makefile b/textproc/perltidy/files/patch-Makefile
deleted file mode 100644
index 104a9f41a0ef..000000000000
--- a/textproc/perltidy/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig Sun Mar 4 19:47:45 2001
-+++ Makefile Sun Mar 4 19:49:36 2001
-@@ -2,7 +2,7 @@
-
- # Step 1: edit BINDIR to reflect where you want to put perltidy
- # This is fairly standard:
--BINDIR = /usr/local/bin
-+BINDIR = %%PREFIX%%/bin
-
- # Step 2: edit MANDIR to reflect where you want to put the man page, perltidy.1
- # or comment out MANDIR to skip installing a man page.
-@@ -10,7 +10,7 @@
- # Hint: if directory usr/local/man/man1 does not exist,
- # you might find the man path by entering the command
- # perl '-V:install.*' and looking for the value of 'installman1dir'
--MANDIR = /usr/local/man/man1
-+MANDIR = %%MANPREFIX%%/man/man1
-
- # Step 3: Then become superuser (if necessary) and issue the command
- # make install
diff --git a/textproc/perltidy/pkg-comment b/textproc/perltidy/pkg-comment
deleted file mode 100644
index 51fb2971081b..000000000000
--- a/textproc/perltidy/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Indents and reformats Perl scripts to make them easier to read
diff --git a/textproc/perltidy/pkg-descr b/textproc/perltidy/pkg-descr
deleted file mode 100644
index 1ee44ff02b86..000000000000
--- a/textproc/perltidy/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Perltidy reads a Perl script and writes an indented, reformatted
-script. The default formatting closely follows the recommendations
-in perlstyle(1).
-
-WWW: http://perltidy.sourceforge.net/
diff --git a/textproc/perltidy/pkg-plist b/textproc/perltidy/pkg-plist
deleted file mode 100644
index b7618d3a03e7..000000000000
--- a/textproc/perltidy/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/perltidy
-%%PORTDOCS%%share/doc/perltidy/perltidy.html
-%%PORTDOCS%%share/doc/perltidy/perltidy.pod
-%%PORTDOCS%%share/doc/perltidy/perltidy.txt
-%%PORTDOCS%%share/doc/perltidy/tutorial.html
-%%PORTDOCS%%share/doc/perltidy/tutorial.pod
-%%PORTDOCS%%share/doc/perltidy/tutorial.txt
-%%PORTDOCS%%@dirrm share/doc/perltidy