aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-06-30 16:37:49 +0800
committerrene <rene@FreeBSD.org>2014-06-30 16:37:49 +0800
commit40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860 (patch)
treedf4588a3eebe74807d57f164b1c860b1243ffb47 /security
parent25158e262ff6d3d175a0fc2f1dd36c820ae9c7c8 (diff)
downloadfreebsd-ports-gnome-40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860.tar.gz
freebsd-ports-gnome-40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860.tar.zst
freebsd-ports-gnome-40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860.zip
Remove expired ports:
2014-06-30 www/trac-TracDuplicates: Broken for more than 5 months 2014-06-30 mail/hotwayd: Protocol changed, software unusable 2014-06-30 mail/ilohamail-devel: Upstream disappeared 2014-06-30 games/tyrquake: Broken for more than 5 months 2014-06-30 net/gkrellmqst: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 security/p5-Jifty-Plugin-OpenID: Broken for more than 5 months 2014-06-30 games/sumwars: Broken for more than 5 months 2014-06-30 audio/ruby-esound: Broken for more than 5 months 2014-06-30 x11-toolkits/py-pyqwt: Broken for more than 5 months 2014-06-30 net-im/ysm: Broken for more than 5 months 2014-06-30 net-mgmt/send: Broken for more than 5 months 2014-06-30 net/p5-Jifty-Plugin-Authentication-Ldap: Broken for more than 5 months 2014-06-30 net-p2p/bittyrant: Broken for more than 5 months 2014-06-30 sysutils/gkrellm: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmms: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmvolume: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmlaunch: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmfmonitor: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellshoot: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 polish/sms2: sms2 is no longer being developed, consider using alternative software. 2014-06-30 x11-toolkits/py-wmdockapps: Crufty and nothing depends on this 2014-06-30 audio/tagger: Ancient, unmaintained 2014-06-30 www/mod_wsgi2: No longer supported, please use www/mod_wsgi3 instead 2014-06-30 security/botan: Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110
Diffstat (limited to 'security')
-rw-r--r--security/Makefile2
-rw-r--r--security/botan/Makefile70
-rw-r--r--security/botan/distinfo2
-rw-r--r--security/botan/files/patch-src_build_data_makefile_unix_shr.in33
-rw-r--r--security/botan/pkg-descr14
-rw-r--r--security/p5-Jifty-Plugin-OpenID/Makefile27
-rw-r--r--security/p5-Jifty-Plugin-OpenID/distinfo2
-rw-r--r--security/p5-Jifty-Plugin-OpenID/pkg-descr4
-rw-r--r--security/p5-Jifty-Plugin-OpenID/pkg-plist39
9 files changed, 0 insertions, 193 deletions
diff --git a/security/Makefile b/security/Makefile
index e2a97e6a9644..08768e34154d 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -37,7 +37,6 @@
SUBDIR += binwalk
SUBDIR += bioapi
SUBDIR += blindelephant
- SUBDIR += botan
SUBDIR += botan110
SUBDIR += bro
SUBDIR += broccoli
@@ -560,7 +559,6 @@
SUBDIR += p5-HTML-Email-Obfuscate
SUBDIR += p5-IO-Async-SSL
SUBDIR += p5-IO-Socket-SSL
- SUBDIR += p5-Jifty-Plugin-OpenID
SUBDIR += p5-MD5
SUBDIR += p5-Mcrypt
SUBDIR += p5-Module-Signature
diff --git a/security/botan/Makefile b/security/botan/Makefile
deleted file mode 100644
index f894f06e5600..000000000000
--- a/security/botan/Makefile
+++ /dev/null
@@ -1,70 +0,0 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= botan
-PORTVERSION= 1.8.14
-CATEGORIES= security
-MASTER_SITES= http://files.randombit.net/botan/v1.8/
-DISTNAME= Botan-${PORTVERSION}
-EXTRACT_SUFX= .tbz
-
-MAINTAINER= lapo@lapo.it
-COMMENT= Portable, easy to use, and efficient C++ crypto library
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/doc/license.txt
-
-DEPRECATED= Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110
-EXPIRATION_DATE= 2014-06-30
-
-OPTIONS_DEFINE= SSL GMP ECC
-OPTIONS_DEFAULT= SSL GMP ECC
-ECC_DESC= ECC support
-
-USE_BZIP2= yes
-USE_PYTHON_BUILD= yes
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= configure.py
-CONFIGURE_ARGS= --prefix=${PREFIX} --with-bzip2 --with-zlib
-USES= gmake
-MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}"
-USE_LDCONFIG= yes
-PLIST_FILES= bin/botan-config lib/libbotan.a lib/libbotan.so lib/libbotan.so.0 libdata/pkgconfig/botan-1.8.pc
-
-PORTDOCS= *
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MSSL}
-USE_OPENSSL= yes
-CONFIGURE_ARGS+=--with-openssl
-.endif
-
-.if ${PORT_OPTIONS:MGMP}
-LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp
-CONFIGURE_ARGS+=--with-gnump
-MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib"
-.endif
-
-.if ${PORT_OPTIONS:MECC}
-BUILD_DEPENDS+= ${LOCALBASE}/include/boost/tr1/memory.hpp:${PORTSDIR}/devel/boost-libs
-CONFIGURE_ARGS+=--with-tr1-implementation=boost
-CXXFLAGS+= -I${LOCALBASE}/include
-.else
-CONFIGURE_ARGS+=--with-tr1-implementation=none
-.endif
-
-post-patch:
- ${REINPLACE_CMD} -e "s|#!/usr/bin/env python|#!${PYTHON_CMD}|" \
- ${WRKSRC}/configure.py
-.if ! ${PORT_OPTIONS:MDOCS}
- ${REINPLACE_CMD} -e '/$$(MKDIR_INSTALL) $$(DOCDIR)/d' \
- -e '/$$(INSTALL_CMD_DATA) $$$$i $$(DOCDIR); /d' \
- ${WRKSRC}/src/build-data/makefile/unix_shr.in
-.endif
-
-post-install:
- @(cd ${STAGEDIR}${PREFIX}; ${FIND} -s include/botan -not -type d) >> ${TMPPLIST}
- @${ECHO_CMD} @dirrm include/botan >> ${TMPPLIST}
-
-.include <bsd.port.mk>
diff --git a/security/botan/distinfo b/security/botan/distinfo
deleted file mode 100644
index 6b425ce6bc6f..000000000000
--- a/security/botan/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Botan-1.8.14.tbz) = a67be92c38a221b4dff180e8721a763cb97a717cd93722b23900680bd4e49d7c
-SIZE (Botan-1.8.14.tbz) = 2397499
diff --git a/security/botan/files/patch-src_build_data_makefile_unix_shr.in b/security/botan/files/patch-src_build_data_makefile_unix_shr.in
deleted file mode 100644
index 1811eb2bf5d4..000000000000
--- a/security/botan/files/patch-src_build_data_makefile_unix_shr.in
+++ /dev/null
@@ -1,33 +0,0 @@
---- src/build-data/makefile/unix_shr.in.orig 2012-07-18 21:59:04.000000000 +0200
-+++ src/build-data/makefile/unix_shr.in 2014-01-30 21:16:16.957275654 +0100
-@@ -20,13 +20,13 @@
- ##################################################
- # Installation Settings #
- ##################################################
--DESTDIR = %{prefix}
-+PREFIX = %{prefix}
-
--BINDIR = $(DESTDIR)/bin
--LIBDIR = $(DESTDIR)/%{libdir}
--HEADERDIR = $(DESTDIR)/%{includedir}/botan
--DOCDIR = $(DESTDIR)/%{docdir}/Botan-$(VERSION)
--PKGCONF_DIR = $(LIBDIR)/pkgconfig
-+BINDIR = $(DESTDIR)$(PREFIX)/bin
-+LIBDIR = $(DESTDIR)$(PREFIX)/%{libdir}
-+HEADERDIR = $(DESTDIR)$(PREFIX)/%{includedir}/botan
-+DOCDIR = $(DESTDIR)$(PREFIX)/%{docdir}/botan
-+PKGCONF_DIR = $(DESTDIR)$(PREFIX)/libdata/pkgconfig
-
- CONFIG_SCRIPT = %{botan_config}
- PKGCONFIG = %{botan_pkgconfig}
-@@ -67,8 +67,8 @@
- LIBNAME = %{lib_prefix}libbotan
- STATIC_LIB = $(LIBNAME).a
-
--SHARED_LIB = $(LIBNAME)-$(SO_VERSION).%{so_suffix}
--SONAME = $(LIBNAME)-$(SO_VERSION).%{so_suffix}
-+SHARED_LIB = $(LIBNAME).%{so_suffix}.0
-+SONAME = $(LIBNAME).%{so_suffix}.0
-
- SYMLINK = libbotan.%{so_suffix}
-
diff --git a/security/botan/pkg-descr b/security/botan/pkg-descr
deleted file mode 100644
index d4436e230a7a..000000000000
--- a/security/botan/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Botan is a crypto library written in C++. It provides a variety of
-cryptographic algorithms, including common ones such as AES, MD5, SHA,
-HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that
-are more obscure or specialized. It also offers X.509v3 certificates
-and CRLs, and PKCS #10 certificate requests. A message processing
-system that uses a filter/pipeline metaphor allows for many common
-cryptographic tasks to be completed with just a few lines of code.
-Assembly optimizations for common CPUs, including x86, x86-64, and
-PowerPC, offers further speedups for critical tasks such as SHA-1
-hashing and multiple precision integer operations.
-
-Botan is licensed under the same permissive terms as FreeBSD itself.
-
-WWW: http://botan.randombit.net/
diff --git a/security/p5-Jifty-Plugin-OpenID/Makefile b/security/p5-Jifty-Plugin-OpenID/Makefile
deleted file mode 100644
index 93b9602eba09..000000000000
--- a/security/p5-Jifty-Plugin-OpenID/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Wen Heping <wenheping@gmail.com>
-# $FreeBSD$
-
-PORTNAME= Jifty-Plugin-OpenID
-PORTVERSION= 1.02
-PORTREVISION= 1
-CATEGORIES= security perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= wen@FreeBSD.org
-COMMENT= Provides OpenID authentication for your Jifty App
-
-BUILD_DEPENDS= p5-Jifty>=0:${PORTSDIR}/www/p5-Jifty \
- p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
- p5-Net-OpenID-Consumer>=0:${PORTSDIR}/net/p5-Net-OpenID-Consumer \
- p5-LWPx-ParanoidAgent>=0:${PORTSDIR}/www/p5-LWPx-ParanoidAgent
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-BROKEN= does not build
-DEPRECATED= Broken for more than 5 months
-EXPIRATION_DATE= 2014-06-30
-
-USES= perl5
-USE_PERL5= configure
-
-.include <bsd.port.mk>
diff --git a/security/p5-Jifty-Plugin-OpenID/distinfo b/security/p5-Jifty-Plugin-OpenID/distinfo
deleted file mode 100644
index 7a20bfe80eba..000000000000
--- a/security/p5-Jifty-Plugin-OpenID/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Jifty-Plugin-OpenID-1.02.tar.gz) = b953317a302fc5146a9447cdbe858c3b797348152cc53df62c05bcf4df86384e
-SIZE (Jifty-Plugin-OpenID-1.02.tar.gz) = 36879
diff --git a/security/p5-Jifty-Plugin-OpenID/pkg-descr b/security/p5-Jifty-Plugin-OpenID/pkg-descr
deleted file mode 100644
index 5bbe1835d0f1..000000000000
--- a/security/p5-Jifty-Plugin-OpenID/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Jifty::Plugin::OpenID is a perl module provides OpenID
-authentication for your jifty app.
-
-WWW: http://search.cpan.org/dist/Jifty-Plugin-OpenID/
diff --git a/security/p5-Jifty-Plugin-OpenID/pkg-plist b/security/p5-Jifty-Plugin-OpenID/pkg-plist
deleted file mode 100644
index 2e95999fd0b4..000000000000
--- a/security/p5-Jifty-Plugin-OpenID/pkg-plist
+++ /dev/null
@@ -1,39 +0,0 @@
-%%SITE_PERL%%/Jifty/Plugin/OpenID.pm
-%%SITE_PERL%%/Jifty/Plugin/OpenID/View.pm
-%%SITE_PERL%%/Jifty/Plugin/OpenID/Dispatcher.pm
-%%SITE_PERL%%/Jifty/Plugin/OpenID/Action/AuthenticateOpenID.pm
-%%SITE_PERL%%/Jifty/Plugin/OpenID/Action/CreateOpenIDUser.pm
-%%SITE_PERL%%/Jifty/Plugin/OpenID/Action/VerifyOpenID.pm
-%%SITE_PERL%%/Jifty/Plugin/OpenID/Mixin/Model/User.pm
-%%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/po/openid.pot
-%%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/po/fr.po
-%%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/web/static/css/openidplugin.css
-%%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/web/static/oidimg/myopenid.png
-%%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/web/static/oidimg/yfavicon.gif
-%%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/web/static/oidimg/FriendConnect.gif
-%%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/web/static/oidimg/openid-icon-small.gif
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Jifty/Plugin/OpenID/.packlist
-%%PERL5_MAN3%%/Jifty::Plugin::OpenID::View.3.gz
-%%PERL5_MAN3%%/Jifty::Plugin::OpenID.3.gz
-%%PERL5_MAN3%%/Jifty::Plugin::OpenID::Action::VerifyOpenID.3.gz
-%%PERL5_MAN3%%/Jifty::Plugin::OpenID::Action::AuthenticateOpenID.3.gz
-%%PERL5_MAN3%%/Jifty::Plugin::OpenID::Mixin::Model::User.3.gz
-%%PERL5_MAN3%%/Jifty::Plugin::OpenID::Action::CreateOpenIDUser.3.gz
-%%PERL5_MAN3%%/Jifty::Plugin::OpenID::Dispatcher.3.gz
-@dirrm %%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/po
-@dirrm %%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/web/static/css
-@dirrm %%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/web/static/oidimg
-@dirrm %%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/web/static
-@dirrm %%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/web
-@dirrm %%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID
-@dirrmtry %%SITE_PERL%%/auto/share/dist
-@dirrmtry %%SITE_PERL%%/auto/share
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jifty/Plugin/OpenID
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jifty/Plugin
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jifty
-@dirrm %%SITE_PERL%%/Jifty/Plugin/OpenID/Mixin/Model
-@dirrm %%SITE_PERL%%/Jifty/Plugin/OpenID/Mixin
-@dirrm %%SITE_PERL%%/Jifty/Plugin/OpenID/Action
-@dirrm %%SITE_PERL%%/Jifty/Plugin/OpenID
-@dirrmtry %%SITE_PERL%%/Jifty/Plugin
-@dirrmtry %%SITE_PERL%%/Jifty