From 915c5245c3b3e44827ba7cd24d7c765c57a1dd02 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 02:15:23 +0000 Subject: Move pkg/ files into package's toplevel directory --- www/lynx/DESCR | 3 ++ www/lynx/PLIST | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ www/lynx/pkg/DESCR | 3 -- www/lynx/pkg/PLIST | 82 ------------------------------------------------------ 4 files changed, 85 insertions(+), 85 deletions(-) create mode 100644 www/lynx/DESCR create mode 100644 www/lynx/PLIST delete mode 100644 www/lynx/pkg/DESCR delete mode 100644 www/lynx/pkg/PLIST (limited to 'www/lynx') diff --git a/www/lynx/DESCR b/www/lynx/DESCR new file mode 100644 index 00000000000..5d46780f5af --- /dev/null +++ b/www/lynx/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/PLIST b/www/lynx/PLIST new file mode 100644 index 00000000000..6204ed4f232 --- /dev/null +++ b/www/lynx/PLIST @@ -0,0 +1,82 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:17:20 zuntum Exp $ +bin/lynx +man/man1/lynx.1 +share/locale/cs/LC_MESSAGES/lynx.mo +share/locale/da/LC_MESSAGES/lynx.mo +share/locale/de/LC_MESSAGES/lynx.mo +share/locale/es/LC_MESSAGES/lynx.mo +share/locale/fr/LC_MESSAGES/lynx.mo +share/locale/it/LC_MESSAGES/lynx.mo +share/locale/ja/LC_MESSAGES/lynx.mo +share/locale/ko/LC_MESSAGES/lynx.mo +share/locale/nl/LC_MESSAGES/lynx.mo +share/locale/no/LC_MESSAGES/lynx.mo +share/locale/pl/LC_MESSAGES/lynx.mo +share/locale/pt/LC_MESSAGES/lynx.mo +share/locale/pt_BR/LC_MESSAGES/lynx.mo +share/locale/ru/LC_MESSAGES/lynx.mo +share/locale/sl/LC_MESSAGES/lynx.mo +share/locale/sv/LC_MESSAGES/lynx.mo +share/lynx/lynx.cfg +share/lynx/lynx_doc/CHANGES +share/lynx/lynx_doc/COPYHEADER +share/lynx/lynx_doc/COPYING +share/lynx/lynx_doc/PROBLEMS +share/lynx/lynx_doc/README +share/lynx/lynx_doc/samples/blue-background.lss +share/lynx/lynx_doc/samples/cernrules.txt +share/lynx/lynx_doc/samples/installdirs.html +share/lynx/lynx_doc/samples/jumpsUnix.html +share/lynx/lynx_doc/samples/jumpsVMS.html +share/lynx/lynx_doc/samples/lynx-keymaps +share/lynx/lynx_doc/samples/lynx.com +share/lynx/lynx_doc/samples/lynx.lss +share/lynx/lynx_doc/samples/mailcap +share/lynx/lynx_doc/samples/mime.types +share/lynx/lynx_doc/samples/mild-colors.lss +share/lynx/lynx_doc/test/ALT88592.html +share/lynx/lynx_doc/test/ISO_LATIN1_test.html +share/lynx/lynx_doc/test/README.txt +share/lynx/lynx_doc/test/TestComment.html +share/lynx/lynx_doc/test/c1.html +share/lynx/lynx_doc/test/iso8859-1.html +share/lynx/lynx_doc/test/iso88592.html +share/lynx/lynx_doc/test/raw8bit.html +share/lynx/lynx_doc/test/sgml.html +share/lynx/lynx_doc/test/spaces.html +share/lynx/lynx_doc/test/tabtest.html +share/lynx/lynx_doc/test/unicode.html +share/lynx/lynx_help/COPYING +share/lynx/lynx_help/COPYHEADER +share/lynx/lynx_help/Lynx_users_guide.html.gz +share/lynx/lynx_help/about_lynx.html.gz +share/lynx/lynx_help/lynx-dev.html.gz +share/lynx/lynx_help/lynx_help_main.html.gz +share/lynx/lynx_help/lynx_url_support.html.gz +share/lynx/lynx_help/keystrokes/alt_edit_help.html.gz +share/lynx/lynx_help/keystrokes/bashlike_edit_help.html.gz +share/lynx/lynx_help/keystrokes/bookmark_help.html.gz +share/lynx/lynx_help/keystrokes/cookie_help.html.gz +share/lynx/lynx_help/keystrokes/dired_help.html.gz +share/lynx/lynx_help/keystrokes/edit_help.html.gz +share/lynx/lynx_help/keystrokes/environments.html.gz +share/lynx/lynx_help/keystrokes/follow_help.html.gz +share/lynx/lynx_help/keystrokes/gopher_types_help.html.gz +share/lynx/lynx_help/keystrokes/history_help.html.gz +share/lynx/lynx_help/keystrokes/keystroke_help.html.gz +share/lynx/lynx_help/keystrokes/movement_help.html.gz +share/lynx/lynx_help/keystrokes/option_help.html.gz +share/lynx/lynx_help/keystrokes/other_help.html.gz +share/lynx/lynx_help/keystrokes/print_help.html.gz +share/lynx/lynx_help/keystrokes/scrolling_help.html.gz +share/lynx/lynx_help/keystrokes/test_display.html.gz +share/lynx/lynx_help/keystrokes/visited_help.html.gz +share/lynx/lynx_help/keystrokes/xterm_help.html.gz +@exec if [ ! -f %D/etc/lynx.cfg ]; then cp %D/share/lynx/lynx.cfg %D/etc/; fi +@exec if [ ! -f %D/etc/lynx.lss ]; then cp %D/share/lynx/lynx_doc/samples/lynx.lss %D/etc/; fi +@dirrm share/lynx/lynx_help/keystrokes +@dirrm share/lynx/lynx_help +@dirrm share/lynx/lynx_doc/samples +@dirrm share/lynx/lynx_doc/test +@dirrm share/lynx/lynx_doc +@dirrm share/lynx/ diff --git a/www/lynx/pkg/DESCR b/www/lynx/pkg/DESCR deleted file mode 100644 index 5d46780f5af..00000000000 --- a/www/lynx/pkg/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a18438f2163..00000000000 --- a/www/lynx/pkg/PLIST +++ /dev/null @@ -1,82 +0,0 @@ -@comment $NetBSD: PLIST,v 1.8 2000/08/10 18:28:41 fredb Exp $ -bin/lynx -man/man1/lynx.1 -share/locale/cs/LC_MESSAGES/lynx.mo -share/locale/da/LC_MESSAGES/lynx.mo -share/locale/de/LC_MESSAGES/lynx.mo -share/locale/es/LC_MESSAGES/lynx.mo -share/locale/fr/LC_MESSAGES/lynx.mo -share/locale/it/LC_MESSAGES/lynx.mo -share/locale/ja/LC_MESSAGES/lynx.mo -share/locale/ko/LC_MESSAGES/lynx.mo -share/locale/nl/LC_MESSAGES/lynx.mo -share/locale/no/LC_MESSAGES/lynx.mo -share/locale/pl/LC_MESSAGES/lynx.mo -share/locale/pt/LC_MESSAGES/lynx.mo -share/locale/pt_BR/LC_MESSAGES/lynx.mo -share/locale/ru/LC_MESSAGES/lynx.mo -share/locale/sl/LC_MESSAGES/lynx.mo -share/locale/sv/LC_MESSAGES/lynx.mo -share/lynx/lynx.cfg -share/lynx/lynx_doc/CHANGES -share/lynx/lynx_doc/COPYHEADER -share/lynx/lynx_doc/COPYING -share/lynx/lynx_doc/PROBLEMS -share/lynx/lynx_doc/README -share/lynx/lynx_doc/samples/blue-background.lss -share/lynx/lynx_doc/samples/cernrules.txt -share/lynx/lynx_doc/samples/installdirs.html -share/lynx/lynx_doc/samples/jumpsUnix.html -share/lynx/lynx_doc/samples/jumpsVMS.html -share/lynx/lynx_doc/samples/lynx-keymaps -share/lynx/lynx_doc/samples/lynx.com -share/lynx/lynx_doc/samples/lynx.lss -share/lynx/lynx_doc/samples/mailcap -share/lynx/lynx_doc/samples/mime.types -share/lynx/lynx_doc/samples/mild-colors.lss -share/lynx/lynx_doc/test/ALT88592.html -share/lynx/lynx_doc/test/ISO_LATIN1_test.html -share/lynx/lynx_doc/test/README.txt -share/lynx/lynx_doc/test/TestComment.html -share/lynx/lynx_doc/test/c1.html -share/lynx/lynx_doc/test/iso8859-1.html -share/lynx/lynx_doc/test/iso88592.html -share/lynx/lynx_doc/test/raw8bit.html -share/lynx/lynx_doc/test/sgml.html -share/lynx/lynx_doc/test/spaces.html -share/lynx/lynx_doc/test/tabtest.html -share/lynx/lynx_doc/test/unicode.html -share/lynx/lynx_help/COPYING -share/lynx/lynx_help/COPYHEADER -share/lynx/lynx_help/Lynx_users_guide.html.gz -share/lynx/lynx_help/about_lynx.html.gz -share/lynx/lynx_help/lynx-dev.html.gz -share/lynx/lynx_help/lynx_help_main.html.gz -share/lynx/lynx_help/lynx_url_support.html.gz -share/lynx/lynx_help/keystrokes/alt_edit_help.html.gz -share/lynx/lynx_help/keystrokes/bashlike_edit_help.html.gz -share/lynx/lynx_help/keystrokes/bookmark_help.html.gz -share/lynx/lynx_help/keystrokes/cookie_help.html.gz -share/lynx/lynx_help/keystrokes/dired_help.html.gz -share/lynx/lynx_help/keystrokes/edit_help.html.gz -share/lynx/lynx_help/keystrokes/environments.html.gz -share/lynx/lynx_help/keystrokes/follow_help.html.gz -share/lynx/lynx_help/keystrokes/gopher_types_help.html.gz -share/lynx/lynx_help/keystrokes/history_help.html.gz -share/lynx/lynx_help/keystrokes/keystroke_help.html.gz -share/lynx/lynx_help/keystrokes/movement_help.html.gz -share/lynx/lynx_help/keystrokes/option_help.html.gz -share/lynx/lynx_help/keystrokes/other_help.html.gz -share/lynx/lynx_help/keystrokes/print_help.html.gz -share/lynx/lynx_help/keystrokes/scrolling_help.html.gz -share/lynx/lynx_help/keystrokes/test_display.html.gz -share/lynx/lynx_help/keystrokes/visited_help.html.gz -share/lynx/lynx_help/keystrokes/xterm_help.html.gz -@exec if [ ! -f %D/etc/lynx.cfg ]; then cp %D/share/lynx/lynx.cfg %D/etc/; fi -@exec if [ ! -f %D/etc/lynx.lss ]; then cp %D/share/lynx/lynx_doc/samples/lynx.lss %D/etc/; fi -@dirrm share/lynx/lynx_help/keystrokes -@dirrm share/lynx/lynx_help -@dirrm share/lynx/lynx_doc/samples -@dirrm share/lynx/lynx_doc/test -@dirrm share/lynx/lynx_doc -@dirrm share/lynx/ -- cgit v1.2.3