summaryrefslogtreecommitdiff
path: root/devel/libargparse
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-13 04:31:22 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-13 04:31:22 +0000
commit906e3824b185dc476d7a2cdc41da1341209da559 (patch)
tree0105f6bd33a952596093e6e939acab4a5c62e68e /devel/libargparse
parentMove downloaded distfile to a directory numbered by ${PORTVERSION} to (diff)
add libargparse 0.1.0000
A command line argument parser library
Notes
Notes: svn path=/head/; revision=66227
Diffstat (limited to 'devel/libargparse')
-rw-r--r--devel/libargparse/Makefile19
-rw-r--r--devel/libargparse/distinfo1
-rw-r--r--devel/libargparse/pkg-comment1
-rw-r--r--devel/libargparse/pkg-descr1
-rw-r--r--devel/libargparse/pkg-plist2
5 files changed, 24 insertions, 0 deletions
diff --git a/devel/libargparse/Makefile b/devel/libargparse/Makefile
new file mode 100644
index 000000000000..8682bca1df6d
--- /dev/null
+++ b/devel/libargparse/Makefile
@@ -0,0 +1,19 @@
+# ex:ts=8
+# Ports collection makefile for: libargparse
+# Date created: Sep 13, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libargparse
+PORTVERSION= 0.1.0000
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= aqsis
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_LIBTOOL= yes
+
+.include <bsd.port.mk>
diff --git a/devel/libargparse/distinfo b/devel/libargparse/distinfo
new file mode 100644
index 000000000000..746050d243bc
--- /dev/null
+++ b/devel/libargparse/distinfo
@@ -0,0 +1 @@
+MD5 (libargparse-0.1.0000.tar.gz) = 8078dfff9ca4444feabf83b8f45c2654
diff --git a/devel/libargparse/pkg-comment b/devel/libargparse/pkg-comment
new file mode 100644
index 000000000000..e63198c12c94
--- /dev/null
+++ b/devel/libargparse/pkg-comment
@@ -0,0 +1 @@
+A command line argument parser library
diff --git a/devel/libargparse/pkg-descr b/devel/libargparse/pkg-descr
new file mode 100644
index 000000000000..4f052c7d12ea
--- /dev/null
+++ b/devel/libargparse/pkg-descr
@@ -0,0 +1 @@
+libargparse is a command line argument parser library.
diff --git a/devel/libargparse/pkg-plist b/devel/libargparse/pkg-plist
new file mode 100644
index 000000000000..4fecd8fa82b7
--- /dev/null
+++ b/devel/libargparse/pkg-plist
@@ -0,0 +1,2 @@
+include/argparse.h
+lib/libargparse.a