pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Removing gnupg-devel. It has been replaced by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46b30a58c040
branches:  trunk
changeset: 521674:46b30a58c040
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Fri Nov 17 15:19:39 2006 +0000

description:
Removing gnupg-devel. It has been replaced by gnupg2.

diffstat:

 security/Makefile                     |   3 +-
 security/gnupg-devel/DESCR            |   5 --
 security/gnupg-devel/Makefile         |  82 -----------------------------------
 security/gnupg-devel/PLIST            |  33 --------------
 security/gnupg-devel/PLIST.gpgsm      |  17 -------
 security/gnupg-devel/buildlink3.mk    |  27 -----------
 security/gnupg-devel/distinfo         |  21 --------
 security/gnupg-devel/patches/patch-aa |  54 -----------------------
 security/gnupg-devel/patches/patch-ab |   8 ---
 security/gnupg-devel/patches/patch-ac |  21 --------
 security/gnupg-devel/patches/patch-ad |  29 ------------
 security/gnupg-devel/patches/patch-ae |  59 -------------------------
 security/gnupg-devel/patches/patch-af |  12 -----
 security/gnupg-devel/patches/patch-ag |  13 -----
 security/gnupg-devel/patches/patch-ah |  13 -----
 security/gnupg-devel/patches/patch-ai |  12 -----
 security/gnupg-devel/patches/patch-aj |  45 -------------------
 17 files changed, 1 insertions(+), 453 deletions(-)

diffs (truncated from 532 to 300 lines):

diff -r b541e4a29cdc -r 46b30a58c040 security/Makefile
--- a/security/Makefile Fri Nov 17 15:14:34 2006 +0000
+++ b/security/Makefile Fri Nov 17 15:19:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.280 2006/11/17 12:38:36 shannonjr Exp $
+# $NetBSD: Makefile,v 1.281 2006/11/17 15:19:39 shannonjr Exp $
 #
 
 COMMENT=       Security tools
@@ -65,7 +65,6 @@
 SUBDIR+=       gnu-crypto
 SUBDIR+=       gnupg
 SUBDIR+=       gnupg2
-SUBDIR+=       gnupg-devel
 SUBDIR+=       gnutls
 SUBDIR+=       gpa
 SUBDIR+=       gpass
diff -r b541e4a29cdc -r 46b30a58c040 security/gnupg-devel/DESCR
--- a/security/gnupg-devel/DESCR        Fri Nov 17 15:14:34 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-GnuPG 1.9 is the future version of GnuPG; it is based on the gnupg-1.3
-code and the previous newpg package.  It will eventually lead to a
-GnuPG 2.0 release. This pagkage provides several utilities that are used
-by mail clients, such as Kmail and Balsa, to provide OpenPGP/MIME
-and SMIME support.
diff -r b541e4a29cdc -r 46b30a58c040 security/gnupg-devel/Makefile
--- a/security/gnupg-devel/Makefile     Fri Nov 17 15:14:34 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,82 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2006/10/29 18:11:22 shannonjr Exp $
-#
-
-DISTNAME=              gnupg-1.9.93
-PKGNAME=               ${DISTNAME:S/gnupg/gnupg-devel/}
-PKGREVISION=           1
-CATEGORIES=            security
-MASTER_SITES=          ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/
-EXTRACT_SUFX=          .tar.bz2
-DISTFILES=             ${DISTNAME}${EXTRACT_SUFX}
-DISTFILES+=            pth-2.0.7.tar.gz
-SITES.pth-2.0.7.tar.gz=        ${MASTER_SITE_GNU:=pth/}
-DISTFILES+=            libassuan-0.9.3.tar.bz2
-SITES.libassuan-0.9.3.tar.bz2= ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/
-
-MAINTAINER=            shannonjr%NetBSD.org@localhost
-HOMEPAGE=              ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/
-COMMENT=               Utility programs that come with GnuPG 1.9 (experimental branch)
-
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
-
-GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake
-USE_TOOLS+=            autoconf
-USE_TOOLS+=            automake
-USE_LIBTOOL=           yes
-USE_PKGLOCALEDIR=      yes
-
-CONFIGURE_ARGS+=       --with-static-rnd=auto
-CONFIGURE_ARGS+=       --without-included-gettext
-CONFIGURE_ARGS+=       --with-pth-prefix=${WRKDIR}/pth
-CONFIGURE_ARGS+=       --with-libassuan-prefix=${WRKDIR}/libassuan
-CONFIGURE_ARGS+=       --enable-maintainer-mode
-CONFIGURE_ENV+=                gnupg_cv_pth_is_sane=yes
-
-TEST_TARGET=           check
-
-# XXX It looks like that gpgsm support could be splitted in its own package,
-# according to the configure script.  If that's true, this use of the options
-# framework is incorrect and should be fixed.
-PKG_OPTIONS_VAR=       PKG_OPTIONS.gnupg2
-PKG_SUPPORTED_OPTIONS= gpgsm
-.include "../../mk/bsd.options.mk"
-
-## If no options are specified, only gpg-agent is built. This
-## is sufficient for OpenPGP/MIME support in Kmail
-## SMIME support is provided by gpgsm. This support is
-## in the alpha stage of development.
-PLIST_SRC=     ${.CURDIR}/PLIST
-.if empty(PKG_OPTIONS:Mgpgsm)
-CONFIGURE_ARGS+=       --enable-agent-only
-.else
-PLIST_SRC+=    ${.CURDIR}/PLIST.gpgsm
-.  include "../../security/dirmngr/buildlink3.mk"
-.endif
-
-# We are building a static pth library and linking against it
-# While this is not very satisfying, gpgme hangs in it's gpgsm tests if we depend on the shared (pkgsrc) pth library
-# We are also building libassuan here to get libassuan-pth.
-pre-configure:
-       cd  ${WRKDIR}/pth-2.0.7 && \
-       ./configure --prefix=${WRKDIR}/pth --enable-pthread --enable-static --disable-shared && \
-       ${MAKE} install
-       cd  ${WRKDIR}/libassuan-0.9.3 && \
-       ${SETENV} ${CONFIGURE_ENV} ./autogen.sh && \
-       ${SETENV} ${CONFIGURE_ENV} ./configure --enable-maintainer-mode --prefix=${WRKDIR}/libassuan --with-pth-prefix=${WRKDIR}/pth && \
-       ${SETENV} ${PKGSRC_MAKE_ENV} ${MAKE} install
-       cd  ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh
-
-BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.4
-BUILDLINK_API_DEPENDS.libksba+=                libksba>=1.0.0
-
-.include "../../databases/openldap-client/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/libgcrypt/buildlink3.mk"
-.include "../../security/libgpg-error/buildlink3.mk"
-.include "../../security/libksba/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../security/pinentry/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r b541e4a29cdc -r 46b30a58c040 security/gnupg-devel/PLIST
--- a/security/gnupg-devel/PLIST        Fri Nov 17 15:14:34 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2006/10/29 18:11:22 shannonjr Exp $
-bin/gpg-agent
-libexec/gpg-preset-passphrase
-libexec/gpg-protect-tool
-share/locale/be/LC_MESSAGES/gnupg2.mo
-share/locale/ca/LC_MESSAGES/gnupg2.mo
-share/locale/cs/LC_MESSAGES/gnupg2.mo
-share/locale/da/LC_MESSAGES/gnupg2.mo
-share/locale/de/LC_MESSAGES/gnupg2.mo
-share/locale/el/LC_MESSAGES/gnupg2.mo
-share/locale/en@boldquot/LC_MESSAGES/gnupg2.mo
-share/locale/en@quot/LC_MESSAGES/gnupg2.mo
-share/locale/eo/LC_MESSAGES/gnupg2.mo
-share/locale/es/LC_MESSAGES/gnupg2.mo
-share/locale/et/LC_MESSAGES/gnupg2.mo
-share/locale/fi/LC_MESSAGES/gnupg2.mo
-share/locale/fr/LC_MESSAGES/gnupg2.mo
-share/locale/gl/LC_MESSAGES/gnupg2.mo
-share/locale/hu/LC_MESSAGES/gnupg2.mo
-share/locale/id/LC_MESSAGES/gnupg2.mo
-share/locale/it/LC_MESSAGES/gnupg2.mo
-share/locale/ja/LC_MESSAGES/gnupg2.mo
-share/locale/nb/LC_MESSAGES/gnupg2.mo
-share/locale/pl/LC_MESSAGES/gnupg2.mo
-share/locale/pt/LC_MESSAGES/gnupg2.mo
-share/locale/pt_BR/LC_MESSAGES/gnupg2.mo
-share/locale/ro/LC_MESSAGES/gnupg2.mo
-share/locale/ru/LC_MESSAGES/gnupg2.mo
-share/locale/sk/LC_MESSAGES/gnupg2.mo
-share/locale/sv/LC_MESSAGES/gnupg2.mo
-share/locale/tr/LC_MESSAGES/gnupg2.mo
-share/locale/zh_CN/LC_MESSAGES/gnupg2.mo
-share/locale/zh_TW/LC_MESSAGES/gnupg2.mo
diff -r b541e4a29cdc -r 46b30a58c040 security/gnupg-devel/PLIST.gpgsm
--- a/security/gnupg-devel/PLIST.gpgsm  Fri Nov 17 15:14:34 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-@comment $NetBSD: PLIST.gpgsm,v 1.4 2006/10/29 18:11:22 shannonjr Exp $
-bin/gpg-connect-agent
-bin/gpgconf
-bin/gpgkey2ssh
-bin/gpgparsemail
-bin/gpgsm
-bin/gpgsm-gencert.sh
-bin/kbxutil
-bin/scdaemon
-bin/watchgnupg
-lib/gnupg/pcsc-wrapper
-sbin/addgnupghome
-share/gnupg/FAQ
-share/gnupg/com-certs.pem
-share/gnupg/faq.html
-share/gnupg/gpg-conf.skel
-share/gnupg/qualified.txt
diff -r b541e4a29cdc -r 46b30a58c040 security/gnupg-devel/buildlink3.mk
--- a/security/gnupg-devel/buildlink3.mk        Fri Nov 17 15:14:34 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.10 2006/08/29 10:23:10 shannonjr Exp $
-
-BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
-GNUPG_DEVEL_BUILDLINK3_MK:=    ${GNUPG_DEVEL_BUILDLINK3_MK}+
-
-.if ${BUILDLINK_DEPTH} == "+"
-BUILDLINK_DEPENDS+=    gnupg-devel
-.endif
-
-BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Ngnupg-devel}
-BUILDLINK_PACKAGES+=   gnupg-devel
-BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gnupg-devel
-
-.if ${GNUPG_DEVEL_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.gnupg-devel+=    gnupg-devel>=1.9.20nb1
-BUILDLINK_PKGSRCDIR.gnupg-devel?=      ../../security/gnupg-devel
-BUILDLINK_PREFIX.gnupg-devel?= ${LOCALBASE}
-.endif # GNUPG_DEVEL_BUILDLINK3_MK
-
-.include "../../security/libgpg-error/buildlink3.mk"
-.include "../../security/libgcrypt/buildlink3.mk"
-.include "../../security/libassuan/buildlink3.mk"
-.include "../../security/libksba/buildlink3.mk"
-.include "../../security/pinentry/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-
-BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}
diff -r b541e4a29cdc -r 46b30a58c040 security/gnupg-devel/distinfo
--- a/security/gnupg-devel/distinfo     Fri Nov 17 15:14:34 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: distinfo,v 1.15 2006/10/20 15:23:57 shannonjr Exp $
-
-SHA1 (gnupg-1.9.93.tar.bz2) = 41d8ede14312ea491ddcd207508b5ffb192eb3d1
-RMD160 (gnupg-1.9.93.tar.bz2) = 418c7a3d6f2dc391c939ca7407985e63116f6d7c
-Size (gnupg-1.9.93.tar.bz2) = 3862475 bytes
-SHA1 (libassuan-0.9.3.tar.bz2) = e1a74bd344fe9135759c00b454a65b2e166521df
-RMD160 (libassuan-0.9.3.tar.bz2) = aaf93786454880c3cb1aaa1192e3035359493f6d
-Size (libassuan-0.9.3.tar.bz2) = 255193 bytes
-SHA1 (pth-2.0.7.tar.gz) = 9a71915c89ff2414de69fe104ae1016d513afeee
-RMD160 (pth-2.0.7.tar.gz) = 80bc66777ba20d9648b7aaf3f58d593be6416910
-Size (pth-2.0.7.tar.gz) = 652640 bytes
-SHA1 (patch-aa) = 916346ad387ae4efd638b2c19bbedfe6f309eb2e
-SHA1 (patch-ab) = 501bce9a8474ac37a8e01eceae9b52f0e87868d5
-SHA1 (patch-ac) = ca9e1044a0eb8d3e25cd9c20174047a96038c236
-SHA1 (patch-ad) = 01e9c4449f3cb957facd4642c6298936d7747998
-SHA1 (patch-ae) = b94ff40cdf6ffd2b96d28d541dcd77a8226125c8
-SHA1 (patch-af) = dc81cd9cdd223dc4cff4fe800e63b596b67b649b
-SHA1 (patch-ag) = c65e7499463eb1518c1e38d2deee59afd0726667
-SHA1 (patch-ah) = f4661d5352f0e13aa72b1de5aecf6fc87c193a3c
-SHA1 (patch-ai) = 41223e03b55a8ec7496171fb9fbc96d6c1c9bb1d
-SHA1 (patch-aj) = cb244f9d364db13ed783ab017f2b7caeff279477
diff -r b541e4a29cdc -r 46b30a58c040 security/gnupg-devel/patches/patch-aa
--- a/security/gnupg-devel/patches/patch-aa     Fri Nov 17 15:14:34 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2006/10/20 15:23:58 shannonjr Exp $
-
---- common/memrchr.c.orig      2006-10-19 04:13:12.000000000 -0600
-+++ common/memrchr.c
-@@ -0,0 +1,49 @@
-+/* memrchr.c - libc replacement function
-+ * Copyright (C) 2005 Free Software Foundation, Inc.
-+ *
-+ * This file is part of GnuPG.
-+ *
-+ * GnuPG is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License as published by
-+ * the Free Software Foundation; either version 2 of the License, or
-+ * (at your option) any later version.
-+ *
-+ * GnuPG is distributed in the hope that it will be useful,
-+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+ * GNU General Public License for more details.
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * along with this program; if not, write to the Free Software
-+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
-+ * USA.
-+ */
-+
-+/*
-+  memrchr() is a GNU function that might not be available everywhere.
-+  It's basically the inverse of memchr() - search backwards in a
-+  memory block for a particular character.
-+*/
-+
-+#include <config.h>
-+#include <string.h>
-+
-+/* There are many ways to optimize this, but this is a simple
-+   unoptimized implementation. */
-+void *
-+memrchr(const void *s, int c, size_t n)
-+{
-+  const unsigned char *start=s,*end=s;
-+
-+  end+=n-1;
-+
-+  while(end>=start)
-+    {
-+      if(*end==c)
-+      return (void *)end;
-+      else
-+      end--;
-+    }
-+
-+  return NULL;
-+}
diff -r b541e4a29cdc -r 46b30a58c040 security/gnupg-devel/patches/patch-ab
--- a/security/gnupg-devel/patches/patch-ab     Fri Nov 17 15:14:34 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: patch-ab,v 1.7 2006/10/20 15:23:58 shannonjr Exp $
-
---- common/memrchr.h.orig      2006-10-19 04:13:17.000000000 -0600
-+++ common/memrchr.h
-@@ -0,0 +1,3 @@
-+#include <string.h>
-+void *
-+memrchr(const void *s, int c, size_t n);
diff -r b541e4a29cdc -r 46b30a58c040 security/gnupg-devel/patches/patch-ac
--- a/security/gnupg-devel/patches/patch-ac     Fri Nov 17 15:14:34 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@



Home | Main Index | Thread Index | Old Index