head	1.26;
access;
symbols
	RELEASE_8_3_0:1.25
	RELEASE_9_0_0:1.24
	RELEASE_7_4_0:1.24
	RELEASE_8_2_0:1.24
	RELEASE_6_EOL:1.24
	RELEASE_8_1_0:1.24
	RELEASE_7_3_0:1.24
	RELEASE_8_0_0:1.22
	RELEASE_7_2_0:1.22
	RELEASE_7_1_0:1.22
	RELEASE_6_4_0:1.22
	RELEASE_5_EOL:1.21
	RELEASE_7_0_0:1.21
	RELEASE_6_3_0:1.21
	PRE_XORG_7:1.17
	RELEASE_4_EOL:1.15
	RELEASE_6_2_0:1.15
	RELEASE_6_1_0:1.15
	RELEASE_5_5_0:1.15
	RELEASE_6_0_0:1.15
	RELEASE_5_4_0:1.15
	RELEASE_4_11_0:1.15
	RELEASE_5_3_0:1.15
	RELEASE_4_10_0:1.15
	RELEASE_5_2_1:1.14
	RELEASE_5_2_0:1.14
	RELEASE_4_9_0:1.14
	RELEASE_5_1_0:1.14
	RELEASE_4_8_0:1.14
	RELEASE_5_0_0:1.14
	RELEASE_4_7_0:1.14
	RELEASE_4_6_2:1.14
	RELEASE_4_6_1:1.14
	RELEASE_4_6_0:1.14
	RELEASE_5_0_DP1:1.14
	RELEASE_4_5_0:1.14
	RELEASE_4_4_0:1.14
	RELEASE_4_3_0:1.13
	RELEASE_4_2_0:1.13
	RELEASE_4_1_1:1.13
	RELEASE_4_1_0:1.13
	RELEASE_3_5_0:1.13
	RELEASE_4_0_0:1.11
	RELEASE_3_4_0:1.11
	RELEASE_3_3_0:1.11
	RELEASE_3_2_0:1.10
	RELEASE_3_1_0:1.8
	RELEASE_2_2_8:1.8
	RELEASE_3_0_0:1.7
	RELEASE_2_2_7:1.6
	RELEASE_2_2_6:1.4
	RELEASE_2_2_5:1.4
	RELEASE_2_2_1:1.4
	RELEASE_2_2_2:1.4;
locks; strict;
comment	@# @;


1.26
date	2012.10.18.10.34.50;	author kwm;	state Exp;
branches;
next	1.25;

1.25
date	2012.03.21.14.50.15;	author ak;	state Exp;
branches;
next	1.24;

1.24
date	2010.01.18.14.39.03;	author sylvio;	state Exp;
branches;
next	1.23;

1.23
date	2009.12.12.03.08.51;	author amdmi3;	state Exp;
branches;
next	1.22;

1.22
date	2008.07.02.14.57.56;	author rafan;	state Exp;
branches;
next	1.21;

1.21
date	2007.08.13.11.16.24;	author mm;	state Exp;
branches;
next	1.20;

1.20
date	2007.07.08.17.19.33;	author mi;	state Exp;
branches;
next	1.19;

1.19
date	2007.07.07.20.10.31;	author mi;	state Exp;
branches;
next	1.18;

1.18
date	2007.06.04.13.54.11;	author foxfair;	state Exp;
branches;
next	1.17;

1.17
date	2007.04.28.03.49.23;	author foxfair;	state Exp;
branches;
next	1.16;

1.16
date	2007.04.15.13.38.42;	author foxfair;	state Exp;
branches;
next	1.15;

1.15
date	2004.02.12.15.57.05;	author osa;	state Exp;
branches;
next	1.14;

1.14
date	2001.09.03.22.49.21;	author dwcjr;	state Exp;
branches;
next	1.13;

1.13
date	2000.06.01.08.53.29;	author asami;	state Exp;
branches;
next	1.12;

1.12
date	2000.04.21.15.22.56;	author jseger;	state Exp;
branches;
next	1.11;

1.11
date	99.06.18.21.18.37;	author mph;	state Exp;
branches;
next	1.10;

1.10
date	99.04.14.19.35.43;	author mharo;	state Exp;
branches;
next	1.9;

1.9
date	99.04.13.23.54.38;	author mharo;	state Exp;
branches;
next	1.8;

1.8
date	98.10.31.15.36.18;	author jseger;	state Exp;
branches;
next	1.7;

1.7
date	98.08.19.20.55.54;	author hoek;	state Exp;
branches;
next	1.6;

1.6
date	98.03.28.13.18.26;	author jseger;	state Exp;
branches;
next	1.5;

1.5
date	98.03.27.05.34.42;	author ache;	state Exp;
branches;
next	1.4;

1.4
date	96.11.22.05.09.24;	author asami;	state Exp;
branches;
next	1.3;

1.3
date	96.11.18.14.15.18;	author asami;	state Exp;
branches;
next	1.2;

1.2
date	96.02.22.01.57.18;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	95.01.24.11.44.20;	author ats;	state Exp;
branches;
next	;


desc
@@


1.26
log
@SVN rev 306058 on 2012-10-18 10:34:50Z by kwm

Don't try to remove directories we don't make. This will quiet pkgng

PR:		ports/172389
Approved by:	maintainer
Feature safe:	yes
@
text
@bin/lynx
@@unexec if cmp -s %D/etc/lynx.cfg %D/etc/lynx.cfg.sample; then rm -f %D/etc/lynx.cfg; fi
etc/lynx.cfg.sample
@@exec if [ ! -f %B/lynx.cfg ]; then cp -p %D/%F %B/lynx.cfg; fi
@@unexec if cmp -s %D/etc/lynx.lss %D/etc/lynx.lss.sample; then rm -f %D/etc/lynx.lss; fi
etc/lynx.lss.sample
@@exec if [ ! -f %B/lynx.lss ]; then cp -p %D/%F %B/lynx.lss; fi
@@exec mkdir -p %D/%%PORTDOCS%%/share/lynx_help
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/COPYHEADER
%%PORTDOCS%%%%DOCSDIR%%/COPYHEADER.asc
@@exec ln -sf %D/%F %D/%%PORTDOCS%%/share/lynx_help
@@unexec rm -f %D/%%PORTDOCS%%/share/lynx_help/COPYHEADER.asc
%%PORTDOCS%%%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%PORTDOCS%%%%DOCSDIR%%/COPYING.asc
@@exec ln -sf %D/%F %D/%%PORTDOCS%%/share/lynx_help
@@unexec rm -f %D/%%PORTDOCS%%/share/lynx_help/COPYING.asc
%%PORTDOCS%%%%DOCSDIR%%/PROBLEMS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.3.gz
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.4.gz
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.5.gz
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.6.gz
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.7.gz
%%PORTDOCS%%%%DOCSDIR%%/docs/CHANGES2.8.gz
%%PORTDOCS%%%%DOCSDIR%%/docs/CRAWL.announce.gz
%%PORTDOCS%%%%DOCSDIR%%/docs/FM.announce.gz
%%PORTDOCS%%%%DOCSDIR%%/docs/IBMPC-charsets.announce.gz
%%PORTDOCS%%%%DOCSDIR%%/docs/OS-390.announce.gz
%%PORTDOCS%%%%DOCSDIR%%/docs/README.TRST
%%PORTDOCS%%%%DOCSDIR%%/docs/README.chartrans
%%PORTDOCS%%%%DOCSDIR%%/docs/README.cookies
%%PORTDOCS%%%%DOCSDIR%%/docs/README.defines
%%PORTDOCS%%%%DOCSDIR%%/docs/README.jp
%%PORTDOCS%%%%DOCSDIR%%/docs/README.metrics
%%PORTDOCS%%%%DOCSDIR%%/docs/README.options
%%PORTDOCS%%%%DOCSDIR%%/docs/README.rootcerts
%%PORTDOCS%%%%DOCSDIR%%/docs/README.ssl
%%PORTDOCS%%%%DOCSDIR%%/docs/README.sslcerts
%%PORTDOCS%%%%DOCSDIR%%/docs/SOCKETSHR.announce.gz
%%PORTDOCS%%%%DOCSDIR%%/docs/TCPWARE.announce.gz
%%PORTDOCS%%%%DOCSDIR%%/docs/VMSWAIS.announce.gz
%%PORTDOCS%%%%DOCSDIR%%/docs/djgpp.key
%%PORTDOCS%%%%DOCSDIR%%/docs/pdcurses.key
%%PORTDOCS%%%%DOCSDIR%%/docs/slang.key
%%PORTDOCS%%%%DOCSDIR%%/docs/win-386.announce.gz
%%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/installdirs.html
%%PORTDOCS%%%%DOCSDIR%%/samples/jumps.htm
%%PORTDOCS%%%%DOCSDIR%%/samples/jumpsUnix.html
%%PORTDOCS%%%%DOCSDIR%%/samples/jumpsVMS.html
%%PORTDOCS%%%%DOCSDIR%%/samples/keepviewer
%%PORTDOCS%%%%DOCSDIR%%/samples/lynxdump
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx-demo.cfg
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx-keymaps
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.bat
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx_bookmarks.htm
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.com
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.ico
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.lss
%%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/bad-html.html
%%PORTDOCS%%%%DOCSDIR%%/test/c1.html
%%PORTDOCS%%%%DOCSDIR%%/test/cp-1252.html
%%PORTDOCS%%%%DOCSDIR%%/test/cp-1252a.html
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-1.html
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-1a.html
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-2.html
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-2a.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/tags.html
%%PORTDOCS%%%%DOCSDIR%%/test/tabtest.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
%%PORTDOCS%%share/lynx_help/Lynx_users_guide.html.gz
%%PORTDOCS%%share/lynx_help/about_lynx.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/alt_edit_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/bashlike_edit_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/bookmark_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/cookie_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/dired_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/edit_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/environments.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/follow_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/gopher_types_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/history_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/keystroke_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/movement_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/option_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/other_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/print_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/scrolling_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/test_display.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/visited_help.html.gz
%%PORTDOCS%%share/lynx_help/keystrokes/xterm_help.html.gz
%%PORTDOCS%%share/lynx_help/lynx-dev.html.gz
%%PORTDOCS%%share/lynx_help/lynx_help_main.html.gz
%%PORTDOCS%%share/lynx_help/lynx_url_support.html.gz
%%PORTDOCS%%@@dirrm %%DOCSDIR%%/docs
%%PORTDOCS%%@@dirrm %%DOCSDIR%%/samples
%%PORTDOCS%%@@dirrm %%DOCSDIR%%/test
%%PORTDOCS%%@@dirrm %%DOCSDIR%%
%%PORTDOCS%%@@dirrm share/lynx_help/keystrokes
%%PORTDOCS%%@@dirrm share/lynx_help
%%NLS%%share/locale/da/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/de/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/en/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/et/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/fi/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/fr/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/hu/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/id/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/it/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/ja/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/nl/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/ru/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/sv/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/tr/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/vi/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/ca/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/cs/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/sl/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/uk/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/lynx.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lynx.mo
@


1.25
log
@- Update to 2.8.7.2 [1]
- add NOPORTDOCS [2]

PR:	ports/165651 [1], ports/165792 [2]
Submitted by:	myself, scheidell
Approved by:	maintainer timeout, itetcu (mentor)
Feature safe:	yes
@
text
@a147 2
%%NLS%%@@dirrmtry share/locale/rw/LC_MESSAGES
%%NLS%%@@dirrmtry share/locale/rw
@


1.24
log
@- Update to 2.8.7.1
- Remove non-standard ENABLE_DEFAULT_COLORS knob
- Correct WWW

PR:		ports/139339
Submitted by:	Alex Kozlov <spam@@rm-rf.kiev.ua>
Approved by:	maintainer (timeout > 60 days), itetcu (mentor)
@
text
@d8 118
a125 123
@@exec mkdir -p %D/share/lynx_help
%%DOCSDIR%%/CHANGES
%%DOCSDIR%%/COPYHEADER
%%DOCSDIR%%/COPYHEADER.asc
@@exec ln -sf %D/%F %D/share/lynx_help
@@unexec rm -f %D/share/lynx_help/COPYHEADER.asc
%%DOCSDIR%%/COPYING
%%DOCSDIR%%/COPYING.asc
@@exec ln -sf %D/%F %D/share/lynx_help
@@unexec rm -f %D/share/lynx_help/COPYING.asc
%%DOCSDIR%%/PROBLEMS
%%DOCSDIR%%/README
%%DOCSDIR%%/docs/CHANGES2.3.gz
%%DOCSDIR%%/docs/CHANGES2.4.gz
%%DOCSDIR%%/docs/CHANGES2.5.gz
%%DOCSDIR%%/docs/CHANGES2.6.gz
%%DOCSDIR%%/docs/CHANGES2.7.gz
%%DOCSDIR%%/docs/CHANGES2.8.gz
%%DOCSDIR%%/docs/CRAWL.announce.gz
%%DOCSDIR%%/docs/FM.announce.gz
%%DOCSDIR%%/docs/IBMPC-charsets.announce.gz
%%DOCSDIR%%/docs/OS-390.announce.gz
%%DOCSDIR%%/docs/README.TRST
%%DOCSDIR%%/docs/README.chartrans
%%DOCSDIR%%/docs/README.cookies
%%DOCSDIR%%/docs/README.defines
%%DOCSDIR%%/docs/README.jp
%%DOCSDIR%%/docs/README.metrics
%%DOCSDIR%%/docs/README.options
%%DOCSDIR%%/docs/README.rootcerts
%%DOCSDIR%%/docs/README.ssl
%%DOCSDIR%%/docs/README.sslcerts
%%DOCSDIR%%/docs/SOCKETSHR.announce.gz
%%DOCSDIR%%/docs/TCPWARE.announce.gz
%%DOCSDIR%%/docs/VMSWAIS.announce.gz
%%DOCSDIR%%/docs/djgpp.key
%%DOCSDIR%%/docs/index.html
%%DOCSDIR%%/docs/pdcurses.key
%%DOCSDIR%%/docs/slang.key
%%DOCSDIR%%/docs/win-386.announce.gz
%%DOCSDIR%%/samples/blue-background.lss
%%DOCSDIR%%/samples/bright-blue.lss
%%DOCSDIR%%/samples/cernrules.txt
%%DOCSDIR%%/samples/home.htm
%%DOCSDIR%%/samples/index.html
%%DOCSDIR%%/samples/installdirs.html
%%DOCSDIR%%/samples/jumps.htm
%%DOCSDIR%%/samples/jumpsUnix.html
%%DOCSDIR%%/samples/jumpsVMS.html
%%DOCSDIR%%/samples/keepviewer
%%DOCSDIR%%/samples/lynxdump
%%DOCSDIR%%/samples/lynx-demo.cfg
%%DOCSDIR%%/samples/lynx-keymaps
%%DOCSDIR%%/samples/lynx.bat
%%DOCSDIR%%/samples/lynx_bookmarks.htm
%%DOCSDIR%%/samples/lynx.com
%%DOCSDIR%%/samples/lynx.ico
%%DOCSDIR%%/samples/lynx.lss
%%DOCSDIR%%/samples/mailcap
%%DOCSDIR%%/samples/mailto-form.pl
%%DOCSDIR%%/samples/midnight.lss
%%DOCSDIR%%/samples/mild-colors.lss
%%DOCSDIR%%/samples/mime.types
%%DOCSDIR%%/samples/oldlynx
%%DOCSDIR%%/samples/opaque.lss
%%DOCSDIR%%/test/ALT88592.html
%%DOCSDIR%%/test/ISO_LATIN1_test.html
%%DOCSDIR%%/test/README.txt
%%DOCSDIR%%/test/TestComment.html
%%DOCSDIR%%/test/bad-html.html
%%DOCSDIR%%/test/c1.html
%%DOCSDIR%%/test/cp-1252.html
%%DOCSDIR%%/test/cp-1252a.html
%%DOCSDIR%%/test/index.html
%%DOCSDIR%%/test/iso-8859-1.html
%%DOCSDIR%%/test/iso-8859-1a.html
%%DOCSDIR%%/test/iso-8859-2.html
%%DOCSDIR%%/test/iso-8859-2a.html
%%DOCSDIR%%/test/koi8-r.html
%%DOCSDIR%%/test/quickbrown.html
%%DOCSDIR%%/test/raw8bit.html
%%DOCSDIR%%/test/sgml.html
%%DOCSDIR%%/test/spaces.html
%%DOCSDIR%%/test/special_urls.html
%%DOCSDIR%%/test/tags.html
%%DOCSDIR%%/test/tabtest.html
%%DOCSDIR%%/test/test-styles.html
%%DOCSDIR%%/test/unicode.html
%%DOCSDIR%%/test/utf-8-demo.html
share/lynx_help/COPYHEADER
share/lynx_help/COPYING
share/lynx_help/Lynx_users_guide.html.gz
share/lynx_help/about_lynx.html.gz
share/lynx_help/index.html.gz
share/lynx_help/keystrokes/alt_edit_help.html.gz
share/lynx_help/keystrokes/bashlike_edit_help.html.gz
share/lynx_help/keystrokes/bookmark_help.html.gz
share/lynx_help/keystrokes/cookie_help.html.gz
share/lynx_help/keystrokes/dired_help.html.gz
share/lynx_help/keystrokes/edit_help.html.gz
share/lynx_help/keystrokes/environments.html.gz
share/lynx_help/keystrokes/follow_help.html.gz
share/lynx_help/keystrokes/gopher_types_help.html.gz
share/lynx_help/keystrokes/history_help.html.gz
share/lynx_help/keystrokes/index.html.gz
share/lynx_help/keystrokes/keystroke_help.html.gz
share/lynx_help/keystrokes/movement_help.html.gz
share/lynx_help/keystrokes/option_help.html.gz
share/lynx_help/keystrokes/other_help.html.gz
share/lynx_help/keystrokes/print_help.html.gz
share/lynx_help/keystrokes/scrolling_help.html.gz
share/lynx_help/keystrokes/test_display.html.gz
share/lynx_help/keystrokes/visited_help.html.gz
share/lynx_help/keystrokes/xterm_help.html.gz
share/lynx_help/lynx-dev.html.gz
share/lynx_help/lynx_help_main.html.gz
share/lynx_help/lynx_url_support.html.gz
@@dirrm %%DOCSDIR%%/docs
@@dirrm %%DOCSDIR%%/samples
@@dirrm %%DOCSDIR%%/test
@@dirrm %%DOCSDIR%%
@@dirrm share/lynx_help/keystrokes
@@dirrm share/lynx_help
@


1.23
log
@- Fix installation to not copy .cfg files to .cfg.sample and to not tamper with .cfg when it's not needed
- Simplify config-related @@exec/@@unexec's in the pkg-plist

PR:		137565
Submitted by:	bf <bf1783@@gmail.com>
Approved by:	maintainer timeout
@
text
@d32 1
d36 1
d44 1
d51 2
d54 1
d59 1
d61 2
d64 1
d68 1
d72 1
d77 1
d79 3
d83 1
d85 1
d101 1
d112 1
d133 1
d135 1
d138 1
a150 1
%%NLS%%share/locale/rw/LC_MESSAGES/lynx.mo
@


1.22
log
@- Use ncursesw if available
- Use gzip for documents
- OPTIONS'ify
- Bump PORTREVISION

PR:		ports/124543
Submitted by:	Alex Kozlov <spam@@rm-rf.kiev.ua>
Approved by:	maintainer timout (2 weeks)
@
text
@d2 1
a2 1
@@unexec if [ -f %D/etc/lynx.cfg ] && cmp -s %D/etc/lynx.cfg %D/etc/lynx.cfg.sample; then rm -f %D/etc/lynx.cfg; fi
d4 2
a5 2
@@exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi
@@unexec if [ -f %D/etc/lynx.lss ] && cmp -s %D/etc/lynx.lss %D/etc/lynx.lss.sample; then rm -f %D/etc/lynx.lss; fi
d7 1
a7 1
@@exec if [ ! -f %D/etc/lynx.lss ] ; then cp -p %D/%F %B/lynx.lss; fi
@


1.21
log
@- Introduce lynx.cfg.sample and lynx.lss.sample
- Do not delete/overwrite lynx.lss if changed

PR:		ports/112863
Patch by:	mm
Approved by:	maintainer (timeout), garga (mentor, implicit)
@
text
@d20 10
a29 10
%%DOCSDIR%%/docs/CHANGES2.3
%%DOCSDIR%%/docs/CHANGES2.4
%%DOCSDIR%%/docs/CHANGES2.5
%%DOCSDIR%%/docs/CHANGES2.6
%%DOCSDIR%%/docs/CHANGES2.7
%%DOCSDIR%%/docs/CHANGES2.8
%%DOCSDIR%%/docs/CRAWL.announce
%%DOCSDIR%%/docs/FM.announce
%%DOCSDIR%%/docs/IBMPC-charsets.announce
%%DOCSDIR%%/docs/OS-390.announce
d38 3
a40 3
%%DOCSDIR%%/docs/SOCKETSHR.announce
%%DOCSDIR%%/docs/TCPWARE.announce
%%DOCSDIR%%/docs/VMSWAIS.announce
d44 1
a44 1
%%DOCSDIR%%/docs/win-386.announce
d81 24
a104 24
share/lynx_help/Lynx_users_guide.html
share/lynx_help/about_lynx.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/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
@


1.20
log
@Add explicit @@dirrmtry to remove the rw-locale at package deinstall.
Unlike other locales, rw is not yet listed in the BSD.local.dist mtree.

Discussed with:	portmgr	(pav)
@
text
@d2 2
a3 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
etc/lynx.cfg.default
d5 3
a7 1
etc/lynx.lss
@


1.19
log
@Add the localizations (.mo) files, which are now installed by default
(unless WITHOUT_NLS is set) to pkg-plist.

Notified by:	pav
@
text
@d129 2
@


1.18
log
@fix pkg-plist

Submitted by:	marcus@@
@
text
@d109 20
@


1.17
log
@Add PORTEPOCH to fix a false warning of security vulnerability check.
Fix pkg_plist and portlint.
@
text
@d4 1
a5 1
@@exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi
@


1.16
log
@Upgrade www/lynx to 2.8.6rel.4

PR:		111530
Submitted by:	me
Reviewed by:	maintainer
@
text
@d4 1
@


1.15
log
@Update to 2.8.5.
Add CONFLICTS, fetching (and verifying) of PGP signature.
Use DOCSDIR macro. [v]

Submitted by:	Jason Harris <jharris@@widomaker.com> (maintainer),
		osa [v]
PR:		62713
@
text
@d8 1
d10 1
d12 1
d14 1
a22 1
%%DOCSDIR%%/docs/CMU.announce
d31 1
d57 1
d63 2
a64 2
%%DOCSDIR%%/test/iso8859-1.html
%%DOCSDIR%%/test/iso88592.html
d70 2
d73 1
@


1.14
log
@Update to 2.8.4rel.1

PR:		29826
Submitted by:	tkato@@prontomail.com
No response:	maintainer
@
text
@d6 2
a7 2
share/doc/lynx/CHANGES
share/doc/lynx/COPYHEADER
d9 1
a9 1
share/doc/lynx/COPYING
d11 57
a67 27
share/doc/lynx/PROBLEMS
share/doc/lynx/README
share/doc/lynx/samples/blue-background.lss
share/doc/lynx/samples/bright-blue.lss
share/doc/lynx/samples/cernrules.txt
share/doc/lynx/samples/installdirs.html
share/doc/lynx/samples/jumpsUnix.html
share/doc/lynx/samples/jumpsVMS.html
share/doc/lynx/samples/lynx-keymaps
share/doc/lynx/samples/lynx.com
share/doc/lynx/samples/lynx.lss
share/doc/lynx/samples/mailcap
share/doc/lynx/samples/mailto-form.pl
share/doc/lynx/samples/mild-colors.lss
share/doc/lynx/samples/mime.types
share/doc/lynx/test/ALT88592.html
share/doc/lynx/test/ISO_LATIN1_test.html
share/doc/lynx/test/README.txt
share/doc/lynx/test/TestComment.html
share/doc/lynx/test/c1.html
share/doc/lynx/test/iso8859-1.html
share/doc/lynx/test/iso88592.html
share/doc/lynx/test/raw8bit.html
share/doc/lynx/test/sgml.html
share/doc/lynx/test/spaces.html
share/doc/lynx/test/tabtest.html
share/doc/lynx/test/unicode.html
d94 4
a97 3
@@dirrm share/doc/lynx/samples
@@dirrm share/doc/lynx/test
@@dirrm share/doc/lynx
@


1.13
log
@Remove lynx.cfg iff it is identical to lynx.cfg.default.

Found by:	bento
@
text
@d14 1
d23 1
@


1.12
log
@Upgrade to 2.8.3pre.5 (sync with lynx-current)

This version has been cleared by Kris to no longer
be marked FORBIDDEN.
@
text
@d2 1
@


1.11
log
@Upgrade to 2.8.2.rel1.

PR:		12250
Submitted by:	"Oleg V. Volkov" <rover@@lglobus.ru>
@
text
@d4 33
d40 1
d61 3
a63 4
share/lynx_help/COPYING
share/lynx_help/COPYHEADER
etc/lynx_doc/COPYING
etc/lynx_doc/COPYHEADER
a65 1
@@dirrm etc/lynx_doc
@


1.10
log
@Add a lynx.cfg.default file, only install lynx.cfg if it doesn't already
exist.

Reviewed by:	obrien
@
text
@d4 30
a33 22
lib/lynx_help/Lynx_users_guide.html
lib/lynx_help/about_lynx.html
lib/lynx_help/keystrokes/bookmark_help.html
lib/lynx_help/keystrokes/cookie_help.html
lib/lynx_help/keystrokes/dired_help.html
lib/lynx_help/keystrokes/edit_help.html
lib/lynx_help/keystrokes/follow_help.html
lib/lynx_help/keystrokes/gopher_types_help.html
lib/lynx_help/keystrokes/history_help.html
lib/lynx_help/keystrokes/keystroke_help.html
lib/lynx_help/keystrokes/movement_help.html
lib/lynx_help/keystrokes/option_help.html
lib/lynx_help/keystrokes/other_help.html
lib/lynx_help/keystrokes/print_help.html
lib/lynx_help/keystrokes/scrolling_help.html
lib/lynx_help/keystrokes/visited_help.html
lib/lynx_help/keystrokes/xterm_help.html
lib/lynx_help/lynx-dev.html
lib/lynx_help/lynx_help_main.html
lib/lynx_help/lynx_url_support.html
@@dirrm lib/lynx_help/keystrokes
@@dirrm lib/lynx_help
@


1.9
log
@Remove user configuration file, lynx.cfg, from PLIST

PR:		11117
Submitted by:	Tom Hukins tom@@eborcom.com
@
text
@d2 2
@


1.8
log
@Upgrade to version 2.8.1.1
@
text
@a1 1
etc/lynx.cfg
@


1.7
log
@Wwwaste the manpages.
@
text
@a2 2
lib/lynx_help/COPYHEADER
lib/lynx_help/COPYING
a3 2
lib/lynx_help/PROBLEMS
lib/lynx_help/README
a22 17
lib/lynx_help/samples/jumpsUnix.html
lib/lynx_help/samples/jumpsVMS.html
lib/lynx_help/samples/lynx.com
lib/lynx_help/samples/lynx.lss
lib/lynx_help/samples/mailcap
lib/lynx_help/samples/mime.types
lib/lynx_help/test/ALT88592.html
lib/lynx_help/test/ISO_LATIN1_test.html
lib/lynx_help/test/README.txt
lib/lynx_help/test/TestComment.html
lib/lynx_help/test/iso8859-1.html
lib/lynx_help/test/iso88592.html
lib/lynx_help/test/sgml.html
lib/lynx_help/test/tabtest.html
lib/lynx_help/test/unicode.html
@@dirrm lib/lynx_help/test
@@dirrm lib/lynx_help/samples
@


1.6
log
@Add missing @@dirrm's, and sort the PLIST.
@
text
@a41 1
man/man1/lynx.1.gz
@


1.5
log
@Upgrade to 2.8 (hope maintainer don't mind)
PR: 6128
@
text
@d3 7
a9 1
man/man1/lynx.1.gz
d11 1
a11 1
lib/lynx_help/keystrokes/visited_help.html
d13 2
a14 7
lib/lynx_help/keystrokes/dired_help.html
lib/lynx_help/keystrokes/xterm_help.html
lib/lynx_help/keystrokes/scrolling_help.html
lib/lynx_help/keystrokes/print_help.html
lib/lynx_help/keystrokes/other_help.html
lib/lynx_help/keystrokes/option_help.html
lib/lynx_help/keystrokes/movement_help.html
a15 2
lib/lynx_help/keystrokes/gopher_types_help.html
lib/lynx_help/keystrokes/bookmark_help.html
d17 9
a25 1
lib/lynx_help/keystrokes/follow_help.html
d27 1
a27 8
lib/lynx_help/Lynx_users_guide.html
lib/lynx_help/lynx_help_main.html
lib/lynx_help/about_lynx.html
lib/lynx_help/lynx-dev.html
lib/lynx_help/COPYHEADER
lib/lynx_help/COPYING
lib/lynx_help/PROBLEMS
lib/lynx_help/README
a28 2
lib/lynx_help/samples/jumpsUnix.html
lib/lynx_help/samples/mime.types
d30 1
d32 2
a33 4
lib/lynx_help/samples/lynx.lss
lib/lynx_help/test/tabtest.html
lib/lynx_help/test/iso8859-1.html
lib/lynx_help/test/TestComment.html
d36 2
d39 2
a40 1
lib/lynx_help/test/ALT88592.html
d42 5
a46 1
lib/lynx_help/test/sgml.html
@


1.4
log
@I'm not sure how I forgot to change these when I added manpage
compression to the Makefiles.  Maybe I was asleep.
@
text
@d4 39
@


1.3
log
@Compress a bunch of manpages.  Remove unnecessary @@ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
@
text
@d3 1
a3 1
man/man1/lynx.1
@


1.2
log
@Upgrade to next snapshot
@
text
@a0 3
@@cd /usr/local
@@owner bin
@@mode 755
a1 1
@@mode 444
a2 1
@@mode 644
@


1.1
log
@Add the COMMENT DESCR PLIST files necessary to build a package out of lynx.
@
text
@d6 1
a6 1
lib/lynx.cfg
@
