Remove the broken clo++ port
This commit is contained in:
parent
06122c083e
commit
7d644b3ec3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99791
5 changed files with 0 additions and 51 deletions
|
@ -124,7 +124,6 @@
|
|||
SUBDIR += clig
|
||||
SUBDIR += clint
|
||||
SUBDIR += clisp-hyperspec
|
||||
SUBDIR += clo++
|
||||
SUBDIR += cmake
|
||||
SUBDIR += codecrusader
|
||||
SUBDIR += codeworker
|
||||
|
|
|
@ -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>
|
|
@ -1 +0,0 @@
|
|||
MD5 (clo++-0.6.3.tar.gz) = 095199984cc91fd5880aff4b2a36103f
|
|
@ -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++/
|
|
@ -1,3 +0,0 @@
|
|||
bin/clo++
|
||||
%%PORTDOCS%%share/doc/clo++/manual.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/clo++
|
Loading…
Reference in a new issue