aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-11-28 16:00:54 +0800
committerbapt <bapt@FreeBSD.org>2012-11-28 16:00:54 +0800
commit721c21e23320ba131782cade3baf4608d6961fbf (patch)
treee339c34af5041af17bdb5fa22949d151dc58a601 /security
parentbab8d7e34e8c2b371a49c8f0e523b308e882e5ee (diff)
downloadfreebsd-ports-gnome-721c21e23320ba131782cade3baf4608d6961fbf.tar.gz
freebsd-ports-gnome-721c21e23320ba131782cade3baf4608d6961fbf.tar.zst
freebsd-ports-gnome-721c21e23320ba131782cade3baf4608d6961fbf.zip
2012-11-28 editors/glimmer: Depends on the expired gtkglarea through py-gtk
2012-11-26 palm/txt2pdbdoc: No more public distfiles 2012-11-26 sysutils/xloadface: No more public distfiles 2012-11-26 shells/gscommander: Abandonware 2012-11-26 security/saferpay: No more public distfiles 2012-11-26 x11-wm/qvwm: No more public distfiles Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/saferpay/Makefile54
-rw-r--r--security/saferpay/distinfo2
-rw-r--r--security/saferpay/files/patch-IcctSign.cpp32
-rw-r--r--security/saferpay/files/patch-IcctSign.h22
-rw-r--r--security/saferpay/files/patch-Makefile73
-rw-r--r--security/saferpay/files/patch-file-endings222
-rw-r--r--security/saferpay/files/patch-idpapp.mk27
-rw-r--r--security/saferpay/files/patch-jConfigurationSetup.cpp11
-rw-r--r--security/saferpay/files/patch-jMessageFactory.cpp83
-rw-r--r--security/saferpay/files/patch-jMessageFactory.h38
-rw-r--r--security/saferpay/files/patch-jMessageObject.cpp29
-rw-r--r--security/saferpay/files/patch-jMessageObject.h12
-rw-r--r--security/saferpay/files/patch-saferpay.c11
-rw-r--r--security/saferpay/files/patch-saferpay.mk20
-rw-r--r--security/saferpay/pkg-descr9
-rw-r--r--security/saferpay/pkg-plist7
-rw-r--r--security/saferpay/pkg-plist.p527
18 files changed, 0 insertions, 680 deletions
diff --git a/security/Makefile b/security/Makefile
index c528240723f3..3b10efc7d1d7 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -830,7 +830,6 @@
SUBDIR += rubygem-razorback-scriptNugget
SUBDIR += rubygem-roauth
SUBDIR += rubygem-twitter_oauth
- SUBDIR += saferpay
SUBDIR += safesh
SUBDIR += saint
SUBDIR += samba-virusfilter
diff --git a/security/saferpay/Makefile b/security/saferpay/Makefile
deleted file mode 100644
index e0c51c85856a..000000000000
--- a/security/saferpay/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# Created by: mb@imp.ch
-# $FreeBSD$
-
-PORTNAME= saferpay
-PORTVERSION= 1.3.0
-PORTREVISION= 2
-CATEGORIES= security
-MASTER_SITES= http://www.saferpay.com/download/
-DISTFILES= ${PORTNAME}_${PORTVERSION}_linux-g++_src.tar.gz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A command line tool for online payment
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-11-26
-
-MAKEFILE= ${WRKSRC}/saferpay/Makefile
-
-USE_GMAKE= yes
-USE_OPENSSL= yes
-USE_LDCONFIG= yes
-WRKSRC= ${WRKDIR}
-
-post-patch:
- @${SED} -i orig -e 's#%%PREFIX%%#${PREFIX}#g' ${WRKDIR}/saferpay/Makefile
-.if exists(/usr/include/openssl/engine.h)
-CFLAGS+= -DHAVE_SSLENGINE_H
-.endif
-
-.if !defined(WITH_P5_API)
-pre-build:
- @${ECHO} "-----------------------------------------------------"
- @${ECHO} You are building now the saferpay command line tool.
- @${ECHO} If you like to install the perl API too, break this
- @${ECHO} installation and start it again with WITH_P5_API=YES.
- @${ECHO} "-----------------------------------------------------"
-.else
-pre-build:
-PLIST= ${PKGDIR}/pkg-plist.p5
-post-build:
- @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} xs)
-post-install:
- @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} installxs)
- ${GZIP_CMD} ${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/../man/man3/soplex::saferpay::MessageObject.3
- ${GZIP_CMD} ${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/../man/man3/soplex::saferpay::MessageFactory.3
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile with GCC 4.2
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/security/saferpay/distinfo b/security/saferpay/distinfo
deleted file mode 100644
index 8d7882e54591..000000000000
--- a/security/saferpay/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (saferpay_1.3.0_linux-g++_src.tar.gz) = 04e5caad93d631fd21791a8efc048800a520cfcca26453939b07bbe463ec169c
-SIZE (saferpay_1.3.0_linux-g++_src.tar.gz) = 272777
diff --git a/security/saferpay/files/patch-IcctSign.cpp b/security/saferpay/files/patch-IcctSign.cpp
deleted file mode 100644
index 6325a978f2ec..000000000000
--- a/security/saferpay/files/patch-IcctSign.cpp
+++ /dev/null
@@ -1,32 +0,0 @@
---- saferpay/IcctSign.cpp.orig Wed Sep 24 15:13:06 2003
-+++ saferpay/IcctSign.cpp Tue Jan 6 15:46:01 2004
-@@ -32,7 +32,11 @@
- #define RSA_generate_key_S RSA_generate_key
- #endif
-
-+#ifdef HAVE_SSLENGINE_H
-+HRESULT ICCT_Signature(const UCHAR* pucPrivateKey, int cbPrivateKey, UCHAR* pMessage,
-+#else
- HRESULT ICCT_Signature(UCHAR* pucPrivateKey, int cbPrivateKey, UCHAR* pMessage,
-+#endif
- ULONG cbMessage, /*[out]*/ UCHAR* pDigest, ULONG* pcbDigest)
- {
- RSA *pPrivateKey = RSA_new();
-@@ -64,7 +68,12 @@
- return -1;
- }
-
-+#ifdef HAVE_SSLENGINE_H
-+HRESULT ICCT_Verify(const UCHAR* pucPublicKey, int cbPublicKey, UCHAR* pMessage, ULONG cbMessage,
-+#else
- HRESULT ICCT_Verify(UCHAR* pucPublicKey, int cbPublicKey, UCHAR* pMessage, ULONG cbMessage,
-+#endif
-+
- /*[in]*/ UCHAR* pDigest, ULONG cbDigest)
- {
- RSA *pPublicKey = RSA_new();
-@@ -255,3 +264,4 @@
- }
- }
- */
-+
diff --git a/security/saferpay/files/patch-IcctSign.h b/security/saferpay/files/patch-IcctSign.h
deleted file mode 100644
index 19e0153f859c..000000000000
--- a/security/saferpay/files/patch-IcctSign.h
+++ /dev/null
@@ -1,22 +0,0 @@
---- saferpay/IcctSign.h.orig Wed Apr 17 13:40:14 2002
-+++ saferpay/IcctSign.h Wed Feb 19 12:22:17 2003
-@@ -11,11 +11,19 @@
- int* cbPrivateKey, UCHAR* Seed,
- int cbSeed = 0);
-
-+#ifdef HAVE_SSLENGINE_H
-+HRESULT ICCT_Signature(const UCHAR* pucPrivateKey, int cbPrivateKey, UCHAR* pMessage,
-+ ULONG cbMessage, /*[out]*/ UCHAR* pDigest, ULONG* pcbDigest);
-+
-+HRESULT ICCT_Verify(const UCHAR* pucPublicKey, int cbPublicKey, UCHAR* pMessage,
-+ ULONG cbMessage, /*[in]*/ UCHAR* pDigest, ULONG cbDigest);
-+#else
- HRESULT ICCT_Signature(UCHAR* pucPrivateKey, int cbPrivateKey, UCHAR* pMessage,
- ULONG cbMessage, /*[out]*/ UCHAR* pDigest, ULONG* pcbDigest);
-
- HRESULT ICCT_Verify(UCHAR* pucPublicKey, int cbPublicKey, UCHAR* pMessage,
- ULONG cbMessage, /*[in]*/ UCHAR* pDigest, ULONG cbDigest);
-+#endif
-
-
- HRESULT ICCT_CryptDigest(UCHAR* pucPublicKey, int cbPublicKey,
diff --git a/security/saferpay/files/patch-Makefile b/security/saferpay/files/patch-Makefile
deleted file mode 100644
index 9c29ad738227..000000000000
--- a/security/saferpay/files/patch-Makefile
+++ /dev/null
@@ -1,73 +0,0 @@
---- saferpay/Makefile.orig Thu Aug 8 15:59:09 2002
-+++ saferpay/Makefile Tue Feb 18 17:28:00 2003
-@@ -1,45 +1,37 @@
--PREFIX = /usr
--SSLVERSION = openssl-0.9.6c
--SSLEAYDIR = ../$(SSLVERSION)
--
-+PREFIX = %%PREFIX%%
-
- all:
--
-- make -f idpapp.mk
-- cp ./out/libidpapp.s* $(PREFIX)/lib
-- make -f saferpay.mk
-- cp idpapi.h ./out
-- cp idperrc.h ./out
-- cp ./out/settings.template ./out/settings.xml
-+ gmake -f idpapp.mk -C saferpay
-+ gmake -f saferpay.mk -C saferpay
-
- clean:
-- make -f idpapp.mk clean
-- make -f saferpay.mk clean
-+ gmake -f idpapp.mk clean
-+ gmake -f saferpay.mk clean
-
- xs: all
-- perl -e 'system("cd perl/MessageObject\nperl Makefile.PL\nmake");'
-- perl -e 'system("cd perl/MessageFactory\nperl Makefile.PL\nmake");'
-- perl -e 'system("cd perl/ConfigurationSetup\nperl Makefile.PL\nmake");'
-+ perl -e 'system("cd saferpay/perl/MessageObject\nperl Makefile.PL\nmake");'
-+ perl -e 'system("cd saferpay/perl/MessageFactory\nperl Makefile.PL\nmake");'
-+ perl -e 'system("cd saferpay/perl/ConfigurationSetup\nperl Makefile.PL\nmake");'
-
- testxs:
-- perl -e 'system("cd perl/ConfigurationSetup\nmake test");'
-- perl -e 'system("cd perl/MessageFactory\nmake test");'
-+ perl -e 'system("cd saferpay/perl/ConfigurationSetup\nmake test");'
-+ perl -e 'system("cd saferpay/perl/MessageFactory\nmake test");'
-
- installxs:
-- perl -e 'system("cd perl/ConfigurationSetup\nmake install");'
-- perl -e 'system("cd perl/MessageFactory\nmake install");'
-- perl -e 'system("cd perl/MessageObject\nmake install");'
-+ perl -e 'system("cd saferpay/perl/ConfigurationSetup\nmake install");'
-+ perl -e 'system("cd saferpay/perl/MessageFactory\nmake install");'
-+ perl -e 'system("cd saferpay/perl/MessageObject\nmake install");'
-
- cleanxs:
-- perl -e 'system("cd perl/ConfigurationSetup\nmake clean");'
-- perl -e 'system("cd perl/MessageFactory\nmake clean");'
-- perl -e 'system("cd perl/MessageObject\nmake clean");'
--
--testmk:
-- echo "SSLVERSION: $(SSLVERSION)"
-- echo "SSLEAYDIR: $(SSLEAYDIR)"
--
--
--
--
--
-+ perl -e 'system("cd saferpay/perl/ConfigurationSetup\nmake clean");'
-+ perl -e 'system("cd saferpay/perl/MessageFactory\nmake clean");'
-+ perl -e 'system("cd saferpay/perl/MessageObject\nmake clean");'
-+
-+install:
-+ install -C saferpay/out/libidpapp.so.1.0.0 $(PREFIX)/lib/libidpapp.so.1
-+ install -C saferpay/idpapi.h $(PREFIX)/include
-+ install -C saferpay/idperrc.h $(PREFIX)/include
-+ install -m 0555 -C saferpay/out/saferpay $(PREFIX)/bin
-+ mkdir -p $(PREFIX)/share/examples/saferpay/
-+ install -C saferpay/out/settings.template $(PREFIX)/share/examples/saferpay/
-+ ln -s -f $(PREFIX)/lib/libidpapp.so.1 $(PREFIX)/lib/libidpapp.so
diff --git a/security/saferpay/files/patch-file-endings b/security/saferpay/files/patch-file-endings
deleted file mode 100644
index fb030f054b75..000000000000
--- a/security/saferpay/files/patch-file-endings
+++ /dev/null
@@ -1,222 +0,0 @@
---- saferpay/xml/xmlElement.h.orig Mon Sep 9 21:59:36 2002
-+++ saferpay/xml/xmlElement.h Mon Sep 9 22:00:04 2002
-@@ -117,4 +117,5 @@
- bool xmlSetAttributeEx(xmlElement * pElement, const SxString & strId, const SxString & strValue);
-
-
--#endif
-+#endif
-+
---- saferpay/xml/xmlParser.h.orig Mon Sep 9 21:59:41 2002
-+++ saferpay/xml/xmlParser.h Mon Sep 9 22:00:11 2002
-@@ -18,4 +18,5 @@
- void createElement(const SxString & tag, xmlElement ** ppElement);
- };
-
--#endif
-+#endif
-+
---- saferpay/xml/xmlerror.h.orig Mon Sep 9 21:59:46 2002
-+++ saferpay/xml/xmlerror.h Mon Sep 9 22:00:18 2002
-@@ -5,3 +5,4 @@
- #define XMLE_FILE_INCOMPLETE 2
- #define XMLE_INVALID_STRUCTURE 3
- #define XMLE_TAG_NOT_FOUND 4
-+
---- saferpay/xml/xmlElementEnum.h.orig Mon Sep 9 21:59:51 2002
-+++ saferpay/xml/xmlElementEnum.h Mon Sep 9 22:00:08 2002
-@@ -85,3 +85,4 @@
-
-
- #endif
-+
---- saferpay/xml/xmlcore.h.orig Mon Sep 9 21:59:55 2002
-+++ saferpay/xml/xmlcore.h Mon Sep 9 22:00:14 2002
-@@ -25,3 +25,4 @@
-
-
- #endif // __XMLCORE_H__
-+
---- saferpay/sxfc/sxfctype.h.orig Mon Sep 9 22:05:18 2002
-+++ saferpay/sxfc/sxfctype.h Mon Sep 9 22:06:10 2002
-@@ -11,3 +11,4 @@
- typedef unsigned int SX_SIZE_T;
-
- #endif // __SXFCTYPE_H__
-+
---- saferpay/sxfc/sxexcept.h.orig Mon Sep 9 22:05:14 2002
-+++ saferpay/sxfc/sxexcept.h Mon Sep 9 22:06:04 2002
-@@ -46,4 +46,5 @@
- };
-
-
--#endif // __SXFCEXCEPT_H__
-+#endif // __SXFCEXCEPT_H__
-+
---- saferpay/sxfc/sxfcerr.h.orig Mon Sep 9 22:04:40 2002
-+++ saferpay/sxfc/sxfcerr.h Mon Sep 9 22:06:07 2002
-@@ -6,3 +6,4 @@
-
- #define E_SXFC_OUT_OF_MEMORY 0x80040217L
- #define E_SXFC_PARAMETER 0x80040218L
-+
---- saferpay/sxfc/sxfctype.h.orig Mon Sep 9 22:05:18 2002
-+++ saferpay/sxfc/sxfctype.h Mon Sep 9 22:06:10 2002
-@@ -11,3 +11,4 @@
- typedef unsigned int SX_SIZE_T;
-
- #endif // __SXFCTYPE_H__
-+
---- saferpay/sxfc/sxlist.h.orig Mon Sep 9 22:05:22 2002
-+++ saferpay/sxfc/sxlist.h Mon Sep 9 22:06:15 2002
-@@ -35,4 +35,5 @@
- SxObject *m_pObj;
- };
-
--#endif // __SXLIST_H__
-+#endif // __SXLIST_H__
-+
---- saferpay/sxfc/sxpair.h.orig Mon Sep 9 22:04:53 2002
-+++ saferpay/sxfc/sxpair.h Mon Sep 9 22:06:24 2002
-@@ -166,4 +166,5 @@
- SxPtr m_pObj;
- };
-
--#endif // __SXPAIR_H__
-+#endif // __SXPAIR_H__
-+
---- saferpay/sxfc/sxsort.h.orig Mon Sep 9 22:04:58 2002
-+++ saferpay/sxfc/sxsort.h Mon Sep 9 22:06:31 2002
-@@ -27,4 +27,5 @@
- };
-
-
--#endif // __SXSORT_H__
-+#endif // __SXSORT_H__
-+
---- saferpay/sxfc/sxstack.h.orig Mon Sep 9 22:05:34 2002
-+++ saferpay/sxfc/sxstack.h Mon Sep 9 22:06:34 2002
-@@ -55,4 +55,5 @@
- };
-
-
--#endif // __SXSTACK_H__
-+#endif // __SXSTACK_H__
-+
---- saferpay/sxfc/sxstream.h.orig Mon Sep 9 22:05:03 2002
-+++ saferpay/sxfc/sxstream.h Mon Sep 9 22:06:37 2002
-@@ -103,4 +103,5 @@
- bool m_bad;
- };
-
--#endif // __SXSTREAM_H__
-+#endif // __SXSTREAM_H__
-+
---- saferpay/sxfc/sxstring.h.orig Mon Sep 9 22:05:38 2002
-+++ saferpay/sxfc/sxstring.h Mon Sep 9 22:06:40 2002
-@@ -333,4 +333,5 @@
- SxString operator +(const TCHAR*, const SxString&);
-
-
--#endif // __SXSTRING_H__
-+#endif // __SXSTRING_H__
-+
---- saferpay/sxfc/sxvector.h.orig Mon Sep 9 22:05:42 2002
-+++ saferpay/sxfc/sxvector.h Mon Sep 9 22:06:47 2002
-@@ -110,4 +110,5 @@
- const SxFindable **m_ppObj;
- };
-
--#endif // __SXVECTOR_H__
-+#endif // __SXVECTOR_H__
-+
---- saferpay/sxfc/sxcontainer.h.orig Mon Sep 9 22:12:28 2002
-+++ saferpay/sxfc/sxcontainer.h Mon Sep 9 22:12:34 2002
-@@ -75,4 +75,5 @@
- SX_SIZE_T m_capacity;
- };
-
--#endif // __SXCONTAINER_H__
-+#endif // __SXCONTAINER_H__
-+
---- saferpay/sxfc/sxobject.h.orig Mon Sep 9 22:13:26 2002
-+++ saferpay/sxfc/sxobject.h Mon Sep 9 22:13:32 2002
-@@ -61,4 +61,5 @@
- }
- };
-
--#endif // __SXOBJECT_H__
-+#endif // __SXOBJECT_H__
-+
---- saferpay/idptypes.h.orig Mon Sep 9 22:14:11 2002
-+++ saferpay/idptypes.h Mon Sep 9 22:14:22 2002
-@@ -87,4 +87,5 @@
- #endif
-
-
--#endif
-+#endif
-+
---- saferpay/idpdattr.h.orig Mon Sep 9 22:15:01 2002
-+++ saferpay/idpdattr.h Mon Sep 9 22:15:07 2002
-@@ -5,4 +5,5 @@
- LPCTSTR Name;
- };
-
--extern DefaultAttributeName AttributeNames[];
-+extern DefaultAttributeName AttributeNames[];
-+
---- saferpay/IcctSign.cpp.orig Mon Sep 9 22:16:04 2002
-+++ saferpay/IcctSign.cpp Mon Sep 9 22:16:57 2002
-@@ -231,4 +231,5 @@
- printf("ICCT_Verify succeeded!\n");
- }
- }
--*/
-+*/
-+
---- saferpay/cConfigurationSetup.cpp.orig Mon Sep 9 22:16:20 2002
-+++ saferpay/cConfigurationSetup.cpp Mon Sep 9 22:17:00 2002
-@@ -176,4 +176,5 @@
- }
- }
-
--} // extern "C"
-+} // extern "C"
-+
---- saferpay/cMessageObject.cpp.orig Mon Sep 9 22:16:35 2002
-+++ saferpay/cMessageObject.cpp Mon Sep 9 22:17:04 2002
-@@ -300,4 +300,5 @@
- return hr;
- }
-
--} // extern "C"
-+} // extern "C"
-+
---- saferpay/uuid_time.c.orig Mon Sep 9 22:19:00 2002
-+++ saferpay/uuid_time.c Mon Sep 9 22:19:24 2002
-@@ -135,4 +135,5 @@
-
- return 0;
- }
-- #endif
-+ #endif
-+
---- saferpay/pack.c.orig Mon Sep 9 22:19:05 2002
-+++ saferpay/pack.c Mon Sep 9 22:19:27 2002
-@@ -42,4 +42,5 @@
- out[8] = (unsigned char) tmp;
-
- memcpy(out+10, uu->node, 6);
-- }
-+ }
-+
---- saferpay/unpack.c.orig Mon Sep 9 22:19:09 2002
-+++ saferpay/unpack.c Mon Sep 9 22:19:31 2002
-@@ -36,4 +36,5 @@
- uu->clock_seq = tmp;
-
- memcpy(uu->node, ptr, 6);
-- }
-+ }
-+
diff --git a/security/saferpay/files/patch-idpapp.mk b/security/saferpay/files/patch-idpapp.mk
deleted file mode 100644
index 02c7a4251ce7..000000000000
--- a/security/saferpay/files/patch-idpapp.mk
+++ /dev/null
@@ -1,27 +0,0 @@
---- saferpay/idpapp.mk.orig Tue Jul 22 07:07:20 2003
-+++ saferpay/idpapp.mk Sat Mar 13 18:15:44 2004
-@@ -1,19 +1,13 @@
- ####### Compiler, tools and options
-
--SSLVERSION = openssl-0.9.7b
--SSLEAYDIR = ./ssl
--SSLINCDIR = -I ./ssl
-+SSLINCDIR = -I /usr/include/openssl
-
--
--CC = gcc
--CXX = g++
--
--CFLAGS = -pipe -DUNIX -DHAVE_UNISTD_H -DHAVE_STDLIB_H -O2 -fPIC
--CXXFLAGS= -pipe -DUNIX -O2 -fPIC
-+CFLAGS += -pipe -DUNIX -DHAVE_UNISTD_H -DHAVE_STDLIB_H -O2 -fPIC
-+CXXFLAGS+= -pipe -DUNIX -O2 -fPIC
- INCPATH = -I"./xml" -I"./jni" -I"./sxfc" $(SSLINCDIR)
--LINK = g++
-+LINK += ${CXX}
- LFLAGS = -fPIC -shared
--LIBS = /usr/lib/libssl.a /usr/lib/libcrypto.a
-+LIBS = -lssl -lcrypto
- AR = ar cq
- RANLIB =
- MOC = moc
diff --git a/security/saferpay/files/patch-jConfigurationSetup.cpp b/security/saferpay/files/patch-jConfigurationSetup.cpp
deleted file mode 100644
index a6eff9322a3a..000000000000
--- a/security/saferpay/files/patch-jConfigurationSetup.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- saferpay/jConfigurationSetup.cpp.orig 2008-12-19 13:13:09.000000000 +0100
-+++ saferpay/jConfigurationSetup.cpp 2008-12-19 13:12:50.000000000 +0100
-@@ -33,7 +33,7 @@
- IDP_E_UNEXPECTED)
- return;
- }
-+ env->SetIntField(obj, fid, (jlong)CreateConfigurationSetup());
-- env->SetIntField(obj, fid, (jint)CreateConfigurationSetup());
- }
-
- JNIEXPORT void JNICALL Java_soplex_saferpay_ConfigurationSetup_nDestruct
diff --git a/security/saferpay/files/patch-jMessageFactory.cpp b/security/saferpay/files/patch-jMessageFactory.cpp
deleted file mode 100644
index 7218e9a41128..000000000000
--- a/security/saferpay/files/patch-jMessageFactory.cpp
+++ /dev/null
@@ -1,83 +0,0 @@
---- saferpay/jMessageFactory.cpp.orig 2008-12-19 13:15:19.000000000 +0100
-+++ saferpay/jMessageFactory.cpp 2008-12-19 13:13:40.000000000 +0100
-@@ -29,7 +29,7 @@
- IDPJNI_THROW1("MessageFactory::Construct(): m_Handle != 0", IDP_E_UNEXPECTED)
- return;
- }
-+ env->SetIntField(obj, fid, (jlong)CreateMessageFactory());
-- env->SetIntField(obj, fid, (jint)CreateMessageFactory());
- }
-
- JNIEXPORT void JNICALL Java_soplex_saferpay_MessageFactory_nDestruct
-@@ -40,7 +40,7 @@
- DestroyMessageFactory(p);
- }
-
-+JNIEXPORT jlong JNICALL Java_soplex_saferpay_MessageFactory_nVerifyPayConfirm
--JNIEXPORT jint JNICALL Java_soplex_saferpay_MessageFactory_nVerifyPayConfirm
- (JNIEnv *env, jobject obj, jstring Data, jstring Signature)
- {
- IDPCIMPL_MessageFactory *p = 0;
-@@ -53,7 +53,7 @@
-
- try
- {
-+ jlong r = (jlong)p->VerifyPayConfirm(mbstoSTRING(pszData), mbstoSTRING(pszSignature));
-- jint r = (jint)p->VerifyPayConfirm(mbstoSTRING(pszData), mbstoSTRING(pszSignature));
- env->ReleaseStringUTFChars(Data, pszData);
- env->ReleaseStringUTFChars(Signature, pszSignature);
- return r;
-@@ -104,7 +104,7 @@
- env->ReleaseStringUTFChars(Path, pszPath);
- }
-
-+JNIEXPORT jlong JNICALL Java_soplex_saferpay_MessageFactory_nCreatePayInit
--JNIEXPORT jint JNICALL Java_soplex_saferpay_MessageFactory_nCreatePayInit
- (JNIEnv *env, jobject obj)
- {
- IDPCIMPL_MessageFactory *p = 0;
-@@ -114,7 +114,7 @@
-
- try
- {
-+ return (jlong)p->CreatePayInit();
-- return (jint)p->CreatePayInit();
- }
- catch(IDP_Exception e)
- {
-@@ -132,7 +132,7 @@
- }
- }
-
-+JNIEXPORT jlong JNICALL Java_soplex_saferpay_MessageFactory_nCreatePayComplete
--JNIEXPORT jint JNICALL Java_soplex_saferpay_MessageFactory_nCreatePayComplete
- (JNIEnv *env, jobject obj, jstring Id, jstring Token)
- {
- IDPCIMPL_MessageFactory *p = 0;
-@@ -145,7 +145,7 @@
-
- try
- {
-+ jlong r = (jlong)p->CreatePayComplete(mbstoSTRING(pszId), mbstoSTRING(pszToken));
-- jint r = (jint)p->CreatePayComplete(mbstoSTRING(pszId), mbstoSTRING(pszToken));
- env->ReleaseStringUTFChars(Id, pszId);
- env->ReleaseStringUTFChars(Token, pszToken);
- return r;
-@@ -168,7 +168,7 @@
- }
- }
-
-+JNIEXPORT jlong JNICALL Java_soplex_saferpay_MessageFactory_nCreateRequest
--JNIEXPORT jint JNICALL Java_soplex_saferpay_MessageFactory_nCreateRequest
- (JNIEnv *env, jobject obj, jstring MsgType)
- {
- IDPCIMPL_MessageFactory *p = 0;
-@@ -180,7 +180,7 @@
-
- try
- {
-+ jlong r = (jlong)p->CreateRequest(mbstoSTRING(pszMsgType));
-- jint r = (jint)p->CreateRequest(mbstoSTRING(pszMsgType));
- env->ReleaseStringUTFChars(MsgType, pszMsgType);
- return r;
- }
diff --git a/security/saferpay/files/patch-jMessageFactory.h b/security/saferpay/files/patch-jMessageFactory.h
deleted file mode 100644
index caa16eb617b5..000000000000
--- a/security/saferpay/files/patch-jMessageFactory.h
+++ /dev/null
@@ -1,38 +0,0 @@
---- saferpay/jMessageFactory.h.orig 2008-12-19 13:15:44.000000000 +0100
-+++ saferpay/jMessageFactory.h 2008-12-19 13:13:46.000000000 +0100
-@@ -12,7 +12,7 @@
- * Method: nVerifyPayConfirm
- * Signature: (Ljava/lang/String;Ljava/lang/String;)I
- */
-+JNIEXPORT jlong JNICALL Java_soplex_saferpay_MessageFactory_nVerifyPayConfirm
--JNIEXPORT jint JNICALL Java_soplex_saferpay_MessageFactory_nVerifyPayConfirm
- (JNIEnv *, jobject, jstring, jstring);
-
- /*
-@@ -44,7 +44,7 @@
- * Method: nCreatePayInit
- * Signature: ()I
- */
-+JNIEXPORT jlong JNICALL Java_soplex_saferpay_MessageFactory_nCreatePayInit
--JNIEXPORT jint JNICALL Java_soplex_saferpay_MessageFactory_nCreatePayInit
- (JNIEnv *, jobject);
-
- /*
-@@ -52,7 +52,7 @@
- * Method: nCreatePayComplete
- * Signature: (Ljava/lang/String;Ljava/lang/String;)I
- */
-+JNIEXPORT jlong JNICALL Java_soplex_saferpay_MessageFactory_nCreatePayComplete
--JNIEXPORT jint JNICALL Java_soplex_saferpay_MessageFactory_nCreatePayComplete
- (JNIEnv *, jobject, jstring Id, jstring Token);
-
- /*
-@@ -60,7 +60,7 @@
- * Method: nCreateRequest
- * Signature: (Ljava/lang/String;)I
- */
-+JNIEXPORT jlong JNICALL Java_soplex_saferpay_MessageFactory_nCreateRequest
--JNIEXPORT jint JNICALL Java_soplex_saferpay_MessageFactory_nCreateRequest
- (JNIEnv *env, jobject obj, jstring MsgType);
-
- #ifdef __cplusplus
diff --git a/security/saferpay/files/patch-jMessageObject.cpp b/security/saferpay/files/patch-jMessageObject.cpp
deleted file mode 100644
index ff378eec082e..000000000000
--- a/security/saferpay/files/patch-jMessageObject.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
---- saferpay/jMessageObject.cpp.orig 2008-12-19 13:17:10.000000000 +0100
-+++ saferpay/jMessageObject.cpp 2008-12-19 13:16:25.000000000 +0100
-@@ -30,7 +30,7 @@
- IDPJNI_THROW1("MessageObject::Construct(): m_Handle != 0", IDP_E_UNEXPECTED)
- return;
- }
-+ env->SetIntField(obj, fid, (jlong)CreateMessageObject());
-- env->SetIntField(obj, fid, (jint)CreateMessageObject());
- }
-
- JNIEXPORT void JNICALL Java_soplex_saferpay_MessageObject_nDestruct
-@@ -169,7 +169,7 @@
- }
- }
-
-+JNIEXPORT jlong JNICALL Java_soplex_saferpay_MessageObject_nExecute
--JNIEXPORT jint JNICALL Java_soplex_saferpay_MessageObject_nExecute
- (JNIEnv *env, jobject obj)
- {
- IDPCIMPL_MessageObject *p;
-@@ -178,7 +178,7 @@
-
- try
- {
-+ return (jlong)p->Execute();
-- return (jint)p->Execute();
- }
- catch(IDP_Exception e)
- {
diff --git a/security/saferpay/files/patch-jMessageObject.h b/security/saferpay/files/patch-jMessageObject.h
deleted file mode 100644
index 49726a598436..000000000000
--- a/security/saferpay/files/patch-jMessageObject.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- saferpay/jMessageObject.h.orig 2008-12-19 13:17:21.000000000 +0100
-+++ saferpay/jMessageObject.h 2008-12-19 13:16:20.000000000 +0100
-@@ -52,7 +52,7 @@
- * Method: nExecute
- * Signature: ()I;
- */
-+JNIEXPORT jlong JNICALL Java_soplex_saferpay_MessageObject_nExecute
--JNIEXPORT jint JNICALL Java_soplex_saferpay_MessageObject_nExecute
- (JNIEnv *, jobject);
-
- /*
-
diff --git a/security/saferpay/files/patch-saferpay.c b/security/saferpay/files/patch-saferpay.c
deleted file mode 100644
index 1a936e37777b..000000000000
--- a/security/saferpay/files/patch-saferpay.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- saferpay/saferpay.c.orig Tue Jan 6 15:12:14 2004
-+++ saferpay/saferpay.c Tue Jan 6 15:12:28 2004
-@@ -3,7 +3,7 @@
- #include <stdio.h>
- #include <errno.h>
- #include <string.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include "idpapi.h"
- #include "idperrc.h"
-
diff --git a/security/saferpay/files/patch-saferpay.mk b/security/saferpay/files/patch-saferpay.mk
deleted file mode 100644
index 3ecfef17c65c..000000000000
--- a/security/saferpay/files/patch-saferpay.mk
+++ /dev/null
@@ -1,20 +0,0 @@
---- saferpay/saferpay.mk.orig Tue Jul 22 16:08:35 2003
-+++ saferpay/saferpay.mk Tue Jan 6 15:10:05 2004
-@@ -1,13 +1,11 @@
- ####### Compiler, tools and options
--CC = gcc
--CXX = g++
-
--CFLAGS = -pipe -fPIC -O2
--CXXFLAGS= -pipe -fPIC -O2
-+CFLAGS += -fPIC
-+CXXFLAGS += -fPIC
- INCPATH =
-
--LINK = g++
--LFLAGS = -fPIC -ldl
-+LINK += $(CXX) -Lout
-+LFLAGS += -fPIC
- LIBS = -lidpapp
- MOC = $(QTDIR)/bin/moc
-
diff --git a/security/saferpay/pkg-descr b/security/saferpay/pkg-descr
deleted file mode 100644
index aa0a9aeb1699..000000000000
--- a/security/saferpay/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Saferpay is a online payment software with P5 API and a
-command line tool. At the moment it is used in Europe,
-mostly Germany and Switzerland.
-
-The saferpay command line tool offers web shop operators
-all the equipment they need so that they can collect
-payment online quickly and easily on the Internet.
-
-WWW: http://www.saferpay.com/
diff --git a/security/saferpay/pkg-plist b/security/saferpay/pkg-plist
deleted file mode 100644
index 6418bb1416a3..000000000000
--- a/security/saferpay/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-include/idpapi.h
-include/idperrc.h
-lib/libidpapp.so
-lib/libidpapp.so.1
-bin/saferpay
-share/examples/saferpay/settings.template
-@dirrm share/examples/saferpay
diff --git a/security/saferpay/pkg-plist.p5 b/security/saferpay/pkg-plist.p5
deleted file mode 100644
index 6936372b6e2b..000000000000
--- a/security/saferpay/pkg-plist.p5
+++ /dev/null
@@ -1,27 +0,0 @@
-lib/libidpapp.so
-lib/libidpapp.so.1
-bin/saferpay
-share/examples/saferpay/settings.template
-@dirrm share/examples/saferpay
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/ConfigurationSetup/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/ConfigurationSetup/ConfigurationSetup.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/ConfigurationSetup/ConfigurationSetup.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/soplex/saferpay/ConfigurationSetup.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/MessageFactory/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/ConfigurationSetup/autosplit.ix
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/MessageFactory/MessageFactory.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/MessageFactory/MessageFactory.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/soplex/saferpay/MessageFactory.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/MessageFactory/autosplit.ix
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/MessageObject/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/MessageObject/MessageObject.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/MessageObject/MessageObject.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/soplex/saferpay/MessageObject.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/MessageObject/autosplit.ix
-lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/../man/man3/soplex::saferpay::MessageFactory.3.gz
-lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/../man/man3/soplex::saferpay::MessageObject.3.gz
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/ConfigurationSetup
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/MessageObject
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay/MessageFactory
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex/saferpay
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/soplex