diff options
-rw-r--r-- | CVSROOT/modules | 3 | ||||
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/leoarg/Makefile | 55 | ||||
-rw-r--r-- | devel/leoarg/distinfo | 3 | ||||
-rw-r--r-- | devel/leoarg/pkg-descr | 4 | ||||
-rw-r--r-- | misc/Makefile | 2 | ||||
-rw-r--r-- | misc/argparse/Makefile | 27 | ||||
-rw-r--r-- | misc/argparse/distinfo | 3 | ||||
-rw-r--r-- | misc/argparse/pkg-descr | 5 | ||||
-rw-r--r-- | misc/dirtree/Makefile | 42 | ||||
-rw-r--r-- | misc/dirtree/distinfo | 3 | ||||
-rw-r--r-- | misc/dirtree/pkg-descr | 3 |
13 files changed, 3 insertions, 151 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 48bb5d9c943f..b5f60b16e43a 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -461,7 +461,6 @@ arena ports/lang/arena ares ports/dns/ares argouml ports/devel/argouml argp-standalone ports/devel/argp-standalone -argparse ports/misc/argparse argtable ports/devel/argtable argus ports/net-mgmt/argus argus-clients ports/net-mgmt/argus-clients @@ -1871,7 +1870,6 @@ dircproxy ports/irc/dircproxy dirdiff ports/sysutils/dirdiff directfb ports/devel/directfb dirmngr ports/security/dirmngr -dirtree ports/misc/dirtree dirvish ports/sysutils/dirvish discid ports/audio/discid disco ports/net-mgmt/disco @@ -5978,7 +5976,6 @@ lemmatizer ports/textproc/lemmatizer lemon ports/devel/lemon lens ports/mail/lens leo ports/editors/leo -leoarg ports/devel/leoarg leocad ports/cad/leocad lep ports/security/lep lesspipe ports/misc/lesspipe @@ -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 diff --git a/devel/Makefile b/devel/Makefile index c053ba4933f9..f1b47da047f6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -489,7 +489,6 @@ SUBDIR += lbpp SUBDIR += leaktracer SUBDIR += lemon - SUBDIR += leoarg SUBDIR += libIDL SUBDIR += libPropList SUBDIR += libU77 diff --git a/devel/leoarg/Makefile b/devel/leoarg/Makefile deleted file mode 100644 index afb734adf742..000000000000 --- a/devel/leoarg/Makefile +++ /dev/null @@ -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> diff --git a/devel/leoarg/distinfo b/devel/leoarg/distinfo deleted file mode 100644 index 65cad2e75205..000000000000 --- a/devel/leoarg/distinfo +++ /dev/null @@ -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 diff --git a/devel/leoarg/pkg-descr b/devel/leoarg/pkg-descr deleted file mode 100644 index bdd604f860d6..000000000000 --- a/devel/leoarg/pkg-descr +++ /dev/null @@ -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 diff --git a/misc/Makefile b/misc/Makefile index 735b6603865c..807b2af27e3b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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 diff --git a/misc/argparse/Makefile b/misc/argparse/Makefile deleted file mode 100644 index 91fae6cf2755..000000000000 --- a/misc/argparse/Makefile +++ /dev/null @@ -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> diff --git a/misc/argparse/distinfo b/misc/argparse/distinfo deleted file mode 100644 index 2734cbb53c4f..000000000000 --- a/misc/argparse/distinfo +++ /dev/null @@ -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 diff --git a/misc/argparse/pkg-descr b/misc/argparse/pkg-descr deleted file mode 100644 index c6267d77872d..000000000000 --- a/misc/argparse/pkg-descr +++ /dev/null @@ -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 diff --git a/misc/dirtree/Makefile b/misc/dirtree/Makefile deleted file mode 100644 index ab8d2b9c84cf..000000000000 --- a/misc/dirtree/Makefile +++ /dev/null @@ -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> diff --git a/misc/dirtree/distinfo b/misc/dirtree/distinfo deleted file mode 100644 index 465899b08923..000000000000 --- a/misc/dirtree/distinfo +++ /dev/null @@ -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 diff --git a/misc/dirtree/pkg-descr b/misc/dirtree/pkg-descr deleted file mode 100644 index 714fd11bb7a4..000000000000 --- a/misc/dirtree/pkg-descr +++ /dev/null @@ -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 |