pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/fprot-workstation-bin Retire security/fprot-w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/17d25affd0df
branches: trunk
changeset: 399589:17d25affd0df
user: taca <taca%pkgsrc.org@localhost>
date: Tue Sep 22 17:51:45 2009 +0000
description:
Retire security/fprot-workstation-bin package. It was F-PROT Antivirus
version 4.x whose support ended Jan. 2009.
diffstat:
security/fprot-workstation-bin/DESCR | 10 -
security/fprot-workstation-bin/Makefile | 56 ---------
security/fprot-workstation-bin/Makefile.netbsd-i386 | 44 -------
security/fprot-workstation-bin/PLIST.netbsd-i386 | 38 ------
security/fprot-workstation-bin/distinfo | 15 --
security/fprot-workstation-bin/patches/emul-netbsd-i386-patch-aa | 60 ----------
6 files changed, 0 insertions(+), 223 deletions(-)
diffs (247 lines):
diff -r 3efccb504eb5 -r 17d25affd0df security/fprot-workstation-bin/DESCR
--- a/security/fprot-workstation-bin/DESCR Tue Sep 22 17:48:14 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-For home users using the BSD open-source operating system, we offer F-Prot
-Antivirus for BSD Workstations. F-Prot Antivirus for BSD Workstations
-utilizes the renowned F-Prot Antivirus scanning engine for primary scan but
-has in addition to that a system of internal heuristics devised to search
-for unknown viruses
-
-F-Prot Antivirus for BSD was especially developed to effectively eradicate
-viruses threatening workstations running FreeBSD, NetBSD, or OpenBSD. It
-provides full protection against macro viruses and other forms of malicious
-software - including Trojans.
diff -r 3efccb504eb5 -r 17d25affd0df security/fprot-workstation-bin/Makefile
--- a/security/fprot-workstation-bin/Makefile Tue Sep 22 17:48:14 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
-# $NetBSD: Makefile,v 1.40 2009/05/19 08:59:30 wiz Exp $
-
-DISTNAME= fprot-workstation-bin # overridden below
-PKGNAME= fprot-workstation-bin-${FPVER}
-CATEGORIES= security
-MASTER_SITES= # empty
-DIST_SUBDIR= ${PKGBASE}-20070806
-FPVER= 4.6.8
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.f-prot.com/products/home_use/
-COMMENT= F-prot antivirus for home users
-LICENSE= fprot-workstation-license
-
-RESTRICTED= Redistribution not permitted
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_SRC_ON_FTP= ${RESTRICTED}
-
-DEPENDS+= p5-libwww>=5.69:../../www/p5-libwww
-
-USE_TOOLS+= perl:run unzip:run
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-#EMUL_PLATFORMS+= linux-i386
-EMUL_PLATFORMS+= netbsd-i386
-#EMUL_PLATFORMS+= solaris-i386
-#EMUL_PLATFORMS+= solaris-sparc
-EMUL_MODULES.linux= base
-
-.include "../../mk/bsd.prefs.mk"
-
-# This following section should be split out into Makefile.${EMUL_PLATFORM}
-# files and the appropriate build and installation code added.
-#
-.if ${EMUL_PLATFORM} == "linux-i386"
-MASTER_SITES= http://files.f-prot.com/files/linux-x86/
-DISTNAME= fp-linux-ws
-.elif ${EMUL_PLATFORM} == "solaris-i386"
-MASTER_SITES= http://files.f-prot.com/files/solaris-i386/
-DISTNAME= fp-solaris-i386-ws
-.elif ${EMUL_PLATFORM} == "solaris-sparc"
-MASTER_SITES= http://files.f-prot.com/files/solaris-sparc/
-DISTNAME= fp-solaris-sparc-ws
-.endif
-
-.if exists(Makefile.${EMUL_PLATFORM})
-. include "Makefile.${EMUL_PLATFORM}"
-.else
-NO_BUILD= yes
-do-install: # nothing
-.endif
-
-.include "../../mk/bsd.pkg.mk"
diff -r 3efccb504eb5 -r 17d25affd0df security/fprot-workstation-bin/Makefile.netbsd-i386
--- a/security/fprot-workstation-bin/Makefile.netbsd-i386 Tue Sep 22 17:48:14 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile.netbsd-i386,v 1.1 2007/08/21 23:14:46 jlam Exp $
-
-MASTER_SITES= http://files.f-prot.com/files/bsd-x86/
-DISTNAME= fp-netbsd-ws
-
-WRKSRC= ${WRKDIR}/f-prot
-BUILD_DIRS= # empty
-
-DATDIR= ${PREFIX}/share/fprot-workstation-bin
-DOCDIR= ${PREFIX}/share/doc/fprot-workstation-bin
-FPDIR= ${PREFIX}/libexec/fprot-workstation-bin
-CONF_FILES= ${DATDIR}/MACRO.DEF ${FPDIR}/MACRO.DEF
-CONF_FILES+= ${DATDIR}/SIGN.DEF ${FPDIR}/SIGN.DEF
-CONF_FILES+= ${DATDIR}/SIGN2.DEF ${FPDIR}/SIGN2.DEF
-REQD_DIRS+= ${FPDIR}
-
-SUBST_CLASSES+= f-prot
-SUBST_MESSAGE.f-prot= Configuring f-prot location.
-SUBST_STAGE.f-prot= post-patch
-SUBST_FILES.f-prot= f-prot.sh
-SUBST_SED.f-prot= -e "s,^exec \`.*\`,exec ${FPDIR}/f-prot,g"
-
-SUBST_CLASSES+= paths
-SUBST_MESSAGE.paths= Configuring default paths.
-SUBST_STAGE.paths= post-patch
-SUBST_FILES.paths= tools/check-updates.pl
-SUBST_SED.paths= -e "s,XXXFPDIRXXX,${FPDIR},"
-SUBST_SED.paths+= -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g"
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8 sbin
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/f-prot.sh ${PREFIX}/bin/f-prot
- ${INSTALL_SCRIPT} ${WRKSRC}/tools/check-updates.pl ${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/man_pages/check-updates.pl.8 ${PREFIX}/${PKGMANDIR}/man8
- ${INSTALL_MAN} ${WRKSRC}/man_pages/f-prot.1 ${PREFIX}/${PKGMANDIR}/man1
- ${INSTALL_DATA_DIR} ${DATDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.DEF ${DATDIR}
- ${INSTALL_DATA_DIR} ${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/LICENSE* ${WRKSRC}/README ${WRKSRC}/CHANGES \
- ${WRKSRC}/doc_ws/* ${DOCDIR}
- ${INSTALL_PROGRAM_DIR} ${FPDIR}
- ${INSTALL_DATA} ${WRKSRC}/ENGLISH.TX0 ${FPDIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/f-prot ${FPDIR}
diff -r 3efccb504eb5 -r 17d25affd0df security/fprot-workstation-bin/PLIST.netbsd-i386
--- a/security/fprot-workstation-bin/PLIST.netbsd-i386 Tue Sep 22 17:48:14 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-@comment $NetBSD: PLIST.netbsd-i386,v 1.2 2009/06/14 18:13:28 joerg Exp $
-bin/f-prot
-libexec/fprot-workstation-bin/ENGLISH.TX0
-libexec/fprot-workstation-bin/f-prot
-man/man1/f-prot.1
-man/man8/check-updates.pl.8
-sbin/check-updates.pl
-share/doc/fprot-workstation-bin/CHANGES
-share/doc/fprot-workstation-bin/LICENSE
-share/doc/fprot-workstation-bin/LICENSE-FPAV
-share/doc/fprot-workstation-bin/LICENSES-others
-share/doc/fprot-workstation-bin/README
-share/doc/fprot-workstation-bin/add_info.html
-share/doc/fprot-workstation-bin/auto_updt.html
-share/doc/fprot-workstation-bin/comm_scan.html
-share/doc/fprot-workstation-bin/index.html
-share/doc/fprot-workstation-bin/inf_eicar.gif
-share/doc/fprot-workstation-bin/info_options.html
-share/doc/fprot-workstation-bin/inst_pro.html
-share/doc/fprot-workstation-bin/loc_files.html
-share/doc/fprot-workstation-bin/macro_scanning_options.html
-share/doc/fprot-workstation-bin/main_feat.html
-share/doc/fprot-workstation-bin/man_updt.html
-share/doc/fprot-workstation-bin/per_scan.html
-share/doc/fprot-workstation-bin/reporting_options.html
-share/doc/fprot-workstation-bin/scanning_options.html
-share/doc/fprot-workstation-bin/screenshot.jpg
-share/doc/fprot-workstation-bin/sys_req.html
-share/doc/fprot-workstation-bin/test_eicar.html
-share/doc/fprot-workstation-bin/test_inst.html
-share/doc/fprot-workstation-bin/updater.html
-share/doc/fprot-workstation-bin/updater_req.html
-share/doc/fprot-workstation-bin/updt_macro.gif
-share/doc/fprot-workstation-bin/updt_sign.gif
-share/doc/fprot-workstation-bin/updt_signature.gif
-share/fprot-workstation-bin/MACRO.DEF
-share/fprot-workstation-bin/SIGN.DEF
-share/fprot-workstation-bin/SIGN2.DEF
diff -r 3efccb504eb5 -r 17d25affd0df security/fprot-workstation-bin/distinfo
--- a/security/fprot-workstation-bin/distinfo Tue Sep 22 17:48:14 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: distinfo,v 1.24 2007/08/21 23:14:46 jlam Exp $
-
-SHA1 (fprot-workstation-bin-20070806/fp-linux-ws.tar.gz) = 41569c2ab9dee920af1647c1d3d49d6140688d1b
-RMD160 (fprot-workstation-bin-20070806/fp-linux-ws.tar.gz) = 79a97f353cd957712b5aeffd4ef3b08b91deca1f
-Size (fprot-workstation-bin-20070806/fp-linux-ws.tar.gz) = 10198125 bytes
-SHA1 (fprot-workstation-bin-20070806/fp-netbsd-ws.tar.gz) = 6825b89ed16c08ae1058a63ca3541803d487b370
-RMD160 (fprot-workstation-bin-20070806/fp-netbsd-ws.tar.gz) = fc84d14dc87d56a704a6a16f9f31de6291bfe27a
-Size (fprot-workstation-bin-20070806/fp-netbsd-ws.tar.gz) = 7027984 bytes
-SHA1 (fprot-workstation-bin-20070806/fp-solaris-i386-ws.tar.gz) = 392725cdf4cbfc16824e16ff316f0c7aa39a8bb8
-RMD160 (fprot-workstation-bin-20070806/fp-solaris-i386-ws.tar.gz) = 69a347c5adee8909de4a70f8f3eda8792bbe401f
-Size (fprot-workstation-bin-20070806/fp-solaris-i386-ws.tar.gz) = 7043022 bytes
-SHA1 (fprot-workstation-bin-20070806/fp-solaris-sparc-ws.tar.gz) = 470a55ce9724e46b58a0615bbf233219f85dee27
-RMD160 (fprot-workstation-bin-20070806/fp-solaris-sparc-ws.tar.gz) = 91c40d36e7e592b49c645d711f95fc9218f2622b
-Size (fprot-workstation-bin-20070806/fp-solaris-sparc-ws.tar.gz) = 7869673 bytes
-SHA1 (emul-netbsd-i386-patch-aa) = df60e04a2194bd9c84df08fcc524144f5e198ba0
diff -r 3efccb504eb5 -r 17d25affd0df security/fprot-workstation-bin/patches/emul-netbsd-i386-patch-aa
--- a/security/fprot-workstation-bin/patches/emul-netbsd-i386-patch-aa Tue Sep 22 17:48:14 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-$NetBSD: emul-netbsd-i386-patch-aa,v 1.1 2007/08/21 23:14:46 jlam Exp $
-
---- tools/check-updates.pl.orig 2006-01-05 11:55:12.000000000 +0000
-+++ tools/check-updates.pl
-@@ -158,6 +158,8 @@ sub findDEFDirectory {
- return $dir;
- }
-
-+ return qq(XXXFPDIRXXX/);
-+
- # Try FindBin
- eval 'use FindBin qw($Bin); $dir = $Bin if $Bin;';
- unless ($@){
-@@ -353,12 +355,14 @@ sub printHelp {
- # A sub function which checks if the temporary directory you are using
- # exists, and if it doesn't exist it tries to create it.
- sub checkTemporaryDirectory {
-+ my $fixTemporaryDirectory = $temporaryDirectory;
-+ $fixTemporaryDirectory =~ s/\/$//;
-
- # If your temporary directory does not exist, you must create it.
-- if (!-e $temporaryDirectory) {
-- mkdir($temporaryDirectory, $creationMask)
-+ if (!-e $fixTemporaryDirectory) {
-+ mkdir($fixTemporaryDirectory, $creationMask)
- || die "Error: Unable to create directory: "
-- . "$temporaryDirectory\nError: $!\n\n"
-+ . "$fixTemporaryDirectory\nError: $!\n\n"
- . "Exiting...\n";
- return;
- }
-@@ -368,21 +372,21 @@ sub checkTemporaryDirectory {
- # a directory since it's declared by default ending with a slash /.
- # But! In case someone will change this script (namely the
- # temporaryDirectory variable), it won't hurt having this check.
-- if (-f $temporaryDirectory) {
-- die "$temporaryDirectory is a file, not a directory. You can\n"
-- . "either change the location of the \$temporaryDirectory\n"
-+ if (-f $fixTemporaryDirectory) {
-+ die "$fixTemporaryDirectory is a file, not a directory. You can\n"
-+ . "either change the location of the \$fixTemporaryDirectory\n"
- . "in the script, or you can remove this file and let this\n"
- . "script create a new directory.\n\n";
- }
-- elsif (-l $temporaryDirectory) {
-+ elsif (-l $fixTemporaryDirectory) {
- die "Error: There exists a symbolic link with the same name as the\n"
-- . "temporary directory you've declared: $temporaryDirectory \n"
-+ . "temporary directory you've declared: $fixTemporaryDirectory \n"
- . "Please remove this link and re-run the script.\n"
- . "Exiting...\n";
- }
-- elsif (!-o $temporaryDirectory) {
-+ elsif (!-o $fixTemporaryDirectory) {
- die "Error: You are not the owner of the temporary directory\n"
-- . "which this script is using: $temporaryDirectory.\n"
-+ . "which this script is using: $fixTemporaryDirectory.\n"
- . "Please change the file permissions and try again\n"
- . "Exiting...\n";
- }
Home |
Main Index |
Thread Index |
Old Index