aboutsummaryrefslogtreecommitdiff
path: root/databases/cegobridge
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-05-19 06:23:02 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-05-19 06:23:02 +0000
commitdd2c8e68073613f040e4607679e278b53084f6a0 (patch)
treed63725de14ff7eb20c3c0289b6a4a386ef534109 /databases/cegobridge
parent4edc85480ab483e4437797bb25a0a58cd17364b1 (diff)
downloadports-dd2c8e68073613f040e4607679e278b53084f6a0.tar.gz
ports-dd2c8e68073613f040e4607679e278b53084f6a0.zip
New port: databases/cegobridge (replaces databases/my2cego)
cegobridge is a tool to import/export database dumps into Cego, a Relational Database Management System (RDBMS). Currently it supports MySQL, other database systems to import/export can be added. Many more details are available at: WWW: http://www.lemke-it.com/ Submitted by: Björn Lemke <lemke@lemke-it.com>
Notes
Notes: svn path=/head/; revision=386745
Diffstat (limited to 'databases/cegobridge')
-rw-r--r--databases/cegobridge/Makefile22
-rw-r--r--databases/cegobridge/distinfo2
-rw-r--r--databases/cegobridge/pkg-descr7
3 files changed, 31 insertions, 0 deletions
diff --git a/databases/cegobridge/Makefile b/databases/cegobridge/Makefile
new file mode 100644
index 000000000000..f4fa247e6e72
--- /dev/null
+++ b/databases/cegobridge/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= cegobridge
+PORTVERSION= 1.0.0
+CATEGORIES= databases
+MASTER_SITES= http://www.lemke-it.com/
+
+MAINTAINER= pi@FreeBSD.org
+COMMENT= Imports non-cego database dump files into cego
+
+LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \
+ liblfcxml.so:${PORTSDIR}/devel/lfcxml \
+ libcego.so:${PORTSDIR}/databases/cego
+
+LICENSE= GPLv3
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+USE_LDCONFIG= yes
+PLIST_FILES= bin/cegobridge
+
+.include <bsd.port.mk>
diff --git a/databases/cegobridge/distinfo b/databases/cegobridge/distinfo
new file mode 100644
index 000000000000..d5a5a6dfb923
--- /dev/null
+++ b/databases/cegobridge/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cegobridge-1.0.0.tar.gz) = 7a17d39e569057a61cea2523747dbaf0e005f739fa2adbe128fe64d9860dcb6c
+SIZE (cegobridge-1.0.0.tar.gz) = 538553
diff --git a/databases/cegobridge/pkg-descr b/databases/cegobridge/pkg-descr
new file mode 100644
index 000000000000..2147db5700b2
--- /dev/null
+++ b/databases/cegobridge/pkg-descr
@@ -0,0 +1,7 @@
+cegobridge is a tool to import/export database dumps into Cego, a
+Relational Database Management System (RDBMS). Currently it supports
+MySQL, other database systems to import/export can be added.
+
+Many more details are available at:
+
+WWW: http://www.lemke-it.com/