diff options
author | ats <ats@FreeBSD.org> | 1995-01-24 19:44:20 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-01-24 19:44:20 +0800 |
commit | 076b45d293a45fd09f8e4e36c905a2d584beb20f (patch) | |
tree | 8d20e0aa733018a2ee616484952504945cbec5ba /www/lynx | |
parent | 6d2c33e64895731e39cdf40edcea6848c5aa18db (diff) | |
download | freebsd-ports-gnome-076b45d293a45fd09f8e4e36c905a2d584beb20f.tar.gz freebsd-ports-gnome-076b45d293a45fd09f8e4e36c905a2d584beb20f.tar.zst freebsd-ports-gnome-076b45d293a45fd09f8e4e36c905a2d584beb20f.zip |
Add the COMMENT DESCR PLIST files necessary to build a package out of lynx.
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/pkg-comment | 1 | ||||
-rw-r--r-- | www/lynx/pkg-descr | 3 | ||||
-rw-r--r-- | www/lynx/pkg-plist | 8 |
3 files changed, 12 insertions, 0 deletions
diff --git a/www/lynx/pkg-comment b/www/lynx/pkg-comment new file mode 100644 index 000000000000..cae413edb616 --- /dev/null +++ b/www/lynx/pkg-comment @@ -0,0 +1 @@ +lynx - A text/ascii oriented World-Wide Web Client. Version 2.3.7 BETA diff --git a/www/lynx/pkg-descr b/www/lynx/pkg-descr new file mode 100644 index 000000000000..5d46780f5afd --- /dev/null +++ b/www/lynx/pkg-descr @@ -0,0 +1,3 @@ +lynx is a program which allows a user to access World-Wide Web servers +and other information servers. It uses only ascii representation so +that it can be used from ascii-terminals and dialin-lines. diff --git a/www/lynx/pkg-plist b/www/lynx/pkg-plist new file mode 100644 index 000000000000..f77dfe9e98c7 --- /dev/null +++ b/www/lynx/pkg-plist @@ -0,0 +1,8 @@ +@cd /usr/local +@owner bin +@mode 755 +bin/lynx +@mode 444 +lib/lynx.cfg +@mode 644 +man/man1/lynx.1 |