From conrads@cx344940-a.meta1.la.home.com  Sat Dec  9 23:57:46 2000
Return-Path: <conrads@cx344940-a.meta1.la.home.com>
Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74])
	by hub.freebsd.org (Postfix) with ESMTP id D87A737B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Dec 2000 23:57:45 -0800 (PST)
Received: (from root@localhost)
	by cx344940-a.meta1.la.home.com (8.11.1/8.11.1) id eBA7vjK08686;
	Sun, 10 Dec 2000 01:57:45 -0600 (CST)
	(envelope-from conrads)
Message-Id: <200012100757.eBA7vjK08686@cx344940-a.meta1.la.home.com>
Date: Sun, 10 Dec 2000 01:57:45 -0600 (CST)
From: conrads@home.com
Sender: conrads@cx344940-a.meta1.la.home.com
Reply-To: conrads@home.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: Upgrade port: www/xswallow
X-Send-Pr-Version: 3.2

>Number:         23412
>Category:       ports
>Synopsis:       Upgrade port: www/xswallow
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 10 00:00:02 PST 2000
>Closed-Date:    Sun Dec 10 09:47:33 PST 2000
>Last-Modified:  Sun Dec 10 09:47:50 PST 2000
>Originator:     Conrad Sabatier
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:


>Description:

		Upgrade of port www/xswallow
>How-To-Repeat:

		New port below
>Fix:

# 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:
#
#	xswallow
#	xswallow/Makefile
#	xswallow/pkg-comment
#	xswallow/README.html
#	xswallow/files
#	xswallow/distinfo
#	xswallow/pkg-descr
#	xswallow/pkg-message
#	xswallow/pkg-plist
#
echo c - xswallow
mkdir -p xswallow > /dev/null 2>&1
echo x - xswallow/Makefile
sed 's/^X//' >xswallow/Makefile << 'END-of-xswallow/Makefile'
X# New ports collection makefile for:	xswallow
X# Date created:		1 May 2000
X# Whom:			Conrad Sabatier <conrads@home.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xswallow
XPORTVERSION=	1.0.18
XCATEGORIES=	www
XMASTER_SITES=	http://www.csn.ul.ie/~caolan/publink/X/
XDISTNAME=	XswallowSource-1.0.18
X
XMAINTAINER=	conrads@home.com
X
XUSE_XLIB=	yes
XWRKSRC=		${WRKDIR}/xswallow/xswallow
X
XPORTOBJFORMAT=	aout
X
X#can't use ${INSTALL_PROGRAM} with aout binaries, do strip separately
X
XSTRIP=		/usr/libexec/aout/strip
X
X#Makefile in distribution doesn't link properly
X
Xdo-build:
X		cd ${WRKSRC} && ${CC} ${CFLAGS} -o xswallow.so -aout \
X			-shared -nostdlib -DXP_UNIX -I../include \
X			-I${X11BASE}/include -L/usr/lib/compat/aout -lgcc \
X			UnixShell.c stubs.c
X
Xdo-install:
X		${MKDIR} ${PREFIX}/lib/netscape/plugins
X		${MKDIR} ${PREFIX}/share/examples/xswallow
X
X		${INSTALL} ${COPY} ${WRKSRC}/xswallow.so \
X			${PREFIX}/lib/netscape/plugins
X		${STRIP} ${PREFIX}/lib/netscape/plugins/xswallow.so
X
X		${INSTALL_DATA} ${WRKSRC}/xswallow.conf \
X			${PREFIX}/share/examples/xswallow
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${PREFIX}/share/doc/xswallow
X	${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/xswallow
X.endif
X
Xpost-install:
X	@echo
X	@echo XSwallow plugin was installed in ${PREFIX}/lib/netscape/plugins.
X	@echo If your Netscape installation uses a different location,
X	@echo then move xswallow.so from the above location to there.
X	@echo
X	@echo You should copy the sample configuration file
X	@echo ${PREFIX}/share/examples/xswallow/xswallow.conf
X	@echo to your ~/.netscape directory.
X	@echo
X	@echo More documentation and some pages for testing your
X	@echo configuration are available at
X	@echo
X	@echo WWW: http://skynet.csn.ul.ie/~caolan/docs/XSwallow.html
X	@echo
X
X.include <bsd.port.mk>
END-of-xswallow/Makefile
echo x - xswallow/pkg-comment
sed 's/^X//' >xswallow/pkg-comment << 'END-of-xswallow/pkg-comment'
XA general-purpose, user-configurable plugin for Netscape
END-of-xswallow/pkg-comment
echo x - xswallow/README.html
sed 's/^X//' >xswallow/README.html << 'END-of-xswallow/README.html'
X<html>
X<title> The FreeBSD Ports Collection (www/xswallow)</title>
X<head><h1> The FreeBSD Ports Collection ("www/xswallow")</h1> </head> <hr>
X<body>
X
X<p>You are now in the directory for the port "www/xswallow" (package name "xswallow-1.0.17").
X
X<p>This is the one-line description for this port:
X
X<p><hr><p>
XA general-purpose, user-configurable plugin for Netscape
X<p><hr>
X
X<p>Please read the "<a href="pkg-descr">description file</a>" for a
Xlonger description.
X
X<p>Go to the <a href="../../README.html">top of the ports tree</a> for
Xa summary on how to use the ports collection.
X
X<p>
XThis port requires package(s) "XFree86-3.3.6_5" to build.
X<p>
XThis port requires package(s) "XFree86-3.3.6_5" to run.
X
X<p><hr><p>
X<a href="../README.html"> Go up one level</a>
X|
X<a href="../../README.html"> Go to top of ports tree</a>
X</body>
X</html>
END-of-xswallow/README.html
echo c - xswallow/files
mkdir -p xswallow/files > /dev/null 2>&1
echo x - xswallow/distinfo
sed 's/^X//' >xswallow/distinfo << 'END-of-xswallow/distinfo'
XMD5 (XswallowSource-1.0.18.tar.gz) = 7b3d1f29aa2565c4658a09880fd76d46
END-of-xswallow/distinfo
echo x - xswallow/pkg-descr
sed 's/^X//' >xswallow/pkg-descr << 'END-of-xswallow/pkg-descr'
XXSwallow is a general-purpose plugin for Netscape for Unix
Xwhich allows the user to configure any programs he or she
Xdesires to handle any MIME type data embedded in web pages.
X
XXSwallow documentation and some pages for testing your
Xconfiguration are located at:
X
XWWW: http://www.csn.ul.ie/~caolan/docs/xswallow.html
X
XAuthor: Caolan.McNamara@ul.ie
X
X-- 
Xconrads@home.com
END-of-xswallow/pkg-descr
echo x - xswallow/pkg-message
sed 's/^X//' >xswallow/pkg-message << 'END-of-xswallow/pkg-message'
X
XXSwallow plugin was installed in /usr/local/lib/netscape/plugins.
X
XIf your Netscape installation uses a different location,
Xthen move xswallow.so from the above location to there.
X
XYou should copy the sample configuration file
X/usr/local/share/examples/xswallow/xswallow.conf
Xto your ~/.netscape directory.
X
XMore documentation and some pages for testing your
Xconfiguration are available at
X
XWWW: http://skynet.csn.ul.ie/~caolan/docs/XSwallow.html
X
END-of-xswallow/pkg-message
echo x - xswallow/pkg-plist
sed 's/^X//' >xswallow/pkg-plist << 'END-of-xswallow/pkg-plist'
Xlib/netscape/plugins/xswallow.so
Xshare/doc/xswallow/README
Xshare/examples/xswallow/xswallow.conf
X@dirrm share/doc/xswallow
X@dirrm share/examples/xswallow
X@unexec rmdir %D/lib/netscape/plugins 2>/dev/null || true
X@unexec rmdir %D/lib/netscape 2>/dev/null || true
END-of-xswallow/pkg-plist
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: roam 
State-Changed-When: Sun Dec 10 07:27:01 PST 2000 
State-Changed-Why:  
Could you please submit a diff against the current port, instead of 
a whole new sharball?  It would be both easier to process *and* more 
correct - the sharball you've submittted in this PR still has an empty 
$FreeBSD tag, which is simply incorrect :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23412 
State-Changed-From-To: feedback->closed 
State-Changed-By: roam 
State-Changed-When: Sun Dec 10 09:47:33 PST 2000 
State-Changed-Why:  
Obsoleted by the (already committed) ports/23442. 

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