diff options
Diffstat (limited to 'misc/argparse')
-rw-r--r-- | misc/argparse/Makefile | 2 | ||||
-rw-r--r-- | misc/argparse/pkg-descr | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/misc/argparse/Makefile b/misc/argparse/Makefile index 05e4e9e8247e..586f9efe5f01 100644 --- a/misc/argparse/Makefile +++ b/misc/argparse/Makefile @@ -9,7 +9,7 @@ PORTNAME= argparse PORTVERSION= 1.0.1 CATEGORIES= misc -MASTER_SITES= http://home.pages.at/kingleo/development/ +MASTER_SITES= http://kingleo.home.pages.at/development/cpp/ MAINTAINER= ports@FreeBSD.org COMMENT= A tool for commandline parsing for shell scripts diff --git a/misc/argparse/pkg-descr b/misc/argparse/pkg-descr index 5a371c843d42..c6267d77872d 100644 --- a/misc/argparse/pkg-descr +++ b/misc/argparse/pkg-descr @@ -1,3 +1,5 @@ -A tool for commandline parsing for shell scripts +argparse is a tool that supports the features of LeoArg for a shell +scripts. So you can easily create complex parameter requests within +shell scripts. -WWW: http://home.pages.at/kingleo/development/cpp-en.html#argparse +WWW: http://kingleo.home.pages.at/index.php?language=EN&show=/development/cpp/#argparse |