Index: head/textproc/apertium/Makefile =================================================================== --- head/textproc/apertium/Makefile (revision 517054) +++ head/textproc/apertium/Makefile (revision 517055) @@ -1,45 +1,45 @@ # Created by: Mykola Dzham # $FreeBSD$ PORTNAME= apertium PORTVERSION= 3.4.2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} MAINTAINER= bofs@FreeBSD.org COMMENT= Toolbox to build shallow-transfer machine translation systems LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= liblttoolbox3.so:textproc/lttoolbox \ libpcre.so:devel/pcre RUN_DEPENDS= bash:shells/bash -USES= autoreconf pathfix pkgconfig libtool localbase:ldflags +USES= autoreconf gnome libtool localbase:ldflags pathfix pkgconfig USE_GNOME= libxml2 libxslt GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes PLIST_SUB= APVER="${PORTVERSION:R}" post-patch: @${REINPLACE_CMD} -e \ '/^AM_INIT_AUTOMAKE/s|(.*)|()| ; \ s| -ansi | | ; \ s| -march=.* | | ; \ s| -mtune=.* | | ; \ s| -O3 | |' \ ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e \ 's|^INCLUDES |AM_CPPFLAGS | ; \ s|-lapertium$$(.*)|libapertium3.la|' \ ${WRKSRC}/apertium/Makefile.am @${REINPLACE_CMD} -e \ 's|_C_|_H_|' \ ${WRKSRC}/apertium/tmx_aligner_tool.h .include Index: head/textproc/artha/Makefile =================================================================== --- head/textproc/artha/Makefile (revision 517054) +++ head/textproc/artha/Makefile (revision 517055) @@ -1,33 +1,33 @@ # Created by: Zhihao Yuan # $FreeBSD$ PORTNAME= artha PORTVERSION= 1.0.3 PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF MAINTAINER= lichray@gmail.com COMMENT= Free cross-platform English thesaurus LICENSE= GPLv2 LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libWN.so:textproc/wordnet GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool -USES= gmake libtool pkgconfig +USES= gmake gnome libtool pkgconfig CONFIGURE_ARGS= --enable-static=no --x-includes=${LOCALBASE}/include \ --x-libraries=${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/WordNet LIBS+= `pkg-config --libs gio-2.0` OPTIONS_DEFINE= NOTIFY NOTIFY_DESC= Popup word definition as notification NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify .include Index: head/textproc/ctpl/Makefile =================================================================== --- head/textproc/ctpl/Makefile (revision 517054) +++ head/textproc/ctpl/Makefile (revision 517055) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= ctpl PORTVERSION= 0.3.4 CATEGORIES= textproc devel MASTER_SITES= http://download.tuxfamily.org/ctpl/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= C Template (Parser) Library LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_GNOME= glib20 -USES= pathfix pkgconfig libtool +USES= gnome libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime .include Index: head/textproc/diffmark/Makefile =================================================================== --- head/textproc/diffmark/Makefile (revision 517054) +++ head/textproc/diffmark/Makefile (revision 517055) @@ -1,27 +1,27 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= diffmark PORTVERSION= 0.10 PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.mangrove.cz/diffmark/ \ http://penguin.cz/~vbarta/diffmark/ MAINTAINER= ports@FreeBSD.org COMMENT= XML diff and merge package -USES= libtool pkgconfig +USES= gnome libtool pkgconfig USE_GNOME= libxml2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ 's|-lstdc++||' ${WRKSRC}/lib/Makefile.in .include Index: head/textproc/ebook-tools/Makefile =================================================================== --- head/textproc/ebook-tools/Makefile (revision 517054) +++ head/textproc/ebook-tools/Makefile (revision 517055) @@ -1,21 +1,21 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= ebook-tools PORTVERSION= 0.2.2 PORTREVISION= 5 CATEGORIES= textproc kde MASTER_SITES= SF MAINTAINER= kde@FreeBSD.org COMMENT= Accesses and converts various ebook file formats LICENSE= MIT LIB_DEPENDS= libzip.so:archivers/libzip -USES= cmake +USES= cmake gnome USE_LDCONFIG= yes USE_GNOME= libxml2 .include Index: head/textproc/ecromedos/Makefile =================================================================== --- head/textproc/ecromedos/Makefile (revision 517054) +++ head/textproc/ecromedos/Makefile (revision 517055) @@ -1,49 +1,49 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= ecromedos PORTVERSION= 2.1.0 PORTREVISION= 2 CATEGORIES= textproc print www MASTER_SITES= http://www.ecromedos.net/files/src/${PORTVERSION}/ MAINTAINER= nivit@FreeBSD.org COMMENT= Document preparation system that allows concurrent publication BROKEN= unfetchable LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>=0:textproc/py-libxml2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libxslt>=0:textproc/py-libxslt@${PY_FLAVOR} \ convert:graphics/ImageMagick6 \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} NO_BUILD= yes -USES= python:2.7 +USES= gnome python:2.7 USE_GNOME= libxml2 libxslt USE_TEX= latex post-patch: @(cd ${WRKSRC} && \ ${REINPLACE_CMD} \ -e 's|^\#!${SETENV} python|\#!${PYTHON_CMD}|1' \ -e 's|[^!]/usr/bin|${LOCALBASE}/bin|g' \ -e 's|%%ETCDIR%%|${ETCDIR}|g' \ bin/${PORTNAME} etc/ecmds.conf lib/ecmds/configreader.py) do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/bin @${MKDIR} ${STAGEDIR}${ETCDIR} (cd ${WRKSRC} ; \ ${COPYTREE_SHARE} "data lib transform" ${STAGEDIR}${DATADIR} \ "-not ( -name "*.orig" -or -name "*.bak" )" ; \ ${INSTALL_DATA} etc/ecmds.conf ${STAGEDIR}${ETCDIR}/ecmds.conf.sample ; \ ${INSTALL_DATA} etc/plugins.conf ${STAGEDIR}${ETCDIR}/plugins.conf.sample ; \ ${INSTALL_SCRIPT} bin/${PORTNAME} ${STAGEDIR}${DATADIR}/bin/${PORTNAME}) @(cd ${STAGEDIR}${PREFIX}/bin ; \ ${LN} -s ../${DATADIR_REL}/bin/${PORTNAME} ecmds ; \ ${LN} -s ../${DATADIR_REL}/bin/${PORTNAME} ${PORTNAME}) .include Index: head/textproc/enchant/Makefile =================================================================== --- head/textproc/enchant/Makefile (revision 517054) +++ head/textproc/enchant/Makefile (revision 517055) @@ -1,62 +1,62 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= enchant PORTVERSION= 1.6.0 PORTREVISION= 9 CATEGORIES= textproc gnome MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Dictionary/spellchecking framework GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig +USES= gmake gnome libtool pathfix pkgconfig USE_GNOME= glib20 CONFIGURE_ARGS= --disable-uspell \ --disable-voikko CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_MULTI= SPELL OPTIONS_MULTI_SPELL=ASPELL HSPELL HUNSPELL ISPELL ZEMBEREK OPTIONS_DEFAULT=HUNSPELL OPTIONS_SUB= yes HSPELL_DESC= Spell checking via Hspell HUNSPELL_DESC= Spell checking via Hunspell ZEMBEREK_DESC= Spell checking via Zemberek ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_CONFIGURE_ENABLE= aspell ASPELL_CONFIGURE_ON= --with-aspell-prefix=${LOCALBASE} HSPELL_BUILD_DEPENDS= ${LOCALBASE}/lib/libhspell.a:hebrew/hspell HSPELL_CONFIGURE_ENABLE= hspell HSPELL_CONFIGURE_ON= --with-hspell-prefix=${LOCALBASE} HUNSPELL_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell HUNSPELL_CONFIGURE_ENABLE= myspell HUNSPELL_CONFIGURE_ON= --with-system-myspell=yes \ --with-myspell-dir=${LOCALBASE}/share/hunspell ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell ISPELL_CONFIGURE_ENABLE= ispell ZEMBEREK_LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib ZEMBEREK_CONFIGURE_ENABLE= zemberek post-patch: @${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \ ${WRKSRC}/install-sh post-install: @cd ${STAGEDIR}${PREFIX}/share/enchant/ && \ ${MV} enchant.ordering enchant1.ordering .include Index: head/textproc/enchant2/Makefile =================================================================== --- head/textproc/enchant2/Makefile (revision 517054) +++ head/textproc/enchant2/Makefile (revision 517055) @@ -1,54 +1,55 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= enchant PORTVERSION= 2.2.3 PORTREVISION= 4 CATEGORIES= textproc gnome MASTER_SITES= https://github.com/AbiWord/enchant/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= 2 MAINTAINER= gnome@FreeBSD.org COMMENT= Dictionary/spellchecking framework LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB -USES= compiler:c++11-lib gmake libtool localbase pathfix pkgconfig +USES= compiler:c++11-lib gmake gnome libtool localbase pathfix \ + pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --without-applespell \ --without-voikko INSTALL_TARGET= install-strip OPTIONS_MULTI= SPELL OPTIONS_MULTI_SPELL=ASPELL HSPELL HUNSPELL ZEMBEREK OPTIONS_DEFAULT=HUNSPELL OPTIONS_SUB= yes HSPELL_DESC= Spell checking via Hspell HUNSPELL_DESC= Spell checking via Hunspell ZEMBEREK_DESC= Spell checking via Zemberek ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_CONFIGURE_WITH= aspell ASPELL_CONFIGURE_ON= --with-aspell-dir=${LOCALBASE}/share/aspell HSPELL_LIB_DEPENDS= libhspell.so.0:hebrew/hspell HSPELL_CONFIGURE_WITH= hspell HSPELL_CONFIGURE_ON= --with-hspell-dir=${LOCALBASE}/share/hspell HUNSPELL_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell HUNSPELL_CONFIGURE_WITH= hunspell HUNSPELL_CONFIGURE_ON= --with-hunspell-dir=${LOCALBASE}/share/hunspell ZEMBEREK_LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib ZEMBEREK_CONFIGURE_WITH= zemberek post-patch: @${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \ ${WRKSRC}/install-sh .include Index: head/textproc/gdome2/Makefile =================================================================== --- head/textproc/gdome2/Makefile (revision 517054) +++ head/textproc/gdome2/Makefile (revision 517055) @@ -1,50 +1,50 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= gdome2 PORTVERSION= 0.8.1 PORTREVISION= 11 CATEGORIES= textproc MASTER_SITES= http://gdome2.cs.unibo.it/tarball/ MAINTAINER= ports@FreeBSD.org COMMENT= Gnome DOM Engine -USES= pathfix pkgconfig libtool +USES= gnome libtool pathfix pkgconfig USE_GNOME= glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" CPPFLAGS+= -I${LOCALBASE}/include DOCSDIR= ${PREFIX}/share/doc/${DISTNAME} USE_LDCONFIG= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS PORTDOCS= * post-patch: @${FIND} ${WRKSRC} -type f -and \ '(' -name '*.[ch]' -or -name '*.xml' ')' | \ ${XARGS} ${REINPLACE_CMD} -e ' \ s,,,; \ s,,,; \ s,,,; \ s,,,; \ s,,,; \ s,,,; \ s,,,; \ s,,,' post-patch-DOCS-on: @${REINPLACE_CMD} -E -e \ 's,^(HTML_DIR *= *).*,\1\$$(DESTDIR)$$(prefix)/share/doc,' \ ${WRKSRC}/gtk-doc/Makefile.in post-patch-DOCS-off: @${REINPLACE_CMD} '/gtk-doc/d' ${WRKSRC}/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdome.so .include Index: head/textproc/gnome-doc-utils/Makefile =================================================================== --- head/textproc/gnome-doc-utils/Makefile (revision 517054) +++ head/textproc/gnome-doc-utils/Makefile (revision 517055) @@ -1,32 +1,33 @@ # Created by: Adam Weinberger # $FreeBSD$ # $MCom: ports/trunk/textproc/gnome-doc-utils/Makefile 19009 2014-03-02 22:41:42Z kwm $ PORTNAME= gnome-doc-utils PORTVERSION= 0.20.10 PORTREVISION= 5 CATEGORIES= textproc gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME doc utils BUILD_DEPENDS= rarian-sk-config:textproc/rarian \ ${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2@${PY_FLAVOR} RUN_DEPENDS= rarian-sk-config:textproc/rarian \ ${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2@${PY_FLAVOR} \ docbook-xml>0:textproc/docbook-xml -USES= gettext-tools:build,run gmake pathfix pkgconfig python:2.7 tar:xz +USES= gettext-tools:build,run gmake gnome pathfix pkgconfig \ + python:2.7 tar:xz USE_GNOME= libxslt intlhack INSTALLS_OMF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-install: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}/xml2po @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}/xml2po/modes .include Index: head/textproc/gspell/Makefile =================================================================== --- head/textproc/gspell/Makefile (revision 517054) +++ head/textproc/gspell/Makefile (revision 517055) @@ -1,37 +1,37 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= gspell PORTVERSION= 1.8.1 CATEGORIES= textproc MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Spell checking for GTK+ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala \ iso-codes>=3.57:misc/iso-codes LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ libfribidi.so:converters/fribidi PORTSCOUT= limitw:even -USES= gmake iconv libtool pathfix pkgconfig tar:xz +USES= gmake gnome iconv libtool pathfix pkgconfig tar:xz USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 introspection:build \ libxml2 pango GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig OPTIONS_DEFINE= NLS NLS_USES= gettext-tools NLS_CONFIGURE_ENABLE= nls OPTIONS_SUB= yes .include Index: head/textproc/gtkspell/Makefile =================================================================== --- head/textproc/gtkspell/Makefile (revision 517054) +++ head/textproc/gtkspell/Makefile (revision 517055) @@ -1,30 +1,30 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/textproc/gtkspell/Makefile,v 1.2 2006/09/10 00:51:13 mezz Exp $ PORTNAME= gtkspell PORTVERSION= 2.0.16 PORTREVISION?= 6 CATEGORIES= textproc gnome MASTER_SITES= LOCAL/marcus MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ 2 spell checking component .if !defined(REFERENCE_PORT) LIB_DEPENDS= libenchant.so:textproc/enchant -USES= gettext gmake libtool:keepla pathfix pkgconfig +USES= gettext gmake gnome libtool:keepla pathfix pkgconfig USE_GNOME= gnomeprefix gtk20 intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in .include .endif Index: head/textproc/ibus-kmfl/Makefile =================================================================== --- head/textproc/ibus-kmfl/Makefile (revision 517054) +++ head/textproc/ibus-kmfl/Makefile (revision 517055) @@ -1,46 +1,46 @@ # Created by: Nikola Lecic # $FreeBSD$ PORTNAME= ibus-kmfl PORTVERSION= 1.0.3 PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= SF/kmfl/${PORTNAME}/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= KMFL IMEngine for IBus framework LIB_DEPENDS= libibus-1.0.so:textproc/ibus \ libkmfl.so:textproc/libkmfl \ libkmflcomp.so:textproc/kmflcomp RUN_DEPENDS= kmflcomp:textproc/kmflcomp -USES= pkgconfig gmake +USES= gmake gnome pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif post-patch: @${CP} ${WRKSRC}/icons/default.png ${WRKSRC}/icons/default-kmfl.png @${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' \ ${WRKSRC}/src/kmflutil.c ${WRKSRC}/src/kmfl.xml.in.in @${REINPLACE_CMD} -e 's|default\.png|default-kmfl.png|g' \ ${WRKSRC}/src/kmflutil.c ${WRKSRC}/icons/Makefile.in .include Index: head/textproc/ibus-table/Makefile =================================================================== --- head/textproc/ibus-table/Makefile (revision 517054) +++ head/textproc/ibus-table/Makefile (revision 517055) @@ -1,38 +1,38 @@ # Created by: Nikola Lecic # $FreeBSD$ PORTNAME= ibus-table DISTVERSION= 1.9.21 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org COMMENT= Table-based input method framework for IBus LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ docbook2man:textproc/docbook-utils \ docbook-sgml>0:textproc/docbook-sgml LIB_DEPENDS= libibus-1.0.so:textproc/ibus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= autoreconf gmake pkgconfig python:3.4+ +USES= autoreconf gmake gnome pkgconfig python:3.4+ GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= kaio USE_GNOME= pygtk2 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|g" ${WRKSRC}/engine/*.py post-install: @${RM} -r ${STAGEDIR}${DATADIR}/*/__pycache__ .include Index: head/textproc/ibus-uniemoji/Makefile =================================================================== --- head/textproc/ibus-uniemoji/Makefile (revision 517054) +++ head/textproc/ibus-uniemoji/Makefile (revision 517055) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= ibus-uniemoji DISTVERSIONPREFIX= v DISTVERSION= 0.6.0-16 DISTVERSIONSUFFIX= -ga26c364 CATEGORIES= textproc MAINTAINER= greg@unrelenting.technology COMMENT= Input method for entering unicode symbols and emoji by name LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-Levenshtein>0:devel/py-python-Levenshtein@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \ ${LOCALBASE}/share/gir-1.0/IBus-1.0.gir:textproc/ibus -USES= gmake python:3.4+ shebangfix +USES= gmake gnome python:3.4+ shebangfix USE_GITHUB= yes GH_ACCOUNT= salty-horse USE_GNOME= glib20 pygobject3 SHEBANG_GLOB= *.py MAKE_ENV= PYTHON=${PYTHON_CMD} SYSCONFDIR=${PREFIX}/etc .include Index: head/textproc/lasem/Makefile =================================================================== --- head/textproc/lasem/Makefile (revision 517054) +++ head/textproc/lasem/Makefile (revision 517055) @@ -1,27 +1,27 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= lasem PORTVERSION= 0.4.1 PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= SVG/Mathml renderer and editor LICENSE= GPLv2 RUN_DEPENDS= stixfonts>0:x11-fonts/stix-fonts GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 pango intltool gdkpixbuf2 libxml2 introspection:build CONFIGURE_ARGS= --disable-gtk-doc-html \ --without-html-dir .include Index: head/textproc/libabw/Makefile =================================================================== --- head/textproc/libabw/Makefile (revision 517054) +++ head/textproc/libabw/Makefile (revision 517055) @@ -1,27 +1,28 @@ # $FreeBSD$ PORTNAME= libabw PORTVERSION= 0.1.2 PORTREVISION= 9 CATEGORIES= textproc MASTER_SITES= LODEV/${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Library providing ability to interpret Abiword documents LICENSE= MPL20 BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge -USES= compiler:c++11-lib gperf perl5 libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib gnome gperf libtool pathfix perl5 pkgconfig \ + tar:xz USE_LDCONFIG= yes USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_PERL5= build INSTALL_TARGET= install-strip CONFIGURE_ARGS= -disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include .include Index: head/textproc/libe-book/Makefile =================================================================== --- head/textproc/libe-book/Makefile (revision 517054) +++ head/textproc/libe-book/Makefile (revision 517055) @@ -1,34 +1,35 @@ # $FreeBSD$ PORTNAME= libe-book PORTVERSION= 0.1.3 PORTREVISION= 15 CATEGORIES= textproc MASTER_SITES= SF/libebook/${PORTNAME}-${PORTVERSION}/ MAINTAINER= office@FreeBSD.org COMMENT= Library for import of reflowable e-book formats LICENSE= MPL20 BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string/classification.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ liblangtag.so:devel/liblangtag \ librevenge-0.0.so:textproc/librevenge OPTIONS_DEFINE= DOCS USE_GNOME= libxml2 -USES= compiler:c++11-lib gmake gperf libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib gmake gnome gperf libtool pathfix pkgconfig \ + tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-werror --disable-tests CPPFLAGS+= -I${LOCALBASE}/include -DBOOST_ERROR_CODE_HEADER_ONLY PORTDOCS= * DOCS_BUILD_DEPENDS= doxygen:devel/doxygen DOCS_CONFIGURE_OFF= --without-docs .include Index: head/textproc/libfo/Makefile =================================================================== --- head/textproc/libfo/Makefile (revision 517054) +++ head/textproc/libfo/Makefile (revision 517055) @@ -1,40 +1,40 @@ # $FreeBSD$ PORTNAME= libfo PORTVERSION= 0.6.2 DISTVERSIONPREFIX= v CATEGORIES= textproc MAINTAINER= hrs@FreeBSD.org COMMENT= XSL formatter library for xmlroff LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/catalog.xml:textproc/docbook-xsl \ xmlcatmgr:textproc/xmlcatmgr LIB_DEPENDS= libcairo.so:graphics/cairo \ libfreetype.so:print/freetype2 CONFLICTS_INSTALL= xmlroff-0.6.[12] xmlroff-0.6.2_[12345] -USES= autoreconf gettext gmake libtool pkgconfig pathfix +USES= autoreconf gettext gmake gnome libtool pathfix pkgconfig USE_GNOME= libgnomeprint libxslt \ libxml2 gtk20 glib20 pango \ librsvg2 gdkpixbuf2 USE_GITHUB= yes GH_PROJECT= xmlroff GH_ACCOUNT= xmlroff USE_LDCONFIG= yes WRKSRC_SUBDIR= xmlroff GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: ${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/libfo/fo-libfo-basic.h .include Index: head/textproc/liblingoteach/Makefile =================================================================== --- head/textproc/liblingoteach/Makefile (revision 517054) +++ head/textproc/liblingoteach/Makefile (revision 517055) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= liblingoteach PORTVERSION= 0.2.1 PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= SF/lingoteach/OldFiles MAINTAINER= ports@FreeBSD.org COMMENT= Library for parsing lesson files based on the LingoTeach DTD -USES= gmake pathfix pkgconfig libtool +USES= gmake gnome libtool pathfix pkgconfig USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS ZLIB DEBUG OPTIONS_DEFAULT= ZLIB DEBUG_DESC= Additional debugging information and output ZLIB_CONFIGURE_WITH= compression DEBUG_CONFIGURE_ENABLE= debug post-patch-DOCS-off: @${REINPLACE_CMD} 's|SUBDIRS = src test doc|SUBDIRS = src test|' \ ${WRKSRC}/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include Index: head/textproc/libtranslate/Makefile =================================================================== --- head/textproc/libtranslate/Makefile (revision 517054) +++ head/textproc/libtranslate/Makefile (revision 517055) @@ -1,62 +1,62 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= libtranslate PORTVERSION= 0.99 PORTREVISION= 9 CATEGORIES= textproc MASTER_SITES= SAVANNAH DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # May append to this PATCHFILES= libtranslate-0.99-services.diff libtranslate-0.99-postmarker.diff PATCH_SITES= ${MASTER_SITES} PATCH_DIST_STRIP=-p1 MAINTAINER= ports@FreeBSD.org COMMENT= Natural language translation library -USES= gettext gmake libtool pathfix pkgconfig +USES= gettext gmake gnome libtool pathfix pkgconfig USE_GNOME= glib20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc INSTALL_TARGET= install-strip OPTIONS_DEFINE= GENERIC TALKFILTERS OPTIONS_DEFAULT= GENERIC TALKFILTERS GENERIC_DESC= generic module TALKFILTERS_DESC= talkfilters module post-patch:: @${REINPLACE_CMD} -e 's|libsoup-2.2|libsoup-2.4|g' ${WRKSRC}/configure .include .if ${PORT_OPTIONS:MGENERIC} PLIST_SUB+= GENERIC="" USE_GNOME+= libxml2 LIB_DEPENDS+= libsoup-2.4.so:devel/libsoup CPPFLAGS+= -DHAVE_LIBSOUP24 DISTFILES+= libtranslate-0.99-libsoup24.diff EXTRACT_ONLY= ${DISTFILES:M*tar.*} # This patching needs to happen AFTER the stock patches were applied: post-patch:: ${SED} s,SOUP_MESSAGE_RESPONSE_,trans_SOUP_MESSAGE_RESPONSE_,g \ ${DISTDIR}/libtranslate-0.99-libsoup24.diff \ | ${PATCH} -d ${WRKSRC} -p1 .else CONFIGURE_ARGS+=--disable-generic PLIST_SUB+= GENERIC="@comment " .endif .if ${PORT_OPTIONS:MTALKFILTERS} PLIST_SUB+= TALKFILTERS="" LIB_DEPENDS+= libtalkfilters.so:misc/talkfilters .else CONFIGURE_ARGS+=--disable-talkfilters PLIST_SUB+= TALKFILTERS="@comment " .endif .include Index: head/textproc/libvisio01/Makefile =================================================================== --- head/textproc/libvisio01/Makefile (revision 517054) +++ head/textproc/libvisio01/Makefile (revision 517055) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= libvisio PORTVERSION= 0.1.6 PORTREVISION= 15 CATEGORIES= textproc devel MASTER_SITES= LODEV/${PORTNAME} PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing the visio file format structure LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING.MPL BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:c++11-lib gmake gperf libtool pathfix perl5 \ +USES= compiler:c++11-lib gmake gnome gperf libtool pathfix perl5 \ pkgconfig tar:xz USE_LDCONFIG= yes USE_PERL5= build USE_GNOME= libxml2 INSTALL_TARGET= install-strip .include Index: head/textproc/libwpd010/Makefile =================================================================== --- head/textproc/libwpd010/Makefile (revision 517054) +++ head/textproc/libwpd010/Makefile (revision 517055) @@ -1,32 +1,32 @@ # Created by: reed@pugetsoundtechnology.com # $FreeBSD$ PORTNAME= libwpd PORTVERSION= 0.10.3 PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 010 MAINTAINER= office@FreeBSD.org COMMENT= Tools for importing and exporting WordPerfect(tm) documents LICENSE= LGPL21 MPL20 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/qi.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge -USES= compiler:c++11-lang libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gnome libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= libgsf USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I ${LOCALBASE}/include PLIST_SUB= MAJVER=${PORTVERSION:R} .include Index: head/textproc/m17n-im-config/Makefile =================================================================== --- head/textproc/m17n-im-config/Makefile (revision 517054) +++ head/textproc/m17n-im-config/Makefile (revision 517055) @@ -1,44 +1,44 @@ # Created by: Nikola Lecic # $FreeBSD$ PORTNAME= m17n-im-config PORTVERSION= 0.9.0 PORTREVISION= 9 CATEGORIES= textproc MASTER_SITES= http://www.m17n.org/common/im-config/ \ http://anthesphoria.net/FreeBSD/ports/distfiles/ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= GUI for per-user configuration of m17n-lib input methods LIB_DEPENDS= libm17n.so:devel/m17n-lib MAKE_JOBS_UNSAFE= yes USE_GNOME= gtk20 intltool intlhack glib20 -USES= gettext pathfix pkgconfig libtool +USES= gettext gnome libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip DESKTOP_ENTRIES="M17N-IM Configuration" \ "${COMMENT}" \ "" \ "m17n-im-config" \ "Settings;" \ true OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif .include Index: head/textproc/pear-Horde_Kolab_Format/Makefile =================================================================== --- head/textproc/pear-Horde_Kolab_Format/Makefile (revision 517054) +++ head/textproc/pear-Horde_Kolab_Format/Makefile (revision 517055) @@ -1,15 +1,15 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= Horde_Kolab_Format DISTVERSION= 2.0.9 CATEGORIES= textproc www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde library for reading/writing Kolab data formats -USES= horde +USES= horde php USE_PHP= dom USE_HORDE_RUN= Horde_Exception .include Index: head/textproc/pear-Horde_Text_Filter_Csstidy/Makefile =================================================================== --- head/textproc/pear-Horde_Text_Filter_Csstidy/Makefile (revision 517054) +++ head/textproc/pear-Horde_Text_Filter_Csstidy/Makefile (revision 517055) @@ -1,15 +1,15 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= Horde_Text_Filter_Csstidy PORTVERSION= 2.0.1 CATEGORIES= textproc www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Text Filter CSS optimization class -USES= horde +USES= horde php USE_HORDE_RUN= Horde_Text_Filter USE_PHP= ctype .include Index: head/textproc/pear-Horde_Xml_Element/Makefile =================================================================== --- head/textproc/pear-Horde_Xml_Element/Makefile (revision 517054) +++ head/textproc/pear-Horde_Xml_Element/Makefile (revision 517055) @@ -1,15 +1,15 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= Horde_Xml_Element PORTVERSION= 2.0.4 CATEGORIES= textproc www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Xml Element object -USES= horde +USES= horde php USE_PHP= dom USE_HORDE_RUN= Horde_Exception .include Index: head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile =================================================================== --- head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile (revision 517054) +++ head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile (revision 517055) @@ -1,23 +1,23 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_RSS PORTVERSION= 0.1.1 CATEGORIES= textproc databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using RSS files BROKEN= unfetchable LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} -USES= pear +USES= pear php USE_PHP= mysqli NO_ARCH= yes .include Index: head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile =================================================================== --- head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile (revision 517054) +++ head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile (revision 517055) @@ -1,23 +1,23 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_XML PORTVERSION= 0.2.0 CATEGORIES= textproc databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using XML files BROKEN= unfetchable LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} -USES= pear +USES= pear php USE_PHP= mysqli NO_ARCH= yes .include Index: head/textproc/py-libxml2/Makefile =================================================================== --- head/textproc/py-libxml2/Makefile (revision 517054) +++ head/textproc/py-libxml2/Makefile (revision 517055) @@ -1,33 +1,33 @@ # Created by: Alexander Nedotsukov # $FreeBSD$ CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gnome@FreeBSD.org COMMENT= Python interface for XML parser library for GNOME MASTERDIR= ${.CURDIR}/../libxml2 BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist USE_GNOME= libxml2 -USES= python gettext-runtime +USES= gettext-runtime gnome python USE_PYTHON= autoplist distutils CPPFLAGS+= `${PYTHON_CMD}-config --cflags` LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_CMD}-config --libs` CONFIGURE_ARGS= --with-iconv=${ICONV_PREFIX} \ --with-html-dir=${PREFIX}/share/doc \ --with-html-subdir=${PORTNAME} \ --with-python=${PYTHON_CMD} DOCSDIR= ${PREFIX}/share/doc/py-libxml2 EXAMPLESDIR= ${PREFIX}/share/examples/py-libxml2 post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/libxml2mod.so .include "${MASTERDIR}/Makefile" Index: head/textproc/raptor/Makefile =================================================================== --- head/textproc/raptor/Makefile (revision 517054) +++ head/textproc/raptor/Makefile (revision 517055) @@ -1,31 +1,31 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= raptor PORTVERSION= 1.4.21 PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= SF/librdf/${PORTNAME}/${PORTVERSION} \ http://download.librdf.org/source/ MAINTAINER= ports@FreeBSD.org COMMENT= RDF Parser Toolkit for Redland LIB_DEPENDS= libcurl.so:ftp/curl -USES= libtool pathfix +USES= gnome libtool pathfix USE_GNOME= libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ --with-html-dir=${PREFIX}/share/doc \ --with-xml-parser=libxml --with-www=curl INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|utils ||' ${WRKSRC}/Makefile.in .include Index: head/textproc/raptor2/Makefile =================================================================== --- head/textproc/raptor2/Makefile (revision 517054) +++ head/textproc/raptor2/Makefile (revision 517055) @@ -1,36 +1,36 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= raptor2 PORTVERSION= 2.0.15 PORTREVISION= 12 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= RDF Parser Toolkit for Redland # 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 USE_GNOME= libxml2 libxslt -USES= libtool:keepla pathfix pkgconfig +USES= gnome libtool:keepla pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ --with-icu-config=${LOCALBASE}/bin/icu-config \ --with-www=curl INSTALL_TARGET= install-strip USE_LDCONFIG= yes .include Index: head/textproc/rarian/Makefile =================================================================== --- head/textproc/rarian/Makefile (revision 517054) +++ head/textproc/rarian/Makefile (revision 517055) @@ -1,50 +1,50 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/textproc/rarian/Makefile,v 1.12 2008/03/09 21:41:22 mezz Exp $ PORTNAME= rarian PORTVERSION= 0.8.1 PORTREVISION= 4 CATEGORIES= textproc gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= OMF help system based on the Freedesktop specification BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml \ bash:shells/bash RUN_DEPENDS= bash:shells/bash \ ${LOCALBASE}/bin/getopt:misc/getopt \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml DOCBOOK_VERSION=4.2 CONFLICTS= scrollkeeper-[0-9]* -USES= gmake libtool pathfix python tar:bzip2 +USES= gmake gnome libtool pathfix python tar:bzip2 USE_GNOME= libxslt USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-convert-dir=${LOCALBASE}/share/omf \ --localstatedir=/var CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|/lib/rarian|/db/rarian|' \ ${WRKSRC}/util/Makefile.in @${REINPLACE_CMD} -e 's|@localstatedir@/lib/rarian|@localstatedir@/db/rarian|g ; \ s|getopt|${LOCALBASE}/bin/getopt|' \ ${WRKSRC}/util/rarian-sk-config.in \ ${WRKSRC}/util/rarian-sk-extract.in \ ${WRKSRC}/util/rarian-sk-rebuild.in \ ${WRKSRC}/util/rarian-sk-update.in @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/librarian/rarian-main.c \ ${WRKSRC}/librarian/rarian-man.c \ ${WRKSRC}/librarian/rarian-info.c .include Index: head/textproc/rubygem-libxml-ruby/Makefile =================================================================== --- head/textproc/rubygem-libxml-ruby/Makefile (revision 517054) +++ head/textproc/rubygem-libxml-ruby/Makefile (revision 517055) @@ -1,19 +1,19 @@ # Created by: Michael Schout # $FreeBSD$ PORTNAME= libxml-ruby PORTVERSION= 3.1.0 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bindings for the GNOME Libxml2 toolkit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USE_GNOME= libxml2 USE_RUBY= yes -USES= gem +USES= gem gnome .include Index: head/textproc/rubygem-ruby-augeas/Makefile =================================================================== --- head/textproc/rubygem-ruby-augeas/Makefile (revision 517054) +++ head/textproc/rubygem-ruby-augeas/Makefile (revision 517055) @@ -1,22 +1,22 @@ # Created by: Russell Jackson # $FreeBSD$ PORTNAME= ruby-augeas PORTVERSION= 0.5.0 PORTREVISION= 2 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bindings for Augeas LICENSE= LGPL21 LIB_DEPENDS= libaugeas.so:textproc/augeas CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include/libxml2" USE_GNOME= libxml2 USE_RUBY= yes -USES= gem pkgconfig +USES= gem gnome pkgconfig .include Index: head/textproc/sary/Makefile =================================================================== --- head/textproc/sary/Makefile (revision 517054) +++ head/textproc/sary/Makefile (revision 517055) @@ -1,29 +1,29 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= sary PORTVERSION= 1.2.0 PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://sary.sourceforge.net/ MAINTAINER= ports@FreeBSD.org COMMENT= Suffix array library and tools, which provide fast full-text search GNU_CONFIGURE= yes -USES= libtool pathfix pkgconfig +USES= gnome libtool pathfix pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||g' ${WRKSRC}/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${FIND} . ! -name "*Makefile*" | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsary.so .include Index: head/textproc/scim-input-pad/Makefile =================================================================== --- head/textproc/scim-input-pad/Makefile (revision 517054) +++ head/textproc/scim-input-pad/Makefile (revision 517055) @@ -1,59 +1,59 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= scim-input-pad PORTVERSION= 0.1.3.1 PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= SF/scim/${PORTNAME}/0.1.3/ \ http://anthesphoria.net/FreeBSD/ports/distfiles/ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= SCIM add-on to input various symbols with customisable on-screen pad LIB_DEPENDS= libscim-1.0.so:textproc/scim USE_LDCONFIG= yes -USES= gmake pkgconfig libtool +USES= gmake libtool pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip DESKTOP_ENTRIES="SCIM Input Pad" \ "${COMMENT}" \ "${PREFIX}/share/scim/icons/input-pad.png" \ "scim-input-pad" \ "Utility;" \ false DOCS= ChangeLog README OPTIONS_DEFINE= DOCS NLS .include .if ${PORT_OPTIONS:MNLS} -USES+= gettext +USES+= gettext gnome USE_GNOME= intlhack PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif post-patch: @${REINPLACE_CMD} \ -e '/^SCIM_LIBEXECDIR=/s|=.*|=${PREFIX}/lib/scim-1.0|' \ -e '/^SCIM_MODULEDIR=/s|=.*|=${PREFIX}/lib/scim-1.0/1.4.0|' \ -e '/^SCIM_ICONDIR=/s|=.*|=${PREFIX}/share/scim/icons|' \ -e '/^SCIM_DATADIR=/s|=.*|=${PREFIX}/share/scim|' \ -e '/^LIBTOOL_EXPORT_OPTIONS=/s/=.*/=/' \ ${WRKSRC}/configure @${REINPLACE_CMD} 's|^_NAME|NAME|' ${WRKSRC}/data/*.pad.in post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/textproc/sdcv/Makefile =================================================================== --- head/textproc/sdcv/Makefile (revision 517054) +++ head/textproc/sdcv/Makefile (revision 517055) @@ -1,39 +1,39 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= sdcv PORTVERSION= 0.5.2 PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= textproc MAINTAINER= citrin@citrin.ru COMMENT= Text-based utility for work with dictionaries in StarDict's format #' LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang pkgconfig readline +USES= cmake compiler:c++11-lang gnome pkgconfig readline USE_GNOME= glib20 SUB_FILES= pkg-message USE_GITHUB= yes GH_ACCOUNT= Dushistov OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CMAKE_OFF= -DENABLE_NLS:BOOL=OFF post-patch: .for i in doc/sdcv.1 src/sdcv.cpp @${REINPLACE_CMD} -e \ 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/${i} .endfor post-build-NLS-on: cd ${BUILD_WRKSRC} && ${MAKE_CMD} lang .include Index: head/textproc/ssddiff/Makefile =================================================================== --- head/textproc/ssddiff/Makefile (revision 517054) +++ head/textproc/ssddiff/Makefile (revision 517055) @@ -1,39 +1,39 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= ssddiff PORTVERSION= 0.2 PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \ http://ftp.is.co.za/FreeBSD/ports/distfiles/ \ ftp://ftp.rediris.es/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ http://ftp.nchc.org.tw/BSD/FreeBSD/ports/distfiles/ \ ftp://ftp.eunet.cz/FreeBSD/ports/distfiles/ \ https://alioth.debian.org/frs/download.php/file/1469/ MAINTAINER= ports@FreeBSD.org COMMENT= Diff application for semistructured data such as XML files LICENSE= GPLv2+ GNU_CONFIGURE= yes -USES= autoreconf pkgconfig tar:bzip2 +USES= autoreconf gnome pkgconfig tar:bzip2 USE_GNOME= libxml2 PLIST_FILES= bin/xmldiff post-patch: @${FIND} ${WRKSRC} -type l -delete @${REINPLACE_CMD} -e \ 's|^CXXFLAGS|AM_CPPFLAGS|' ${WRKSRC}/src/Makefile.am @${REINPLACE_CMD} -e \ 's|"getopt\.h"||' ${WRKSRC}/src/main.cc @${REINPLACE_CMD} \ -e 's/hash Index: head/textproc/stardict3/Makefile =================================================================== --- head/textproc/stardict3/Makefile (revision 517054) +++ head/textproc/stardict3/Makefile (revision 517055) @@ -1,51 +1,51 @@ # Created by: eric # $FreeBSD$ PORTNAME= stardict PORTVERSION= 3.0.6 PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF/stardict-4/${PORTVERSION} DIST_SUBDIR= stardict MAINTAINER= makc@FreeBSD.org COMMENT= Dictionary lookup program written in Gtk2 LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ libenchant.so:textproc/enchant RUN_DEPENDS= xdg-open:devel/xdg-utils GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-festival \ --disable-gucharmap \ --disable-espeak \ --disable-tools \ --disable-updateinfo \ --disable-advertisement -USES= compiler:c++11-lang gettext gmake libtool localbase pathfix \ - pkgconfig tar:bzip2 +USES= compiler:c++11-lang gettext gmake gnome libtool localbase \ + pathfix pkgconfig tar:bzip2 USE_CXXSTD= c++11 USE_GNOME= intltool OPTIONS_DEFINE= GNOME OPTIONS_SUB= yes GNOME_USE= GNOME=gnomeprefix,gnomedocutils,libgnomeui GNOME_USE_OFF= GNOME=gtk20 GNOME_CONFIGURE_ENABLE= gnome-support schemas-install scrollkeeper GNOME_VARS= GCONF_SCHEMAS=stardict.schemas \ INSTALLS_OMF=yes post-patch: @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \ ${WRKSRC}/dict/src/conf.cpp @${REINPLACE_CMD} \ -e '/as_fn_error.*gnome-doc-utils/d' \ -e '/DEP_MODULES=/s/"$$/ gmodule-2.0"/' \ ${WRKSRC}/dict/configure post-patch-GNOME-off: ${REINPLACE_CMD} -e '/^SUBDIRS/s,help,,' ${WRKSRC}/dict/Makefile.in .include Index: head/textproc/uim-el/Makefile =================================================================== --- head/textproc/uim-el/Makefile (revision 517054) +++ head/textproc/uim-el/Makefile (revision 517055) @@ -1,42 +1,42 @@ # Created by: MANTANI Nobutaka # $FreeBSD$ PORTNAME= uim-el PORTVERSION= 1.8.8 PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://github.com/uim/uim/releases/download/${PORTVERSION}/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} DISTNAME= uim-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Emacs lisp for uim input method library RUN_DEPENDS= uim-el-agent:textproc/uim -USES= emacs gettext-tools gmake iconv perl5 tar:bzip2 +USES= emacs gettext-tools gmake gnome iconv perl5 tar:bzip2 USE_GNOME= intltool USE_PERL5= build GNU_CONFIGURE= yes BUILD_WRKSRC= ${WRKSRC}/emacs INSTALL_WRKSRC= ${WRKSRC}/emacs CONFIGURE_ARGS?=--enable-emacs --with-lispdir=${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR} CONFIGURE_ENV= EMACS="${EMACS_CMD}" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib DOCSDIR_JA= ${PREFIX}/share/doc/ja/uim-el PLIST_SUB+= DOCSDIR_JA="${DOCSDIR_JA:S,^${PREFIX}/,,}" OPTIONS_DEFINE= DOCS post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR_JA} ${INSTALL_DATA} ${WRKSRC}/emacs/README ${STAGEDIR}${DOCSDIR}/README ${INSTALL_DATA} ${WRKSRC}/emacs/README.ja ${STAGEDIR}${DOCSDIR_JA}/README.ja .include Index: head/textproc/xml2/Makefile =================================================================== --- head/textproc/xml2/Makefile (revision 517054) +++ head/textproc/xml2/Makefile (revision 517055) @@ -1,34 +1,34 @@ # Created by: Paul Chvostek # $FreeBSD$ PORTNAME= xml2 PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.ofb.net/gale/ \ http://www.it.ca/~paul/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Convert between XML and a line-oriented format similar to XPath LICENSE= GPLv2 BROKEN= unfetchable DEPRECATED= Unfetchable, unmaintained EXPIRATION_DATE= 2019-10-16 GNU_CONFIGURE= yes -USES= pkgconfig +USES= gnome pkgconfig USE_GNOME= libxml2 PLIST_FILES= bin/xml2 \ bin/2xml \ bin/csv2 \ bin/2csv \ bin/html2 \ bin/2html post-patch: @${REINPLACE_CMD} '/ln -sf/ s|$$(DESTDIR)||' ${WRKSRC}/Makefile.in .include Index: head/textproc/xmlstarlet/Makefile =================================================================== --- head/textproc/xmlstarlet/Makefile (revision 517054) +++ head/textproc/xmlstarlet/Makefile (revision 517055) @@ -1,34 +1,34 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= xmlstarlet PORTVERSION= 1.6.1 CATEGORIES= textproc MASTER_SITES= SF/xmlstar/${PORTNAME}/${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Command Line XML Toolkit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= libxslt -USES= iconv +USES= gnome iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libxml-prefix=${LOCALBASE} \ --with-libxslt-prefix=${LOCALBASE} \ ${ICONV_CONFIGURE_ARG} \ --disable-static-libs PLIST_FILES= bin/xml man/man1/xmlstarlet.1.gz PORTDOCS= xmlstarlet.txt \ xmlstarlet-man.xml \ xmlstarlet-ug.html xmlstarlet-ug.pdf \ xmlstarlet-ug.ps xmlstarlet-ug.xml \ html.css OPTIONS_DEFINE= DOCS post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/textproc/xmlwrapp/Makefile =================================================================== --- head/textproc/xmlwrapp/Makefile (revision 517054) +++ head/textproc/xmlwrapp/Makefile (revision 517055) @@ -1,46 +1,46 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= xmlwrapp PORTVERSION= 0.7.0 PORTREVISION= 18 CATEGORIES= textproc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Modern style C++ library for working with XML data LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= fails to configure: invalid value: boost_major_version= LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs OPTIONS_DEFINE= XSLT DOCS XSLT_DESC= Build libxsltwrap library (requires libxslt) OPTIONS_SUB= yes XSLT_USE= gnome=libxslt XSLT_CONFIGURE_ENABLE= xslt -USES= compiler:c++11-lang libtool pathfix pkgconfig +USES= compiler:c++11-lang gnome libtool pathfix pkgconfig USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lboost_system PORTDOCS= * post-patch: @${REINPLACE_CMD} '/if test/s|==|=|' ${WRKSRC}/configure @${REINPLACE_CMD} '/^SUBDIRS/s|docs||' ${WRKSRC}/Makefile.in post-install: @(cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .include Index: head/textproc/zorba/Makefile =================================================================== --- head/textproc/zorba/Makefile (revision 517054) +++ head/textproc/zorba/Makefile (revision 517055) @@ -1,113 +1,113 @@ # Created by: gahr # $FreeBSD$ PORTNAME= zorba PORTVERSION= 2.7.0 PORTREVISION= 28 CATEGORIES= textproc java MASTER_SITES= https://launchpadlibrarian.net/119058962/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= General purpose C++ XQuery processor LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 \ libicudata.so:devel/icu \ libcurl.so:ftp/curl \ libtidy.so:www/tidy-lib \ libuuid.so:misc/e2fsprogs-libuuid RUN_DEPENDS= fop:textproc/fop WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= PHP PYTHON RUBY JAVA DOCS DOXYGEN OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS+= doxygen:devel/doxygen DOXYGEN_IMPLIES= DOCS PHP_CMAKE_BOOL= WITH_PHP5 PYTHON_CMAKE_BOOL= WITH_PYTHON RUBY_CMAKE_BOOL= WITH_RUBY JAVA_CMAKE_BOOL= WITH_JAVA # Both install include/xqc.h CONFLICTS= xqilla-[0-9]* CONFLICTS_BUILD= bison -USES= cmake compiler:c++11-lib libedit +USES= cmake compiler:c++11-lib gnome libedit USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes USE_CXXSTD= c++11 CXXFLAGS+= -DU_USING_ICU_NAMESPACE=1 CXXFLAGS+= -I${LOCALBASE}/include -O1 # compiler hangs with -O2 on CURRENT LDFLAGS+= -L${LOCALBASE}/lib CMAKE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \ -DLOCALBASE:STRING=${LOCALBASE} MAKE_JOBS_UNSAFE= yes # due to consistent failures in bison-generated code compilation DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PLIST_SUB+= FULLVERSION=${PORTVERSION} \ MIDVERSION=${PORTVERSION:R} \ MINVERSION=${PORTVERSION:R:R} .include .if ${PORT_OPTIONS:MPHP} USE_PHP= tokenizer USES+= php:build WITH_SWIG= yes CMAKE_ARGS+= -DPHP5_INSTALL_PATH:FILEPATH="lib/php/${PHP_EXT_DIR}" PLIST_SUB+= PHP_EXTLIBDIR="lib/php/${PHP_EXT_DIR}" .endif .if ${PORT_OPTIONS:MPYTHON} USES+= python WITH_SWIG= yes CMAKE_ARGS+= -DPYTHON_SWIG_INSTALL_DIR:FILEPATH=${PYTHONPREFIX_SITELIBDIR:S/${PREFIX}\///} PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR:S/${PREFIX}\///} BROKEN= Does not stage .endif .if ${PORT_OPTIONS:MRUBY} USE_RUBY= yes WITH_SWIG= yes .endif .if ${PORT_OPTIONS:MJAVA} USE_JAVA= yes CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} CATEGORIES+= java WITH_SWIG= yes CMAKE_ARGS+= -DJAVA_LIBDIR:PATH=${JAVALIBDIR} .endif .if defined(WITH_SWIG) BUILD_DEPENDS+= swig3.0:devel/swig30 BINARY_ALIAS= swig=swig3.0 .endif post-patch: ${REINPLACE_CMD} \ -e 's|FreeBSD|${OPSYS}|g' ${WRKSRC}/CMakeLists.txt ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/cmake_modules/FindPHP5.cmake .if !${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY(doc)/d' \ ${WRKSRC}/CMakeLists.txt .endif post-install: ${LN} -sf libzorba_simplestore.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libzorba_simplestore.so.${PORTVERSION:R:R} .if ${PORT_OPTIONS:MDOCS} && !${PORT_OPTIONS:MDOXYGEN} cd ${STAGEDIR}${DOCSDIR} && ${RMDIR} c/html code/html code cxx/html zorba/html zorba/xqdoc zorba .endif test: build cd ${BUILD_WRKSRC} && ${MAKE} test .include