aboutsummaryrefslogtreecommitdiffstats
path: root/misc/argparse
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-06-18 14:44:14 +0800
committerijliao <ijliao@FreeBSD.org>2001-06-18 14:44:14 +0800
commit56888baf67deebbf6f09d04798a424866efed453 (patch)
tree2cdcd89842726d580e98d4191623264e15eb6a1f /misc/argparse
parentff01b566ee4c678213c24a117586b785203bbae8 (diff)
downloadfreebsd-ports-gnome-56888baf67deebbf6f09d04798a424866efed453.tar.gz
freebsd-ports-gnome-56888baf67deebbf6f09d04798a424866efed453.tar.zst
freebsd-ports-gnome-56888baf67deebbf6f09d04798a424866efed453.zip
add argparse
A tool for commandline parsing for shell scripts
Diffstat (limited to 'misc/argparse')
-rw-r--r--misc/argparse/Makefile24
-rw-r--r--misc/argparse/distinfo1
-rw-r--r--misc/argparse/pkg-comment1
-rw-r--r--misc/argparse/pkg-descr3
-rw-r--r--misc/argparse/pkg-plist4
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