fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
485 B
Text
8 lines
485 B
Text
shFlags is a port of the Google gflags library for Unix shell. The code is
|
|
written in a way to be as portable as possible to work across a wide array of
|
|
Unix variants.
|
|
|
|
shFlags is simply a library that you include into an existing shell script that
|
|
gives you some additional functions that can be called. The power behind those
|
|
functions though is somewhat amazing though, and you will hopefully be amazed
|
|
with the simplicity with which you can handle command-line arguments in shell.
|