diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-18 06:44:14 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-18 06:44:14 +0000 |
commit | a6e1d216c6fbc454987b7076bb8eea5b0a1e7ac3 (patch) | |
tree | ac96bfb955bc1134c8c1c7ead72e07d00f14130c /misc/argparse | |
parent | add dirtree (diff) |
add argparse
A tool for commandline parsing for shell scripts
Notes
Notes:
svn path=/head/; revision=44156
Diffstat (limited to 'misc/argparse')
-rw-r--r-- | misc/argparse/Makefile | 24 | ||||
-rw-r--r-- | misc/argparse/distinfo | 1 | ||||
-rw-r--r-- | misc/argparse/pkg-comment | 1 | ||||
-rw-r--r-- | misc/argparse/pkg-descr | 3 | ||||
-rw-r--r-- | misc/argparse/pkg-plist | 4 |
5 files changed, 33 insertions, 0 deletions
diff --git a/misc/argparse/Makefile b/misc/argparse/Makefile new file mode 100644 index 000000000000..d1d2ef6cfe2f --- /dev/null +++ b/misc/argparse/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# New ports collection makefile for: argparse +# Date created: Jun 19, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= argparse +PORTVERSION= 1.0.0 +CATEGORIES= misc +MASTER_SITES= http://members.chello.at/oberzalek/development/ + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= LeoArg:${PORTSDIR}/devel/leoarg + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= argparse.1 + +.include <bsd.port.mk> diff --git a/misc/argparse/distinfo b/misc/argparse/distinfo new file mode 100644 index 000000000000..e4e9acb270c0 --- /dev/null +++ b/misc/argparse/distinfo @@ -0,0 +1 @@ +MD5 (argparse-1.0.0.tar.gz) = 2d2ce06c2fd189a002c2bd2320b55cf9 diff --git a/misc/argparse/pkg-comment b/misc/argparse/pkg-comment new file mode 100644 index 000000000000..d95f650d1a96 --- /dev/null +++ b/misc/argparse/pkg-comment @@ -0,0 +1 @@ +A tool for commandline parsing for shell scripts diff --git a/misc/argparse/pkg-descr b/misc/argparse/pkg-descr new file mode 100644 index 000000000000..8eb323c747c3 --- /dev/null +++ b/misc/argparse/pkg-descr @@ -0,0 +1,3 @@ +A tool for commandline parsing for shell scripts + +WWW: http://members.chello.at/oberzalek/development/cpp-en.html#argparse diff --git a/misc/argparse/pkg-plist b/misc/argparse/pkg-plist new file mode 100644 index 000000000000..86b24d508f17 --- /dev/null +++ b/misc/argparse/pkg-plist @@ -0,0 +1,4 @@ +bin/argparse +share/doc/argparse/example/argparse-demo.sh +@dirrm share/doc/argparse/example +@dirrm share/doc/argparse |