upgrade to 2.8.3dev5

This commit is contained in:
Andrey A. Chernov 1999-08-02 03:07:05 +00:00
parent 21a7c53a9d
commit bad9eeb039
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20479
4 changed files with 56 additions and 11 deletions

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: lynx
# Version required: 2.8.2*
# Version required: 2.8.3*
# Date created: 15 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.98 1999/04/16 16:55:34 mharo Exp $
# $Id: Makefile,v 1.99 1999/05/25 20:14:40 ache Exp $
#
DISTNAME= lynx2.8.2pre.7
PKGNAME= lynx-2.8.2pre.7
DISTNAME= lynx2.8.3dev.5
PKGNAME= lynx-2.8.3dev.5
CATEGORIES= www
MASTER_SITES= http://sol.slcc.edu/lynx/current/
@ -15,19 +15,21 @@ MAINTAINER= ache@FreeBSD.ORG
USE_BZIP2= YES
NO_LATEST_LINK= YES
WRKSRC= ${WRKDIR}/lynx2-8-2
WRKSRC= ${WRKDIR}/lynx2-8-3
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-persistent-cookies
MAKE_FLAGS= helpdir=${L_HELP} -f
MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f
MAKEFILE= makefile
INSTALL_TARGET= install install-help
INSTALL_TARGET= install-full
MAN1= lynx.1
L_LIB= ${PREFIX}/etc
L_DOC= ${PREFIX}/share/lynx_doc
L_HELP= ${PREFIX}/share/lynx_help
post-install:
chown -R ${SHAREOWN}:${SHAREGRP} ${L_DOC}
chown -R ${SHAREOWN}:${SHAREGRP} ${L_HELP}
chown ${SHAREOWN}:${SHAREGRP} ${L_LIB}/lynx.cfg

View File

@ -1 +1 @@
MD5 (lynx2.8.2pre.7.tar.bz2) = 019430b899f3c2be4458ff37f11b7f82
MD5 (lynx2.8.3dev.5.tar.bz2) = db88a990110419d8f423bcb255092703

View File

@ -1,6 +1,15 @@
--- makefile.in.orig Tue May 25 21:13:02 1999
+++ makefile.in Tue May 25 23:27:44 1999
@@ -407,8 +407,8 @@
--- makefile.in.orig Wed Jul 14 20:25:26 1999
+++ makefile.in Mon Aug 2 06:50:21 1999
@@ -374,7 +374,7 @@
chmod 644 $(LIBDIR)/lynx.cfg
-rm -f $(LIBDIR)/lynx.tmp
$(SHELL) -c 'for name in COPYING COPYHEADER; do \
- cd $(DOCDIR) && ( $(LN_S) $$name $(HELPDIR)/ || cp $$name $(HELPDIR)/ );\
+ cd $(DOCDIR) && cp $$name $(HELPDIR)/;\
done'
LYHelp.h : LYHelp.hin
@@ -406,8 +406,8 @@
PATH=$(srcdir):$$PATH; export PATH; $(SHELL) -c '$(srcdir)/cfg_defs.sh'
install-cfg : $(LIBDIR)

View File

@ -1,9 +1,40 @@
bin/lynx
etc/lynx.cfg.default
@exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi
share/lynx_doc/CHANGES
share/lynx_doc/COPYHEADER
share/lynx_doc/COPYING
share/lynx_doc/PROBLEMS
share/lynx_doc/README
share/lynx_doc/samples/blue-background.lss
share/lynx_doc/samples/cernrules.txt
share/lynx_doc/samples/installdirs.html
share/lynx_doc/samples/jumpsUnix.html
share/lynx_doc/samples/jumpsVMS.html
share/lynx_doc/samples/lynx-keymaps
share/lynx_doc/samples/lynx.com
share/lynx_doc/samples/lynx.lss
share/lynx_doc/samples/mailcap
share/lynx_doc/samples/mild-colors.lss
share/lynx_doc/samples/mime.types
share/lynx_doc/test/ALT88592.html
share/lynx_doc/test/ISO_LATIN1_test.html
share/lynx_doc/test/README.txt
share/lynx_doc/test/TestComment.html
share/lynx_doc/test/c1.html
share/lynx_doc/test/iso8859-1.html
share/lynx_doc/test/iso88592.html
share/lynx_doc/test/raw8bit.html
share/lynx_doc/test/sgml.html
share/lynx_doc/test/spaces.html
share/lynx_doc/test/tabtest.html
share/lynx_doc/test/unicode.html
share/lynx_help/COPYHEADER
share/lynx_help/COPYING
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
@ -24,5 +55,8 @@ 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
@dirrm share/lynx_doc/samples
@dirrm share/lynx_doc/test
@dirrm share/lynx_doc
@dirrm share/lynx_help/keystrokes
@dirrm share/lynx_help