summaryrefslogtreecommitdiff
path: root/misc/argparse
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-17 16:04:26 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-17 16:04:26 +0000
commit7ec5f947fa301fb687f56d11b97d8f152be71589 (patch)
treecba42e5e446c131b8aae258556c04d9e5f720274 /misc/argparse
parentUse USE_GETOPT_LONG. (diff)
Update MASTER_SITES and WWW:.
PR: 51378 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=81158
Diffstat (limited to 'misc/argparse')
-rw-r--r--misc/argparse/Makefile2
-rw-r--r--misc/argparse/pkg-descr6
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