Remove the obsolete xswallow port
Submitted by: maintainer (Oct 2002)
This commit is contained in:
parent
633149d689
commit
0640887f2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84758
6 changed files with 0 additions and 109 deletions
|
@ -508,7 +508,6 @@
|
|||
SUBDIR += xist
|
||||
SUBDIR += xitami
|
||||
SUBDIR += xpath2rss
|
||||
SUBDIR += xswallow
|
||||
SUBDIR += znavigator
|
||||
SUBDIR += zope
|
||||
SUBDIR += zope-cmf
|
||||
|
|
|
@ -1,72 +0,0 @@
|
|||
# New ports collection makefile for: xswallow
|
||||
# Date created: 1 May 2000
|
||||
# Whom: Conrad Sabatier <conrads@home.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xswallow
|
||||
PORTVERSION= 1.0.18
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/X/
|
||||
DISTNAME= XswallowSource-${PORTVERSION}
|
||||
|
||||
MAINTAINER= conrads@home.com
|
||||
COMMENT= A general-purpose, user-configurable plugin for Netscape
|
||||
|
||||
USE_XLIB= yes
|
||||
WRKSRC= ${WRKDIR}/xswallow/xswallow
|
||||
|
||||
PORTOBJFORMAT= aout
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ( ${OSVERSION} >= 500040 )
|
||||
IGNORE= "a.out binaries cannot be built on 5.0"
|
||||
.endif
|
||||
|
||||
#can't use ${INSTALL_PROGRAM} with aout binaries, do strip separately
|
||||
|
||||
STRIP= /usr/libexec/aout/strip
|
||||
|
||||
#Makefile in distribution doesn't link properly
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${CC} ${CFLAGS} -o xswallow.so -aout \
|
||||
-shared -nostdlib -DXP_UNIX -I../include \
|
||||
-I${X11BASE}/include -L/usr/lib/compat/aout -lgcc \
|
||||
UnixShell.c stubs.c
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/lib/netscape/plugins
|
||||
${MKDIR} ${PREFIX}/share/examples/xswallow
|
||||
|
||||
${INSTALL} ${COPY} ${WRKSRC}/xswallow.so \
|
||||
${PREFIX}/lib/netscape/plugins
|
||||
${STRIP} ${PREFIX}/lib/netscape/plugins/xswallow.so
|
||||
|
||||
${INSTALL_DATA} ${WRKSRC}/xswallow.conf \
|
||||
${PREFIX}/share/examples/xswallow
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/xswallow
|
||||
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/xswallow
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@echo
|
||||
@echo XSwallow plugin was installed in ${PREFIX}/lib/netscape/plugins.
|
||||
@echo If your Netscape installation uses a different location,
|
||||
@echo then move xswallow.so from the above location to there.
|
||||
@echo
|
||||
@echo You should copy the sample configuration file
|
||||
@echo ${PREFIX}/share/examples/xswallow/xswallow.conf
|
||||
@echo to your ~/.netscape directory.
|
||||
@echo
|
||||
@echo More documentation and some pages for testing your
|
||||
@echo configuration are available at
|
||||
@echo
|
||||
@echo WWW: http://skynet.csn.ul.ie/~caolan/docs/XSwallow.html
|
||||
@echo
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1 +0,0 @@
|
|||
MD5 (XswallowSource-1.0.18.tar.gz) = 7b3d1f29aa2565c4658a09880fd76d46
|
|
@ -1,13 +0,0 @@
|
|||
XSwallow is a general-purpose plugin for Netscape for Unix
|
||||
which allows the user to configure any programs he or she
|
||||
desires to handle any MIME type data embedded in web pages.
|
||||
|
||||
XSwallow documentation and some pages for testing your
|
||||
configuration are located at:
|
||||
|
||||
WWW: http://www.csn.ul.ie/~caolan/docs/xswallow.html
|
||||
|
||||
Author: Caolan.McNamara@ul.ie
|
||||
|
||||
--
|
||||
conrads@home.com
|
|
@ -1,15 +0,0 @@
|
|||
|
||||
XSwallow plugin was installed in /usr/local/lib/netscape/plugins.
|
||||
|
||||
If your Netscape installation uses a different location,
|
||||
then move xswallow.so from the above location to there.
|
||||
|
||||
You should copy the sample configuration file
|
||||
/usr/local/share/examples/xswallow/xswallow.conf
|
||||
to your ~/.netscape directory.
|
||||
|
||||
More documentation and some pages for testing your
|
||||
configuration are available at
|
||||
|
||||
WWW: http://skynet.csn.ul.ie/~caolan/docs/XSwallow.html
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
lib/netscape/plugins/xswallow.so
|
||||
share/doc/xswallow/README
|
||||
share/examples/xswallow/xswallow.conf
|
||||
@dirrm share/doc/xswallow
|
||||
@dirrm share/examples/xswallow
|
||||
@unexec rmdir %D/lib/netscape/plugins 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/netscape 2>/dev/null || true
|
Loading…
Reference in a new issue