aboutsummaryrefslogtreecommitdiff
path: root/misc/argparse
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2007-01-25 12:33:50 +0000
committerVasil Dimov <vd@FreeBSD.org>2007-01-25 12:33:50 +0000
commit2cc037ac317ca1357eabb64eb6499400e934d98a (patch)
treef7abfacfb22d3b7289a2e5343357da1ad517af5e /misc/argparse
parent885510efe14d17ddffe87697792076e92660ca0d (diff)
Notes
Diffstat (limited to 'misc/argparse')
-rw-r--r--misc/argparse/Makefile27
-rw-r--r--misc/argparse/distinfo3
-rw-r--r--misc/argparse/pkg-descr5
3 files changed, 0 insertions, 35 deletions
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