aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2013-05-23 17:31:55 +0800
committerzeising <zeising@FreeBSD.org>2013-05-23 17:31:55 +0800
commit7428aed55e1acd762c35fc9306336004ff0e9478 (patch)
tree18b162550858d7438e01a83a0abc2dabbf0164fb
parent0f96f1ef4b55aa21dd9a07934fc64deb3297c766 (diff)
downloadfreebsd-ports-gnome-7428aed55e1acd762c35fc9306336004ff0e9478.tar.gz
freebsd-ports-gnome-7428aed55e1acd762c35fc9306336004ff0e9478.tar.zst
freebsd-ports-gnome-7428aed55e1acd762c35fc9306336004ff0e9478.zip
Move devel/lfc to devel/lfcbase, to avoid conflicts with other software using
liblfc as name. [1] Update devel/lfcbase to 1.5.4: [1] Several shared lib issues were addressed The license was changed from GPLv2 to GPLv3. Update devel/lfcxml to 1.1.3 and chase the move of devel/lfc [2] Update devel/dragon to 1.3.10 and chase the move of devel/lfc [3] Update databases/cego to 2.18.6 and chase the move of devel/lfc [4] Several shared lib issues were addressed. The license was changed from GPLv2 to GPLv3. Update databases/my2cego to 1.1.3 and chase the move of devel/lfc [5] Updated the autoconf setup Changed License from GPLv2 to GPLv3 PR: ports/178745 [1] ports/178746 [2] ports/178747 [3] ports/178752 [4] ports/178754 [5] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1-5]
-rw-r--r--databases/cego/Makefile12
-rw-r--r--databases/cego/distinfo4
-rw-r--r--databases/cego/pkg-plist13
-rw-r--r--databases/my2cego/Makefile8
-rw-r--r--databases/my2cego/distinfo4
-rw-r--r--devel/dragon/Makefile6
-rw-r--r--devel/dragon/distinfo4
-rw-r--r--devel/lfc/distinfo2
-rw-r--r--devel/lfc/pkg-plist38
-rw-r--r--devel/lfcbase/Makefile (renamed from devel/lfc/Makefile)6
-rw-r--r--devel/lfcbase/distinfo2
-rw-r--r--devel/lfcbase/pkg-descr (renamed from devel/lfc/pkg-descr)0
-rw-r--r--devel/lfcbase/pkg-plist38
-rw-r--r--devel/lfcxml/Makefile6
-rw-r--r--devel/lfcxml/distinfo4
-rw-r--r--devel/lfcxml/pkg-plist21
16 files changed, 90 insertions, 78 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 2405590cb8d7..dcf4da19d50d 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.17.12
+PORTVERSION= 2.18.6
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
@@ -10,9 +10,9 @@ MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Relational and transactional database system
-LICENSE= GPLv2
+LICENSE= GPLv3
-LIB_DEPENDS= lfc:${PORTSDIR}/devel/lfc \
+LIB_DEPENDS= lfcbase:${PORTSDIR}/devel/lfcbase \
lfcxml:${PORTSDIR}/devel/lfcxml
GNU_CONFIGURE= yes
@@ -33,6 +33,10 @@ post-patch:
@${REINPLACE_CMD} -e 's,-O3,,g' \
${WRKSRC}/src/Makefile.in \
${WRKSRC}/samples/cgplustest/Makefile.in \
- ${WRKSRC}/samples/cgwtest/Makefile.in
+ ${WRKSRC}/samples/cgwraptest/Makefile.in
+
+post-install:
+ @${MKDIR} ${PREFIX}/share/cego
+ @${CP} ${WRKSRC}/tools/* ${PREFIX}/share/cego/
.include <bsd.port.mk>
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index e666cc98a631..ae5dc81ddc00 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cego-2.17.12.tar.gz) = a900cb61ed440476797dded050b1cb3c3ac0785017bad40516ff52db0f0f83ab
-SIZE (cego-2.17.12.tar.gz) = 634109
+SHA256 (cego-2.18.6.tar.gz) = a8c0e5fe83e29f1b85bb75cce7d66d03399721e4dfe49e136bbcc5164819e0b0
+SIZE (cego-2.18.6.tar.gz) = 1462977
diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist
index 8ba4561e5323..6c71af1b8424 100644
--- a/databases/cego/pkg-plist
+++ b/databases/cego/pkg-plist
@@ -1,11 +1,8 @@
bin/cego
bin/cgadm
-bin/cgbackup
bin/cgblow
bin/cgclt
bin/cglog
-bin/cgmkdb
-bin/cgrecover
include/cego/CegoAdmNet.h
include/cego/CegoAdminHandler.h
include/cego/CegoBlob.h
@@ -30,8 +27,18 @@ include/cego/CegoTableObject.h
include/cego/CegoViewObject.h
include/cego/cgwrap.h
lib/libcego.a
+lib/libcego.la
+lib/libcego.so
lib/libcego.so.1
lib/libcgwrap.a
+lib/libcgwrap.la
+lib/libcgwrap.so
lib/libcgwrap.so.1
+share/cego/cgbackup
+share/cego/cgrecover
+share/cego/cgmkdb
+share/cego/startdb
+share/cego/stopdb
@dirrm include/cego
+@dirrm share/cego
@dirrmtry %%USER%%
diff --git a/databases/my2cego/Makefile b/databases/my2cego/Makefile
index d4edbe85f51e..b21e42b401c8 100644
--- a/databases/my2cego/Makefile
+++ b/databases/my2cego/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= my2cego
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
@@ -10,11 +10,11 @@ MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Imports mysqldump files into cego
-LIB_DEPENDS= lfc:${PORTSDIR}/devel/lfc \
+LIB_DEPENDS= lfcbase:${PORTSDIR}/devel/lfcbase \
lfcxml:${PORTSDIR}/devel/lfcxml \
- cego.1:${PORTSDIR}/databases/cego
+ cego:${PORTSDIR}/databases/cego
-LICENSE= GPLv2
+LICENSE= GPLv3
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/databases/my2cego/distinfo b/databases/my2cego/distinfo
index 1dc3cd1683f5..86aa3110f7fc 100644
--- a/databases/my2cego/distinfo
+++ b/databases/my2cego/distinfo
@@ -1,2 +1,2 @@
-SHA256 (my2cego-1.1.0.tar.gz) = 84b09c53d1e7b8f70d6297a81ccf958d4f3d7ff9d32bf3f6177361f7852ae4ab
-SIZE (my2cego-1.1.0.tar.gz) = 88888
+SHA256 (my2cego-1.1.3.tar.gz) = f023386fc5dfcbec8e6a068cc8d30b60e3a504c5f85c1500f7c69d7d9673cfad
+SIZE (my2cego-1.1.3.tar.gz) = 830193
diff --git a/devel/dragon/Makefile b/devel/dragon/Makefile
index 68584969a105..5674434c0549 100644
--- a/devel/dragon/Makefile
+++ b/devel/dragon/Makefile
@@ -2,16 +2,16 @@
# $FreeBSD$
PORTNAME= dragon
-PORTVERSION= 1.3.8
+PORTVERSION= 1.3.10
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Combined C++ scanner/parser generator for LR compliant grammars
-LIB_DEPENDS= lfc:${PORTSDIR}/devel/lfc
+LIB_DEPENDS= lfcbase:${PORTSDIR}/devel/lfcbase
-LICENSE= GPLv2
+LICENSE= GPLv3
GNU_CONFIGURE= yes
PLIST_FILES= bin/dragon
diff --git a/devel/dragon/distinfo b/devel/dragon/distinfo
index 03172e45673c..68867f930159 100644
--- a/devel/dragon/distinfo
+++ b/devel/dragon/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dragon-1.3.8.tar.gz) = 5f145a5c7daf2acfe9a54381ac0d496039a07e6516c2d335004fd1c7150185e7
-SIZE (dragon-1.3.8.tar.gz) = 123767
+SHA256 (dragon-1.3.10.tar.gz) = 8f1ce4f0b8d80d84027dfb7681a65fad8f8a2aecf83b55c8576f98435bb0df6f
+SIZE (dragon-1.3.10.tar.gz) = 774653
diff --git a/devel/lfc/distinfo b/devel/lfc/distinfo
deleted file mode 100644
index 9b28649282a9..000000000000
--- a/devel/lfc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (lfc-1.5.2.tar.gz) = d3bba96a3d335021de1caec595c12ba57176b10963dfd195e82a07d47c81af7a
-SIZE (lfc-1.5.2.tar.gz) = 1032866
diff --git a/devel/lfc/pkg-plist b/devel/lfc/pkg-plist
deleted file mode 100644
index a8bb58136914..000000000000
--- a/devel/lfc/pkg-plist
+++ /dev/null
@@ -1,38 +0,0 @@
-include/lfc/AESCrypt.h
-include/lfc/AVLTreeT.h
-include/lfc/Base64Coder.h
-include/lfc/BigDecimal.h
-include/lfc/BigInteger.h
-include/lfc/Bitmap.h
-include/lfc/Chain.h
-include/lfc/CommandExecuter.h
-include/lfc/Crypt.h
-include/lfc/Datetime.h
-include/lfc/Exception.h
-include/lfc/File.h
-include/lfc/GetLongOpt.h
-include/lfc/GetOpt.h
-include/lfc/Host.h
-include/lfc/ListT.h
-include/lfc/Logger.h
-include/lfc/Matcher.h
-include/lfc/NanoTimer.h
-include/lfc/Net.h
-include/lfc/NetHandler.h
-include/lfc/Process.h
-include/lfc/Semaphore.h
-include/lfc/SetT.h
-include/lfc/SharedMemory.h
-include/lfc/SigHandler.h
-include/lfc/Sleeper.h
-include/lfc/StackT.h
-include/lfc/Thread.h
-include/lfc/ThreadLock.h
-include/lfc/Timer.h
-include/lfc/Tokenizer.h
-include/lfc/TreeT.h
-lib/liblfc.a
-lib/liblfc.so.0
-lib/liblfc.so
-lib/liblfc.la
-@dirrm include/lfc
diff --git a/devel/lfc/Makefile b/devel/lfcbase/Makefile
index 135c5b061bfe..780b9fdbce27 100644
--- a/devel/lfc/Makefile
+++ b/devel/lfcbase/Makefile
@@ -1,15 +1,15 @@
# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
-PORTNAME= lfc
-PORTVERSION= 1.5.2
+PORTNAME= lfcbase
+PORTVERSION= 1.5.4
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Collection of basic c++ classes, used for databases/cego
-LICENSE= GPLv2
+LICENSE= GPLv3
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo
new file mode 100644
index 000000000000..4dbd4c644e9f
--- /dev/null
+++ b/devel/lfcbase/distinfo
@@ -0,0 +1,2 @@
+SHA256 (lfcbase-1.5.4.tar.gz) = 1461412b5d8714a561f485b01bad5ce522ba209e8c0bb7b926949721277ea3d0
+SIZE (lfcbase-1.5.4.tar.gz) = 467361
diff --git a/devel/lfc/pkg-descr b/devel/lfcbase/pkg-descr
index af4549d063c7..af4549d063c7 100644
--- a/devel/lfc/pkg-descr
+++ b/devel/lfcbase/pkg-descr
diff --git a/devel/lfcbase/pkg-plist b/devel/lfcbase/pkg-plist
new file mode 100644
index 000000000000..2c218ce5d408
--- /dev/null
+++ b/devel/lfcbase/pkg-plist
@@ -0,0 +1,38 @@
+include/lfcbase/AESCrypt.h
+include/lfcbase/AVLTreeT.h
+include/lfcbase/Base64Coder.h
+include/lfcbase/BigDecimal.h
+include/lfcbase/BigInteger.h
+include/lfcbase/Bitmap.h
+include/lfcbase/Chain.h
+include/lfcbase/CommandExecuter.h
+include/lfcbase/Crypt.h
+include/lfcbase/Datetime.h
+include/lfcbase/Exception.h
+include/lfcbase/File.h
+include/lfcbase/GetLongOpt.h
+include/lfcbase/GetOpt.h
+include/lfcbase/Host.h
+include/lfcbase/ListT.h
+include/lfcbase/Logger.h
+include/lfcbase/Matcher.h
+include/lfcbase/NanoTimer.h
+include/lfcbase/Net.h
+include/lfcbase/NetHandler.h
+include/lfcbase/Process.h
+include/lfcbase/Semaphore.h
+include/lfcbase/SetT.h
+include/lfcbase/SharedMemory.h
+include/lfcbase/SigHandler.h
+include/lfcbase/Sleeper.h
+include/lfcbase/StackT.h
+include/lfcbase/Thread.h
+include/lfcbase/ThreadLock.h
+include/lfcbase/Timer.h
+include/lfcbase/Tokenizer.h
+include/lfcbase/TreeT.h
+lib/liblfcbase.a
+lib/liblfcbase.la
+lib/liblfcbase.so
+lib/liblfcbase.so.1
+@dirrm include/lfcbase
diff --git a/devel/lfcxml/Makefile b/devel/lfcxml/Makefile
index 0ebc3b548723..355a68026cb7 100644
--- a/devel/lfcxml/Makefile
+++ b/devel/lfcxml/Makefile
@@ -2,16 +2,16 @@
# $FreeBSD$
PORTNAME= lfcxml
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.3
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= C++ XML library, used for databases/cego
-LICENSE= GPLv2
+LICENSE= GPLv3
-LIB_DEPENDS= lfc:${PORTSDIR}/devel/lfc
+LIB_DEPENDS= lfcbase:${PORTSDIR}/devel/lfcbase
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/devel/lfcxml/distinfo b/devel/lfcxml/distinfo
index 5017d32b5ee7..19571c33c978 100644
--- a/devel/lfcxml/distinfo
+++ b/devel/lfcxml/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lfcxml-1.1.1.tar.gz) = d40db5c936d7a45267bec1e08215dd0d0714ec0e2d26eec98f7ee10a73ea4db6
-SIZE (lfcxml-1.1.1.tar.gz) = 750740
+SHA256 (lfcxml-1.1.3.tar.gz) = 8be054c9cb53bf012d01b21c5ca36791e3ca333d6b7aac6b7eb751e005e85da8
+SIZE (lfcxml-1.1.3.tar.gz) = 362644
diff --git a/devel/lfcxml/pkg-plist b/devel/lfcxml/pkg-plist
index 525cb62ce628..c12a8b06b823 100644
--- a/devel/lfcxml/pkg-plist
+++ b/devel/lfcxml/pkg-plist
@@ -1,12 +1,13 @@
-include/lfc/Attribute.h
-include/lfc/Document.h
-include/lfc/Element.h
-include/lfc/XML.h
-include/lfc/XMLEscaper.h
-include/lfc/XMLInStream.h
-include/lfc/XMLOutStream.h
-include/lfc/XMLSuite.h
+include/lfcxml/Attribute.h
+include/lfcxml/Document.h
+include/lfcxml/Element.h
+include/lfcxml/XML.h
+include/lfcxml/XMLEscaper.h
+include/lfcxml/XMLInStream.h
+include/lfcxml/XMLOutStream.h
+include/lfcxml/XMLSuite.h
lib/liblfcxml.a
-lib/liblfcxml.so.0
-lib/liblfcxml.so
lib/liblfcxml.la
+lib/liblfcxml.so
+lib/liblfcxml.so.1
+@dirrm include/lfcxml