From matthias.andree@web.de  Sat Jun  1 02:32:48 2002
Return-Path: <matthias.andree@web.de>
Received: from emma.line.org (p50877C7D.dip.t-dialin.net [80.135.124.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9968837B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Jun 2002 02:32:46 -0700 (PDT)
Received: by emma.line.org (Postfix, from userid 0)
	id 7810E1B24E; Sat,  1 Jun 2002 11:32:42 +0200 (CEST)
Message-Id: <20020601093242.7810E1B24E@emma.line.org>
Date: Sat,  1 Jun 2002 11:32:42 +0200 (CEST)
From: Bourne-again Superuser <matthias.andree@web.de>
Reply-To: Bourne-again Superuser <matthias.andree@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: www/links-devel v2.0p6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         38793
>Category:       ports
>Synopsis:       New port: www/links-devel v2.0p6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 01 02:40:01 PDT 2002
>Closed-Date:    Wed Jun 26 18:00:30 PDT 2002
>Last-Modified:  Wed Jun 26 18:00:30 PDT 2002
>Originator:     Bourne-again Superuser
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 4.6-RC FreeBSD 4.6-RC #4: Tue May 21 19:43:54 CEST 2002 toor@merlin.emma.line.org:/usr/src/sys/compile/MA i386


	
>Description:
New port: Links WWW-browser. The 2.0 series offers graphics mode (X11,
optional)and JavaScript (optional) support.

Supersedes: ports/38613
	
>How-To-Repeat:
	
>Fix:
This is the .shar that contains the whole links-devel port. Please check this
into the ports tree. It currently disallows packaging because it's moving too
fast.

# 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:
#
#	links-devel
#	links-devel/Makefile
#	links-devel/distinfo
#	links-devel/pkg-comment
#	links-devel/pkg-descr
#	links-devel/pkg-plist
#
echo c - links-devel
mkdir -p links-devel > /dev/null 2>&1
echo x - links-devel/Makefile
sed 's/^X//' >links-devel/Makefile << 'END-of-links-devel/Makefile'
X# New ports collection makefile for:	links-devel
X# Date created:		2002-05-27
X# Whom:			Matthias Andree <matthias.andree@web.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	links
XPORTVERSION=	2.0p6
XCATEGORIES=	www
XMASTER_SITES=	http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/
XPKGNAMESUFFIX=	-devel
XDISTNAME=	links-2.0pre6
X
XMAINTAINER=	matthias.andree@web.de
X
X.if !defined(WITHOUT_X11)
XLIB_DEPENDS+=	png:${PORTSDIR}/graphics/png
X.if !defined(WITHOUT_JPEG)
XLIB_DEPENDS+=	jpeg:${PORTSDIR}/graphics/jpeg
X.endif
X.if !defined(WITHOUT_TIFF)
XLIB_DEPENDS+=	tiff:${PORTSDIR}/graphics/tiff
X.endif
X.endif
X
XNO_PACKAGE=	"Prerelease version"
X
XUSE_BZIP2=	yes
X
XGNU_CONFIGURE=	yes
X
X.if !defined(WITHOUT_X11)
XUSE_XLIB=	yes
X.endif
X
X.if !defined(WITHOUT_SSL)
XUSE_OPENSSL=	yes
X.endif
X
X.if !defined(WITHOUT_JAVASCRIPT)
XCONFIGURE_ARGS+=	--enable-javascript
X.endif
X.if !defined(WITHOUT_X11)
XCONFIGURE_ARGS+=	--enable-graphics
X.endif
X.if defined(WITHOUT_SSL)
XCONFIGURE_ARGS+=	--without-ssl
X.endif
X.if defined(WITHOUT_JPEG)
XCONFIGURE_ARGS+=	--without-libjpeg
X.endif
X.if defined(WITHOUT_TIFF)
XCONFIGURE_ARGS+=	--without-libtiff
X.endif
X
X# -----------------------------------------------------------------
X# OPTIONS SUPPORTED BY THIS MAKEFILE
X# -DWITHOUT_SSL		- compile without OpenSSL support
X# -DWITHOUT_X11		- compile without graphics support
X# -DWITHOUT_JAVASCRIPT	- compile without JavaScript support
X#
X# these are only effective when -DWITHOUT_X11 is NOT set:
X# -DWITHOUT_JPEG	- compile without JPEG support
X# -DWITHOUT_TIFF	- compile without TIFF support
X# -----------------------------------------------------------------
X
XMAN1=		links.1
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR}/links_cal
X	@cd ${WRKSRC}/doc/links_cal && ${INSTALL_DATA} * ${DOCSDIR}/links_cal && \
X		${ECHO_MSG} "Installed documentation in ${DOCSDIR}"
X.endif
X
X.include <bsd.port.mk>
END-of-links-devel/Makefile
echo x - links-devel/distinfo
sed 's/^X//' >links-devel/distinfo << 'END-of-links-devel/distinfo'
XMD5 (links-2.0pre6.tar.bz2) = ed5da2d4fd4514f3d8ad9fc80466fb52
END-of-links-devel/distinfo
echo x - links-devel/pkg-comment
sed 's/^X//' >links-devel/pkg-comment << 'END-of-links-devel/pkg-comment'
XText and graphic mode browser with JavaScript support
END-of-links-devel/pkg-comment
echo x - links-devel/pkg-descr
sed 's/^X//' >links-devel/pkg-descr << 'END-of-links-devel/pkg-descr'
XLynx-like text and graphic mode WWW browser with many features like JavaScript,
Xdisplaying tables, menus, etc.
X
XWWW: http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/
X
X- Matthias Andree
Xmatthias.andree@web.de
END-of-links-devel/pkg-descr
echo x - links-devel/pkg-plist
sed 's/^X//' >links-devel/pkg-plist << 'END-of-links-devel/pkg-plist'
Xbin/links
X%%PORTDOCS%%share/doc/links/links_cal/adjusted.png
X%%PORTDOCS%%share/doc/links/links_cal/black-control-rocking.png
X%%PORTDOCS%%share/doc/links/links_cal/black-icon.png
X%%PORTDOCS%%share/doc/links/links_cal/calibration.html
X%%PORTDOCS%%share/doc/links/links_cal/elbow.png
X%%PORTDOCS%%share/doc/links/links_cal/kalibrace.html
X%%PORTDOCS%%share/doc/links/links_cal/picture-crank-0.png
X%%PORTDOCS%%share/doc/links/links_cal/picture-crank-up.png
X%%PORTDOCS%%share/doc/links/links_cal/picture-icon.png
X%%PORTDOCS%%share/doc/links/links_cal/test_pattern.png
X%%PORTDOCS%%@dirrm share/doc/links/links_cal
X%%PORTDOCS%%@dirrm share/doc/links
END-of-links-devel/pkg-plist
exit

	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: petef 
State-Changed-When: Sat Jun 1 07:30:56 PDT 2002 
State-Changed-Why:  
Could you coordinate your efforts with PR ports/38613? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38793 
State-Changed-From-To: feedback->closed 
State-Changed-By: pat 
State-Changed-When: Wed Jun 26 17:59:47 PDT 2002 
State-Changed-Why:  
Superseded by PR ports/39903 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38793 
>Unformatted:
