diff options
Diffstat (limited to 'security/gnutls-devel')
-rw-r--r-- | security/gnutls-devel/Makefile | 44 | ||||
-rw-r--r-- | security/gnutls-devel/distinfo | 1 | ||||
-rw-r--r-- | security/gnutls-devel/files/patch-configure | 13 | ||||
-rw-r--r-- | security/gnutls-devel/pkg-descr | 17 | ||||
-rw-r--r-- | security/gnutls-devel/pkg-plist | 40 |
5 files changed, 0 insertions, 115 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile deleted file mode 100644 index f9550dc5ccb9..000000000000 --- a/security/gnutls-devel/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: gnutls -# Date created: 13 Nov 2002 -# Whom: Sergei Kolobov <sergei@kolobov.com> -# -# $FreeBSD$ -# - -PORTNAME= gnutls -PORTVERSION= 0.8.6 -CATEGORIES= security net -MASTER_SITES= ${MASTER_SITE_GNUPG} \ - http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ - ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/ \ - ftp://ftp.gnutls.org/pub/gnutls/ -MASTER_SITE_SUBDIR= alpha/gnutls - -MAINTAINER= sergei@kolobov.com -COMMENT= GNU Transport Layer Security library - -LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ - tasn1.2:${PORTSDIR}/security/libtasn1 \ - opencdk.6:${PORTSDIR}/security/opencdk - -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -DOCS= AUTHORS NEWS README THANKS - -post-install: - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/examples/*.c ${EXAMPLESDIR} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor - ${INSTALL_DATA} ${WRKSRC}/doc/tex/*.ps ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/security/gnutls-devel/distinfo b/security/gnutls-devel/distinfo deleted file mode 100644 index 57c46ecf8a5b..000000000000 --- a/security/gnutls-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnutls-0.8.6.tar.gz) = 7c152170df607ae39585a494ec355af1 diff --git a/security/gnutls-devel/files/patch-configure b/security/gnutls-devel/files/patch-configure deleted file mode 100644 index 1cbe489bc732..000000000000 --- a/security/gnutls-devel/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Thu Feb 27 21:25:22 2003 -+++ configure Thu Feb 27 21:25:36 2003 -@@ -12529,6 +12529,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/security/gnutls-devel/pkg-descr b/security/gnutls-devel/pkg-descr deleted file mode 100644 index eb3b18b04920..000000000000 --- a/security/gnutls-devel/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -GnuTLS is a portable ANSI C based library which implements the TLS 1.0 and -SSL 3.0 protocols. The library does not include any patented algorithms and -is available under the GNU Lesser GPL license. - -Important features of the GnuTLS library include: -- Thread safety -- Support for both TLS 1.0 and SSL 3.0 protocols -- Support for both X.509 and OpenPGP certificates -- Support for basic parsing and verification of certificates -- Support for SRP for TLS authentication -- Support for TLS Extension mechanism -- Support for TLS Compression Methods - -Additionaly GnuTLS provides an emulation API for the widely used -OpenSSL library, to ease integration with existing applications. - -WWW: http://www.gnutls.org/ diff --git a/security/gnutls-devel/pkg-plist b/security/gnutls-devel/pkg-plist deleted file mode 100644 index 0edcddbd48af..000000000000 --- a/security/gnutls-devel/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -@comment $FreeBSD$ -bin/gnutls-serv -bin/gnutls-cli -bin/gnutls-srpcrypt -bin/gnutls-cli-debug -bin/libgnutls-config -bin/libgnutls-extra-config -include/gnutls/extra.h -include/gnutls/compat4.h -include/gnutls/openssl.h -include/gnutls/gnutls.h -@dirrm include/gnutls -lib/libgnutls.so.8 -lib/libgnutls.so -lib/libgnutls.a -lib/libgnutls-extra.so.8 -lib/libgnutls-extra.so -lib/libgnutls-extra.a -share/aclocal/libgnutls.m4 -share/aclocal/libgnutls-extra.m4 -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/THANKS -%%PORTDOCS%%%%DOCSDIR%%/gnutls-logo.ps -%%PORTDOCS%%%%DOCSDIR%%/gnutls.ps -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%EXAMPLESDIR%%/ex-alert.c -%%EXAMPLESDIR%%/ex-client-resume.c -%%EXAMPLESDIR%%/ex-client-srp.c -%%EXAMPLESDIR%%/ex-client1.c -%%EXAMPLESDIR%%/ex-client2.c -%%EXAMPLESDIR%%/ex-info.c -%%EXAMPLESDIR%%/ex-pgp-keyserver.c -%%EXAMPLESDIR%%/ex-rfc2818.c -%%EXAMPLESDIR%%/ex-serv-export.c -%%EXAMPLESDIR%%/ex-serv-pgp.c -%%EXAMPLESDIR%%/ex-serv-srp.c -%%EXAMPLESDIR%%/ex-serv1.c -@dirrm %%EXAMPLESDIR%% |