summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-11-05 13:38:44 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-11-05 13:38:44 +0000
commit93228de9b3e09532f637cb67406d9a8a81b28dea (patch)
treeec2b94af7ba40edf1cffa5194f073508ad1e158a /textproc
parentFound a way to do the strange perl-replace by a REINPLACE_CMD. (diff)
Should have been nuked in the great kde2 massacre. better late than never.
Notes
Notes: svn path=/head/; revision=69526
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/kdoc/Makefile30
-rw-r--r--textproc/kdoc/distinfo1
-rw-r--r--textproc/kdoc/files/patch-findperl11
-rw-r--r--textproc/kdoc/pkg-comment1
-rw-r--r--textproc/kdoc/pkg-descr3
-rw-r--r--textproc/kdoc/pkg-plist25
7 files changed, 0 insertions, 72 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index c08ba7b43c3c..4241ffe0b99f 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -110,7 +110,6 @@
SUBDIR += jing
SUBDIR += jrefentry
SUBDIR += kbedic
- SUBDIR += kdoc
SUBDIR += lacheck
SUBDIR += latex2html
SUBDIR += latte
diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile
deleted file mode 100644
index 8ccf4ed628a0..000000000000
--- a/textproc/kdoc/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: kdoc
-# Date created: 4 March 2001
-# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdoc
-PORTVERSION= 2.2.2
-CATEGORIES= textproc kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= Attic/${PORTVERSION}/src
-DIST_SUBDIR= KDE
-
-MAINTAINER= kde@FreeBSD.org
-
-USE_BZIP2= yes
-
-USE_GMAKE= yes
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-USE_PERL5= yes
-
-MAN1= kdoc.1 qt2kdoc.1 makekdedoc.1
-
-pre-configure:
- ${REINPLACE_CMD} -e "s#share/kdoc#lib/perl5/site_perl/${PERL_VER}#" \
- ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/textproc/kdoc/distinfo b/textproc/kdoc/distinfo
deleted file mode 100644
index a5ed9ba93495..000000000000
--- a/textproc/kdoc/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (KDE/kdoc-2.2.2.tar.bz2) = 8837d2c767c8043bc7e526b75be79561
diff --git a/textproc/kdoc/files/patch-findperl b/textproc/kdoc/files/patch-findperl
deleted file mode 100644
index 9bf58fa3f3b7..000000000000
--- a/textproc/kdoc/files/patch-findperl
+++ /dev/null
@@ -1,11 +0,0 @@
---- findperl Sun Feb 18 10:46:08 2001
-+++ findperl.new Fri Nov 30 18:26:10 2001
-@@ -6,7 +6,7 @@
- do
- if [ -x $p/perl ]
- then
-- if $p/perl -e 'require 5.6.0;'
-+ if $p/perl -e 'require 5.005;'
- then
- echo $p/perl > perlbin
- exit 0
diff --git a/textproc/kdoc/pkg-comment b/textproc/kdoc/pkg-comment
deleted file mode 100644
index f72ca8644de8..000000000000
--- a/textproc/kdoc/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-C++ and IDL Source Documentation System
diff --git a/textproc/kdoc/pkg-descr b/textproc/kdoc/pkg-descr
deleted file mode 100644
index 2a0e8e921826..000000000000
--- a/textproc/kdoc/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-KDOC creates cross-referenced documentation for C++ and CORBA IDL libraries
-directly from the source. Documentation can be embedded in special doc
-comments in the source.
diff --git a/textproc/kdoc/pkg-plist b/textproc/kdoc/pkg-plist
deleted file mode 100644
index 4dcc50ab6555..000000000000
--- a/textproc/kdoc/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-bin/kdoc
-bin/makekdedoc
-bin/qt2kdoc
-lib/perl5/site_perl/%%PERL_VER%%/Ast.pm
-lib/perl5/site_perl/%%PERL_VER%%/Iter.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocAstGen.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocAstSearch.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocAstUtil.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocCxxDocbook.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocCxxHTML.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocCxxLaTeX.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocDocHelper.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocDocIter.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocHTMLutil.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocLib.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocMan.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocParseCxx.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocParseDoc.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocParsePy.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocParser.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdocUtil.pm
-lib/perl5/site_perl/%%PERL_VER%%/kdoctexi.pm
-share/doc/kdoc/README
-share/doc/kdoc/index.docbook
-@dirrm share/doc/kdoc