diff options
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | security/Makefile | 2 | ||||
-rw-r--r-- | security/cryptplug/Makefile | 33 | ||||
-rw-r--r-- | security/cryptplug/distinfo | 2 | ||||
-rw-r--r-- | security/cryptplug/pkg-descr | 7 | ||||
-rw-r--r-- | security/cryptplug/pkg-plist | 7 | ||||
-rw-r--r-- | security/gpgme03/Makefile | 52 | ||||
-rw-r--r-- | security/gpgme03/distinfo | 2 | ||||
-rw-r--r-- | security/gpgme03/files/patch-assuan::assuan-handler.c | 27 | ||||
-rw-r--r-- | security/gpgme03/files/patch-assuan::assuan-socket-connect.c | 10 | ||||
-rw-r--r-- | security/gpgme03/files/patch-assuan::assuan-socket-server.c | 10 | ||||
-rw-r--r-- | security/gpgme03/files/patch-configure.ac | 11 | ||||
-rw-r--r-- | security/gpgme03/files/patch-doc:Makefile.in | 20 | ||||
-rw-r--r-- | security/gpgme03/files/patch-doc:gpgme.info | 11 | ||||
-rw-r--r-- | security/gpgme03/files/patch-gpgme:Makefile.in | 47 | ||||
-rw-r--r-- | security/gpgme03/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | security/gpgme03/files/patch-tests::gpg::t-eventloop.c | 10 | ||||
-rw-r--r-- | security/gpgme03/pkg-descr | 6 | ||||
-rw-r--r-- | security/gpgme03/pkg-plist | 8 |
19 files changed, 2 insertions, 280 deletions
@@ -3199,3 +3199,5 @@ x11-toolkits/gob||2012-01-08|Has expired: No more supported upstream, not depend www/rubygem-htauth||2012-01-08|Has expired: broke for ~12 months www/instiki||2012-01-08|Has expired: has been marked ignore since 2010/09/16 mail/msmtpqueue||2012-01-08|Has expired: These scripts now come with mail/msmtp +security/cryptplug||2012-01-08|Has expired: development has ceased +security/gpgme03||2012-01-08|Has expired: superceded by security/gpgme diff --git a/security/Makefile b/security/Makefile index a159dabaa3f6..306ff6e64ab2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -93,7 +93,6 @@ SUBDIR += create-cert SUBDIR += cryptlib SUBDIR += cryptopp - SUBDIR += cryptplug SUBDIR += cryptstring SUBDIR += cvm SUBDIR += cyrus-sasl2 @@ -168,7 +167,6 @@ SUBDIR += gpasman SUBDIR += gpass SUBDIR += gpgme - SUBDIR += gpgme03 SUBDIR += gringotts SUBDIR += gsasl SUBDIR += gsfv diff --git a/security/cryptplug/Makefile b/security/cryptplug/Makefile deleted file mode 100644 index 12758f972c83..000000000000 --- a/security/cryptplug/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: cryptplug -# Date created: 29 Jan 2003 -# Whom: michaelnottebrock@gmx.net -# -# $FreeBSD$ -# - -PORTNAME= cryptplug -PORTVERSION= 0.3.16 -PORTREVISION= 4 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNUPG} -MASTER_SITE_SUBDIR= alpha/cryptplug - -MAINTAINER= ports@FreeBSD.org -COMMENT= A collection of plug-ins to cryptographic engines - -BUILD_DEPENDS= ${LOCALBASE}/lib/libgpgme03.so.9:${PORTSDIR}/security/gpgme03 \ - gpg-agent:${PORTSDIR}/security/gnupg - -DEPRECATED= development has ceased -EXPIRATION_DATE=2012-01-08 - -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} 's/gpgme-config/gpgme03-config/g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/security/cryptplug/distinfo b/security/cryptplug/distinfo deleted file mode 100644 index 97206931357a..000000000000 --- a/security/cryptplug/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cryptplug-0.3.16.tar.gz) = 2d1daffe2a0f58c5f59526a50407e17bd95121b21e15bded08db274cd98cafde -SIZE (cryptplug-0.3.16.tar.gz) = 224964 diff --git a/security/cryptplug/pkg-descr b/security/cryptplug/pkg-descr deleted file mode 100644 index 264963f37602..000000000000 --- a/security/cryptplug/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a collection of plug-ins to cryptographic engines, accessible -by the crypt-plug interface. Applications can make use of the crypto -operations provided by the CryptPlug interface, and the plug-ins -provided by this package implement the interface for various -cryptographic engines, like GnuPG. - -WWW: http://www.gnupg.org/aegypten diff --git a/security/cryptplug/pkg-plist b/security/cryptplug/pkg-plist deleted file mode 100644 index 147159e51a80..000000000000 --- a/security/cryptplug/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -lib/cryptplug/gpgme-openpgp.a -lib/cryptplug/gpgme-openpgp.la -lib/cryptplug/gpgme-openpgp.so -lib/cryptplug/gpgme-smime.a -lib/cryptplug/gpgme-smime.la -lib/cryptplug/gpgme-smime.so -@dirrm lib/cryptplug diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile deleted file mode 100644 index 842b3e72dd0a..000000000000 --- a/security/gpgme03/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: gpgme -# Date created: 15 June 2001 -# Whom: teramoto@comm.eng.osaka-u.ac.jp -# -# $FreeBSD$ -# - -PORTNAME= gpgme -PORTVERSION= 0.3.16 -PORTREVISION= 8 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNUPG} -MASTER_SITE_SUBDIR= gpgme - -MAINTAINER= markun@onohara.to -COMMENT= A library to make access to GnuPG easier - -BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 -LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth - -DEPRECATED= superceded by security/gpgme -EXPIRATION_DATE=2012-01-08 - -LATEST_LINK= gpgme03 - -USE_AUTOTOOLS= autoconf libtool -USE_GMAKE= yes -USE_LDCONFIG= yes - -INFO= gpgme03 - -CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gpgme03 - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/bin/gpgsm) -WITH_GPGSM= yes -.endif - -.if defined(WITH_GPGSM) -BUILD_DEPENDS+= gpgsm:${PORTSDIR}/security/gnupg -.else -CONFIGURE_ARGS+= --without-gpgsm -.endif - -post-patch: -.for i in tests tests/gpg tests/gpgsm - @${REINPLACE_CMD} -e 's/libgpgme.la/libgpgme03.la/' \ - ${WRKSRC}/${i}/Makefile.in -.endfor - -.include <bsd.port.post.mk> diff --git a/security/gpgme03/distinfo b/security/gpgme03/distinfo deleted file mode 100644 index a8f4676a9fae..000000000000 --- a/security/gpgme03/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gpgme-0.3.16.tar.gz) = 2b3e77c78027ea0e706b62c34b8e6207e381f122beae331f97abb104542a1ce4 -SIZE (gpgme-0.3.16.tar.gz) = 679430 diff --git a/security/gpgme03/files/patch-assuan::assuan-handler.c b/security/gpgme03/files/patch-assuan::assuan-handler.c deleted file mode 100644 index 3c73877a6b13..000000000000 --- a/security/gpgme03/files/patch-assuan::assuan-handler.c +++ /dev/null @@ -1,27 +0,0 @@ ---- assuan/assuan-handler.c.orig Thu Jan 30 07:58:09 2003 -+++ assuan/assuan-handler.c Thu Jan 30 07:58:27 2003 -@@ -29,6 +29,24 @@ - #define digitp(a) ((a) >= '0' && (a) <= '9') - - -+#if !HAVE_FOPENCOOKIE -+/* Provide structure for our dummy replacement function. Usually this -+ is defined in ../common/util.h but assuan should be self -+ contained. */ -+/* Fixme: Remove fopencoookie :-(( */ -+typedef struct -+{ -+ ssize_t (*read)(void*,char*,size_t); -+ ssize_t (*write)(void*,const char*,size_t); -+ int (*seek)(void*,off_t*,int); -+ int (*close)(void*); -+} _IO_cookie_io_functions_t; -+typedef _IO_cookie_io_functions_t cookie_io_functions_t; -+FILE *fopencookie (void *cookie, const char *opentype, -+ cookie_io_functions_t funclist); -+#endif /*!HAVE_FOPENCOOKIE*/ -+ -+ - static int - dummy_handler (ASSUAN_CONTEXT ctx, char *line) - { diff --git a/security/gpgme03/files/patch-assuan::assuan-socket-connect.c b/security/gpgme03/files/patch-assuan::assuan-socket-connect.c deleted file mode 100644 index 74acc38ea626..000000000000 --- a/security/gpgme03/files/patch-assuan::assuan-socket-connect.c +++ /dev/null @@ -1,10 +0,0 @@ ---- assuan/assuan-socket-connect.c.orig Wed Jan 29 15:30:12 2003 -+++ assuan/assuan-socket-connect.c Wed Jan 29 15:30:28 2003 -@@ -23,6 +23,7 @@ - #include <stddef.h> - #include <stdio.h> - #include <errno.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <sys/un.h> - #include <unistd.h> diff --git a/security/gpgme03/files/patch-assuan::assuan-socket-server.c b/security/gpgme03/files/patch-assuan::assuan-socket-server.c deleted file mode 100644 index af8a39751c34..000000000000 --- a/security/gpgme03/files/patch-assuan::assuan-socket-server.c +++ /dev/null @@ -1,10 +0,0 @@ ---- assuan/assuan-socket-server.c.orig Wed Jan 29 15:27:13 2003 -+++ assuan/assuan-socket-server.c Wed Jan 29 15:27:38 2003 -@@ -22,6 +22,7 @@ - #include <stdlib.h> - #include <stdio.h> - #include <errno.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <sys/un.h> - #include <unistd.h> diff --git a/security/gpgme03/files/patch-configure.ac b/security/gpgme03/files/patch-configure.ac deleted file mode 100644 index 03d04b7627ba..000000000000 --- a/security/gpgme03/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig Mon Dec 20 10:46:39 2004 -+++ configure.ac Mon Dec 20 10:47:30 2004 -@@ -246,7 +246,7 @@ - GNUPG_FIX_HDR_VERSION(gpgme/gpgme.h, GPGME_VERSION) - - dnl Substitution used for gpgme-config --GPGME_CONFIG_LIBS="-lgpgme" -+GPGME_CONFIG_LIBS="-lgpgme03" - GPGME_CONFIG_CFLAGS="" - AC_SUBST(GPGME_CONFIG_LIBS) - AC_SUBST(GPGME_CONFIG_CFLAGS) diff --git a/security/gpgme03/files/patch-doc:Makefile.in b/security/gpgme03/files/patch-doc:Makefile.in deleted file mode 100644 index 4b00e60db05a..000000000000 --- a/security/gpgme03/files/patch-doc:Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- doc/Makefile.in.orig Wed Nov 19 09:55:09 2003 -+++ doc/Makefile.in Mon Dec 20 12:32:30 2004 -@@ -398,7 +398,7 @@ - for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ - $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ - if test -f $$ifile; then \ -- relfile=`echo "$$ifile" | sed 's|^.*/||'`; \ -+ relfile=`echo "$$ifile" | sed 's|^.*/||;s|gpgme|gpgme03|'`; \ - echo " $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile"; \ - $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile; \ - else : ; fi; \ -@@ -409,7 +409,7 @@ - install-info --version | grep -i -v debian) >/dev/null 2>&1; then \ - list='$(INFO_DEPS)'; \ - for file in $$list; do \ -- relfile=`echo "$$file" | sed 's|^.*/||'`; \ -+ relfile=`echo "$$file" | sed 's|^.*/||;s|gpgme|gpgme03|'`; \ - echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$relfile";\ - install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$relfile || :;\ - done; \ diff --git a/security/gpgme03/files/patch-doc:gpgme.info b/security/gpgme03/files/patch-doc:gpgme.info deleted file mode 100644 index 795d2d9e34ed..000000000000 --- a/security/gpgme03/files/patch-doc:gpgme.info +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/gpgme.info.orig Mon Dec 20 12:37:07 2004 -+++ doc/gpgme.info Mon Dec 20 12:37:25 2004 -@@ -2,7 +2,7 @@ - - INFO-DIR-SECTION GNU Libraries - START-INFO-DIR-ENTRY --* GPGME: (gpgme). Adding support for cryptography to your program. -+* GPGME: (gpgme03). Adding support for cryptography to your program. - END-INFO-DIR-ENTRY - - This file documents the GPGME library. diff --git a/security/gpgme03/files/patch-gpgme:Makefile.in b/security/gpgme03/files/patch-gpgme:Makefile.in deleted file mode 100644 index ecbd66f74dbb..000000000000 --- a/security/gpgme03/files/patch-gpgme:Makefile.in +++ /dev/null @@ -1,47 +0,0 @@ ---- gpgme/Makefile.in.orig Wed Nov 19 09:55:10 2003 -+++ gpgme/Makefile.in Mon Dec 20 14:34:26 2004 -@@ -175,7 +175,7 @@ - m4datadir = $(datadir)/aclocal - m4data_DATA = gpgme.m4 - include_HEADERS = gpgme.h --lib_LTLIBRARIES = libgpgme.la -+lib_LTLIBRARIES = libgpgme03.la - - libgpgme_la_LDFLAGS = -version-info \ - @LIBGPGME_LT_CURRENT@:@LIBGPGME_LT_REVISION@:@LIBGPGME_LT_AGE@ -@@ -277,7 +277,7 @@ - $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) - LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -- $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+ $(AM_LDFLAGS) $(LDFLAGS) -o libgpgme03.la - DIST_SOURCES = $(am__libgpgme_la_SOURCES_DIST) - DATA = $(m4data_DATA) - -@@ -327,7 +327,7 @@ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done --libgpgme.la: $(libgpgme_la_OBJECTS) $(libgpgme_la_DEPENDENCIES) -+libgpgme03.la: $(libgpgme_la_OBJECTS) $(libgpgme_la_DEPENDENCIES) - $(LINK) -rpath $(libdir) $(libgpgme_la_LDFLAGS) $(libgpgme_la_OBJECTS) $(libgpgme_la_LIBADD) $(LIBS) - binSCRIPT_INSTALL = $(INSTALL_SCRIPT) - install-binSCRIPTS: $(bin_SCRIPTS) -@@ -336,7 +336,7 @@ - @list='$(bin_SCRIPTS)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - if test -f $$d$$p; then \ -- f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ -+ f=`echo "$$p" | sed 's|^.*/||;s|gpgme|gpgme03|'`; \ - echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \ - $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \ - else :; fi; \ -@@ -450,7 +450,7 @@ - $(mkinstalldirs) $(DESTDIR)$(m4datadir) - @list='$(m4data_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f="`echo $$p | sed -e 's|^.*/||'`"; \ -+ f="`echo $$p | sed -e 's|^.*/||;s/gpgme/gpgme03/'`"; \ - echo " $(m4dataDATA_INSTALL) $$d$$p $(DESTDIR)$(m4datadir)/$$f"; \ - $(m4dataDATA_INSTALL) $$d$$p $(DESTDIR)$(m4datadir)/$$f; \ - done diff --git a/security/gpgme03/files/patch-ltmain.sh b/security/gpgme03/files/patch-ltmain.sh deleted file mode 100644 index 85e86e5ae349..000000000000 --- a/security/gpgme03/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Tue Dec 30 09:32:46 2003 -+++ ltmain.sh Tue Dec 30 09:32:59 2003 -@@ -4333,10 +4333,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/security/gpgme03/files/patch-tests::gpg::t-eventloop.c b/security/gpgme03/files/patch-tests::gpg::t-eventloop.c deleted file mode 100644 index d8149c9ef186..000000000000 --- a/security/gpgme03/files/patch-tests::gpg::t-eventloop.c +++ /dev/null @@ -1,10 +0,0 @@ ---- tests/gpg/t-eventloop.c.orig Fri Aug 30 17:22:54 2002 -+++ tests/gpg/t-eventloop.c Fri Aug 30 17:21:50 2002 -@@ -24,6 +24,7 @@ - #include <string.h> - #include <assert.h> - #include <errno.h> -+#include <sys/types.h> - #include <sys/select.h> - - #include <gpgme.h> diff --git a/security/gpgme03/pkg-descr b/security/gpgme03/pkg-descr deleted file mode 100644 index 7e33993228c7..000000000000 --- a/security/gpgme03/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GPGME(GnuPG Make Easy) is a library designed to make access -to GnuPG easier for applications. - -WWW: http://www.gnupg.org/related_software/gpgme/ - -markun@onohara.to diff --git a/security/gpgme03/pkg-plist b/security/gpgme03/pkg-plist deleted file mode 100644 index e21ea769c94b..000000000000 --- a/security/gpgme03/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/gpgme03-config -include/gpgme03/gpgme.h -lib/libgpgme03.a -lib/libgpgme03.la -lib/libgpgme03.so -lib/libgpgme03.so.9 -share/aclocal/gpgme03.m4 -@dirrm include/gpgme03 |