diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index ca561bbc56d0..2c1f7fa3ea2c 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -1,33 +1,33 @@ PORTNAME= raptor2 DISTVERSION= 2.0.16 PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= https://download.librdf.org/source/ PATCH_SITES= https://github.com/dajobe/raptor/commit/ PATCHFILES= 4dbc4c1da2a033c497d84a1291c46f416a9cac51.patch:-p1 -MAINTAINER= kde@FreeBSD.org +MAINTAINER= office@FreeBSD.org COMMENT= RDF Parser Toolkit for Redland WWW= https://librdf.org/raptor/ # Even though GPLv3 is not explicitly mentioned in the port's LICENSE.html, one # of its licenses is "GPLv2 or newer", which includes GPLv3. LICENSE= APACHE20 GPLv2 GPLv3 LGPL21 LICENSE_COMB= dual LIB_DEPENDS= libcurl.so:ftp/curl \ libicuuc.so:devel/icu \ libyajl.so:devel/yajl CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21 USES= gnome libtool:keepla localbase pathfix pkgconfig USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip .include diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index a6c327fffe9d..52870c8eb0c7 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -1,43 +1,43 @@ PORTNAME= rasqal PORTVERSION= 0.9.33 PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} -MAINTAINER= kde@FreeBSD.org +MAINTAINER= office@FreeBSD.org COMMENT= High-level interface for RDF WWW= https://librdf.org/ # Even though GPLv3 is not explicitly mentioned in the port's LICENSE.html, one # of its licenses is "GPLv2 or newer", which includes GPLv3. LICENSE= APACHE20 GPLv2 GPLv3 LGPL21 LICENSE_COMB= dual LIB_DEPENDS= libraptor2.so:textproc/raptor2 \ libpcre.so:devel/pcre USES= gmake libtool pathfix perl5 pkgconfig ssl USE_PERL5= build GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes OPTIONS_RADIO= DEC OPTIONS_RADIO_DEC= GMP MPFR GMP_DESC= Use GMP library for decimals MPFR_DESC= Use MPFR library for decimals GMP_CONFIGURE_ON= --with-decimal=gmp --with-gmp=${LOCALBASE} GMP_LIB_DEPENDS= libgmp.so:math/gmp MPFR_CONFIGURE_ON= --with-decimal=mpfr --with-mpfr=${LOCALBASE} MPFR_LIB_DEPENDS= libmpfr.so:math/mpfr .include .if empty(PORT_OPTIONS:MMPFR) && empty(PORT_OPTIONS:MGMP) CONFIGURE_ARGS+=--with-decimal=none .endif .include diff --git a/textproc/redland-bindings/Makefile b/textproc/redland-bindings/Makefile index 97b158cff6fd..8e658c83fe01 100644 --- a/textproc/redland-bindings/Makefile +++ b/textproc/redland-bindings/Makefile @@ -1,34 +1,34 @@ PORTNAME= redland-bindings PORTVERSION= 1.0.17.1 PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ -MAINTAINER= kde@FreeBSD.org +MAINTAINER= office@FreeBSD.org COMMENT= Language bindings for the Redland package WWW= https://librdf.org/bindings/ # Even though GPLv3 is not explicitly mentioned in the port's LICENSE.html, one # of its licenses is "GPLv2 or newer", which includes GPLv3. LICENSE= APACHE20 GPLv2 GPLv3 LGPL21 LICENSE_COMB= dual LIB_DEPENDS= librdf.so:textproc/redland \ libraptor2.so:textproc/raptor2 \ librasqal.so:textproc/rasqal GNU_CONFIGURE= yes USES= pkgconfig OPTIONS_DEFINE= PHP PYTHON RUBY OPTIONS_DEFAULT=PYTHON OPTIONS_SUB= yes PHP_CONFIGURE_WITH= php PHP_USES= php:build PYTHON_CONFIGURE_WITH= python python-libext=${PYTHON_TAG}.so PYTHON_USES= python RUBY_CONFIGURE_WITH= ruby RUBY_USES= ruby .include diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 198e442ce03c..a7a0c1763d09 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -1,56 +1,56 @@ PORTNAME= redland PORTVERSION= 1.0.17 PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ -MAINTAINER= kde@FreeBSD.org +MAINTAINER= office@FreeBSD.org COMMENT= High-level interface for RDF WWW= https://librdf.org # Even though GPLv3 is not explicitly mentioned in the port's LICENSE.html, one # of its licenses is "GPLv2 or newer", which includes GPLv3. LICENSE= APACHE20 GPLv2 GPLv3 LGPL21 LICENSE_COMB= dual LIB_DEPENDS= libltdl.so:devel/libltdl \ libraptor2.so:textproc/raptor2 \ librasqal.so:textproc/rasqal USES= gmake libtool pathfix perl5 pkgconfig shebangfix USE_LDCONFIG= yes USE_PERL5= build SHEBANG_FILES= scripts/touch-mtime.pl GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-threestore=no \ --with-virtuoso=no INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= THREADS OPTIONS_DEFAULT= SQLITE OPTIONS_GROUP= STORAGE OPTIONS_GROUP_STORAGE= BDB MYSQL PGSQL SQLITE OPTIONS_SUB= YES BDB_USES= bdb:5 BDB_CONFIGURE_WITH= bdb MYSQL_LIB_DEPENDS= libunwind.so:devel/libunwind MYSQL_USES= mysql ssl MYSQL_CONFIGURE_WITH= mysql MYSQL_VARS= IGNORE_WITH_MYSQL="105m 106m 1011m" PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= postgresql SQLITE_USES= sqlite:3 SQLITE_CONFIGURE_WITH= sqlite THREADS_CONFIGURE_WITH= threads .include