aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/newpki-client/Makefile48
-rw-r--r--security/newpki-client/distinfo3
-rw-r--r--security/newpki-client/files/patch-configure62
-rw-r--r--security/newpki-client/pkg-descr5
6 files changed, 1 insertions, 119 deletions
diff --git a/MOVED b/MOVED
index 1ee826fb135e..c2de0c98276f 100644
--- a/MOVED
+++ b/MOVED
@@ -1745,3 +1745,4 @@ x11-toolkits/gambas2-gb-qt||2011-04-18|Has expired: has been broken for over a y
x11-toolkits/php-gtk2||2011-04-18|Has expired: has been broken for over a half year
x11-toolkits/p5-Tcl-Tk||2011-04-18|Has expired: has been broken for 2 year
x11/metisse||2011-04-18|Has expired: has been broken for over a half year
+security/newpki-client||2011-04-18|Removed
diff --git a/security/Makefile b/security/Makefile
index 04de6cedcea0..26ef7c1c0ad4 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -310,7 +310,6 @@
SUBDIR += nessus-plugins
SUBDIR += netpgp
SUBDIR += nettle
- SUBDIR += newpki-client
SUBDIR += nikto
SUBDIR += nmap
SUBDIR += nmapsi4
diff --git a/security/newpki-client/Makefile b/security/newpki-client/Makefile
deleted file mode 100644
index b2050e5c48b3..000000000000
--- a/security/newpki-client/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: newpki-client
-# Date created: 2005-07-05
-# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= newpki-client
-DISTVERSION= 2.0.0-beta4
-PORTREVISION= 6
-CATEGORIES= security
-MASTER_SITES= SF/newpki/${PORTNAME}/2.0.0-beta4
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= C++ PKI client from newpki project
-
-LIB_DEPENDS= newpki.2:${PORTSDIR}/security/newpki-lib \
- xml2:${PORTSDIR}/textproc/libxml2
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-2.0.0
-
-GNU_CONFIGURE= yes
-USE_OPENSSL= yes
-USE_GNOME= gnometarget
-USE_GMAKE= yes
-USE_WX= 2.4
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${PREFIX}/lib" \
- WXCONFIG=${WX_CONFIG}
-CONFIGURE_ARGS+= --with-newpki-include=${PREFIX}/include/newpki \
- --with-newpki-lib=${PREFIX}/lib \
- --with-libxml2-include=${PREFIX}/include/libxml2
-
-PLIST_FILES= bin/newpki-client
-
-.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+= --disable-nls
-.else
-USE_GETTEXT= yes
-PLIST_FILES+= share/locale/fr/LC_MESSAGES/newpki-client.mo
-CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE}
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/security/newpki-client/distinfo b/security/newpki-client/distinfo
deleted file mode 100644
index 4596e5da3708..000000000000
--- a/security/newpki-client/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (newpki-client-2.0.0-beta4.tar.gz) = 6455dda0e568a8ee56bb4069f7b8c011
-SHA256 (newpki-client-2.0.0-beta4.tar.gz) = f30bcc51bf26c9f324e56357c715ae99db76f71251cad579c915b6c068bcb2f9
-SIZE (newpki-client-2.0.0-beta4.tar.gz) = 632666
diff --git a/security/newpki-client/files/patch-configure b/security/newpki-client/files/patch-configure
deleted file mode 100644
index 4761f94d3a86..000000000000
--- a/security/newpki-client/files/patch-configure
+++ /dev/null
@@ -1,62 +0,0 @@
---- configure.in Wed Jul 6 18:52:02 2005
-+++ configure Wed Jul 6 18:53:03 2005
-@@ -10798,48 +10798,6 @@
- fi
-
-
--# Extract the first word of "wx-config", so it can be a program name with args.
--set dummy wx-config; ac_word=$2
--echo "$as_me:$LINENO: checking for $ac_word" >&5
--echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
--if test "${ac_cv_prog_WXCONFIG+set}" = set; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--else
-- if test -n "$WXCONFIG"; then
-- ac_cv_prog_WXCONFIG="$WXCONFIG" # Let the user override the test.
--else
--as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
--for as_dir in $PATH
--do
-- IFS=$as_save_IFS
-- test -z "$as_dir" && as_dir=.
-- for ac_exec_ext in '' $ac_executable_extensions; do
-- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-- ac_cv_prog_WXCONFIG=""yes""
-- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-- break 2
-- fi
--done
--done
--
-- test -z "$ac_cv_prog_WXCONFIG" && ac_cv_prog_WXCONFIG=""no""
--fi
--fi
--WXCONFIG=$ac_cv_prog_WXCONFIG
--if test -n "$WXCONFIG"; then
-- echo "$as_me:$LINENO: result: $WXCONFIG" >&5
--echo "${ECHO_T}$WXCONFIG" >&6
--else
-- echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
--fi
--
--if test x"$WXCONFIG" != x"yes"; then
-- { { echo "$as_me:$LINENO: error: wx-config not found" >&5
--echo "$as_me: error: wx-config not found" >&2;}
-- { (exit 1); exit 1; }; }
--fi
--
- ac_ext=c
- ac_cpp='$CPP $CPPFLAGS'
- ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -10848,8 +10806,8 @@
-
-
-
--WXCXX=`wx-config --cxxflags`
--WXLIB=`wx-config --libs`
-+WXCXX=`${WX_CONFIG} --cxxflags`
-+WXLIB=`${WX_CONFIG} --libs`
-
- CPPFLAGS="$WXCXX -DWXINTL_NO_GETTEXT_MACRO $CPPFLAGS"
- LIBS="$WXLIB -lnewpki $LIBS"
diff --git a/security/newpki-client/pkg-descr b/security/newpki-client/pkg-descr
deleted file mode 100644
index 661a33ae12a0..000000000000
--- a/security/newpki-client/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-NewPKI is a PKI based on the OpenSSL low-level API, all the datas are handled
-through a database, which provides a much more flexible PKI than with OpenSSL,
-such as seeking a certificate with a search engine.
-
-WWW: http://www.newpki.org