diff options
author | petef <petef@FreeBSD.org> | 2003-05-17 16:04:26 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-17 16:04:26 +0000 |
commit | 05087e5f9f6e4eceda8126359993684094ad6abc (patch) | |
tree | 91e1d449372d2b83a352605382d38d0dae286c24 /misc | |
parent | 0afeb742262e6a4b2aa8c4a46dc9dc1f238932ca (diff) | |
download | FreeBSD-ports-05087e5f9f6e4eceda8126359993684094ad6abc.zip FreeBSD-ports-05087e5f9f6e4eceda8126359993684094ad6abc.tar.gz |
Update MASTER_SITES and WWW:.
PR: 51378
Submitted by: Ports Fury
Diffstat (limited to 'misc')
-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 05e4e9e..586f9ef 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 5a371c8..c6267d7 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 |