diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-06-25 23:08:45 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-06-25 23:08:45 +0800 |
commit | 9a8a94e588a21c6ef0a2f001826eaa5e5a405869 (patch) | |
tree | f4af6932a2ed80518e89860a3b4447e4910bb5a8 | |
parent | 3a9756a34c44267afc617c8a9fab05e6be289f7b (diff) | |
download | freebsd-ports-gnome-9a8a94e588a21c6ef0a2f001826eaa5e5a405869.tar.gz freebsd-ports-gnome-9a8a94e588a21c6ef0a2f001826eaa5e5a405869.tar.zst freebsd-ports-gnome-9a8a94e588a21c6ef0a2f001826eaa5e5a405869.zip |
This port should be move in devel. Pointed out by ijliao and obrien.
-rw-r--r-- | textproc/clo++/Makefile | 31 | ||||
-rw-r--r-- | textproc/clo++/distinfo | 1 | ||||
-rw-r--r-- | textproc/clo++/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/clo++/pkg-descr | 9 | ||||
-rw-r--r-- | textproc/clo++/pkg-plist | 3 |
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++ |