aboutsummaryrefslogtreecommitdiff
path: root/devel/libmcve
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2002-03-17 01:15:35 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2002-03-17 01:15:35 +0000
commitf121ccbc83eee410ccd06cd3892d871574378826 (patch)
tree632c98e6cc3aecf4bfd12bb0faa17f3c17a6fdcc /devel/libmcve
parent5a86283e3d8a8f3949c9c4398556815b8ad802ef (diff)
downloadports-f121ccbc83eee410ccd06cd3892d871574378826.tar.gz
ports-f121ccbc83eee410ccd06cd3892d871574378826.zip
Add libmcve, a library to allow connections to an MCVE Credit
Card Processing Daemon via SSL, unencrypted IP, and drop-files. It is the base of other APIs including PHP, PERL, and JAVA. Submitted by: Brad House <brad@mcve.com>
Notes
Notes: svn path=/head/; revision=56233
Diffstat (limited to 'devel/libmcve')
-rw-r--r--devel/libmcve/Makefile20
-rw-r--r--devel/libmcve/distinfo1
-rw-r--r--devel/libmcve/pkg-comment1
-rw-r--r--devel/libmcve/pkg-descr8
-rw-r--r--devel/libmcve/pkg-plist4
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/libmcve/Makefile b/devel/libmcve/Makefile
new file mode 100644
index 000000000000..92528f8ac468
--- /dev/null
+++ b/devel/libmcve/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: libmcve
+# Date Created: 16 March 2002
+# Whom: Brad House <brad@mcve.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libmcve
+PORTVERSION= 2.0
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.mcve.com/pub/libmcve/
+
+MAINTAINER= brad@mcve.com
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ARGS= --without-pthread
+
+.include <bsd.port.mk>
diff --git a/devel/libmcve/distinfo b/devel/libmcve/distinfo
new file mode 100644
index 000000000000..b88e8813522e
--- /dev/null
+++ b/devel/libmcve/distinfo
@@ -0,0 +1 @@
+MD5 (libmcve-2.0.tar.gz) = 23386c0ad4efb278c172ffcca91ecb95
diff --git a/devel/libmcve/pkg-comment b/devel/libmcve/pkg-comment
new file mode 100644
index 000000000000..7fac0df5aab2
--- /dev/null
+++ b/devel/libmcve/pkg-comment
@@ -0,0 +1 @@
+Library to allow credit card processing through MCVE
diff --git a/devel/libmcve/pkg-descr b/devel/libmcve/pkg-descr
new file mode 100644
index 000000000000..ce3a094b3b79
--- /dev/null
+++ b/devel/libmcve/pkg-descr
@@ -0,0 +1,8 @@
+This is the library to allow connections to an MCVE Credit
+Card Processing Daemond via SSL, unencrypted IP, and drop-files.
+It is the base of other APIs including PHP, PERL, and JAVA.
+
+WWW: http://www.mcve.com
+
+- Brad House
+brad@mcve.com
diff --git a/devel/libmcve/pkg-plist b/devel/libmcve/pkg-plist
new file mode 100644
index 000000000000..16d73ee27a5b
--- /dev/null
+++ b/devel/libmcve/pkg-plist
@@ -0,0 +1,4 @@
+include/mcve.h
+lib/libmcve.la
+lib/libmcve.so
+lib/libmcve.so.0