summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-06-25 15:08:45 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-06-25 15:08:45 +0000
commit9b27c1494eee7d1b2d5e5f8932b7e2a646fdd69c (patch)
tree131a720e0bb2ec7823d5b3a255d2615d59917afb /textproc
parentUpdate to 0.92 (diff)
This port should be move in devel. Pointed out by ijliao and obrien.
Notes
Notes: svn path=/head/; revision=61954
Diffstat (limited to 'textproc')
-rw-r--r--textproc/clo++/Makefile31
-rw-r--r--textproc/clo++/distinfo1
-rw-r--r--textproc/clo++/pkg-comment1
-rw-r--r--textproc/clo++/pkg-descr9
-rw-r--r--textproc/clo++/pkg-plist3
5 files changed, 0 insertions, 45 deletions
diff --git a/textproc/clo++/Makefile b/textproc/clo++/Makefile
deleted file mode 100644
index 65eead53afef..000000000000
--- a/textproc/clo++/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: clo++
-# Date created: 30 January 2001
-# Whom: Kevin Lo <kevlo@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= clo++
-PORTVERSION= 0.5.0
-CATEGORIES= textproc
-MASTER_SITES= http://pmade.org/~pjones/software/clo++/download/
-
-MAINTAINER= kevlo@FreeBSD.org
-
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
-
-USE_GCC= 3.1
-CONFGARGS= --prefix ${PREFIX}
-CONFGARGS+= --xml2-config ${PREFIX}/bin/xml2-config
-
-pre-configure:
- @(cd ${WRKSRC} && ${ENV} CXX=${CXX} ${PERL5} configure.pl ${CONFGARGS})
-
-post-install:
- @${STRIP_CMD} ${PREFIX}/bin/clo++
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/clo++
- @${INSTALL_DATA} ${WRKSRC}/docs/manual.txt ${PREFIX}/share/doc/clo++
-.endif
-
-.include <bsd.port.mk>
diff --git a/textproc/clo++/distinfo b/textproc/clo++/distinfo
deleted file mode 100644
index 9179a6b25249..000000000000
--- a/textproc/clo++/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (clo++-0.5.0.tar.gz) = da5c988fc1e47f1e27259f33d7c319a1
diff --git a/textproc/clo++/pkg-comment b/textproc/clo++/pkg-comment
deleted file mode 100644
index 28fe6a3b80df..000000000000
--- a/textproc/clo++/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Command line parser generator
diff --git a/textproc/clo++/pkg-descr b/textproc/clo++/pkg-descr
deleted file mode 100644
index 7ff89929ff3d..000000000000
--- a/textproc/clo++/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Clo++ is a command line option parser generator for C++.
-It generates a C++ header file with a class that can parse your
-command line and supports just about anything that you want to do
-with your command line. It also generates usage information and
-can handle subcommands that take their own options. clo++ is itself
-written in C++ and uses a command line option parser that it
-generated.
-
-WWW: http://pmade.org/~pjones/software/clo++/
diff --git a/textproc/clo++/pkg-plist b/textproc/clo++/pkg-plist
deleted file mode 100644
index cee849be3eed..000000000000
--- a/textproc/clo++/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/clo++
-share/doc/clo++/manual.txt
-@dirrm share/doc/clo++