svn commit: r486899 - in head/devel: . ticcutils ticcutils/files
Yuri Victorovich
yuri at FreeBSD.org
Fri Dec 7 22:57:30 UTC 2018
Author: yuri
Date: Fri Dec 7 22:57:28 2018
New Revision: 486899
URL: https://svnweb.freebsd.org/changeset/ports/486899
Log:
New port: devel/ticcutils: Generic utility library shared by the Tilburg University software
Added:
head/devel/ticcutils/
head/devel/ticcutils/Makefile (contents, props changed)
head/devel/ticcutils/distinfo (contents, props changed)
head/devel/ticcutils/files/
head/devel/ticcutils/files/patch-configure.ac (contents, props changed)
head/devel/ticcutils/pkg-descr (contents, props changed)
head/devel/ticcutils/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Fri Dec 7 22:56:59 2018 (r486898)
+++ head/devel/Makefile Fri Dec 7 22:57:28 2018 (r486899)
@@ -6306,6 +6306,7 @@
SUBDIR += thrift-c_glib
SUBDIR += thrift-cpp
SUBDIR += thunar-vcs-plugin
+ SUBDIR += ticcutils
SUBDIR += tig
SUBDIR += tigcc
SUBDIR += tijmp
Added: head/devel/ticcutils/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/ticcutils/Makefile Fri Dec 7 22:57:28 2018 (r486899)
@@ -0,0 +1,34 @@
+# $FreeBSD$
+
+PORTNAME= ticcutils
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.20
+CATEGORIES= devel textproc
+
+MAINTAINER= yuri at FreeBSD.org
+COMMENT= Generic utility library shared by the Tilburg University software
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
+LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
+ libicui18n.so:devel/icu \
+ libtar.so:devel/libtar
+
+USES= autoreconf compiler:c++11-lib gmake gnome libtool localbase:ldflags pkgconfig
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-static
+USE_GITHUB= yes
+GH_ACCOUNT= LanguageMachines
+USE_GNOME= libxml2
+USE_LDCONFIG= yes
+
+INSTALL_TARGET= install-strip
+TEST_TARGET= check
+
+# Workaround for https://github.com/LanguageMachines/ticcutils/issues/18 (also see the patch files/patch-configure.ac)
+CXXFLAGS+= -DHAVE_BOOST_REGEX
+LDFLAGS+= ${LOCALBASE}/lib/libboost_regex.so
+
+.include <bsd.port.mk>
Added: head/devel/ticcutils/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/ticcutils/distinfo Fri Dec 7 22:57:28 2018 (r486899)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1544205730
+SHA256 (LanguageMachines-ticcutils-v0.20_GH0.tar.gz) = 7e98fe9bb9b13e547eb6145feba0e9a54bafe8d5b139a4a91988ab2ac3a5082d
+SIZE (LanguageMachines-ticcutils-v0.20_GH0.tar.gz) = 97099
Added: head/devel/ticcutils/files/patch-configure.ac
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/ticcutils/files/patch-configure.ac Fri Dec 7 22:57:28 2018 (r486899)
@@ -0,0 +1,19 @@
+--- configure.ac.orig 2018-12-07 22:25:32 UTC
++++ configure.ac
+@@ -75,11 +75,11 @@ fi
+ # for now we demand boost, because on some systems gcc4.8 is installed still
+ # and that fails on regex.
+
+-AX_BOOST_BASE( [1.50],
+- [AX_BOOST_REGEX
+- LIBS="$LIBS $BOOST_REGEX_LIB"
+- AC_DEFINE(HAVE_BOOST_REGEX, 1 , [Define to 1 if you have boost regular expresions] )],
+- [AC_MSG_ERROR([No Regular expression support available. Please install libboost-regex-dev])])
++#AX_BOOST_BASE( [1.50], # Boost detection is broken: https://github.com/LanguageMachines/ticcutils/issues/18
++# [AX_BOOST_REGEX
++# LIBS="$LIBS $BOOST_REGEX_LIB"
++# AC_DEFINE(HAVE_BOOST_REGEX, 1 , [Define to 1 if you have boost regular expresions] )],
++# [AC_MSG_ERROR([No Regular expression support available. Please install libboost-regex-dev])])
+
+ PKG_PROG_PKG_CONFIG
+
Added: head/devel/ticcutils/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/ticcutils/pkg-descr Fri Dec 7 22:57:28 2018 (r486899)
@@ -0,0 +1,5 @@
+This module contains useful functions for general use in the TiCC,
+Tilburg centre for Cognition and Communication, Tilburg University,
+software stack and beyond.
+
+WWW: https://github.com/LanguageMachines/ticcutils
Added: head/devel/ticcutils/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/ticcutils/pkg-plist Fri Dec 7 22:57:28 2018 (r486899)
@@ -0,0 +1,33 @@
+include/ticcutils/CommandLine.h
+include/ticcutils/Configuration.h
+include/ticcutils/FdStream.h
+include/ticcutils/FileUtils.h
+include/ticcutils/LogBuffer.h
+include/ticcutils/LogStream.h
+include/ticcutils/PrettyPrint.h
+include/ticcutils/ServerBase.h
+include/ticcutils/SocketBasics.h
+include/ticcutils/StringOps.h
+include/ticcutils/Tar.h
+include/ticcutils/Timer.h
+include/ticcutils/TreeHash.h
+include/ticcutils/Trie.h
+include/ticcutils/Unicode.h
+include/ticcutils/UnitTest.h
+include/ticcutils/Version.h
+include/ticcutils/XMLtools.h
+include/ticcutils/bz2stream.h
+include/ticcutils/gzstream.h
+include/ticcutils/zipper.h
+lib/libticcutils.so
+lib/libticcutils.so.5
+lib/libticcutils.so.5.0.0
+libdata/pkgconfig/ticcutils.pc
+man/man1/ticc_commandline.1.gz
+man/man1/ticc_configuration.1.gz
+man/man1/ticc_fdstream.1.gz
+man/man1/ticc_logstream.1.gz
+man/man1/ticc_prettyprint.1.gz
+man/man1/ticc_string.1.gz
+man/man1/ticc_unit_test.1.gz
+man/man1/ticcutils.1.gz
More information about the svn-ports-all
mailing list