mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Remove expired port:
2006-12-27 devel/leoarg: distfile and homepage disappeared and also the two ports that depend on it: misc/dirtree misc/argparse their distfiles and homepages also disappeared.
This commit is contained in:
parent
885510efe1
commit
2cc037ac31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183252
3
MOVED
3
MOVED
@ -2728,3 +2728,6 @@ x11-wm/xfce4-systray||2007-01-22|got obsolete by xfce 4.4 update
|
||||
russian/rispell||2007-01-23|Has expired: does not work with current textproc/ispell, use rus-ispell port istead
|
||||
audio/mp3encode||2007-01-25|Has expired: is unfetchable and has no homepage
|
||||
biology/coalesce||2007-01-25|Has expired: Not supported by the authors. Last version is from 1995. Use biology/fluctuate instead.
|
||||
devel/leoarg||2007-01-25|Has expired: distfile and homepage disappeared
|
||||
misc/dirtree||2007-01-25|distfile and homepage disappeared
|
||||
misc/argparse||2007-01-25|distfile and homepage disappeared
|
||||
|
@ -489,7 +489,6 @@
|
||||
SUBDIR += lbpp
|
||||
SUBDIR += leaktracer
|
||||
SUBDIR += lemon
|
||||
SUBDIR += leoarg
|
||||
SUBDIR += libIDL
|
||||
SUBDIR += libPropList
|
||||
SUBDIR += libU77
|
||||
|
@ -1,55 +0,0 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: LeoArg
|
||||
# Date created: Jun 19, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= leoarg
|
||||
PORTVERSION= 2.2.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://kingleo.home.pages.at/development/cpp/
|
||||
DISTNAME= LeoArg-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A class for parsing command lines
|
||||
|
||||
DEPRECATED= distfile and homepage disappeared
|
||||
EXPIRATION_DATE= 2006-12-27
|
||||
|
||||
USE_GNOME= gnometarget lthack
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= include/LeoArg.hh lib/libLeoArg.a lib/libLeoArg.la \
|
||||
lib/libLeoArg.so lib/libLeoArg.so.2 \
|
||||
${EXAMPLES:S|^|%%EXAMPLESDIR%%/|}
|
||||
.if !defined(NOPORTDOCS)
|
||||
EXAMPLES= Makefile demo.sh leoargmain.cpp
|
||||
PLIST_DIRS= %%EXAMPLESDIR%%
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
MAN3= LeoArg.3 LeoArg__InvalidOption.3 LeoArg__InvalidSetting.3 \
|
||||
LeoArg__Option.3 LeoArg__Setting.3 LeoArg_cpp.3 LeoArg_hh.3 \
|
||||
StringUtils_cpp.3 StringUtils_hh.3 namespace_StringUtils.3
|
||||
|
||||
post-patch:
|
||||
.for file in Makefile.in doc/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|^docdir|#docdir|g ; \
|
||||
s| install-data-local||g' ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/html/*.* ${DOCSDIR}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
.for f in ${EXAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/example/${f} ${EXAMPLESDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (LeoArg-2.2.4.tar.gz) = 69b24de2177144621ef962040fc876c1
|
||||
SHA256 (LeoArg-2.2.4.tar.gz) = eb829f060488baad62fd99e5889562df8b30e36e2e9eaa1bb506fa443227733f
|
||||
SIZE (LeoArg-2.2.4.tar.gz) = 312158
|
@ -1,4 +0,0 @@
|
||||
With this class you can parse easily commandline options. The class
|
||||
only uses standard libraries.
|
||||
|
||||
WWW: http://kingleo.pages.at/index_cpp.xml.php#leoarg
|
@ -11,7 +11,6 @@
|
||||
SUBDIR += amanda-client
|
||||
SUBDIR += amanda-server
|
||||
SUBDIR += apparix
|
||||
SUBDIR += argparse
|
||||
SUBDIR += asbutton
|
||||
SUBDIR += asr-manpages
|
||||
SUBDIR += astrolog
|
||||
@ -61,7 +60,6 @@
|
||||
SUBDIR += detachtty
|
||||
SUBDIR += diary-hercules
|
||||
SUBDIR += diction
|
||||
SUBDIR += dirtree
|
||||
SUBDIR += display
|
||||
SUBDIR += dnetc
|
||||
SUBDIR += documancer
|
||||
|
@ -1,27 +0,0 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: argparse
|
||||
# Date created: Jun 19, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= argparse
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://kingleo.home.pages.at/development/cpp/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A tool for commandline parsing for shell scripts
|
||||
|
||||
LIB_DEPENDS= LeoArg.2:${PORTSDIR}/devel/leoarg
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
PLIST_FILES= bin/argparse
|
||||
PORTDOCS= *
|
||||
MAN1= argparse.1
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (argparse-1.0.1.tar.gz) = 360fbf717a161caa23c9fb3d3d236b63
|
||||
SHA256 (argparse-1.0.1.tar.gz) = 4bbcd96fe18cdc26eb71aa2a1d5c58c641462db733cc5f0846a0d8b78b3727f5
|
||||
SIZE (argparse-1.0.1.tar.gz) = 48795
|
@ -1,5 +0,0 @@
|
||||
argparse is a tool that supports the features of LeoArg for a shell
|
||||
scripts. So you can easily create complex parameter requests within
|
||||
shell scripts.
|
||||
|
||||
WWW: http://kingleo.home.pages.at/index.php?language=EN&show=/development/cpp/#argparse
|
@ -1,42 +0,0 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: dirtree
|
||||
# Date created: Jun 19, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dirtree
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://kingleo.pages.at/development/cpp/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A command line tool for displaying directory trees
|
||||
|
||||
LIB_DEPENDS= LeoArg.2:${PORTSDIR}/devel/leoarg
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
USE_GETTEXT= yes
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
.else
|
||||
PLIST_FILES+= share/locale/de/LC_MESSAGES/dirtree.mo
|
||||
.endif
|
||||
|
||||
PLIST_FILES+= bin/dirtree
|
||||
MAN1= dirtree.1
|
||||
|
||||
post-patch:
|
||||
.for f in src/CppDir.hh src/CppDir.cpp
|
||||
${REINPLACE_CMD} -e 's,^class ostream;$$,#include <ostream.h>,g' \
|
||||
-e 's,ostream\([^.]\),std::ostream\1,g' ${WRKSRC}/${f}
|
||||
.endfor
|
||||
${REINPLACE_CMD} -e 's,const.*PATH_MAX =\(.*\);,#define\
|
||||
PATH_MAX \1,g' ${WRKSRC}/src/xgetcwd.cpp
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (dirtree-1.2.0.tar.gz) = 0467183a71a8072247a8b166905fea02
|
||||
SHA256 (dirtree-1.2.0.tar.gz) = d49acdeeb2fb27be9149f534221bfc94a73924550c9e16517d63fc5f3ce14a68
|
||||
SIZE (dirtree-1.2.0.tar.gz) = 92933
|
@ -1,3 +0,0 @@
|
||||
dirtree is a command line tool for displaying directory trees
|
||||
|
||||
WWW: http://kingleo.pages.at/index.php?language=EN&show=/development/cpp/#dirtree
|
Loading…
Reference in New Issue
Block a user