summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-02 09:17:51 +0000
committerkris <kris@FreeBSD.org>2004-02-02 09:17:51 +0000
commit072ee3e055ca3c10086494e13c744937e2eb32a0 (patch)
tree1acff75742a9e1e323aa917f1748c4d9c8537585
parent08afcb055ffcdf4a9bfa57e5608d75ca2e65abdd (diff)
downloadFreeBSD-ports-072ee3e055ca3c10086494e13c744937e2eb32a0.zip
FreeBSD-ports-072ee3e055ca3c10086494e13c744937e2eb32a0.tar.gz
Remove the broken clo++ port
-rw-r--r--devel/Makefile1
-rw-r--r--devel/clo++/Makefile37
-rw-r--r--devel/clo++/distinfo1
-rw-r--r--devel/clo++/pkg-descr9
-rw-r--r--devel/clo++/pkg-plist3
5 files changed, 0 insertions, 51 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 218487c..167fda3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -124,7 +124,6 @@
SUBDIR += clig
SUBDIR += clint
SUBDIR += clisp-hyperspec
- SUBDIR += clo++
SUBDIR += cmake
SUBDIR += codecrusader
SUBDIR += codeworker
diff --git a/devel/clo++/Makefile b/devel/clo++/Makefile
deleted file mode 100644
index 784f7a6..0000000
--- a/devel/clo++/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: clo++
-# Date created: 30 January 2001
-# Whom: Kevin Lo <kevlo@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= clo++
-PORTVERSION= 0.6.3
-CATEGORIES= devel
-MASTER_SITES= http://pmade.org/~pjones/software/clo++/download/
-
-MAINTAINER= kevlo@FreeBSD.org
-COMMENT= Command line parser generator
-
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
-
-BROKEN= "Does not compile, will be removed after Feb 2"
-
-USE_GCC= 3.2
-USE_PERL5= yes
-CONFGARGS= --prefix ${PREFIX}
-CONFGARGS+= --xml2-config ${PREFIX}/bin/xml2-config
-
-MAN1= clo++.1
-
-pre-configure:
- @(cd ${WRKSRC} && ${ENV} CXX=${CXX} ${PERL5} configure.pl ${CONFGARGS})
-
-post-install:
- @${STRIP_CMD} ${PREFIX}/bin/clo++
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/docs/manual.txt ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/clo++/distinfo b/devel/clo++/distinfo
deleted file mode 100644
index 74db2df..0000000
--- a/devel/clo++/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (clo++-0.6.3.tar.gz) = 095199984cc91fd5880aff4b2a36103f
diff --git a/devel/clo++/pkg-descr b/devel/clo++/pkg-descr
deleted file mode 100644
index 7ff8992..0000000
--- a/devel/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/devel/clo++/pkg-plist b/devel/clo++/pkg-plist
deleted file mode 100644
index c9dcfc0..0000000
--- a/devel/clo++/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/clo++
-%%PORTDOCS%%share/doc/clo++/manual.txt
-%%PORTDOCS%%@dirrm share/doc/clo++
OpenPOWER on IntegriCloud