summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-05-19 08:59:00 +0000
committerwiz <wiz@pkgsrc.org>2009-05-19 08:59:00 +0000
commit6ac11147ab6af4938848553e5e344aea8b3f560c (patch)
tree6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /security
parentad944231a773912276e207e433ea891f755e4e4e (diff)
downloadpkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'security')
-rw-r--r--security/amap/Makefile5
-rw-r--r--security/courier-authlib/Makefile5
-rw-r--r--security/fprot-workstation-bin/Makefile4
-rw-r--r--security/gnupg/Makefile4
-rw-r--r--security/gnupg2/Makefile4
-rw-r--r--security/gnutls/Makefile3
-rw-r--r--security/heimdal/Makefile5
-rw-r--r--security/hydra/Makefile5
-rw-r--r--security/libgcrypt/Makefile6
-rw-r--r--security/libidea/Makefile13
-rw-r--r--security/libtasn1/Makefile3
-rw-r--r--security/p5-Crypt-IDEA/Makefile6
-rw-r--r--security/p5-Crypt-OpenSSL-AES/Makefile3
-rw-r--r--security/p5-Crypt-OpenSSL-Bignum/Makefile3
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/Makefile3
-rw-r--r--security/p5-Crypt-OpenSSL-Random/Makefile3
-rw-r--r--security/p5-Digest-SHA/Makefile5
-rw-r--r--security/p5-Digest-SHA1/Makefile4
-rw-r--r--security/p5-Digest/Makefile4
-rw-r--r--security/p5-OpenSSL/Makefile3
-rw-r--r--security/pgp2/Makefile7
-rw-r--r--security/pgp5/Makefile7
-rw-r--r--security/qca2/Makefile3
-rw-r--r--security/rsaref/Makefile4
-rw-r--r--security/seahorse-plugins/Makefile3
-rw-r--r--security/seahorse/Makefile3
-rw-r--r--security/srp_client/Makefile4
-rw-r--r--security/ssh2/Makefile13
-rw-r--r--security/uvscan/Makefile8
29 files changed, 63 insertions, 80 deletions
diff --git a/security/amap/Makefile b/security/amap/Makefile
index 09f3e939c94..3f22eda8aa7 100644
--- a/security/amap/Makefile
+++ b/security/amap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:44 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2009/05/19 08:59:30 wiz Exp $
#
DISTNAME= amap-5.2
@@ -9,6 +9,7 @@ MASTER_SITES= http://freeworld.thc.org/releases/
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://freeworld.thc.org/thc-amap/
COMMENT= Applications and Services scanner
+LICENSE= amap-license
PKG_DESTDIR_SUPPORT= user-destdir
@@ -18,8 +19,6 @@ CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
EGDIR= ${PREFIX}/share/examples/amap
PKG_SYSCONFSUBDIR?= amap
-LICENSE= amap-license
-
CONF_FILES= ${EGDIR}/appdefs.resp ${PKG_SYSCONFDIR}/appdefs.resp
CONF_FILES+= ${EGDIR}/appdefs.rpc ${PKG_SYSCONFDIR}/appdefs.rpc
CONF_FILES+= ${EGDIR}/appdefs.trig ${PKG_SYSCONFDIR}/appdefs.trig
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile
index b66c3af553d..dc780eee66f 100644
--- a/security/courier-authlib/Makefile
+++ b/security/courier-authlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2008/09/28 22:15:30 tonnerre Exp $
+# $NetBSD: Makefile,v 1.30 2009/05/19 08:59:30 wiz Exp $
.include "Makefile.common"
@@ -10,14 +10,13 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= jlam@pkgsrc.org
COMMENT= Courier Authentication Library
HOMEPAGE= http://www.courier-mta.org/authlib/
+LICENSE= gnu-gpl-v3
CONFLICTS+= courier-auth-[0-9]*
CONFLICTS+= courier-authldap-[0-9]*
CONFLICTS+= courier-authmysql-[0-9]*
CONFLICTS+= courier-authpgsql-[0-9]*
-#LICENSE= gnu-gpl-v3
-
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile
index 4012d4b9da4..ada3018ed07 100644
--- a/security/fprot-workstation-bin/Makefile
+++ b/security/fprot-workstation-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2007/08/21 23:14:45 jlam Exp $
+# $NetBSD: Makefile,v 1.40 2009/05/19 08:59:30 wiz Exp $
DISTNAME= fprot-workstation-bin # overridden below
PKGNAME= fprot-workstation-bin-${FPVER}
@@ -10,8 +10,8 @@ FPVER= 4.6.8
MAINTAINER= pkgsrc-users@NetBSD.org
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}
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index a31d51b0ef4..81600910df8 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2009/05/04 20:39:55 zafer Exp $
+# $NetBSD: Makefile,v 1.101 2009/05/19 08:59:31 wiz Exp $
DISTNAME= gnupg-1.4.9
CATEGORIES= security
@@ -15,6 +15,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.gnupg.org/
COMMENT= GNU Privacy Guard, public-Key encryption and digital signatures
+LICENSE= gnu-gpl-v3
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -27,7 +28,6 @@ CONFIGURE_ARGS+= --with-static-rnd=auto
CONFIGURE_ARGS+= --with-mailprog=/usr/sbin/sendmail
TEST_TARGET= check
INFO_FILES= # PLIST
-#LICENSE= gnu-gplv3
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index a6aa738b393..8c0b2772625 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/06/20 01:09:33 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:31 wiz Exp $
#
DISTNAME= gnupg-2.0.9
@@ -16,6 +16,7 @@ SITES.libassuan-1.0.4.tar.bz2= ftp://ftp.gnupg.org/gcrypt/libassuan/
MAINTAINER= shannonjr@NetBSD.org
HOMEPAGE= http://www.gnupg.org/
COMMENT= GNUpg with OpenPGP and S/MIME capabilities
+LICENSE= gnu-gpl-v3
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -32,7 +33,6 @@ USE_TOOLS+= automake
USE_TOOLS+= gettext
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-#LICENSE= GPLv3
CONFIGURE_ARGS+= --sharedstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 99c87e9e152..9b6c9d143ab 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2009/05/02 20:04:32 tnn Exp $
+# $NetBSD: Makefile,v 1.81 2009/05/19 08:59:31 wiz Exp $
DISTNAME= gnutls-2.6.6
CATEGORIES= security devel
@@ -10,7 +10,6 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnutls.org/
COMMENT= GNU Transport Layer Security library
-
#LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 12ade2b977b..4082e88a224 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2009/02/01 21:39:43 shattered Exp $
+# $NetBSD: Makefile,v 1.73 2009/05/19 08:59:31 wiz Exp $
DISTNAME= heimdal-1.1
CATEGORIES= security
@@ -8,14 +8,13 @@ PKGREVISION= 2
MAINTAINER= lha@NetBSD.org
HOMEPAGE= http://www.h5l.org/
COMMENT= Kerberos 5 implementation
+LICENSE= modified-bsd
CONFLICTS+= arla-[0-9]*
CONFLICTS+= mit-krb5-[0-9]*
CONFLICTS+= openafs-[0-9]*
CONFLICTS+= gss-[0-9]*
-#LICENSE= modified-bsd
-
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
diff --git a/security/hydra/Makefile b/security/hydra/Makefile
index 130b4f947da..563de286f65 100644
--- a/security/hydra/Makefile
+++ b/security/hydra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/10/30 14:52:14 bad Exp $
+# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:31 wiz Exp $
#
DISTNAME= ${PKGNAME_NOREV}-src
@@ -10,6 +10,7 @@ MASTER_SITES= http://freeworld.thc.org/releases/
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://freeworld.thc.org/thc-hydra/
COMMENT= Login password cracker
+LICENSE= hydra-license
.include "../../mk/bsd.prefs.mk"
@@ -18,8 +19,6 @@ GNU_CONFIGURE= YES
BUILD_TARGET= all
WRKSRC= ${WRKDIR}/${DISTNAME}
-LICENSE= hydra-license
-
SUBST_CLASSES+= build
SUBST_STAGE.build= post-patch
SUBST_FILES.build= Makefile.am configure hydra-gtk/src/main.c
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 911f730b22f..62102c3752a 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2009/01/31 08:53:14 adam Exp $
+# $NetBSD: Makefile,v 1.44 2009/05/19 08:59:31 wiz Exp $
DISTNAME= libgcrypt-1.4.4
CATEGORIES= security
@@ -9,6 +9,8 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://directory.fsf.org/security/libgcrypt.html
COMMENT= GNU cryptographic library
+#LICENSE= gnu-gpl-v2 gnu-lgpl-v21
+
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -21,8 +23,6 @@ TEST_TARGET= check
TEXINFO_REQD= 4.0
INFO_FILES= yes # PLIST
-#LICENSE= gnu-gpl-v2 gnu-lgpl-v21
-
.include "../../mk/bsd.prefs.mk"
.if empty(MACHINE_PLATFORM:MNetBSD-*-i386) && \
diff --git a/security/libidea/Makefile b/security/libidea/Makefile
index e5331ac7483..a706dd6289f 100644
--- a/security/libidea/Makefile
+++ b/security/libidea/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/05/01 14:01:50 zafer Exp $
+# $NetBSD: Makefile,v 1.16 2009/05/19 08:59:31 wiz Exp $
#
DISTNAME= libidea-0.8.2b
@@ -8,18 +8,19 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.media-crypt.com/pages/fidea.html
COMMENT= IDEA block cipher library
-
-NOT_FOR_BULK_PLATFORM= HPUX-*-*
-
-WRKSRC= ${WRKDIR}/idea
-CRYPTO= YES
LICENSE= idea-license
+
RESTRICTED= IDEA is a patented algorithm that requires proper licensing
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
+NOT_FOR_BULK_PLATFORM= HPUX-*-*
+
+WRKSRC= ${WRKDIR}/idea
+CRYPTO= YES
+
INSTALLATION_DIRS= bin include lib
do-install:
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index 97ad2b5806e..a269b5a640e 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2009/04/20 12:48:48 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2009/05/19 08:59:31 wiz Exp $
DISTNAME= libtasn1-2.1
CATEGORIES= security devel
@@ -9,7 +9,6 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gnutls/} \
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnutls.org/
COMMENT= ASN.1 structure parser library
-
#LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-3.0
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile
index 87d35becb47..1c5c3aaf213 100644
--- a/security/p5-Crypt-IDEA/Makefile
+++ b/security/p5-Crypt-IDEA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/10/19 19:18:45 he Exp $
+# $NetBSD: Makefile,v 1.16 2009/05/19 08:59:31 wiz Exp $
#
DISTNAME= Crypt-IDEA-1.08
@@ -10,9 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-IDEA/
COMMENT= Perl5 module for the IDEA symmetric key algorithm
-
-# IDEA's license
-LICENSE= fee-based-commercial-use
+LICENSE= idea-license
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/security/p5-Crypt-OpenSSL-AES/Makefile b/security/p5-Crypt-OpenSSL-AES/Makefile
index 949e6e82197..f03ca23ba40 100644
--- a/security/p5-Crypt-OpenSSL-AES/Makefile
+++ b/security/p5-Crypt-OpenSSL-AES/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:45 he Exp $
+# $NetBSD: Makefile,v 1.3 2009/05/19 08:59:31 wiz Exp $
#
DISTNAME= Crypt-OpenSSL-AES-0.02
@@ -11,7 +11,6 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-OpenSSL-AES/
COMMENT= Perl5 wrapper module for the OpenSSL AES functions
-
#LICENSE= gnu-gpl-v2 # under same terms as Perl
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/security/p5-Crypt-OpenSSL-Bignum/Makefile b/security/p5-Crypt-OpenSSL-Bignum/Makefile
index f29e0539bad..5ee7c7f9325 100644
--- a/security/p5-Crypt-OpenSSL-Bignum/Makefile
+++ b/security/p5-Crypt-OpenSSL-Bignum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/10/19 19:18:45 he Exp $
+# $NetBSD: Makefile,v 1.12 2009/05/19 08:59:32 wiz Exp $
#
DISTNAME= Crypt-OpenSSL-Bignum-0.04
@@ -11,7 +11,6 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://perl-openssl.sourceforge.net/
COMMENT= Perl5 wrapper module for the OpenSSL Bignum functions
-
#LICENSE= gnu-gpl-v2 # under same terms as Perl
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile
index cc818292cf2..a6ad6f946e0 100644
--- a/security/p5-Crypt-OpenSSL-RSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-RSA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/10/19 19:18:45 he Exp $
+# $NetBSD: Makefile,v 1.15 2009/05/19 08:59:32 wiz Exp $
#
DISTNAME= Crypt-OpenSSL-RSA-0.25
@@ -11,7 +11,6 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://perl-openssl.sourceforge.net/
COMMENT= Perl5 wrapper module for the OpenSSL RSA functions
-
#LICENSE= gnu-gpl-v2 # under same terms as Perl
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/security/p5-Crypt-OpenSSL-Random/Makefile b/security/p5-Crypt-OpenSSL-Random/Makefile
index 5566fe18003..19e1f6b19e8 100644
--- a/security/p5-Crypt-OpenSSL-Random/Makefile
+++ b/security/p5-Crypt-OpenSSL-Random/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/10/19 19:18:45 he Exp $
+# $NetBSD: Makefile,v 1.12 2009/05/19 08:59:32 wiz Exp $
#
DISTNAME= Crypt-OpenSSL-Random-0.04
@@ -11,7 +11,6 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://perl-openssl.sourceforge.net/
COMMENT= Perl5 wrapper module for OpenSSL pseudo-random number generator
-
#LICENSE= gnu-gpl-v2 # under same terms as Perl
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile
index df1fd8f4017..0310ff4dcc9 100644
--- a/security/p5-Digest-SHA/Makefile
+++ b/security/p5-Digest-SHA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/10/19 19:18:46 he Exp $
+# $NetBSD: Makefile,v 1.16 2009/05/19 08:59:32 wiz Exp $
#
DISTNAME= Digest-SHA-5.47
@@ -10,11 +10,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/
COMMENT= Perl module for SHA-1/224/256/384/512 algorithms
+#LICENSE= gnu-gpl-v2 # under same terms as Perl
PKG_DESTDIR_SUPPORT= user-destdir
-#LICENSE= gnu-gpl-v2 # under same terms as Perl
-
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Digest/SHA/.packlist
diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile
index ea7a4028935..8e5e8bfd09e 100644
--- a/security/p5-Digest-SHA1/Makefile
+++ b/security/p5-Digest-SHA1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/10/19 19:18:46 he Exp $
+# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:32 wiz Exp $
#
DISTNAME= Digest-SHA1-2.11
@@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-SHA1/
COMMENT= Perl5 module for SHA1
-#LICENSE= gnu-gpl-v2
+LICENSE= gnu-gpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile
index d361dad1469..be7588566e8 100644
--- a/security/p5-Digest/Makefile
+++ b/security/p5-Digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/10/19 19:18:46 he Exp $
+# $NetBSD: Makefile,v 1.19 2009/05/19 08:59:32 wiz Exp $
#
DISTNAME= Digest-1.15
@@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest/
COMMENT= Perl5 base class for Digest:: modules
-#LICENSE= gnu-gpl-v2
+LICENSE= gnu-gpl-v2
DEPENDS+= p5-MIME-Base64>=2.18:../../converters/p5-MIME-Base64
diff --git a/security/p5-OpenSSL/Makefile b/security/p5-OpenSSL/Makefile
index 3e92588e8fa..a8b2186415f 100644
--- a/security/p5-OpenSSL/Makefile
+++ b/security/p5-OpenSSL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 18:30:52 he Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/19 08:59:32 wiz Exp $
#
DISTNAME= OpenSSL-0.09
@@ -10,7 +10,6 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OE/OESI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/OpenSSL/
COMMENT= Perl5 wrapper module for the OpenSSL functions
-
#LICENSE= gnu-gpl-v2 # under same terms as Perl
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile
index 0b86d3a2305..d39d8e72104 100644
--- a/security/pgp2/Makefile
+++ b/security/pgp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2008/06/12 02:14:45 joerg Exp $
+# $NetBSD: Makefile,v 1.54 2009/05/19 08:59:32 wiz Exp $
DISTNAME= pgp263is
PKGREVISION= 1
@@ -9,15 +9,14 @@ MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ \
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pgpi.org/
COMMENT= Public-key encryption and digital signature utility (v2)
+# use of IDEA as crypto function
+LICENSE= idea-license
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/src
CRYPTO= yes
-# use of IDEA as crypto function
-LICENSE= fee-based-commercial-use
-
.include "options.mk"
.include "../../mk/bsd.prefs.mk"
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile
index d0838ab0abc..0b70ec5beda 100644
--- a/security/pgp5/Makefile
+++ b/security/pgp5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/06/12 02:14:45 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2009/05/19 08:59:32 wiz Exp $
#
DISTNAME= pgp50i-unix-src
@@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pgpi.org/
COMMENT= Public-key encryption and digital signature utilities (v5)
+# use of IDEA as crypto function
+LICENSE= idea-license
PKG_DESTDIR_SUPPORT= user-destdir
@@ -24,9 +26,6 @@ WRKSRC= ${WRKDIR}/pgp50i/src
CRYPTO= YES
GNU_CONFIGURE= YES
-# use of IDEA as crypto function
-LICENSE= fee-based-commercial-use
-
PGPLIB= ${PREFIX}/share/pgp5
INSTALLATION_DIRS= bin ${PGPLIB}
diff --git a/security/qca2/Makefile b/security/qca2/Makefile
index 7d15695e456..d86901561e5 100644
--- a/security/qca2/Makefile
+++ b/security/qca2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/05/13 10:59:39 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2009/05/19 08:59:32 wiz Exp $
DISTNAME= qca-2.0.2
PKGNAME= qca2-${DISTNAME:C/.*-//}
@@ -9,7 +9,6 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= jdolecek@NetBSD.org
HOMEPAGE= http://delta.affinix.com/qca/
COMMENT= Cross-platform crypto API for QT
-
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= gmake
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index f73b0890d0c..8d5c95cb139 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2007/06/14 18:58:15 gdt Exp $
+# $NetBSD: Makefile,v 1.38 2009/05/19 08:59:33 wiz Exp $
#
DISTNAME= rsaref
@@ -10,8 +10,8 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Encryption/authentication library, RSA/MDX/DES
-
LICENSE= rsaref-license
+
RESTRICTED= No generation of income.
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile
index 226ac752df7..b3a09ff785f 100644
--- a/security/seahorse-plugins/Makefile
+++ b/security/seahorse-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/05/18 15:40:52 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2009/05/19 08:59:33 wiz Exp $
DISTNAME= seahorse-plugins-2.26.1
CATEGORIES= security
@@ -8,7 +8,6 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/projects/seahorse/
COMMENT= Plugins for the GnuPG front end and bonobo component for GNOME
-
#LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1
DEPENDS+= gnupg>=1.2.1:../../security/gnupg
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 68ddd49f49f..95e2f8701fe 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2009/05/18 15:32:02 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2009/05/19 08:59:33 wiz Exp $
DISTNAME= seahorse-2.26.1
CATEGORIES= security
@@ -8,7 +8,6 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/projects/seahorse/
COMMENT= GnuPG front end and bonobo component for GNOME
-
#LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1 AND gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index e0c990fff2d..5c3cd3bdf45 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2008/09/12 11:49:57 gdt Exp $
+# $NetBSD: Makefile,v 1.37 2009/05/19 08:59:33 wiz Exp $
DISTNAME= srp-1.4.4
PKGNAME= srp-client-1.4.4
@@ -9,8 +9,8 @@ MASTER_SITES= ftp://ftp.zedz.net/pub/crypto/programs/srp/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://srp.stanford.edu/
COMMENT= Client programs using Secure Remote Password protocol
-
LICENSE= srp_client-license
+
RESTRICTED= Licensor makes vague patent claims.
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 108ff59dfad..33435cbed48 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2007/09/07 22:12:22 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:33 wiz Exp $
DISTNAME= ssh-3.2.9.1
PKGNAME= ${DISTNAME:C/ssh-/ssh2-/}
@@ -8,6 +8,12 @@ MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ssh.com/
+LICENSE= ssh-communications-security-license
+
+RESTRICTED= Reciprocal grant required for derivative works. Non-comercial use restrictions on some systems.
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+
COMMENT= Secure Shell client and server for V.2 SSH protocol
PKG_DESTDIR_SUPPORT= destdir
@@ -30,11 +36,6 @@ PLIST_SRC= ${.CURDIR}/../../security/ssh2/PLIST
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
-LICENSE= ssh-communications-security-license
-RESTRICTED= Reciprocal grant required for derivative works. Non-comercial use restrictions on some systems.
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc64"
# Later we may want to put an upper version bound on OS_VERSION or on
# gcc version for this.
diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile
index 5a8ee6f57b2..0db2a750065 100644
--- a/security/uvscan/Makefile
+++ b/security/uvscan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2007/09/04 19:43:15 jlam Exp $
+# $NetBSD: Makefile,v 1.45 2009/05/19 08:59:33 wiz Exp $
DISTNAME= vlp4510e
PKGNAME= uvscan-5.10
@@ -10,16 +10,16 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mcafee.com/us/enterprise/products/anti_virus/file_servers_desktops/virusscan_command_line_scanner_windows_unix.html
COMMENT= Evaluation version of a DOS/Windows file virus scanner
-
-CONFLICTS= uvscan-dat-[0-9]*
-
LICENSE= uvscan-license
+
RESTRICTED= restrictive 30 day evaluation license
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
+CONFLICTS= uvscan-dat-[0-9]*
+
EMUL_PLATFORMS= linux-i386
EMUL_MODULES.linux= compat