diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/leoarg/Makefile | 24 | ||||
-rw-r--r-- | devel/leoarg/distinfo | 1 | ||||
-rw-r--r-- | devel/leoarg/pkg-comment | 1 | ||||
-rw-r--r-- | devel/leoarg/pkg-descr | 3 | ||||
-rw-r--r-- | devel/leoarg/pkg-plist | 43 |
6 files changed, 73 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9240bfa790d6..42ac0da8bf71 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -182,6 +182,7 @@ SUBDIR += ktranslator SUBDIR += lclint SUBDIR += lemon + SUBDIR += leoarg SUBDIR += libPropList SUBDIR += libU77 SUBDIR += libcache diff --git a/devel/leoarg/Makefile b/devel/leoarg/Makefile new file mode 100644 index 000000000000..8b91570229b1 --- /dev/null +++ b/devel/leoarg/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# New ports collection makefile for: LeoArg +# Date created: Jun 19, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= leoarg +PORTVERSION= 2.2.2 +CATEGORIES= devel +MASTER_SITES= http://members.chello.at/oberzalek/development/ +DISTNAME= LeoArg-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +MAN3= LeoArg.3 LeoArg__InvalidOption.3 LeoArg__InvalidSetting.3 \ + LeoArg__Option.3 LeoArg__Setting.3 LeoArg_cpp.3 LeoArg_hh.3 \ + StringUtils_cpp.3 StringUtils_hh.3 namespace_StringUtils.3 + +.include <bsd.port.mk> diff --git a/devel/leoarg/distinfo b/devel/leoarg/distinfo new file mode 100644 index 000000000000..9b95a07ed203 --- /dev/null +++ b/devel/leoarg/distinfo @@ -0,0 +1 @@ +MD5 (LeoArg-2.2.2.tar.gz) = bebb3de3d8e5ccc32b658606a063b2ad diff --git a/devel/leoarg/pkg-comment b/devel/leoarg/pkg-comment new file mode 100644 index 000000000000..b3e79a100809 --- /dev/null +++ b/devel/leoarg/pkg-comment @@ -0,0 +1 @@ +LeoArg is a command line Parser diff --git a/devel/leoarg/pkg-descr b/devel/leoarg/pkg-descr new file mode 100644 index 000000000000..949268416c0c --- /dev/null +++ b/devel/leoarg/pkg-descr @@ -0,0 +1,3 @@ +LeoArg is a command line Parser. + +WWW: http://members.chello.at/oberzalek/development/cpp-en.html#leoarg diff --git a/devel/leoarg/pkg-plist b/devel/leoarg/pkg-plist new file mode 100644 index 000000000000..17ad90535d26 --- /dev/null +++ b/devel/leoarg/pkg-plist @@ -0,0 +1,43 @@ +include/LeoArg.hh +lib/libLeoArg.a +lib/libLeoArg.la +lib/libLeoArg.so +lib/libLeoArg.so.2 +share/doc/LeoArg/example/Makefile +share/doc/LeoArg/example/demo.sh +share/doc/LeoArg/example/leoargdemo +share/doc/LeoArg/example/leoargmain.cpp +share/doc/LeoArg/html/LeoArg_cpp-source.html +share/doc/LeoArg/html/LeoArg_cpp.html +share/doc/LeoArg/html/LeoArg_hh-source.html +share/doc/LeoArg/html/LeoArg_hh.html +share/doc/LeoArg/html/StringUtils_cpp-source.html +share/doc/LeoArg/html/StringUtils_cpp.html +share/doc/LeoArg/html/StringUtils_hh-source.html +share/doc/LeoArg/html/StringUtils_hh.html +share/doc/LeoArg/html/annotated.html +share/doc/LeoArg/html/class_LeoArg-members.html +share/doc/LeoArg/html/class_LeoArg.html +share/doc/LeoArg/html/class_LeoArg__InvalidOption-members.html +share/doc/LeoArg/html/class_LeoArg__InvalidOption.html +share/doc/LeoArg/html/class_LeoArg__InvalidSetting-members.html +share/doc/LeoArg/html/class_LeoArg__InvalidSetting.html +share/doc/LeoArg/html/class_LeoArg__Option-members.html +share/doc/LeoArg/html/class_LeoArg__Option.html +share/doc/LeoArg/html/class_LeoArg__Setting-members.html +share/doc/LeoArg/html/class_LeoArg__Setting.html +share/doc/LeoArg/html/doxygen.css +share/doc/LeoArg/html/doxygen.gif +share/doc/LeoArg/html/examples.html +share/doc/LeoArg/html/files.html +share/doc/LeoArg/html/functions.html +share/doc/LeoArg/html/globals.html +share/doc/LeoArg/html/index.html +share/doc/LeoArg/html/leoargmain_cpp-example.html +share/doc/LeoArg/html/namespace_StringUtils.html +share/doc/LeoArg/html/namespacemembers.html +share/doc/LeoArg/html/namespaces.html +share/doc/LeoArg/html/null.gif +@dirrm share/doc/LeoArg/example +@dirrm share/doc/LeoArg/html +@dirrm share/doc/LeoArg |