add leoarg
LeoArg is a command line Parser
This commit is contained in:
parent
3b28c7db04
commit
58aefcf361
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44154
6 changed files with 73 additions and 0 deletions
|
@ -182,6 +182,7 @@
|
|||
SUBDIR += ktranslator
|
||||
SUBDIR += lclint
|
||||
SUBDIR += lemon
|
||||
SUBDIR += leoarg
|
||||
SUBDIR += libPropList
|
||||
SUBDIR += libU77
|
||||
SUBDIR += libcache
|
||||
|
|
24
devel/leoarg/Makefile
Normal file
24
devel/leoarg/Makefile
Normal file
|
@ -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>
|
1
devel/leoarg/distinfo
Normal file
1
devel/leoarg/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (LeoArg-2.2.2.tar.gz) = bebb3de3d8e5ccc32b658606a063b2ad
|
1
devel/leoarg/pkg-comment
Normal file
1
devel/leoarg/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
LeoArg is a command line Parser
|
3
devel/leoarg/pkg-descr
Normal file
3
devel/leoarg/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
LeoArg is a command line Parser.
|
||||
|
||||
WWW: http://members.chello.at/oberzalek/development/cpp-en.html#leoarg
|
43
devel/leoarg/pkg-plist
Normal file
43
devel/leoarg/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue