summaryrefslogtreecommitdiffstats
path: root/devel/libargparse
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-13 04:31:22 +0000
committerijliao <ijliao@FreeBSD.org>2002-09-13 04:31:22 +0000
commitbb2dbea109e8c8197e943263d15967dc953b6b30 (patch)
tree7a018640e3c89ac1a7ff9948e12ed3956ebd1c20 /devel/libargparse
parentc14b43217c1fea23e9ade510906496e9afec42cd (diff)
downloadFreeBSD-ports-bb2dbea109e8c8197e943263d15967dc953b6b30.zip
FreeBSD-ports-bb2dbea109e8c8197e943263d15967dc953b6b30.tar.gz
add libargparse 0.1.0000
A command line argument parser library
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 0000000..8682bca
--- /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 0000000..746050d
--- /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 0000000..e63198c
--- /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 0000000..4f052c7
--- /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 0000000..4fecd8f
--- /dev/null
+++ b/devel/libargparse/pkg-plist
@@ -0,0 +1,2 @@
+include/argparse.h
+lib/libargparse.a
OpenPOWER on IntegriCloud