mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Updates to 2.8.7.dev9.
- Overhauls the port structure, based on the recent japanese/lynx. PR: 125685 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp>
This commit is contained in:
parent
88779195ad
commit
097c9635cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217084
@ -8,51 +8,67 @@
|
||||
PORTNAME= lynx
|
||||
PORTVERSION= ${VERSION}.${MINOR_VERSION:S/.//}
|
||||
CATEGORIES= japanese www ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_PORTS_JP} \
|
||||
${MASTER_SITE_LOCAL} \
|
||||
http://lynx.isc.org/current/
|
||||
MASTER_SITE_SUBDIR= shige
|
||||
MASTER_SITES= http://lynx.isc.org/current/ \
|
||||
http://ftp2.uk.freebsd.org/sites/lynx.isc.org/current/
|
||||
DISTNAME= ${PORTNAME}${VERSION}${MINOR_VERSION}
|
||||
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A terminal-based World-Wide Web Client with multi-byte modification
|
||||
COMMENT= A terminal-based World-Wide Web Client with multi-byte modification (development version)
|
||||
|
||||
VERSION= 2.8.7
|
||||
MINOR_VERSION= dev.9
|
||||
|
||||
CONFLICTS= lynx-2.* ja-lynx-2.8.6.*
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g}
|
||||
USE_BZIP2= yes
|
||||
NO_LATEST_LINK= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
|
||||
--enable-nsl-fork --enable-ipv6 \
|
||||
--enable-cjk --enable-justify-elts --enable-internal-links \
|
||||
--with-bzlib
|
||||
|
||||
VERSION= 2.8.5
|
||||
MINOR_VERSION= dev.7
|
||||
|
||||
USE_BZIP2= YES
|
||||
NO_LATEST_LINK= YES
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib \
|
||||
--libdir="${PREFIX}/${LYNX_LIB}" \
|
||||
--disable-nls --enable-default-colors \
|
||||
--enable-nsl-fork --enable-persistent-cookies \
|
||||
--enable-cjk --enable-file-upload --enable-justify-elts \
|
||||
--enable-libjs --enable-read-eta --enable-source-cache \
|
||||
--enable-ipv6
|
||||
.if (WITH_LYNX_EXPERIMENTAL_OPTS)
|
||||
.ifndef (WITHOUT_LYNX_EXPERIMENTAL_OPTS)
|
||||
# experimental optional configure args
|
||||
CONFIGURE_ARGS+= --enable-prettysrc --enable-color-style \
|
||||
--enable-addrlist-page --enable-charset-choice \
|
||||
--enable-htmlized-cfg
|
||||
USE_ICONV= yes
|
||||
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \
|
||||
--enable-japanese-utf8 --enable-addrlist-page \
|
||||
--enable-charset-choice
|
||||
.endif
|
||||
MAKEFILE= makefile
|
||||
MAKE_ARGS= helpdir=${PREFIX}/${LYNX_HELP} docdir=${PREFIX}/${LYNX_DOC}
|
||||
PLIST_SUB= LYNX_LIB=${LYNX_LIB} LYNX_DOC=${LYNX_DOC} LYNX_HELP=${LYNX_HELP}
|
||||
|
||||
INSTALL_TARGET= install-full
|
||||
.if defined(ENABLE_COLOR_STYLE)
|
||||
PLIST_SUB+= ENABLE_COLOR_STYLE=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-color-style
|
||||
PLIST_SUB+= ENABLE_COLOR_STYLE="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(ENABLE_DEFAULT_COLORS)
|
||||
CONFIGURE_ARGS+=--enable-default-colors
|
||||
.endif
|
||||
|
||||
MAKE_ARGS= helpdir=${L_HELP} docdir=${DOCSDIR}
|
||||
MAKEFILE= makefile
|
||||
MAN1= lynx.1
|
||||
|
||||
LYNX_LIB= etc
|
||||
LYNX_DOC= share/doc/lynx
|
||||
LYNX_HELP= share/lynx_help
|
||||
.if !defined(NOPORTDOCS)
|
||||
INSTALL_TARGET= install-full
|
||||
.else
|
||||
INSTALL_TARGET= install install-help
|
||||
.endif
|
||||
|
||||
L_LIB= ${PREFIX}/etc
|
||||
L_HELP= ${PREFIX}/share/lynx_help
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lssl -lcrypto|-L${OPENSSLLIB} &|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
@/usr/sbin/chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${LYNX_DOC}
|
||||
@/usr/sbin/chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${LYNX_HELP}
|
||||
@/usr/sbin/chown ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${LYNX_LIB}/lynx.cfg
|
||||
.if !defined(NOPORTDOCS)
|
||||
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
|
||||
.endif
|
||||
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_HELP}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (lynx2.8.5dev.7.tar.bz2) = 2b325d9b17a43c72ec1be3bad4996978
|
||||
SHA256 (lynx2.8.5dev.7.tar.bz2) = e287a568d902b1414056d584d97e5a515cb26b02a158c32c9427de4059e461a3
|
||||
SIZE (lynx2.8.5dev.7.tar.bz2) = 1966524
|
||||
MD5 (lynx2.8.7dev.9.tar.bz2) = 1dcde056817693b725e50ac593453b00
|
||||
SHA256 (lynx2.8.7dev.9.tar.bz2) = 62ccad8e85b3ac3e0e5511ab10d0647d471b2fbc7f56e7348e0d8f07785b4eda
|
||||
SIZE (lynx2.8.7dev.9.tar.bz2) = 2360834
|
||||
|
@ -1,41 +1,46 @@
|
||||
--- makefile.in.orig Wed Jan 2 10:30:08 2002
|
||||
+++ makefile.in Wed Jan 23 02:32:35 2002
|
||||
@@ -350,22 +350,19 @@
|
||||
--- makefile.in.orig 2007-05-18 07:53:22.000000000 +0900
|
||||
+++ makefile.in 2008-06-29 16:30:48.000000000 +0900
|
||||
@@ -365,14 +365,9 @@
|
||||
if test "$(COMPRESS_PROG)" != "" ; then \
|
||||
(cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \
|
||||
fi'
|
||||
- @echo Updating $(libdir)/lynx.cfg
|
||||
- $(SHELL) -c 'if test -f $(LIBDIR)/lynx.cfg ; then \
|
||||
- mv $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.tmp ; \
|
||||
- @echo Updating $(sysconfdir)/lynx.cfg
|
||||
- @ECHO_CC@$(SHELL) -c \
|
||||
- 'if test -f $(SYSCONFDIR)/lynx.cfg ; then \
|
||||
- mv $(SYSCONFDIR)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ; \
|
||||
- else \
|
||||
- cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp ; \
|
||||
- cp $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ; \
|
||||
- fi'
|
||||
- @echo Updating $(libdir)/lynx.cfg to point to installed help-files
|
||||
+ @echo Updating $(libdir)/lynx.cfg.default
|
||||
+ cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp
|
||||
+ @echo Updating $(libdir)/lynx.cfg.default to point to installed help-files
|
||||
- @echo Updating $(sysconfdir)/lynx.cfg to point to installed help-files
|
||||
+ @echo Updating $(sysconfdir)/lynx.cfg.default
|
||||
+ cp $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ;
|
||||
+ @echo Updating $(sysconfdir)/lynx.cfg.default to point to installed help-files
|
||||
@ECHO_CC@sed -e '/^HELPFILE:http/s!^!#!' \
|
||||
-e '/^#HELPFILE:file/s!#!!' \
|
||||
-e '/^HELPFILE:file/s!PATH_TO/lynx_help!$(helpdir1)!' \
|
||||
-e '/^[A-Z_]*:/s!PATH_TO/lynx_doc!$(docdir1)!' \
|
||||
-e '/^HELPFILE:file/s!$$!$(COMPRESS_EXT)!' \
|
||||
$(SYSCONFDIR)/lynx.tmp | \
|
||||
@@ -380,9 +375,9 @@
|
||||
$(SHELL) $(scripts_dir)/cfg_path.sh lynx_doc $(helpdir) | \
|
||||
sed -e '/^HELPFILE:file/s!$$!$(COMPRESS_EXT)!' \
|
||||
-e '/^HELPFILE:file/s!$(COMPRESS_EXT)$(COMPRESS_EXT)$$!$(COMPRESS_EXT)!' \
|
||||
- $(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg
|
||||
- chmod 644 $(LIBDIR)/lynx.cfg
|
||||
+ $(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg.default
|
||||
+ chmod 644 $(LIBDIR)/lynx.cfg.default
|
||||
-rm -f $(LIBDIR)/lynx.tmp
|
||||
+ -[ ! -f $(LIBDIR)/lynx.cfg ] && $(INSTALL_DATA) $(LIBDIR)/lynx.cfg.default $(LIBDIR)/lynx.cfg
|
||||
- >$(SYSCONFDIR)/lynx.cfg
|
||||
- chmod 644 $(SYSCONFDIR)/lynx.cfg
|
||||
+ >$(SYSCONFDIR)/lynx.cfg.default
|
||||
-rm -f $(SYSCONFDIR)/lynx.tmp
|
||||
+ -[ ! -f $(SYSCONFDIR)/lynx.cfg ] && $(INSTALL_DATA) $(SYSCONFDIR)/lynx.cfg.default $(SYSCONFDIR)/lynx.cfg
|
||||
|
||||
LYHelp.h : help_files.sed LYHelp.hin
|
||||
@echo Creating $@
|
||||
@@ -387,8 +384,7 @@
|
||||
$(SHELL) -c '$(srcdir)/cfg_defs.sh $(srcdir)'
|
||||
@@ -404,10 +399,11 @@
|
||||
$(SHELL) -c 'SHELL=$(SHELL) $(SHELL) $(scripts_dir)/cfg_defs.sh $(srcdir)'
|
||||
|
||||
install-cfg : $(LIBDIR)
|
||||
- -mv -f $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.oldcfg
|
||||
- $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg
|
||||
+ $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default
|
||||
install-cfg : $(SYSCONFDIR)
|
||||
- @$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg
|
||||
+ @$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg.default
|
||||
|
||||
install-lss : $(LIBDIR)
|
||||
-mv -f $(LIBDIR)/lynx.lss $(LIBDIR)/lynx.oldlss
|
||||
install-lss : $(SYSCONFDIR)
|
||||
- @$(SHELL) $(scripts_dir)/install-lss.sh "$(INSTALL_DATA)" $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss
|
||||
+ @$(SHELL) $(scripts_dir)/install-lss.sh "$(INSTALL_DATA)" $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss.default
|
||||
+ -[ ! -f $(SYSCONFDIR)/lynx.lss ] && $(INSTALL_DATA) $(SYSCONFDIR)/lynx.lss.default $(SYSCONFDIR)/lynx.lss
|
||||
|
||||
uninstall ::
|
||||
@MSG_DIR_MAKE@ cd po && $(MAKE_RECUR) uninstall
|
||||
|
@ -1,9 +1,8 @@
|
||||
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.
|
||||
that it can be used from ascii-terminals and dial-in lines.
|
||||
|
||||
And this package is modified for multi-byte.
|
||||
Modified point is following:
|
||||
. History and VisitedLinks
|
||||
. Editing to FORM TEXTFIELD and TEXTAREA
|
||||
. Bookmark
|
||||
This port installs the development version of lynx with some experimental
|
||||
configulation options.
|
||||
|
||||
WWW: http://lynx.isc.org/current/
|
||||
|
@ -1,70 +1,120 @@
|
||||
bin/lynx
|
||||
%%LYNX_LIB%%/lynx.cfg
|
||||
%%LYNX_LIB%%/lynx.cfg.default
|
||||
%%LYNX_HELP%%/Lynx_users_guide.html
|
||||
%%LYNX_HELP%%/about_lynx.html
|
||||
%%LYNX_HELP%%/keystrokes/alt_edit_help.html
|
||||
%%LYNX_HELP%%/keystrokes/bashlike_edit_help.html
|
||||
%%LYNX_HELP%%/keystrokes/bookmark_help.html
|
||||
%%LYNX_HELP%%/keystrokes/cookie_help.html
|
||||
%%LYNX_HELP%%/keystrokes/dired_help.html
|
||||
%%LYNX_HELP%%/keystrokes/edit_help.html
|
||||
%%LYNX_HELP%%/keystrokes/environments.html
|
||||
%%LYNX_HELP%%/keystrokes/follow_help.html
|
||||
%%LYNX_HELP%%/keystrokes/gopher_types_help.html
|
||||
%%LYNX_HELP%%/keystrokes/history_help.html
|
||||
%%LYNX_HELP%%/keystrokes/keystroke_help.html
|
||||
%%LYNX_HELP%%/keystrokes/movement_help.html
|
||||
%%LYNX_HELP%%/keystrokes/option_help.html
|
||||
%%LYNX_HELP%%/keystrokes/other_help.html
|
||||
%%LYNX_HELP%%/keystrokes/print_help.html
|
||||
%%LYNX_HELP%%/keystrokes/scrolling_help.html
|
||||
%%LYNX_HELP%%/keystrokes/test_display.html
|
||||
%%LYNX_HELP%%/keystrokes/visited_help.html
|
||||
%%LYNX_HELP%%/keystrokes/xterm_help.html
|
||||
%%LYNX_HELP%%/lynx-dev.html
|
||||
%%LYNX_HELP%%/lynx_help_main.html
|
||||
%%LYNX_HELP%%/lynx_url_support.html
|
||||
@unexec rm -rf %D/%%LYNX_HELP%%/COPYHEADER
|
||||
@unexec rm -rf %D/%%LYNX_HELP%%/COPYING
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/CHANGES
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/COPYHEADER
|
||||
%%PORTDOCS%%@exec ln -sf %D/%F %D/%%LYNX_HELP%%/%f
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/COPYING
|
||||
%%PORTDOCS%%@exec ln -sf %D/%F %D/%%LYNX_HELP%%/%f
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/PROBLEMS
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/README
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/blue-background.lss
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/bright-blue.lss
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/cernrules.txt
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/installdirs.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/jumpsUnix.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/jumpsVMS.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/keepviewer
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/lynxdump
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/lynx-keymaps
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/lynx.com
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/lynx.lss
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/mailcap
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/mailto-form.pl
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/mild-colors.lss
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/samples/mime.types
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/ALT88592.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/ISO_LATIN1_test.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/README.txt
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/TestComment.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/c1.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/iso8859-1.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/iso88592.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/quickbrown.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/raw8bit.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/sgml.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/spaces.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/tabtest.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/unicode.html
|
||||
%%PORTDOCS%%%%LYNX_DOC%%/test/utf-8-demo.html
|
||||
%%PORTDOCS%%@dirrm %%LYNX_DOC%%/test
|
||||
%%PORTDOCS%%@dirrm %%LYNX_DOC%%/samples
|
||||
%%PORTDOCS%%@dirrm %%LYNX_DOC%%
|
||||
@dirrm %%LYNX_HELP%%/keystrokes
|
||||
@dirrm %%LYNX_HELP%%
|
||||
@unexec if [ -f %D/etc/lynx.cfg ] && cmp -s %D/etc/lynx.cfg %D/etc/lynx.cfg.default; then rm -f %D/etc/lynx.cfg; fi
|
||||
etc/lynx.cfg.default
|
||||
@exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi
|
||||
%%ENABLE_COLOR_STYLE%%@unexec if [ -f %D/etc/lynx.lss ] && cmp -s %D/etc/lynx.lss %D/etc/lynx.lss.default; then rm -f %D/etc/lynx.lss; fi
|
||||
%%ENABLE_COLOR_STYLE%%etc/lynx.lss.default
|
||||
%%ENABLE_COLOR_STYLE%%@exec if [ ! -f %D/etc/lynx.lss ] ; then cp -p %D/%F %B/lynx.lss; fi
|
||||
@exec mkdir -p %D/share/lynx_help
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYHEADER
|
||||
%%PORTDOCS%%@exec ln -sf %D/%F %D/share/lynx_help
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYHEADER.asc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%@exec ln -sf %D/%F %D/share/lynx_help
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING.asc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PROBLEMS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.3
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.4
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.5
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.6
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.7
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.8
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/CRAWL.announce
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/FM.announce
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/IBMPC-charsets.announce
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/OS-390.announce
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/README.TRST
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/README.chartrans
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/README.defines
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/README.jp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/README.metrics
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/README.rootcerts
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/README.ssl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/README.sslcerts
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/SOCKETSHR.announce
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/TCPWARE.announce
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/VMSWAIS.announce
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/djgpp.key
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/pdcurses.key
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/slang.key
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs/win-386.announce
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/blue-background.lss
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/bright-blue.lss
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/cernrules.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/home.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/installdirs.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/jumps.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/jumpsUnix.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/jumpsVMS.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/keepviewer
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx-demo.cfg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx-keymaps
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.bat
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.com
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.lss
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx_bookmarks.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/lynxdump
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/mailcap
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/mailto-form.pl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/midnight.lss
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/mild-colors.lss
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/mime.types
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/oldlynx
|
||||
%%PORTDOCS%%%%DOCSDIR%%/samples/opaque.lss
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/ALT88592.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/ISO_LATIN1_test.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/TestComment.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/c1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/koi8-r.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/quickbrown.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/raw8bit.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/sgml.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/spaces.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/special_urls.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/tabtest.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/tags.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/test-styles.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/unicode.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test/utf-8-demo.html
|
||||
%%PORTDOCS%%share/lynx_help/COPYHEADER
|
||||
%%PORTDOCS%%share/lynx_help/COPYING
|
||||
share/lynx_help/Lynx_users_guide.html
|
||||
share/lynx_help/about_lynx.html
|
||||
share/lynx_help/index.html
|
||||
share/lynx_help/keystrokes/alt_edit_help.html
|
||||
share/lynx_help/keystrokes/bashlike_edit_help.html
|
||||
share/lynx_help/keystrokes/bookmark_help.html
|
||||
share/lynx_help/keystrokes/cookie_help.html
|
||||
share/lynx_help/keystrokes/dired_help.html
|
||||
share/lynx_help/keystrokes/edit_help.html
|
||||
share/lynx_help/keystrokes/environments.html
|
||||
share/lynx_help/keystrokes/follow_help.html
|
||||
share/lynx_help/keystrokes/gopher_types_help.html
|
||||
share/lynx_help/keystrokes/history_help.html
|
||||
share/lynx_help/keystrokes/index.html
|
||||
share/lynx_help/keystrokes/keystroke_help.html
|
||||
share/lynx_help/keystrokes/movement_help.html
|
||||
share/lynx_help/keystrokes/option_help.html
|
||||
share/lynx_help/keystrokes/other_help.html
|
||||
share/lynx_help/keystrokes/print_help.html
|
||||
share/lynx_help/keystrokes/scrolling_help.html
|
||||
share/lynx_help/keystrokes/test_display.html
|
||||
share/lynx_help/keystrokes/visited_help.html
|
||||
share/lynx_help/keystrokes/xterm_help.html
|
||||
share/lynx_help/lynx-dev.html
|
||||
share/lynx_help/lynx_help_main.html
|
||||
share/lynx_help/lynx_url_support.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/samples
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/test
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm share/lynx_help/keystrokes
|
||||
@dirrm share/lynx_help
|
||||
|
Loading…
Reference in New Issue
Block a user