Upgrade to 2.8 (hope maintainer don't mind)

PR: 6128
This commit is contained in:
Andrey A. Chernov 1998-03-27 05:34:42 +00:00
parent f80f190a5a
commit 8b86730a2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10319
4 changed files with 70 additions and 61 deletions

View File

@ -1,25 +1,32 @@
# New ports collection makefile for: lynx # New ports collection makefile for: lynx
# Version required: 2.7.2 # Version required: 2.8
# Date created: 15 Dec 1994 # Date created: 15 Dec 1994
# Whom: ache # Whom: ache
# #
# $Id: Makefile,v 1.76 1998/01/13 23:29:08 ache Exp $ # $Id: Makefile,v 1.77 1998/01/26 16:08:52 jseger Exp $
# #
DISTNAME= lynx2-7-2 DISTNAME= lynx2-8
PKGNAME= lynx-2.7.2 PKGNAME= lynx-2.8
CATEGORIES= www CATEGORIES= www
MASTER_SITES= http://sol.slcc.edu/lynx/release/ \ MASTER_SITES= http://sol.slcc.edu/lynx/release/
http://www.freebsd.org/~jseger/
DISTFILES= lynx2-7-2.zip 272fixes.zip
MAINTAINER= jseger@FreeBSD.ORG MAINTAINER= jseger@FreeBSD.ORG
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
MAN1= lynx.1 EXTRACT_SUFX= .zip
EXTRACT_CMD= unzip EXTRACT_CMD= unzip
EXTRACT_BEFORE_ARGS= -qq -o EXTRACT_BEFORE_ARGS= -qq -o
ALL_TARGET= freebsd-ncurses
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc"
MAKEFILE= makefile
INSTALL_TARGET= install install-help
MAN1= lynx.1
post-install:
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/lynx_help
chown ${SHAREOWN}:${SHAREGRP} ${PREFIX}/etc/lynx.cfg
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,2 +1 @@
MD5 (lynx2-7-2.zip) = 5a90e47091ff9d6ac1b9a63990581972 MD5 (lynx2-8.zip) = 9d981cbd55e8064d13a80b996e260ce0
MD5 (272fixes.zip) = 2fd90daf942117276c29ef77d8445d85

View File

@ -1,55 +1,19 @@
*** Makefile.orig Wed Dec 31 17:11:19 1997 *** makefile.in.bak Sun Dec 14 02:30:40 1997
--- Makefile Wed Jan 14 02:01:23 1998 --- makefile.in Mon Dec 15 17:48:54 1997
*************** ***************
*** 1,6 **** *** 37,43 ****
--- 1,7 ---- libdir= @libdir@
##makefile for lynx
SHELL = /bin/sh ## Where you want the help-files installed
+ PREFIX ?= /usr/local ! helpdir= @libdir@/lynx_help
##uncomment the next line if your make fails to set $(MAKE) installbin= @INSTALL_PROGRAM@ -s -m 755
#MAKE= make installdoc= @INSTALL_DATA@
*************** --- 37,43 ----
*** 14,28 **** libdir= @libdir@
##change the next line if you want lynx installed somewhere ## Where you want the help-files installed
##besides /usr/local/bin ! helpdir= $(prefix)/lib/lynx_help
! exec= /usr/local/bin
##change the next line if you want the lynx man file installed somewhere installbin= @INSTALL_PROGRAM@ -s -m 755
##besides /usr/local/man/man1 installdoc= @INSTALL_DATA@
! doc= /usr/local/man/man1
##change the next line if you want the lynx.cfg file installed somewhere
##besides /usr/local/lib
! cfg= /usr/local/lib
installbin= install -c -s -m 755
installdoc= install -c -m 444
--- 15,29 ----
##change the next line if you want lynx installed somewhere
##besides /usr/local/bin
! exec= ${PREFIX}/bin
##change the next line if you want the lynx man file installed somewhere
##besides /usr/local/man/man1
! doc= ${PREFIX}/man/man1
##change the next line if you want the lynx.cfg file installed somewhere
##besides /usr/local/lib
! cfg= ${PREFIX}/etc
installbin= install -c -s -m 755
installdoc= install -c -m 444
***************
*** 274,279 ****
--- 275,281 ----
# Set SITE_DEFS to one or more of the defines for lynx below:
SITE_DEFS = $(DIR_DEFS) # Your defines here
+ SITE_DEFS += -DLYNX_CFG_FILE='\"'$(PREFIX)/etc/lynx.cfg'\"'
# if you are compiling on a previously unsupported system, modify
# this generic entry!!

View File

@ -1,3 +1,42 @@
bin/lynx bin/lynx
etc/lynx.cfg etc/lynx.cfg
man/man1/lynx.1.gz man/man1/lynx.1.gz
lib/lynx_help/keystrokes/cookie_help.html
lib/lynx_help/keystrokes/visited_help.html
lib/lynx_help/keystrokes/edit_help.html
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
lib/lynx_help/keystrokes/history_help.html
lib/lynx_help/keystrokes/gopher_types_help.html
lib/lynx_help/keystrokes/bookmark_help.html
lib/lynx_help/keystrokes/keystroke_help.html
lib/lynx_help/keystrokes/follow_help.html
lib/lynx_help/lynx_url_support.html
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
lib/lynx_help/samples/jumpsVMS.html
lib/lynx_help/samples/jumpsUnix.html
lib/lynx_help/samples/mime.types
lib/lynx_help/samples/lynx.com
lib/lynx_help/samples/mailcap
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
lib/lynx_help/test/ISO_LATIN1_test.html
lib/lynx_help/test/README.txt
lib/lynx_help/test/iso88592.html
lib/lynx_help/test/ALT88592.html
lib/lynx_help/test/unicode.html
lib/lynx_help/test/sgml.html