Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 1999 01:57:48 +0100
From:      Anders Nordby <anders@fix.no>
To:        foxfair@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/14774: New port: security/nessus-libraries
Message-ID:  <19991125015748.A94539@totem.fix.no>
In-Reply-To: <199911181453.GAA96221@freefall.freebsd.org>; from foxfair@FreeBSD.ORG on Thu, Nov 18, 1999 at 06:53:30AM -0800
References:  <199911181453.GAA96221@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Apply this to update the port to 0.99.1. This also removes patches
patch-ae and patch-af, and changes DESCR.

# 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:
#
#	nessus-libraries
#	nessus-libraries/files
#	nessus-libraries/files/md5
#	nessus-libraries/pkg
#	nessus-libraries/pkg/COMMENT
#	nessus-libraries/pkg/DESCR
#	nessus-libraries/pkg/PLIST
#	nessus-libraries/patches
#	nessus-libraries/patches/patch-ac
#	nessus-libraries/patches/patch-ad
#	nessus-libraries/patches/patch-ae
#	nessus-libraries/patches/patch-af
#	nessus-libraries/patches/patch-ak
#	nessus-libraries/Makefile
#
echo c - nessus-libraries
mkdir -p nessus-libraries > /dev/null 2>&1
echo c - nessus-libraries/files
mkdir -p nessus-libraries/files > /dev/null 2>&1
echo x - nessus-libraries/files/md5
sed 's/^X//' >nessus-libraries/files/md5 << 'END-of-nessus-libraries/files/md5'
XMD5 (nessus/nessus-libraries-0.98.4.tar.gz) = 319ca33cb65c1b2f157ae7393324370e
END-of-nessus-libraries/files/md5
echo c - nessus-libraries/pkg
mkdir -p nessus-libraries/pkg > /dev/null 2>&1
echo x - nessus-libraries/pkg/COMMENT
sed 's/^X//' >nessus-libraries/pkg/COMMENT << 'END-of-nessus-libraries/pkg/COMMENT'
XLibraries for Nessus, the security scanner
END-of-nessus-libraries/pkg/COMMENT
echo x - nessus-libraries/pkg/DESCR
sed 's/^X//' >nessus-libraries/pkg/DESCR << 'END-of-nessus-libraries/pkg/DESCR'
XSee the description for Nessus.
END-of-nessus-libraries/pkg/DESCR
echo x - nessus-libraries/pkg/PLIST
sed 's/^X//' >nessus-libraries/pkg/PLIST << 'END-of-nessus-libraries/pkg/PLIST'
Xlib/libhosts_gatherer.a
Xlib/libhosts_gatherer.la
Xlib/libhosts_gatherer.so
Xlib/libhosts_gatherer.so.99
Xlib/libnessus.a
Xlib/libnessus.la
Xlib/libnessus.so
Xlib/libnessus.so.99
Xlib/libpcap-nessus.a
Xlib/libpcap-nessus.la
Xlib/libpcap-nessus.so
Xlib/libpcap-nessus.so.99
Xlib/libpeks.a
Xlib/libpeks.so
Xlib/libpeks.so.0
Xlib/libpeksmp.a
Xinclude/nessus/pcap.h
Xinclude/nessus/pcap-namedb.h
Xinclude/nessus/libnessus.h
Xinclude/nessus/harglists.h
Xinclude/nessus/net/bpf.h
X@dirrm include/nessus/net
X@dirrm include/nessus
Xbin/nessus-config
END-of-nessus-libraries/pkg/PLIST
echo c - nessus-libraries/patches
mkdir -p nessus-libraries/patches > /dev/null 2>&1
echo x - nessus-libraries/patches/patch-ac
sed 's/^X//' >nessus-libraries/patches/patch-ac << 'END-of-nessus-libraries/patches/patch-ac'
X*** ltconfig.orig	Sun Apr  4 10:16:29 1999
X--- ltconfig	Sun May  2 03:13:31 1999
X***************
X*** 1123,1129 ****
X    ;;
X  
X  freebsd2* | freebsd3* | freebsd4*)
X!   version_type=sunos
X    library_names_spec='${libname}${release}.so.$versuffix $libname.so'
X    finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
X    shlibpath_var=LD_LIBRARY_PATH
X--- 1123,1130 ----
X    ;;
X  
X  freebsd2* | freebsd3* | freebsd4*)
X!   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
X!   version_type=freebsd-$objformat
X    library_names_spec='${libname}${release}.so.$versuffix $libname.so'
X    finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
X    shlibpath_var=LD_LIBRARY_PATH
END-of-nessus-libraries/patches/patch-ac
echo x - nessus-libraries/patches/patch-ad
sed 's/^X//' >nessus-libraries/patches/patch-ad << 'END-of-nessus-libraries/patches/patch-ad'
X*** ltmain.sh.orig	Mon Dec 21 16:05:21 1998
X--- ltmain.sh	Sun May  2 03:25:35 1999
X***************
X*** 952,957 ****
X--- 952,969 ----
X          verstring="$verstring:${current}.0"
X          ;;
X  
X+       freebsd-aout)
X+         version_vars="$version_vars major versuffix"
X+         major=".$current"
X+         versuffix="$current.$revision";
X+         ;;
X+ 
X+       freebsd-elf)
X+         version_vars="$version_vars major versuffix"
X+         major=".$current"
X+         versuffix="$current";
X+         ;;
X+ 
X        sunos)
X          version_vars="$version_vars major versuffix"
X          major="$current"
END-of-nessus-libraries/patches/patch-ad
echo x - nessus-libraries/patches/patch-ae
sed 's/^X//' >nessus-libraries/patches/patch-ae << 'END-of-nessus-libraries/patches/patch-ae'
X*** cipher/ltconfig.orig	Sun Apr  4 10:16:29 1999
X--- cipher/ltconfig	Sun May  2 03:13:31 1999
X***************
X*** 1123,1129 ****
X    ;;
X  
X  freebsd2* | freebsd3* | freebsd4*)
X!   version_type=sunos
X    library_names_spec='${libname}${release}.so.$versuffix $libname.so'
X    finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
X    shlibpath_var=LD_LIBRARY_PATH
X--- 1123,1130 ----
X    ;;
X  
X  freebsd2* | freebsd3* | freebsd4*)
X!   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
X!   version_type=freebsd-$objformat
X    library_names_spec='${libname}${release}.so.$versuffix $libname.so'
X    finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
X    shlibpath_var=LD_LIBRARY_PATH
END-of-nessus-libraries/patches/patch-ae
echo x - nessus-libraries/patches/patch-af
sed 's/^X//' >nessus-libraries/patches/patch-af << 'END-of-nessus-libraries/patches/patch-af'
X*** cipher/ltmain.sh.orig	Mon Dec 21 16:05:21 1998
X--- cipher/ltmain.sh	Sun May  2 03:25:35 1999
X***************
X*** 952,957 ****
X--- 952,969 ----
X          verstring="$verstring:${current}.0"
X          ;;
X  
X+       freebsd-aout)
X+         version_vars="$version_vars major versuffix"
X+         major=".$current"
X+         versuffix="$current.$revision";
X+         ;;
X+ 
X+       freebsd-elf)
X+         version_vars="$version_vars major versuffix"
X+         major=".$current"
X+         versuffix="$current";
X+         ;;
X+ 
X        sunos)
X          version_vars="$version_vars major versuffix"
X          major="$current"
END-of-nessus-libraries/patches/patch-af
echo x - nessus-libraries/patches/patch-ak
sed 's/^X//' >nessus-libraries/patches/patch-ak << 'END-of-nessus-libraries/patches/patch-ak'
X--- libpeks/Makefile.in.orig	Mon Nov  1 00:20:00 1999
X+++ libpeks/Makefile.in	Sun Nov  7 00:50:18 1999
X@@ -193,7 +193,7 @@
X # linking stuff
X $(SOLIB) __solib: $(OBJS) $(GMPLIB) $(ZLIB)
X 	rm -f $(SOLIB)
X-	OID=$(SOLIB).$(MASTER);OUT=$(SOLIB);$(SHLD) $(OBJS) $(GMPOBJ) $(ZOBJ)
X+	OID=$(SOLIB).$(MAJOR);OUT=$(SOLIB);$(SHLD) $(OBJS) $(GMPOBJ) $(ZOBJ)
X 
X $(ALIB) __alib: $(OBJS) $(GMPLIB) $(ZLIB)
X 	rm -f $(ALIB)
X@@ -250,11 +250,8 @@
X install-dynlib:	$(SOLIB)
X 	@test -d ${rpath} || $(INSTALL_DIR) -m 0755 ${rpath}
X 	rm -f ${rpath}/$(SOLIB)           ${rpath}/$(SOLIB).$(MAJOR)
X-	rm -f ${rpath}/$(SOLIB).$(MASTER) ${rpath}/$(SOLIB).$(VERSION)
X-	$(INSTALL_LIB) $(SOLIB)           ${rpath}/$(SOLIB).$(VERSION)
X-	cd ${rpath} && $(LN) $(SOLIB).$(VERSION) $(SOLIB).$(MAJOR)
X-	cd ${rpath} && $(LN) $(SOLIB).$(VERSION) $(SOLIB).$(MASTER)
X-	cd ${rpath} && $(LN) $(SOLIB).$(VERSION) $(SOLIB)
X+	$(INSTALL_LIB) $(SOLIB)           ${rpath}/$(SOLIB).$(MAJOR)
X+	cd ${rpath} && $(LN) $(SOLIB).$(MAJOR) $(SOLIB)
X 
X uninstall-bin:
X 	cd ${rpath}   && rm -f $(ALIB) $(GMPSPLIT)$(GMPNULL) 
END-of-nessus-libraries/patches/patch-ak
echo x - nessus-libraries/Makefile
sed 's/^X//' >nessus-libraries/Makefile << 'END-of-nessus-libraries/Makefile'
X# Ports collection makefile for:	nessus-libraries
X# Version required:			0.98.4
X# Date created:				07 Noevmber 1999
X# Whom:					Anders Nordby <anders@fix.no>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	nessus-libraries-0.98.4
XCATEGORIES=	security
XMASTER_SITES=	ftp://ftp.cis.fed.gov/pub/nessus/nessus-${NESSUS_REV}/ \
X		ftp://ftp.nessus.org/pub/nessus/nessus-${NESSUS_REV}/ \
X		ftp://cvs.nessus.org/pub/nessus/nessus-${NESSUS_REV}/ \
X		ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${NESSUS_REV}/ \
X		http://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${NESSUS_REV}/ \
X		ftp://ftp.esiea.fr/pub/mirrors/nessus/nessus-${NESSUS_REV}/ \
X		ftp://sunsite.cnlab-switch.ch/mirror/nessus/nessus-${NESSUS_REV}/ \
X		ftp://ftp.chg.ru/pub/security/nessus/nessus-${NESSUS_REV}/ \
X		ftp://ftp.sekure.net/pub/nessus/nessus-${NESSUS_REV}/
X
XMAINTAINER=	anders@fix.no
X
XNESSUS_REV=	${DISTNAME:S/nessus-libraries-//g}
X
XDIST_SUBDIR=	nessus
XWRKSRC=		${WRKDIR}/nessus-libraries
X
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-nessus-libraries/Makefile
exit

-- 
Anders Nordby ^ anders@fix.no ^ http://anders.fix.no/


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?19991125015748.A94539>