View | Details | Raw Unified | Return to bug 125685
Collapse All | Expand All

(-)lynx-current/Makefile (-32 / +48 lines)
Lines 8-58 Link Here
8
PORTNAME=	lynx
8
PORTNAME=	lynx
9
PORTVERSION=	${VERSION}.${MINOR_VERSION:S/.//}
9
PORTVERSION=	${VERSION}.${MINOR_VERSION:S/.//}
10
CATEGORIES=	japanese www ipv6
10
CATEGORIES=	japanese www ipv6
11
MASTER_SITES=	${MASTER_SITE_PORTS_JP} \
11
MASTER_SITES=	http://lynx.isc.org/current/ \
12
		${MASTER_SITE_LOCAL} \
12
		http://ftp2.uk.freebsd.org/sites/lynx.isc.org/current/
13
		http://lynx.isc.org/current/
14
MASTER_SITE_SUBDIR=	shige
15
DISTNAME=	${PORTNAME}${VERSION}${MINOR_VERSION}
13
DISTNAME=	${PORTNAME}${VERSION}${MINOR_VERSION}
16
14
17
18
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
19
COMMENT=	A terminal-based World-Wide Web Client with multi-byte modification
16
COMMENT=	A terminal-based World-Wide Web Client with multi-byte modification (development version)
20
17
21
WRKSRC=		${WRKDIR}/${PORTNAME}${VERSION:S/./-/g}
18
VERSION=	2.8.7
19
MINOR_VERSION=	dev.9
22
20
23
VERSION=	2.8.5
21
CONFLICTS=	lynx-2.* ja-lynx-2.8.6.*
24
MINOR_VERSION=	dev.7
22
23
WRKSRC=		${WRKDIR}/${PORTNAME}${VERSION:S/./-/g}
24
USE_BZIP2=	yes
25
NO_LATEST_LINK=	yes
26
GNU_CONFIGURE=	yes
27
CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
28
		--enable-nsl-fork --enable-ipv6 \
29
		--enable-cjk --enable-justify-elts --enable-internal-links \
30
		--with-bzlib
25
31
26
USE_BZIP2=	YES
32
.ifndef (WITHOUT_LYNX_EXPERIMENTAL_OPTS)
27
NO_LATEST_LINK=	YES
28
GNU_CONFIGURE=	YES
29
CONFIGURE_ARGS=	--with-screen=ncurses --with-zlib \
30
		--libdir="${PREFIX}/${LYNX_LIB}" \
31
		--disable-nls --enable-default-colors \
32
		--enable-nsl-fork --enable-persistent-cookies \
33
		--enable-cjk --enable-file-upload --enable-justify-elts \
34
		--enable-libjs --enable-read-eta --enable-source-cache \
35
		--enable-ipv6
36
.if (WITH_LYNX_EXPERIMENTAL_OPTS)
37
# experimental optional configure args
33
# experimental optional configure args
38
CONFIGURE_ARGS+=	--enable-prettysrc --enable-color-style \
34
USE_ICONV=	yes
39
			--enable-addrlist-page --enable-charset-choice \
35
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \
40
			--enable-htmlized-cfg
36
		--enable-japanese-utf8 --enable-addrlist-page \
37
		--enable-charset-choice
38
.endif
39
40
.if defined(ENABLE_COLOR_STYLE)
41
PLIST_SUB+=	ENABLE_COLOR_STYLE=""
42
.else
43
CONFIGURE_ARGS+=--disable-color-style
44
PLIST_SUB+=	ENABLE_COLOR_STYLE="@comment "
45
.endif
46
47
.if defined(ENABLE_DEFAULT_COLORS)
48
CONFIGURE_ARGS+=--enable-default-colors
41
.endif
49
.endif
50
51
MAKE_ARGS=	helpdir=${L_HELP} docdir=${DOCSDIR}
42
MAKEFILE=	makefile
52
MAKEFILE=	makefile
43
MAKE_ARGS=	helpdir=${PREFIX}/${LYNX_HELP} docdir=${PREFIX}/${LYNX_DOC}
53
MAN1=		lynx.1
44
PLIST_SUB=	LYNX_LIB=${LYNX_LIB} LYNX_DOC=${LYNX_DOC} LYNX_HELP=${LYNX_HELP}
45
54
55
.if !defined(NOPORTDOCS)
46
INSTALL_TARGET=	install-full
56
INSTALL_TARGET=	install-full
47
MAN1=		lynx.1
57
.else
58
INSTALL_TARGET=	install install-help
59
.endif
60
61
L_LIB=		${PREFIX}/etc
62
L_HELP=		${PREFIX}/share/lynx_help
48
63
49
LYNX_LIB=	etc
64
post-patch:
50
LYNX_DOC=	share/doc/lynx
65
	@${REINPLACE_CMD} -e 's|-lssl -lcrypto|-L${OPENSSLLIB} &|g' \
51
LYNX_HELP=	share/lynx_help
66
		${WRKSRC}/configure
52
67
53
post-install:
68
post-install:
54
	@/usr/sbin/chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${LYNX_DOC}
69
.if !defined(NOPORTDOCS)
55
	@/usr/sbin/chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${LYNX_HELP}
70
	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
56
	@/usr/sbin/chown ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${LYNX_LIB}/lynx.cfg
71
.endif
72
	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_HELP}
57
73
58
.include <bsd.port.mk>
74
.include <bsd.port.mk>
(-)lynx-current/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (lynx2.8.5dev.7.tar.bz2) = 2b325d9b17a43c72ec1be3bad4996978
1
MD5 (lynx2.8.7dev.9.tar.bz2) = 1dcde056817693b725e50ac593453b00
2
SHA256 (lynx2.8.5dev.7.tar.bz2) = e287a568d902b1414056d584d97e5a515cb26b02a158c32c9427de4059e461a3
2
SHA256 (lynx2.8.7dev.9.tar.bz2) = 62ccad8e85b3ac3e0e5511ab10d0647d471b2fbc7f56e7348e0d8f07785b4eda
3
SIZE (lynx2.8.5dev.7.tar.bz2) = 1966524
3
SIZE (lynx2.8.7dev.9.tar.bz2) = 2360834
(-)lynx-current/files/patch-aa (-28 / +33 lines)
Lines 1-41 Link Here
1
--- makefile.in.orig	Wed Jan  2 10:30:08 2002
1
--- makefile.in.orig	2007-05-18 07:53:22.000000000 +0900
2
+++ makefile.in	Wed Jan 23 02:32:35 2002
2
+++ makefile.in	2008-06-29 16:30:48.000000000 +0900
3
@@ -350,22 +350,19 @@
3
@@ -365,14 +365,9 @@
4
 		if test "$(COMPRESS_PROG)" != "" ; then \
4
 		if test "$(COMPRESS_PROG)" != "" ; then \
5
 			(cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \
5
 			(cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \
6
 		fi'
6
 		fi'
7
-	@echo Updating $(libdir)/lynx.cfg
7
-	@echo Updating $(sysconfdir)/lynx.cfg
8
-	$(SHELL) -c 'if test -f $(LIBDIR)/lynx.cfg ; then \
8
-	@ECHO_CC@$(SHELL) -c \
9
-		mv $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.tmp ; \
9
-	'if test -f $(SYSCONFDIR)/lynx.cfg ; then \
10
-		mv $(SYSCONFDIR)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ; \
10
-	else \
11
-	else \
11
-		cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp ; \
12
-		cp $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ; \
12
-	fi'
13
-	fi'
13
-	@echo Updating $(libdir)/lynx.cfg to point to installed help-files
14
-	@echo Updating $(sysconfdir)/lynx.cfg to point to installed help-files
14
+	@echo Updating $(libdir)/lynx.cfg.default
15
+	@echo Updating $(sysconfdir)/lynx.cfg.default
15
+	cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp
16
+	cp $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ;
16
+	@echo Updating $(libdir)/lynx.cfg.default to point to installed help-files
17
+	@echo Updating $(sysconfdir)/lynx.cfg.default to point to installed help-files
17
 	@ECHO_CC@sed	-e '/^HELPFILE:http/s!^!#!' \
18
 	@ECHO_CC@sed	-e '/^HELPFILE:http/s!^!#!' \
18
 		-e '/^#HELPFILE:file/s!#!!' \
19
 		-e '/^#HELPFILE:file/s!#!!' \
19
 		-e '/^HELPFILE:file/s!PATH_TO/lynx_help!$(helpdir1)!' \
20
 		$(SYSCONFDIR)/lynx.tmp | \
20
 		-e '/^[A-Z_]*:/s!PATH_TO/lynx_doc!$(docdir1)!' \
21
@@ -380,9 +375,9 @@
21
 		-e '/^HELPFILE:file/s!$$!$(COMPRESS_EXT)!' \
22
 	$(SHELL) $(scripts_dir)/cfg_path.sh lynx_doc  $(helpdir) | \
23
 	sed	-e '/^HELPFILE:file/s!$$!$(COMPRESS_EXT)!' \
22
 		-e '/^HELPFILE:file/s!$(COMPRESS_EXT)$(COMPRESS_EXT)$$!$(COMPRESS_EXT)!' \
24
 		-e '/^HELPFILE:file/s!$(COMPRESS_EXT)$(COMPRESS_EXT)$$!$(COMPRESS_EXT)!' \
23
-		$(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg
25
-		>$(SYSCONFDIR)/lynx.cfg
24
-	chmod 644 $(LIBDIR)/lynx.cfg
26
-	chmod 644 $(SYSCONFDIR)/lynx.cfg
25
+		$(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg.default
27
+		>$(SYSCONFDIR)/lynx.cfg.default
26
+	chmod 644 $(LIBDIR)/lynx.cfg.default
28
 	-rm -f $(SYSCONFDIR)/lynx.tmp
27
 	-rm -f $(LIBDIR)/lynx.tmp
29
+	-[ ! -f $(SYSCONFDIR)/lynx.cfg ] && $(INSTALL_DATA) $(SYSCONFDIR)/lynx.cfg.default $(SYSCONFDIR)/lynx.cfg
28
+	-[ ! -f $(LIBDIR)/lynx.cfg ] && $(INSTALL_DATA) $(LIBDIR)/lynx.cfg.default $(LIBDIR)/lynx.cfg
29
 
30
 
30
 LYHelp.h : help_files.sed LYHelp.hin
31
 LYHelp.h : help_files.sed LYHelp.hin
31
 	@echo Creating $@
32
 	@echo Creating $@
32
@@ -387,8 +384,7 @@
33
@@ -404,10 +399,11 @@
33
 	$(SHELL) -c '$(srcdir)/cfg_defs.sh $(srcdir)'
34
 	$(SHELL) -c 'SHELL=$(SHELL) $(SHELL) $(scripts_dir)/cfg_defs.sh $(srcdir)'
34
 
35
 
35
 install-cfg : $(LIBDIR)
36
 install-cfg : $(SYSCONFDIR)
36
-	-mv -f $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.oldcfg
37
-	@$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg
37
-	$(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg
38
+	@$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg.default
38
+	$(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default
39
 
39
 
40
 install-lss : $(LIBDIR)
40
 install-lss : $(SYSCONFDIR)
41
 	-mv -f $(LIBDIR)/lynx.lss $(LIBDIR)/lynx.oldlss
41
-	@$(SHELL) $(scripts_dir)/install-lss.sh "$(INSTALL_DATA)" $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss
42
+	@$(SHELL) $(scripts_dir)/install-lss.sh "$(INSTALL_DATA)" $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss.default
43
+	-[ ! -f $(SYSCONFDIR)/lynx.lss ] && $(INSTALL_DATA) $(SYSCONFDIR)/lynx.lss.default $(SYSCONFDIR)/lynx.lss
44
 
45
 uninstall ::
46
 @MSG_DIR_MAKE@	cd po && $(MAKE_RECUR) uninstall
(-)lynx-current/pkg-descr (-6 / +5 lines)
Lines 1-9 Link Here
1
lynx is a program which allows a user to access World-Wide Web servers
1
lynx is a program which allows a user to access World-Wide Web servers
2
and other information servers.  It uses only ascii representation so
2
and other information servers.  It uses only ascii representation so
3
that it can be used from ascii-terminals and dialin-lines.
3
that it can be used from ascii-terminals and dial-in lines.
4
4
5
And this package is modified for multi-byte.
5
This port installs the development version of lynx with some experimental
6
Modified point is following:
6
configulation options.
7
  . History and VisitedLinks
7
8
  . Editing to FORM TEXTFIELD and TEXTAREA
8
WWW: http://lynx.isc.org/current/
9
  . Bookmark
(-)lynx-current/pkg-plist (-69 / +119 lines)
Lines 1-70 Link Here
1
bin/lynx
1
bin/lynx
2
%%LYNX_LIB%%/lynx.cfg
2
@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
3
%%LYNX_LIB%%/lynx.cfg.default
3
etc/lynx.cfg.default
4
%%LYNX_HELP%%/Lynx_users_guide.html
4
@exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi
5
%%LYNX_HELP%%/about_lynx.html
5
%%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
6
%%LYNX_HELP%%/keystrokes/alt_edit_help.html
6
%%ENABLE_COLOR_STYLE%%etc/lynx.lss.default
7
%%LYNX_HELP%%/keystrokes/bashlike_edit_help.html
7
%%ENABLE_COLOR_STYLE%%@exec if [ ! -f %D/etc/lynx.lss ] ; then cp -p %D/%F %B/lynx.lss; fi
8
%%LYNX_HELP%%/keystrokes/bookmark_help.html
8
@exec mkdir -p %D/share/lynx_help
9
%%LYNX_HELP%%/keystrokes/cookie_help.html
9
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
10
%%LYNX_HELP%%/keystrokes/dired_help.html
10
%%PORTDOCS%%%%DOCSDIR%%/COPYHEADER
11
%%LYNX_HELP%%/keystrokes/edit_help.html
11
%%PORTDOCS%%@exec ln -sf %D/%F %D/share/lynx_help
12
%%LYNX_HELP%%/keystrokes/environments.html
12
%%PORTDOCS%%%%DOCSDIR%%/COPYHEADER.asc
13
%%LYNX_HELP%%/keystrokes/follow_help.html
13
%%PORTDOCS%%%%DOCSDIR%%/COPYING
14
%%LYNX_HELP%%/keystrokes/gopher_types_help.html
14
%%PORTDOCS%%@exec ln -sf %D/%F %D/share/lynx_help
15
%%LYNX_HELP%%/keystrokes/history_help.html
15
%%PORTDOCS%%%%DOCSDIR%%/COPYING.asc
16
%%LYNX_HELP%%/keystrokes/keystroke_help.html
16
%%PORTDOCS%%%%DOCSDIR%%/PROBLEMS
17
%%LYNX_HELP%%/keystrokes/movement_help.html
17
%%PORTDOCS%%%%DOCSDIR%%/README
18
%%LYNX_HELP%%/keystrokes/option_help.html
18
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.3
19
%%LYNX_HELP%%/keystrokes/other_help.html
19
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.4
20
%%LYNX_HELP%%/keystrokes/print_help.html
20
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.5
21
%%LYNX_HELP%%/keystrokes/scrolling_help.html
21
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.6
22
%%LYNX_HELP%%/keystrokes/test_display.html
22
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.7
23
%%LYNX_HELP%%/keystrokes/visited_help.html
23
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.8
24
%%LYNX_HELP%%/keystrokes/xterm_help.html
24
%%PORTDOCS%%%%DOCSDIR%%/docs/CRAWL.announce
25
%%LYNX_HELP%%/lynx-dev.html
25
%%PORTDOCS%%%%DOCSDIR%%/docs/FM.announce
26
%%LYNX_HELP%%/lynx_help_main.html
26
%%PORTDOCS%%%%DOCSDIR%%/docs/IBMPC-charsets.announce
27
%%LYNX_HELP%%/lynx_url_support.html
27
%%PORTDOCS%%%%DOCSDIR%%/docs/OS-390.announce
28
@unexec rm -rf %D/%%LYNX_HELP%%/COPYHEADER
28
%%PORTDOCS%%%%DOCSDIR%%/docs/README.TRST
29
@unexec rm -rf %D/%%LYNX_HELP%%/COPYING
29
%%PORTDOCS%%%%DOCSDIR%%/docs/README.chartrans
30
%%PORTDOCS%%%%LYNX_DOC%%/CHANGES
30
%%PORTDOCS%%%%DOCSDIR%%/docs/README.defines
31
%%PORTDOCS%%%%LYNX_DOC%%/COPYHEADER
31
%%PORTDOCS%%%%DOCSDIR%%/docs/README.jp
32
%%PORTDOCS%%@exec ln -sf %D/%F %D/%%LYNX_HELP%%/%f
32
%%PORTDOCS%%%%DOCSDIR%%/docs/README.metrics
33
%%PORTDOCS%%%%LYNX_DOC%%/COPYING
33
%%PORTDOCS%%%%DOCSDIR%%/docs/README.rootcerts
34
%%PORTDOCS%%@exec ln -sf %D/%F %D/%%LYNX_HELP%%/%f
34
%%PORTDOCS%%%%DOCSDIR%%/docs/README.ssl
35
%%PORTDOCS%%%%LYNX_DOC%%/PROBLEMS
35
%%PORTDOCS%%%%DOCSDIR%%/docs/README.sslcerts
36
%%PORTDOCS%%%%LYNX_DOC%%/README
36
%%PORTDOCS%%%%DOCSDIR%%/docs/SOCKETSHR.announce
37
%%PORTDOCS%%%%LYNX_DOC%%/samples/blue-background.lss
37
%%PORTDOCS%%%%DOCSDIR%%/docs/TCPWARE.announce
38
%%PORTDOCS%%%%LYNX_DOC%%/samples/bright-blue.lss
38
%%PORTDOCS%%%%DOCSDIR%%/docs/VMSWAIS.announce
39
%%PORTDOCS%%%%LYNX_DOC%%/samples/cernrules.txt
39
%%PORTDOCS%%%%DOCSDIR%%/docs/djgpp.key
40
%%PORTDOCS%%%%LYNX_DOC%%/samples/installdirs.html
40
%%PORTDOCS%%%%DOCSDIR%%/docs/index.html
41
%%PORTDOCS%%%%LYNX_DOC%%/samples/jumpsUnix.html
41
%%PORTDOCS%%%%DOCSDIR%%/docs/pdcurses.key
42
%%PORTDOCS%%%%LYNX_DOC%%/samples/jumpsVMS.html
42
%%PORTDOCS%%%%DOCSDIR%%/docs/slang.key
43
%%PORTDOCS%%%%LYNX_DOC%%/samples/keepviewer
43
%%PORTDOCS%%%%DOCSDIR%%/docs/win-386.announce
44
%%PORTDOCS%%%%LYNX_DOC%%/samples/lynxdump
44
%%PORTDOCS%%%%DOCSDIR%%/samples/blue-background.lss
45
%%PORTDOCS%%%%LYNX_DOC%%/samples/lynx-keymaps
45
%%PORTDOCS%%%%DOCSDIR%%/samples/bright-blue.lss
46
%%PORTDOCS%%%%LYNX_DOC%%/samples/lynx.com
46
%%PORTDOCS%%%%DOCSDIR%%/samples/cernrules.txt
47
%%PORTDOCS%%%%LYNX_DOC%%/samples/lynx.lss
47
%%PORTDOCS%%%%DOCSDIR%%/samples/home.htm
48
%%PORTDOCS%%%%LYNX_DOC%%/samples/mailcap
48
%%PORTDOCS%%%%DOCSDIR%%/samples/index.html
49
%%PORTDOCS%%%%LYNX_DOC%%/samples/mailto-form.pl
49
%%PORTDOCS%%%%DOCSDIR%%/samples/installdirs.html
50
%%PORTDOCS%%%%LYNX_DOC%%/samples/mild-colors.lss
50
%%PORTDOCS%%%%DOCSDIR%%/samples/jumps.htm
51
%%PORTDOCS%%%%LYNX_DOC%%/samples/mime.types
51
%%PORTDOCS%%%%DOCSDIR%%/samples/jumpsUnix.html
52
%%PORTDOCS%%%%LYNX_DOC%%/test/ALT88592.html
52
%%PORTDOCS%%%%DOCSDIR%%/samples/jumpsVMS.html
53
%%PORTDOCS%%%%LYNX_DOC%%/test/ISO_LATIN1_test.html
53
%%PORTDOCS%%%%DOCSDIR%%/samples/keepviewer
54
%%PORTDOCS%%%%LYNX_DOC%%/test/README.txt
54
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx-demo.cfg
55
%%PORTDOCS%%%%LYNX_DOC%%/test/TestComment.html
55
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx-keymaps
56
%%PORTDOCS%%%%LYNX_DOC%%/test/c1.html
56
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.bat
57
%%PORTDOCS%%%%LYNX_DOC%%/test/iso8859-1.html
57
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.com
58
%%PORTDOCS%%%%LYNX_DOC%%/test/iso88592.html
58
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.lss
59
%%PORTDOCS%%%%LYNX_DOC%%/test/quickbrown.html
59
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx_bookmarks.htm
60
%%PORTDOCS%%%%LYNX_DOC%%/test/raw8bit.html
60
%%PORTDOCS%%%%DOCSDIR%%/samples/lynxdump
61
%%PORTDOCS%%%%LYNX_DOC%%/test/sgml.html
61
%%PORTDOCS%%%%DOCSDIR%%/samples/mailcap
62
%%PORTDOCS%%%%LYNX_DOC%%/test/spaces.html
62
%%PORTDOCS%%%%DOCSDIR%%/samples/mailto-form.pl
63
%%PORTDOCS%%%%LYNX_DOC%%/test/tabtest.html
63
%%PORTDOCS%%%%DOCSDIR%%/samples/midnight.lss
64
%%PORTDOCS%%%%LYNX_DOC%%/test/unicode.html
64
%%PORTDOCS%%%%DOCSDIR%%/samples/mild-colors.lss
65
%%PORTDOCS%%%%LYNX_DOC%%/test/utf-8-demo.html
65
%%PORTDOCS%%%%DOCSDIR%%/samples/mime.types
66
%%PORTDOCS%%@dirrm %%LYNX_DOC%%/test
66
%%PORTDOCS%%%%DOCSDIR%%/samples/oldlynx
67
%%PORTDOCS%%@dirrm %%LYNX_DOC%%/samples
67
%%PORTDOCS%%%%DOCSDIR%%/samples/opaque.lss
68
%%PORTDOCS%%@dirrm %%LYNX_DOC%%
68
%%PORTDOCS%%%%DOCSDIR%%/test/ALT88592.html
69
@dirrm %%LYNX_HELP%%/keystrokes
69
%%PORTDOCS%%%%DOCSDIR%%/test/ISO_LATIN1_test.html
70
@dirrm %%LYNX_HELP%%
70
%%PORTDOCS%%%%DOCSDIR%%/test/README.txt
71
%%PORTDOCS%%%%DOCSDIR%%/test/TestComment.html
72
%%PORTDOCS%%%%DOCSDIR%%/test/c1.html
73
%%PORTDOCS%%%%DOCSDIR%%/test/index.html
74
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-1.html
75
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-2.html
76
%%PORTDOCS%%%%DOCSDIR%%/test/koi8-r.html
77
%%PORTDOCS%%%%DOCSDIR%%/test/quickbrown.html
78
%%PORTDOCS%%%%DOCSDIR%%/test/raw8bit.html
79
%%PORTDOCS%%%%DOCSDIR%%/test/sgml.html
80
%%PORTDOCS%%%%DOCSDIR%%/test/spaces.html
81
%%PORTDOCS%%%%DOCSDIR%%/test/special_urls.html
82
%%PORTDOCS%%%%DOCSDIR%%/test/tabtest.html
83
%%PORTDOCS%%%%DOCSDIR%%/test/tags.html
84
%%PORTDOCS%%%%DOCSDIR%%/test/test-styles.html
85
%%PORTDOCS%%%%DOCSDIR%%/test/unicode.html
86
%%PORTDOCS%%%%DOCSDIR%%/test/utf-8-demo.html
87
%%PORTDOCS%%share/lynx_help/COPYHEADER
88
%%PORTDOCS%%share/lynx_help/COPYING
89
share/lynx_help/Lynx_users_guide.html
90
share/lynx_help/about_lynx.html
91
share/lynx_help/index.html
92
share/lynx_help/keystrokes/alt_edit_help.html
93
share/lynx_help/keystrokes/bashlike_edit_help.html
94
share/lynx_help/keystrokes/bookmark_help.html
95
share/lynx_help/keystrokes/cookie_help.html
96
share/lynx_help/keystrokes/dired_help.html
97
share/lynx_help/keystrokes/edit_help.html
98
share/lynx_help/keystrokes/environments.html
99
share/lynx_help/keystrokes/follow_help.html
100
share/lynx_help/keystrokes/gopher_types_help.html
101
share/lynx_help/keystrokes/history_help.html
102
share/lynx_help/keystrokes/index.html
103
share/lynx_help/keystrokes/keystroke_help.html
104
share/lynx_help/keystrokes/movement_help.html
105
share/lynx_help/keystrokes/option_help.html
106
share/lynx_help/keystrokes/other_help.html
107
share/lynx_help/keystrokes/print_help.html
108
share/lynx_help/keystrokes/scrolling_help.html
109
share/lynx_help/keystrokes/test_display.html
110
share/lynx_help/keystrokes/visited_help.html
111
share/lynx_help/keystrokes/xterm_help.html
112
share/lynx_help/lynx-dev.html
113
share/lynx_help/lynx_help_main.html
114
share/lynx_help/lynx_url_support.html
115
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs
116
%%PORTDOCS%%@dirrm %%DOCSDIR%%/samples
117
%%PORTDOCS%%@dirrm %%DOCSDIR%%/test
118
%%PORTDOCS%%@dirrm %%DOCSDIR%%
119
@dirrm share/lynx_help/keystrokes
120
@dirrm share/lynx_help

Return to bug 125685