aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2007-01-25 20:33:50 +0800
committervd <vd@FreeBSD.org>2007-01-25 20:33:50 +0800
commit8c3657b4667aacbf4b5c44d8079f127b47314728 (patch)
tree13a866b9c8a5f1aad7748b0023f464e571dd2946 /devel
parent4cab49ff214c98970130bd251cd5a5a95731c800 (diff)
downloadfreebsd-ports-gnome-8c3657b4667aacbf4b5c44d8079f127b47314728.tar.gz
freebsd-ports-gnome-8c3657b4667aacbf4b5c44d8079f127b47314728.tar.zst
freebsd-ports-gnome-8c3657b4667aacbf4b5c44d8079f127b47314728.zip
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/leoarg/Makefile55
-rw-r--r--devel/leoarg/distinfo3
-rw-r--r--devel/leoarg/pkg-descr4
4 files changed, 0 insertions, 63 deletions
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