Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 1999 04:04:08 +0400 (MSD)
From:      "Oleg V. Volkov" <rover@fly.lglobus.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12250: update for www/lynx to 2.8.2.rel1
Message-ID:  <199906170004.EAA53528@fly.lglobus.ru>

next in thread | raw e-mail | index | archive | help

>Number:         12250
>Category:       ports
>Synopsis:       update for www/lynx to 2.8.2.rel1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 16 17:10:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Oleg V. Volkov
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
-=/ SR 13 /=-
>Environment:



>Description:

	Shell archive for new version port follows.


>How-To-Repeat:

	No way.

>Fix:
	
	Extract this.

--- begin lynx.sh  ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./files
#	./files/md5
#	./patches
#	./patches/patch-aa
#	./pkg
#	./pkg/COMMENT
#	./pkg/DESCR
#	./pkg/PLIST
#	./Makefile
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (lynx2.8.2rel.1.tar.bz2) = 73b27bfad2c37523c7b648b3a7135cfd
END-of-./files/md5
echo c - ./patches
mkdir -p ./patches > /dev/null 2>&1
echo x - ./patches/patch-aa
sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa'
X--- makefile.in.orig	Tue May 25 21:13:02 1999
X+++ makefile.in	Tue May 25 23:27:44 1999
X@@ -407,8 +407,8 @@
X 	PATH=$(srcdir):$$PATH; export PATH; $(SHELL) -c '$(srcdir)/cfg_defs.sh'
X 
X install-cfg : $(LIBDIR)
X-	-mv -f $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.oldcfg
X-	$(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg
X+	$(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default
X+	-[ ! -f $(libdir)/lynx.cfg ] && $(INSTALL_DATA) $(srcdir)/lynx.cfg $(libdir)/lynx.cfg
X 
X install-lss : $(LIBDIR)
X 	-mv -f $(LIBDIR)/lynx.lss $(LIBDIR)/lynx.oldlss
END-of-./patches/patch-aa
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XA non-graphical, text-based World-Wide Web client.
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
Xlynx is a program which allows a user to access World-Wide Web servers
Xand other information servers.  It uses only ascii representation so
Xthat it can be used from ascii-terminals and dialin-lines.
X
XWWW: http://sol.slcc.edu/lynx/current/
END-of-./pkg/DESCR
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xbin/lynx
Xetc/lynx.cfg.default
X@exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi
Xshare/lynx_help/Lynx_users_guide.html
Xshare/lynx_help/about_lynx.html
Xshare/lynx_help/keystrokes/alt_edit_help.html
Xshare/lynx_help/keystrokes/bookmark_help.html
Xshare/lynx_help/keystrokes/cookie_help.html
Xshare/lynx_help/keystrokes/dired_help.html
Xshare/lynx_help/keystrokes/edit_help.html
Xshare/lynx_help/keystrokes/environments.html
Xshare/lynx_help/keystrokes/follow_help.html
Xshare/lynx_help/keystrokes/gopher_types_help.html
Xshare/lynx_help/keystrokes/history_help.html
Xshare/lynx_help/keystrokes/keystroke_help.html
Xshare/lynx_help/keystrokes/movement_help.html
Xshare/lynx_help/keystrokes/option_help.html
Xshare/lynx_help/keystrokes/other_help.html
Xshare/lynx_help/keystrokes/print_help.html
Xshare/lynx_help/keystrokes/scrolling_help.html
Xshare/lynx_help/keystrokes/test_display.html
Xshare/lynx_help/keystrokes/visited_help.html
Xshare/lynx_help/keystrokes/xterm_help.html
Xshare/lynx_help/lynx-dev.html
Xshare/lynx_help/lynx_help_main.html
Xshare/lynx_help/lynx_url_support.html
Xshare/lynx_help/COPYING
Xshare/lynx_help/COPYHEADER
Xetc/lynx_doc/COPYING
Xetc/lynx_doc/COPYHEADER
X@dirrm share/lynx_help/keystrokes
X@dirrm share/lynx_help
X@dirrm etc/lynx_doc
END-of-./pkg/PLIST
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:    lynx
X# Version required:     2.8.2 release 1
X# Date created:         15 Dec 1994
X# Whom:                 ache
X#
X# $Id: Makefile,v 1.83 1999/04/19 19:51:11 jseger Exp $
X#
X
XDISTNAME=       lynx2.8.2rel.1
XPKGNAME=        lynx-2.8.2rel.1
XCATEGORIES=	www
XMASTER_SITES=   http://sol.slcc.edu/lynx/current/
X
XMAINTAINER=	ache@FreeBSD.ORG
X
XUSE_BZIP2=      YES
XNO_LATEST_LINK=	YES
XWRKSRC=         ${WRKDIR}/lynx2-8-2
XGNU_CONFIGURE=  YES
XCONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
X		--enable-nsl-fork --enable-persistent-cookies
XMAKE_FLAGS=     helpdir=${L_HELP} -f
XMAKEFILE=       makefile
XINSTALL_TARGET= install install-help
XMAN1=		lynx.1
X
XL_LIB=          ${PREFIX}/etc
XL_HELP=         ${PREFIX}/share/lynx_help
X
Xpost-install:
X	chown -R ${SHAREOWN}:${SHAREGRP} ${L_HELP}
X	chown ${SHAREOWN}:${SHAREGRP} ${L_LIB}/lynx.cfg
X
X.include <bsd.port.mk>
END-of-./Makefile
exit
--- end lynx.sh ---

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906170004.EAA53528>