diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index add853a3df1..1d1806cecf5 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qmapshack -PORTVERSION= 1.3.1 +PORTVERSION= 1.6.1 CATEGORIES= astro MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/ @@ -11,14 +11,14 @@ COMMENT= Ultimate outdoor aficionado's tool LICENSE= GPLv3 -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 -LIB_DEPENDS= libgdal.so:graphics/gdal \ +LIB_DEPENDS= libQt5DBus.so:devel/dbus-qt5 \ + libgdal.so:graphics/gdal \ + libproj.so:graphics/proj \ libroutino.so:astro/routino -USES= cmake desktop-file-utils -USE_QT5= buildtools linguisttools qmake script sql webkit widgets xml +USES= cmake compiler:c++11-lib desktop-file-utils +USE_QT5= buildtools core gui linguisttools network printsupport \ + qmake script sql sql-sqlite3 webkit widgets xml .include diff --git a/astro/qmapshack/distinfo b/astro/qmapshack/distinfo index b2ac3493059..038b64a186b 100644 --- a/astro/qmapshack/distinfo +++ b/astro/qmapshack/distinfo @@ -1,2 +1,3 @@ -SHA256 (qmapshack-1.3.1.tar.gz) = 8f4bcb5454786d7f81681abe4f96cc8e3598f62219708d1efe4c94d19ab0dfea -SIZE (qmapshack-1.3.1.tar.gz) = 3758785 +TIMESTAMP = 1465057676 +SHA256 (qmapshack-1.6.1.tar.gz) = e702482ef894ec3fdbc5a932dd220bbb34eef1580b1645a314e9a3fa99956c22 +SIZE (qmapshack-1.6.1.tar.gz) = 4538423 diff --git a/astro/qmapshack/files/patch-src_device_IDevice.cpp b/astro/qmapshack/files/patch-src_device_IDevice.cpp new file mode 100644 index 00000000000..518ff5cc260 --- /dev/null +++ b/astro/qmapshack/files/patch-src_device_IDevice.cpp @@ -0,0 +1,29 @@ +--- src/device/IDevice.cpp.orig 2016-06-04 19:56:45 UTC ++++ src/device/IDevice.cpp +@@ -22,7 +22,7 @@ + #include "gis/prj/IGisProject.h" + #include "helpers/CSelectCopyAction.h" + +-#ifdef Q_OS_LINUX ++#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) + #include + #endif + +@@ -52,7 +52,7 @@ IDevice::~IDevice() + + void IDevice::mount(const QString& path) + { +-#ifdef Q_OS_LINUX ++#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) + QDBusMessage message = QDBusMessage::createMethodCall("org.freedesktop.UDisks2",path,"org.freedesktop.UDisks2.Filesystem","Mount"); + QVariantMap args; + args.insert("options", "sync"); +@@ -63,7 +63,7 @@ void IDevice::mount(const QString& path) + + void IDevice::umount(const QString &path) + { +-#ifdef Q_OS_LINUX ++#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) + QDBusMessage message = QDBusMessage::createMethodCall("org.freedesktop.UDisks2",path,"org.freedesktop.UDisks2.Filesystem","Unmount"); + QVariantMap args; + message << args; diff --git a/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp b/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp new file mode 100644 index 00000000000..856f24840cd --- /dev/null +++ b/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp @@ -0,0 +1,20 @@ +--- src/gis/CGisListWks.cpp.orig 2016-06-04 19:56:53 UTC ++++ src/gis/CGisListWks.cpp +@@ -18,7 +18,7 @@ + + #include "CMainWindow.h" + #include "canvas/CCanvas.h" +-#ifdef Q_OS_LINUX ++#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) + #include "device/CDeviceWatcherLinux.h" + #endif + #ifdef Q_OS_WIN +@@ -196,7 +196,7 @@ CGisListWks::CGisListWks(QWidget *parent + QTimer::singleShot(saveEvery * 60000, this, SLOT(slotSaveWorkspace())); + } + +-#ifdef Q_OS_LINUX ++#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) + deviceWatcher = new CDeviceWatcherLinux(this); + connect(deviceWatcher, &CDeviceWatcherLinux::sigChanged, this, &CGisListWks::sigChanged); + #endif diff --git a/astro/qmapshack/files/patch-src_setup_IAppSetup.cpp b/astro/qmapshack/files/patch-src_setup_IAppSetup.cpp new file mode 100644 index 00000000000..b1964feeeaa --- /dev/null +++ b/astro/qmapshack/files/patch-src_setup_IAppSetup.cpp @@ -0,0 +1,11 @@ +--- src/setup/IAppSetup.cpp.orig 2016-06-04 19:55:57 UTC ++++ src/setup/IAppSetup.cpp +@@ -36,7 +36,7 @@ IAppSetup* IAppSetup::getPlatformInstanc + { + #if defined(Q_OS_MAC) + instance = new CAppSetupMac(); +-#elif defined(Q_OS_LINUX) ++#elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) + instance = new CAppSetupLinux(); + #elif defined (Q_OS_WIN32) + instance = new CAppSetupWin(); diff --git a/astro/qmapshack/pkg-plist b/astro/qmapshack/pkg-plist index a476c1b72ac..d5e99fa23f6 100644 --- a/astro/qmapshack/pkg-plist +++ b/astro/qmapshack/pkg-plist @@ -1,8 +1,12 @@ bin/qmapshack man/man1/qmapshack.1.gz share/applications/qmapshack.desktop +share/icons/hicolor/32x32/apps/QMapShack.png +share/icons/hicolor/48x48/apps/QMapShack.png +share/icons/hicolor/scalable/apps/QMapShack.svg share/pixmaps/QMapShack.png %%DATADIR%%/translations/qmapshack_cs.qm %%DATADIR%%/translations/qmapshack_de.qm %%DATADIR%%/translations/qmapshack_es.qm %%DATADIR%%/translations/qmapshack_fr.qm +%%DATADIR%%/translations/qmapshack_nl.qm diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 4df28877f2a..3d3095df3f7 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.7.2 CATEGORIES= audio MASTER_SITES= http://abcde.einval.com/download/ -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Front-end shell script to encode CDs in flac/mp3/ogg/speex format LICENSE= ART10 GPLv2 diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile index de7512343f3..801b7a96694 100644 --- a/audio/shoutcast/Makefile +++ b/audio/shoutcast/Makefile @@ -5,7 +5,8 @@ PORTNAME= shoutcast PORTVERSION= 2.4.7.256 PORTREVISION= 1 CATEGORIES= audio net -MASTER_SITES= http://download.nullsoft.com/shoutcast/tools/ +MASTER_SITES= http://download.nullsoft.com/shoutcast/tools/ \ + http://people.freebsd.org/~sbruno/shoutcast/distfiles/ DISTNAME= sc_serv2_bsd-latest MAINTAINER= sbruno@FreeBSD.org @@ -14,8 +15,6 @@ COMMENT= SHOUTcast Distributed Network Audio Server RESTRICTED= redistribution of software is not permitted IA32_BINARY_PORT= yes -BROKEN= does not fetch (404) - USES= dos2unix shebangfix DOS2UNIX_REGEX= .*\.(conf|css|html|js|txt|xml) bash_CMD= ${SH} diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile index a49b2a22a64..89220f3d2be 100644 --- a/benchmarks/siege/Makefile +++ b/benchmarks/siege/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= siege -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.2 CATEGORIES= benchmarks www MASTER_SITES= http://download.joedog.org/siege/ \ http://fossies.org/linux/www/ diff --git a/benchmarks/siege/distinfo b/benchmarks/siege/distinfo index 6fae041f3bd..354a01b9946 100644 --- a/benchmarks/siege/distinfo +++ b/benchmarks/siege/distinfo @@ -1,2 +1,3 @@ -SHA256 (siege-4.0.1.tar.gz) = fddd7225084ec7116e4e3401946e02d780d60d0479058bf8f090fea389992837 -SIZE (siege-4.0.1.tar.gz) = 543761 +TIMESTAMP = 1465552530 +SHA256 (siege-4.0.2.tar.gz) = 7efb81f9547bef0e693bdd51348a205ad691e1d72c36041f4608099ba0326c47 +SIZE (siege-4.0.2.tar.gz) = 521228 diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index feb020371ea..e5719e2af65 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seaview -PORTVERSION= 4.5.4.8 +PORTVERSION= 4.6 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/ @@ -11,10 +11,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Multiple DNA/protein sequence alignment editor -BROKEN= checksum mismatch -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - LICENSE= GPLv3 LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ diff --git a/biology/seaview/distinfo b/biology/seaview/distinfo index 02b8eaf3d4c..ef47ab032e9 100644 --- a/biology/seaview/distinfo +++ b/biology/seaview/distinfo @@ -1,2 +1,3 @@ -SHA256 (seaview_4.5.4.8.tar.gz) = fe53d3374f195cb178038c5e657be67b12ba14848c35f4af619d91db1f856b3f -SIZE (seaview_4.5.4.8.tar.gz) = 426566 +TIMESTAMP = 1465555278 +SHA256 (seaview_4.6.tar.gz) = 6826a41bf2980922add66857abe42e3e6a19f0d1bb13845252745db7740c37bc +SIZE (seaview_4.6.tar.gz) = 424258 diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index 3b029358de9..a7ea9be99e2 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freetds -PORTVERSION= 0.99.678 +PORTVERSION= 1.00.37 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/current/ @@ -15,7 +15,7 @@ COMMENT= Sybase/Microsoft TDS protocol library LICENSE= LGPL20 WRKSRC= ${WRKDIR}/${PORTNAME}-dev.${PORTVERSION} -TDS_VER?= 7.2 +TDS_VER?= 7.4 USES= autoreconf gettext-tools gmake iconv libtool:keepla pkgconfig tar:bzip2 GNU_GONFIGURE= yes CPPFLAGS+= "-I${LOCALBASE}/include" diff --git a/databases/freetds-devel/distinfo b/databases/freetds-devel/distinfo index 66277c6fac6..455ef41404b 100644 --- a/databases/freetds-devel/distinfo +++ b/databases/freetds-devel/distinfo @@ -1,2 +1,3 @@ -SHA256 (freetds-dev.0.99.678.tar.bz2) = d8ed45609f2f054196a643985e995243b236a895cdd03235e6c16a4c15b70211 -SIZE (freetds-dev.0.99.678.tar.bz2) = 3313301 +TIMESTAMP = 1465587030 +SHA256 (freetds-dev.1.00.37.tar.bz2) = 238aeed10a788ab78431b8001d52c6b8aff92cb10282d17b7486e76b61e2fa13 +SIZE (freetds-dev.1.00.37.tar.bz2) = 3310769 diff --git a/databases/freetds-devel/files/patch-src_tds_threadsafe.c b/databases/freetds-devel/files/patch-src_tds_threadsafe.c deleted file mode 100644 index 3eb78702fa5..00000000000 --- a/databases/freetds-devel/files/patch-src_tds_threadsafe.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/tds/threadsafe.c.orig 2015-02-25 09:00:37 UTC -+++ src/tds/threadsafe.c -@@ -23,6 +23,8 @@ - #include - #include - -+#undef HAVE_GETPWUID_R -+ - #if HAVE_UNISTD_H - #include - #endif /* HAVE_UNISTD_H */ diff --git a/databases/pglogical/Makefile b/databases/pglogical/Makefile index 754e38aff75..86bbf489446 100644 --- a/databases/pglogical/Makefile +++ b/databases/pglogical/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pglogical -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= databases MASTER_SITES= http://packages.2ndquadrant.com/pglogical/tarballs/ diff --git a/databases/pglogical/distinfo b/databases/pglogical/distinfo index ecbd5347bef..b5e23758d2f 100644 --- a/databases/pglogical/distinfo +++ b/databases/pglogical/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465421707 -SHA256 (pglogical-1.1.1.tar.bz2) = 1c66e52e43cae208b31d6d6f5cdcf01dc67371fe4ea7f079ac86d49834055d55 -SIZE (pglogical-1.1.1.tar.bz2) = 256832 +TIMESTAMP = 1465561102 +SHA256 (pglogical-1.1.2.tar.bz2) = 9fca04947c23ab31f96b3fa2bb60f4e9498df24952e54e7f05be5ed6e1090440 +SIZE (pglogical-1.1.2.tar.bz2) = 257139 diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile index a980b3ab896..a2bb2f5f023 100644 --- a/databases/pgpool/Makefile +++ b/databases/pgpool/Makefile @@ -7,7 +7,7 @@ CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ DISTNAME= ${PORTNAME}-II-${PORTVERSION} -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Connection pool server for PostgreSQL LICENSE= MIT diff --git a/databases/pguri/Makefile b/databases/pguri/Makefile index f47b5df9057..6bc068f9891 100644 --- a/databases/pguri/Makefile +++ b/databases/pguri/Makefile @@ -5,7 +5,7 @@ PORTNAME= pguri PORTVERSION= 1.20151224 CATEGORIES= databases -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= URI datatype for PostgreSQL BUILD_DEPENDS= uriparser>=0.8.0:net/uriparser diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 53909082ce7..f7095647334 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -3,6 +3,7 @@ PORTNAME= rrdtool PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= databases graphics MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ diff --git a/databases/rrdtool/files/patch-bindings_python_setup.py b/databases/rrdtool/files/patch-bindings_python_setup.py new file mode 100644 index 00000000000..2d882683a64 --- /dev/null +++ b/databases/rrdtool/files/patch-bindings_python_setup.py @@ -0,0 +1,16 @@ +--- bindings/python/setup.py.orig 2015-11-10 15:07:11 UTC ++++ bindings/python/setup.py +@@ -28,12 +28,7 @@ + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # + +-try: +- # Attempt to build using Distribute, which also supports bdist_wheel +- from setuptools import setup +- from setuptools.extension import Extension +-except ImportError: +- from distutils.core import setup, Extension ++from distutils.core import setup, Extension + import sys, os + + TOP_SRCDIR = os.environ.get('ABS_TOP_SRCDIR', '../..') diff --git a/devel/fpp/Makefile b/devel/fpp/Makefile index 4553d931e05..b984941e841 100644 --- a/devel/fpp/Makefile +++ b/devel/fpp/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= NL/fortran/ \ DISTNAME= fdfpp EXTRACT_SUFX= .tgz -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Fortran preprocessor for FORTRAN 77 and Fortran 90 programs ALL_TARGET= bsd44 diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile index 864fd1ecb99..5f5e39afa3c 100644 --- a/devel/gitlab-shell/Makefile +++ b/devel/gitlab-shell/Makefile @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/ DISTNAME= ${PORTNAME}-v${PORTVERSION} -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= GitLab Shell handles git commands for GitLab BUILD_DEPENDS= gem:devel/ruby-gems diff --git a/devel/isl/Makefile b/devel/isl/Makefile index d3569f7a588..c0844bdcd5a 100644 --- a/devel/isl/Makefile +++ b/devel/isl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= isl -PORTVERSION= 0.16.1 +PORTVERSION= 0.17.1 CATEGORIES= devel MASTER_SITES= http://isl.gforge.inria.fr/ diff --git a/devel/isl/distinfo b/devel/isl/distinfo index 1fd36e1ba6f..8f05a12b29c 100644 --- a/devel/isl/distinfo +++ b/devel/isl/distinfo @@ -1,2 +1,3 @@ -SHA256 (isl-0.16.1.tar.xz) = 45292f30b3cb8b9c03009804024df72a79e9b5ab89e41c94752d6ea58a1e4b02 -SIZE (isl-0.16.1.tar.xz) = 1449164 +TIMESTAMP = 1465584301 +SHA256 (isl-0.17.1.tar.xz) = be152e5c816b477594f4c6194b5666d8129f3a27702756ae9ff60346a8731647 +SIZE (isl-0.17.1.tar.xz) = 1440564 diff --git a/devel/isl/pkg-plist b/devel/isl/pkg-plist index 19ab3ef0649..1c29489bfef 100644 --- a/devel/isl/pkg-plist +++ b/devel/isl/pkg-plist @@ -23,8 +23,10 @@ include/isl/deprecated/vec_int.h include/isl/flow.h include/isl/hash.h include/isl/hmap.h +include/isl/hmap_templ.c include/isl/id.h include/isl/id_to_ast_expr.h +include/isl/id_to_id.h include/isl/id_to_pw_aff.h include/isl/ilp.h include/isl/list.h @@ -34,6 +36,12 @@ include/isl/map.h include/isl/map_to_basic_set.h include/isl/map_type.h include/isl/mat.h +include/isl/maybe.h +include/isl/maybe_ast_expr.h +include/isl/maybe_basic_set.h +include/isl/maybe_id.h +include/isl/maybe_pw_aff.h +include/isl/maybe_templ.h include/isl/multi.h include/isl/obj.h include/isl/options.h @@ -41,6 +49,7 @@ include/isl/point.h include/isl/polynomial.h include/isl/polynomial_type.h include/isl/printer.h +include/isl/printer_type.h include/isl/schedule.h include/isl/schedule_node.h include/isl/schedule_type.h @@ -61,6 +70,6 @@ include/isl/vertices.h lib/libisl.a lib/libisl.so lib/libisl.so.15 -lib/libisl.so.15.1.1 -lib/libisl.so.15.1.1-gdb.py +lib/libisl.so.15.2.1 +lib/libisl.so.15.2.1-gdb.py libdata/pkgconfig/isl.pc diff --git a/devel/libbrotli/Makefile b/devel/libbrotli/Makefile index f8cda081fd6..0f3821607c6 100644 --- a/devel/libbrotli/Makefile +++ b/devel/libbrotli/Makefile @@ -3,7 +3,7 @@ PORTNAME= libbrotli PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 MASTER_SITES= https://github.com/bagder/libbrotli/archive/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} CATEGORIES= devel archivers @@ -13,7 +13,7 @@ COMMENT= Library for generic-purpose lossless compression algorithm LICENSE= MIT -BROTLI_VERSION= 3a77ebe +BROTLI_VERSION= 9bce220 USE_GITHUB= nodefault GH_ACCOUNT= google:brotli @@ -22,7 +22,6 @@ GH_TAGNAME= ${BROTLI_VERSION}:brotli USES= pkgconfig autoreconf libtool compiler:c++0x GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} diff --git a/devel/libbrotli/distinfo b/devel/libbrotli/distinfo index 258cc977f25..57d800a5621 100644 --- a/devel/libbrotli/distinfo +++ b/devel/libbrotli/distinfo @@ -1,4 +1,5 @@ +TIMESTAMP = 1465596007 SHA256 (libbrotli-1.0.tar.gz) = 5b7c02eb87017e7b3886c07eca685db95fa21f9c8afbb442469370c251a54dc1 SIZE (libbrotli-1.0.tar.gz) = 3116 -SHA256 (google-brotli-3a77ebe_GH0.tar.gz) = 109705dcb9399d4942bc7f91d56331af34a311d9b1deb63cd9616e063241d191 -SIZE (google-brotli-3a77ebe_GH0.tar.gz) = 8061078 +SHA256 (google-brotli-9bce220_GH0.tar.gz) = 76893fd511ff0a19a9ee315c876c41db31d0e9a4b6c9dbf6b06cae2ed03c41e4 +SIZE (google-brotli-9bce220_GH0.tar.gz) = 8069813 diff --git a/devel/ninja-ide/Makefile b/devel/ninja-ide/Makefile index ad283257472..df137b13f8e 100644 --- a/devel/ninja-ide/Makefile +++ b/devel/ninja-ide/Makefile @@ -13,6 +13,8 @@ COMMENT= Cross-platform integrated development environment (IDE) LICENSE= GPLv3 +BROKEN= fails to configure + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.5,1:net/py-qt4-network \ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=4.8.5:www/py-qt4-webkit RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-declarative>=4.10.2:devel/py-qt4-declarative \ diff --git a/devel/py-future/Makefile b/devel/py-future/Makefile index afeb661d6c9..c3ac1e34b83 100644 --- a/devel/py-future/Makefile +++ b/devel/py-future/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= future -PORTVERSION= 0.14.3 +PORTVERSION= 0.15.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test diff --git a/devel/py-future/distinfo b/devel/py-future/distinfo index 4aeac6ea093..4274ad90024 100644 --- a/devel/py-future/distinfo +++ b/devel/py-future/distinfo @@ -1,2 +1,3 @@ -SHA256 (future-0.14.3.tar.gz) = 62857d51881d97dd5492b9295b9f51d92108a52a4c88e2c40054c1d3e5995be9 -SIZE (future-0.14.3.tar.gz) = 1485390 +TIMESTAMP = 1465516978 +SHA256 (future-0.15.2.tar.gz) = 3d3b193f20ca62ba7d8782589922878820d0a023b885882deec830adbf639b97 +SIZE (future-0.15.2.tar.gz) = 1583441 diff --git a/devel/py-transaction/Makefile b/devel/py-transaction/Makefile index 3954fa44c95..9786b00bded 100644 --- a/devel/py-transaction/Makefile +++ b/devel/py-transaction/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= transaction -PORTVERSION= 1.4.4 +PORTVERSION= 1.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cs@FreeBSD.org COMMENT= Transaction management for Python +LICENSE= ZPL21 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.5.2:devel/py-zope.interface RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/devel/py-transaction/distinfo b/devel/py-transaction/distinfo index 8fd02307fb8..fcb831b2434 100644 --- a/devel/py-transaction/distinfo +++ b/devel/py-transaction/distinfo @@ -1,2 +1,3 @@ -SHA256 (transaction-1.4.4.tar.gz) = 1781a0c74e3d2320a2a7fc048ff0d51b790d4f81062c8fcb12e3d29968646f34 -SIZE (transaction-1.4.4.tar.gz) = 60886 +TIMESTAMP = 1465593717 +SHA256 (transaction-1.6.0.tar.gz) = 3a053d39b393fa0577d529c3f45ee711f988ec95903a6bfd67842bc4a5307855 +SIZE (transaction-1.6.0.tar.gz) = 66819 diff --git a/devel/qbs/Makefile b/devel/qbs/Makefile index 6bd0789095a..5516eee3e75 100644 --- a/devel/qbs/Makefile +++ b/devel/qbs/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qbs -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 DISTVERSIONPREFIX= src- CATEGORIES= devel MASTER_SITES= QT/official_releases/${PORTNAME}/${PORTVERSION} diff --git a/devel/qbs/distinfo b/devel/qbs/distinfo index ec1d276de3d..50e00484bf3 100644 --- a/devel/qbs/distinfo +++ b/devel/qbs/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/Qt/qbs/qbs-src-1.5.0.tar.gz) = 541106d3e53429c5375a58f395413b3cd5a026d91a304a10f36d78b5e39d9085 -SIZE (KDE/Qt/qbs/qbs-src-1.5.0.tar.gz) = 897221 +TIMESTAMP = 1465488643 +SHA256 (KDE/Qt/qbs/qbs-src-1.5.1.tar.gz) = ac6b9cf56d19245c9c1e0f6b1bf5b36f8194838faf2b4a7d9dbe85373bdbeabe +SIZE (KDE/Qt/qbs/qbs-src-1.5.1.tar.gz) = 900544 diff --git a/devel/qbs/pkg-plist b/devel/qbs/pkg-plist index 51a2e49abfc..7552bfc1454 100644 --- a/devel/qbs/pkg-plist +++ b/devel/qbs/pkg-plist @@ -35,16 +35,16 @@ include/qbs/tools/settingsmodel.h include/qbs/tools/setupprojectparameters.h include/qbs/use_installed_corelib.pri include/qbs/use_installed_qtprofilesetup.pri -lib/libqbscore.so -lib/libqbscore.so.1 -lib/libqbscore.so.1.5 -lib/libqbscore.so.1.5.0 -lib/libqbsqtprofilesetup.so -lib/libqbsqtprofilesetup.so.1 -lib/libqbsqtprofilesetup.so.1.5 -lib/libqbsqtprofilesetup.so.1.5.0 -lib/qbs/plugins/libqbs_cpp_scanner.so -lib/qbs/plugins/libqbs_qt_scanner.so +%%QT_LIBDIR%%/libqbscore.so +%%QT_LIBDIR%%/libqbscore.so.1 +%%QT_LIBDIR%%/libqbscore.so.1.5 +%%QT_LIBDIR%%/libqbscore.so.1.5.1 +%%QT_LIBDIR%%/libqbsqtprofilesetup.so +%%QT_LIBDIR%%/libqbsqtprofilesetup.so.1 +%%QT_LIBDIR%%/libqbsqtprofilesetup.so.1.5 +%%QT_LIBDIR%%/libqbsqtprofilesetup.so.1.5.1 +%%QT_LIBDIR%%/qbs/plugins/libqbs_cpp_scanner.so +%%QT_LIBDIR%%/qbs/plugins/libqbs_qt_scanner.so %%PORTDOCS%%%%DOCSDIR%%/html/android-ndk-module.html %%PORTDOCS%%%%DOCSDIR%%/html/android-sdk-module.html %%PORTDOCS%%%%DOCSDIR%%/html/androidapk-item.html @@ -134,8 +134,6 @@ lib/qbs/plugins/libqbs_qt_scanner.so %%PORTDOCS%%%%DOCSDIR%%/html/xcode-module.html %%PORTDOCS%%%%DOCSDIR%%/html/xpcservice-item.html %%PORTDOCS%%%%DOCSDIR%%/qbs.qch -%%PORTDOCS%%@dir %%DOCSDIR%%/html/images/used-in-examples -%%PORTDOCS%%@dir %%DOCSDIR%%/html/scripts %%DATADIR%%/examples/app-and-lib/app/app.qbs %%DATADIR%%/examples/app-and-lib/app/main.cpp %%DATADIR%%/examples/app-and-lib/app_and_lib.qbs @@ -285,3 +283,5 @@ lib/qbs/plugins/libqbs_qt_scanner.so %%DATADIR%%/modules/wix/WiXModule.qbs %%DATADIR%%/modules/xcode/xcode.js %%DATADIR%%/modules/xcode/xcode.qbs +%%PORTDOCS%%@dir %%DOCSDIR%%/html/images/used-in-examples +%%PORTDOCS%%@dir %%DOCSDIR%%/html/scripts diff --git a/devel/qtcreator/Makefile b/devel/qtcreator/Makefile index ad1631f9c28..9700e586d77 100644 --- a/devel/qtcreator/Makefile +++ b/devel/qtcreator/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qtcreator -DISTVERSION= 4.0.0 +DISTVERSION= 4.0.1 CATEGORIES= devel MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION} DISTNAME= qt-creator-opensource-src-${DISTVERSION} diff --git a/devel/qtcreator/distinfo b/devel/qtcreator/distinfo index 564d719c9da..ecca62cbe23 100644 --- a/devel/qtcreator/distinfo +++ b/devel/qtcreator/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-4.0.0.tar.gz) = 0cc21d720bafc72ce67f45a5553c618e8fffec3f2f23b94a2b2a9ba68ed0e2c8 -SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-4.0.0.tar.gz) = 21613655 +TIMESTAMP = 1465489154 +SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-4.0.1.tar.gz) = 95518a0b93d2d2fb7e5b46508fc1f59811edb2c5e05659262539dd316b8e5f4c +SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-4.0.1.tar.gz) = 21651072 diff --git a/devel/qtcreator/pkg-plist b/devel/qtcreator/pkg-plist index c7a5025ddc0..777c1beb4d1 100644 --- a/devel/qtcreator/pkg-plist +++ b/devel/qtcreator/pkg-plist @@ -663,6 +663,13 @@ share/icons/hicolor/64x64/apps/QtProject-qtcreator.png %%DATADIR%%/templates/wizards/projects/qmake/qtquickapplication/qml.qrc %%DATADIR%%/templates/wizards/projects/qmake/qtquickapplication/qml_wizard.png %%DATADIR%%/templates/wizards/projects/qmake/qtquickapplication/wizard.json +%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/Page1.qml.tpl +%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/Page1Form.ui.qml.tpl +%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/app.pro +%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/main.cpp +%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/main.qml.tpl +%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/qml.qrc +%%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrols2application/wizard.json %%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrolsapplication/MainForm.ui.qml.tpl %%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrolsapplication/app.pro %%DATADIR%%/templates/wizards/projects/qmake/qtquickcontrolsapplication/main.cpp diff --git a/devel/rubygem-licensee/Makefile b/devel/rubygem-licensee/Makefile index b6ca09150c4..5c20374ef76 100644 --- a/devel/rubygem-licensee/Makefile +++ b/devel/rubygem-licensee/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 8.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Detects under what license a project is distributed LICENSE= MIT diff --git a/devel/sope2/Makefile b/devel/sope2/Makefile index 1a44c88ee3d..cedc9ef3890 100644 --- a/devel/sope2/Makefile +++ b/devel/sope2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sope2 -PORTVERSION= 2.3.10 +PORTVERSION= 2.3.11 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} diff --git a/devel/sope2/distinfo b/devel/sope2/distinfo index f021146284c..e95bc3aab6d 100644 --- a/devel/sope2/distinfo +++ b/devel/sope2/distinfo @@ -1,2 +1,3 @@ -SHA256 (SOPE-2.3.10.tar.gz) = b51e5c212f938b6b39000d5149b7da6922f978df291c61e1015d8abcbfcdc245 -SIZE (SOPE-2.3.10.tar.gz) = 2276085 +TIMESTAMP = 1464621616 +SHA256 (SOPE-2.3.11.tar.gz) = 6fb36b5a1ef20c7bf83edad35cd7dc8da5e8b20f6817489e06be18623a686b7b +SIZE (SOPE-2.3.11.tar.gz) = 2276343 diff --git a/devel/sope3/Makefile b/devel/sope3/Makefile index c345a8a5c4b..a06860ffbb7 100644 --- a/devel/sope3/Makefile +++ b/devel/sope3/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sope3 -PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTVERSION= 3.1.2 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} @@ -44,6 +43,9 @@ PGSQL_USES= pgsql MYSQL_USE= MYSQL=client MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached +post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure + post-patch-LDAP-off: @${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure diff --git a/devel/sope3/distinfo b/devel/sope3/distinfo index 1f3c7a3598b..2c7d4d4748c 100644 --- a/devel/sope3/distinfo +++ b/devel/sope3/distinfo @@ -1,2 +1,3 @@ -SHA256 (SOPE-3.0.2.tar.gz) = 62adad635d386b0f7531c40f88cd314b267fbaa873c8d0b78204c399123f4ef1 -SIZE (SOPE-3.0.2.tar.gz) = 2275515 +TIMESTAMP = 1465437357 +SHA256 (SOPE-3.1.2.tar.gz) = 218570a7f927ff3d93afe5f7012fc145b2466c0cad48f1d6fa703e3e4f551b54 +SIZE (SOPE-3.1.2.tar.gz) = 2276955 diff --git a/devel/sope3/files/patch-configure b/devel/sope3/files/patch-configure index 15d81a8bee7..7fa98f79c4d 100644 --- a/devel/sope3/files/patch-configure +++ b/devel/sope3/files/patch-configure @@ -11,7 +11,7 @@ # TODO: add pg_config, mysql_config etc! -LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/local/lib -L/usr/lib" -+LINK_SYSLIBDIRS="-L${LOCALBASE}/lib/postgresql -L${LOCALBASE}/lib/mysql -L${LOCALBASE}/lib -L/usr/lib" ++LINK_SYSLIBDIRS="-L%%LOCALBASE%%/lib/postgresql -L%%LOCALBASE%%/lib/mysql -L%%LOCALBASE%%/lib -L/usr/lib" # ******************** usage ******************** diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile index ef456ad453a..b93505d8a8f 100644 --- a/devel/yasm/Makefile +++ b/devel/yasm/Makefile @@ -1,8 +1,7 @@ -# Created by: ijliao # $FreeBSD$ PORTNAME= yasm -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= devel lang MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ @@ -17,19 +16,15 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-python --disable-python-bindings CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NLS_USES= gettext iconv +NLS_CONFIGURE_OFF=--disable-nls --without-libiconv-prefix --without-libintl-prefix -.include +.include .if ${ARCH} == "ia64" CFLAGS:= ${CFLAGS:C/-O[0-9]//g} .endif -.if ${PORT_OPTIONS:MNLS} -USES+= gettext iconv -.else -CONFIGURE_ARGS+=--disable-nls --without-libiconv-prefix --without-libintl-prefix -.endif - INSTALL_TARGET= install install-man -.include +.include diff --git a/devel/yasm/distinfo b/devel/yasm/distinfo index 498c01336b4..3035c9d5fed 100644 --- a/devel/yasm/distinfo +++ b/devel/yasm/distinfo @@ -1,2 +1,3 @@ -SHA256 (yasm-1.2.0.tar.gz) = 768ffab457b90a20a6d895c39749adb547c1b7cb5c108e84b151a838a23ccf31 -SIZE (yasm-1.2.0.tar.gz) = 1436502 +TIMESTAMP = 1464339461 +SHA256 (yasm-1.3.0.tar.gz) = 3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f +SIZE (yasm-1.3.0.tar.gz) = 1492156 diff --git a/devel/yasm/pkg-plist b/devel/yasm/pkg-plist index 1193eba5253..5ddc41e2662 100644 --- a/devel/yasm/pkg-plist +++ b/devel/yasm/pkg-plist @@ -1,6 +1,6 @@ bin/yasm -bin/ytasm bin/vsyasm +bin/ytasm include/libyasm.h include/libyasm-stdint.h include/libyasm/arch.h diff --git a/emulators/Makefile b/emulators/Makefile index 26eb2cefbd1..f6b56df47ba 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -118,6 +118,7 @@ SUBDIR += qemu SUBDIR += qemu-cheri SUBDIR += qemu-cheri128 + SUBDIR += qemu-cheri128m SUBDIR += qemu-devel SUBDIR += qemu-launcher SUBDIR += qemu-sbruno diff --git a/emulators/qemu-cheri/Makefile.snapshot b/emulators/qemu-cheri/Makefile.snapshot index 462efa2f332..756a909484d 100644 --- a/emulators/qemu-cheri/Makefile.snapshot +++ b/emulators/qemu-cheri/Makefile.snapshot @@ -4,6 +4,6 @@ # # Generated by: files/gen-Makefile.snapshot.sh. # -SNAPDATE= 20160514 +SNAPDATE= 20160610 -QEMU_COMMIT= afe5bbc23efd4093c1c35cd7d58e4cf8c1569143 +QEMU_COMMIT= 09b76d7d846b439c2af66947ed688f23e42ccc0a diff --git a/emulators/qemu-cheri/distinfo b/emulators/qemu-cheri/distinfo index aadac45b1da..ef21a4e4732 100644 --- a/emulators/qemu-cheri/distinfo +++ b/emulators/qemu-cheri/distinfo @@ -1,2 +1,2 @@ -SHA256 (CTSRD-CHERI-qemu-0.d20160514-afe5bbc23efd4093c1c35cd7d58e4cf8c1569143_GH0.tar.gz) = e15cbce6e52f6f4d6b4032c77e282ec65fdd92a0de61d1c80f78fd5aa22e7203 -SIZE (CTSRD-CHERI-qemu-0.d20160514-afe5bbc23efd4093c1c35cd7d58e4cf8c1569143_GH0.tar.gz) = 11141289 +SHA256 (CTSRD-CHERI-qemu-0.d20160610-09b76d7d846b439c2af66947ed688f23e42ccc0a_GH0.tar.gz) = 48d5fbe96de648bbc5fadf8dd996b8f24f04d7767b8e1138598704ffa9759f70 +SIZE (CTSRD-CHERI-qemu-0.d20160610-09b76d7d846b439c2af66947ed688f23e42ccc0a_GH0.tar.gz) = 11147193 diff --git a/emulators/qemu-cheri128/Makefile b/emulators/qemu-cheri128/Makefile index 99cb8e79b2e..554d9d74278 100644 --- a/emulators/qemu-cheri128/Makefile +++ b/emulators/qemu-cheri128/Makefile @@ -9,7 +9,7 @@ RUN_DEPENDS= qemu-system-cheri:emulators/qemu-cheri MASTERDIR= ${.CURDIR}/../qemu-cheri -EXTRA_CFLAGS= -DCHERI_MAGIC128 +EXTRA_CFLAGS= -DCHERI_128 PLIST= /dev/null PLIST_FILES= bin/qemu-system-cheri128 diff --git a/emulators/qemu-cheri128m/Makefile b/emulators/qemu-cheri128m/Makefile new file mode 100644 index 00000000000..45328348d74 --- /dev/null +++ b/emulators/qemu-cheri128m/Makefile @@ -0,0 +1,20 @@ +# Created by: Brooks Davis +# $FreeBSD$ + +PKGNAMESUFFIX= -cheri128m + +COMMENT= QEMU emulator with CHERI CPU support (128-bit, magic compression) + +RUN_DEPENDS= qemu-system-cheri:emulators/qemu-cheri + +MASTERDIR= ${.CURDIR}/../qemu-cheri + +EXTRA_CFLAGS= -DCHERI_MAGIC128 +PLIST= /dev/null +PLIST_FILES= bin/qemu-system-cheri128m + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cheri-softmmu/qemu-system-cheri \ + ${STAGEDIR}${PREFIX}/bin/qemu-system-cheri128m + +.include <${MASTERDIR}/Makefile> diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 50fc3858d48..1808d99c128 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.5.1.1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= qemu/${PORTVERSION} MAINTAINER= bofh@FreeBSD.org @@ -34,7 +32,7 @@ CDROM_DMA_DESC= IDE CDROM DMA PCAP_DESC= pcap dependency (networking with bpf) USBREDIR_DESC= usb device network redirection (experimental!) GNS3_DESC= gns3 patches (promiscuous multicast) -X86_TARGETS_DESC= Don't build non-x86 system targets +X86_TARGETS_DESC= Build only x86 system targets BSD_USER_DESC= Also build bsd-user targets (for testing) STATIC_LINK_DESC= Statically link the executables OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP GNS3 @@ -76,7 +74,7 @@ PORTDOCS= docs qemu-doc.html qemu-tech.html qmp-commands.txt WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} CONFIGURE_ARGS+=--localstatedir=/var --extra-ldflags=-L\"${LOCALBASE}/lib\" \ - --disable-smartcard-nss --disable-libssh2 --enable-debug \ + --disable-libssh2 --enable-debug \ --prefix=${PREFIX} --cc=${CC} --enable-docs --disable-kvm \ --disable-linux-user --disable-linux-aio --disable-xen \ --smbd=${LOCALBASE}/sbin/smbd --enable-debug-info --python=${PYTHON_CMD} \ @@ -155,9 +153,6 @@ CONFIGURE_ARGS+= --sparc_cpu=v9 # -lprocstat actually only _needs_ -lelf after r249666 or r250870 (MFC) # but it shouldn't matter much post-patch: - @${REINPLACE_CMD} -e '/LIBS/s|-lprocstat|-lprocstat -lelf|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/libs_qga=/s|glib_libs|glib_libs -lintl|' ${WRKSRC}/configure @${REINPLACE_CMD} -E \ -e "/^by Tibor .TS. S/s|Sch.*z.$$|Schuetz.|" \ ${WRKSRC}/qemu-doc.texi diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index bb14b1b8df2..100f1af8781 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,2 +1,3 @@ -SHA256 (qemu/2.4.1/qemu-2.4.1.tar.bz2) = e3d5cf4c8b1f9129c9c797329a515bfb6b3b1ded0ab8b394c8a316490fe3a177 -SIZE (qemu/2.4.1/qemu-2.4.1.tar.bz2) = 25087522 +TIMESTAMP = 1464476316 +SHA256 (qemu/2.5.1.1/qemu-2.5.1.1.tar.bz2) = 28d9946e43765a44ccccca3cba5f4f9034f2759ec1f2ce16594ddb6776c8efe6 +SIZE (qemu/2.5.1.1/qemu-2.5.1.1.tar.bz2) = 25474902 diff --git a/emulators/qemu/files/patch-Makefile b/emulators/qemu/files/patch-Makefile index 74d2971e0d2..1600e4c6e6c 100644 --- a/emulators/qemu/files/patch-Makefile +++ b/emulators/qemu/files/patch-Makefile @@ -1,18 +1,19 @@ ---- Makefile.orig 2015-11-03 20:01:30 UTC +--- Makefile.orig 2016-03-29 21:01:14 UTC +++ Makefile -@@ -88,7 +88,11 @@ LIBS+=-lz $(LIBS_TOOLS) +@@ -90,8 +90,12 @@ LIBS+=-lz $(LIBS_TOOLS) HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF) ifdef BUILD_DOCS +ifdef NOPORTDOCS +DOCS=qemu.1 qemu-img.1 qemu-nbd.8 +else - DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 qmp-commands.txt + DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8 + DOCS+=qmp-commands.txt +endif ifdef CONFIG_LINUX DOCS+=kvm_stat.1 endif -@@ -390,8 +394,10 @@ endif +@@ -407,8 +411,10 @@ endif install-doc: $(DOCS) $(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)" diff --git a/emulators/qemu/files/patch-configure b/emulators/qemu/files/patch-configure index f08019d7b3c..1352414aed4 100644 --- a/emulators/qemu/files/patch-configure +++ b/emulators/qemu/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2015-11-03 20:01:31 UTC +--- configure.orig 2016-03-30 17:53:28 UTC +++ configure -@@ -273,7 +273,7 @@ DSOSUF=".so" +@@ -276,7 +276,7 @@ DSOSUF=".so" LDFLAGS_SHARED="-shared" modules="no" prefix="/usr/local" @@ -9,7 +9,28 @@ datadir="\${prefix}/share" qemu_docdir="\${prefix}/share/doc/qemu" bindir="\${prefix}/bin" -@@ -2102,7 +2102,7 @@ if test "$gtk" != "no"; then +@@ -344,6 +344,9 @@ libssh2="" + vhdx="" + numa="" + tcmalloc="no" ++pcap="no" ++pcap_create="no" ++bpf="no" + jemalloc="no" + + # parse CC options first +@@ -905,6 +908,10 @@ for opt do + ;; + --enable-vnc-png) vnc_png="yes" + ;; ++ --enable-pcap) pcap="yes" ++ ;; ++ --disable-pcap) pcap="no" ++ ;; + --disable-slirp) slirp="no" + ;; + --disable-uuid) uuid="no" +@@ -2241,7 +2248,7 @@ if test "$gtk" != "no"; then gtk_cflags="$gtk_cflags $x11_cflags" gtk_libs="$gtk_libs $x11_libs" fi @@ -18,20 +39,69 @@ gtk="yes" elif test "$gtk" = "yes"; then feature_not_found "gtk" "Install gtk2 or gtk3 devel" -@@ -3643,15 +3643,18 @@ if compile_prog "" "" ; then +@@ -2413,6 +2420,50 @@ then fi + ########################################## ++# pcap probe ++if test "$pcap" = "yes" -a "$pcap" != "no"; then ++ cat > $TMPC << EOF ++#include ++int main(void) { return (pcap_lib_version() == (char *)0 ? 1 : 0); } ++EOF ++ if test "$mingw32" = "no" ; then ++ libpcap=-lpcap ++ else ++ libpcap=-lwpcap ++ fi ++ if compile_prog "" "$libpcap" ; then ++ : ++ else ++ echo ++ echo "Error: Could not find pcap" ++ echo "Make sure to have the pcap libs and headers installed." ++ echo ++ exit 1 ++ fi ++ cat > $TMPC << EOF ++#include ++int main(void) ++{ ++ char errbuf[PCAP_ERRBUF_SIZE]; ++ return (pcap_create("foo", errbuf) == (pcap_t *)0 ? 1 : 0); ++} ++EOF ++ if compile_prog "" "$libpcap" ; then ++ pcap_create="yes" ++ fi ++ cat > $TMPC << EOF ++#define PCAP_DONT_INCLUDE_PCAP_BPF_H ++#include ++#include ++int main(void) { return (BPF_MAJOR_VERSION); } ++EOF ++ if compile_prog ; then ++ bpf="yes" ++ fi ++ libs_softmmu="$libpcap $libs_softmmu" ++fi # test "$pcap" ++ ++########################################## + # libtasn1 - only for the TLS creds/session test suite + + tasn1=yes +@@ -2983,7 +3034,7 @@ for i in $glib_modules; do + glib_libs=`$pkg_config --libs $i` + CFLAGS="$glib_cflags $CFLAGS" + LIBS="$glib_libs $LIBS" +- libs_qga="$glib_libs $libs_qga" ++ libs_qga="$glib_libs -lintl $libs_qga" + else + error_exit "glib-$glib_req_ver $i is required to compile QEMU" + fi +@@ -3864,14 +3915,7 @@ fi + # Check if tools are available to build documentation. -+#if test "$docs" != "no" ; then -+# if has makeinfo && has pod2man; then -+# docs=yes -+# else -+# if test "$docs" = "yes" ; then -+# feature_not_found "docs" "Install texinfo and Perl/perl-podlators" -+# fi -+# docs=no -+# fi -+#fi if test "$docs" != "no" ; then - if has makeinfo && has pod2man; then - docs=yes @@ -41,11 +111,11 @@ - fi - docs=no - fi -+ docs=yes ++docs=yes fi # Search for bswap_32 function -@@ -3793,6 +3796,17 @@ fi +@@ -3999,6 +4043,17 @@ fi # check for libusb if test "$libusb" != "no" ; then @@ -63,7 +133,7 @@ if $pkg_config --atleast-version=1.0.13 libusb-1.0; then libusb="yes" libusb_cflags=$($pkg_config --cflags libusb-1.0) -@@ -3805,6 +3819,7 @@ if test "$libusb" != "no" ; then +@@ -4011,6 +4066,7 @@ if test "$libusb" != "no" ; then fi libusb="no" fi @@ -71,3 +141,27 @@ fi # check for usbredirparser for usb network redirection support +@@ -4773,6 +4829,7 @@ echo "Audio drivers $audio_drv_list" + echo "Block whitelist (rw) $block_drv_rw_whitelist" + echo "Block whitelist (ro) $block_drv_ro_whitelist" + echo "VirtFS support $virtfs" ++echo "pcap support $pcap" + echo "VNC support $vnc" + if test "$vnc" = "yes" ; then + echo "VNC SASL support $vnc_sasl" +@@ -4951,6 +5008,15 @@ fi + if test "$profiler" = "yes" ; then + echo "CONFIG_PROFILER=y" >> $config_host_mak + fi ++if test "$pcap" = "yes" ; then ++ echo "CONFIG_PCAP=y" >> $config_host_mak ++ if test "$pcap_create" = "yes" ; then ++ echo "CONFIG_PCAP_CREATE=y" >> $config_host_mak ++ fi ++ if test "$bpf" = "yes" ; then ++ echo "CONFIG_BPF=y" >> $config_host_mak ++ fi ++fi + if test "$slirp" = "yes" ; then + echo "CONFIG_SLIRP=y" >> $config_host_mak + echo "CONFIG_SMBD_COMMAND=\"$smbd\"" >> $config_host_mak diff --git a/emulators/qemu/files/patch-include_qemu-common.h b/emulators/qemu/files/patch-include_qemu-common.h index 198e5e22c3c..9a02c402526 100644 --- a/emulators/qemu/files/patch-include_qemu-common.h +++ b/emulators/qemu/files/patch-include_qemu-common.h @@ -1,6 +1,6 @@ ---- include/qemu-common.h.orig 2015-11-03 20:01:34 UTC +--- include/qemu-common.h.orig 2016-03-30 18:14:31 UTC +++ include/qemu-common.h -@@ -568,7 +568,9 @@ void qemu_hexdump(const char *buf, FILE +@@ -469,7 +469,9 @@ void qemu_hexdump(const char *buf, FILE #define VEC_OR(v1, v2) ((v1) | (v2)) /* altivec.h may redefine the bool macro as vector type. * Reset it to POSIX semantics. */ diff --git a/emulators/qemu/files/pcap-patch b/emulators/qemu/files/pcap-patch index d31c1c9eda1..f5b00941b36 100644 --- a/emulators/qemu/files/pcap-patch +++ b/emulators/qemu/files/pcap-patch @@ -1,102 +1,3 @@ ---- configure.orig 2015-08-11 19:11:05 UTC -+++ configure -@@ -338,6 +338,9 @@ libssh2="" - vhdx="" - numa="" - tcmalloc="no" -+pcap="no" -+pcap_create="no" -+bpf="no" - - # parse CC options first - for opt do -@@ -896,6 +899,10 @@ for opt do - ;; - --enable-vnc-png) vnc_png="yes" - ;; -+ --enable-pcap) pcap="yes" -+ ;; -+ --disable-pcap) pcap="no" -+ ;; - --disable-slirp) slirp="no" - ;; - --disable-uuid) uuid="no" -@@ -2354,6 +2361,51 @@ EOF - fi - - ########################################## -+# pcap probe -+ -+if test "$pcap" = "yes" -a "$pcap" != "no"; then -+ cat > $TMPC << EOF -+#include -+int main(void) { return (pcap_lib_version() == (char *)0 ? 1 : 0); } -+EOF -+ if test "$mingw32" = "no" ; then -+ libpcap=-lpcap -+ else -+ libpcap=-lwpcap -+ fi -+ if compile_prog "" "$libpcap" ; then -+ : -+ else -+ echo -+ echo "Error: Could not find pcap" -+ echo "Make sure to have the pcap libs and headers installed." -+ echo -+ exit 1 -+ fi -+ cat > $TMPC << EOF -+#include -+int main(void) -+{ -+ char errbuf[PCAP_ERRBUF_SIZE]; -+ return (pcap_create("foo", errbuf) == (pcap_t *)0 ? 1 : 0); -+} -+EOF -+ if compile_prog "" "$libpcap" ; then -+ pcap_create="yes" -+ fi -+ cat > $TMPC << EOF -+#define PCAP_DONT_INCLUDE_PCAP_BPF_H -+#include -+#include -+int main(void) { return (BPF_MAJOR_VERSION); } -+EOF -+ if compile_prog ; then -+ bpf="yes" -+ fi -+ libs_softmmu="$libpcap $libs_softmmu" -+fi # test "$pcap" -+ -+########################################## - # VNC TLS/WS detection - if test "$vnc" = "yes" -a "$vnc_tls" != "no" ; then - cat > $TMPC <> $config_host_mak - fi -+if test "$pcap" = "yes" ; then -+ echo "CONFIG_PCAP=y" >> $config_host_mak -+ if test "$pcap_create" = "yes" ; then -+ echo "CONFIG_PCAP_CREATE=y" >> $config_host_mak -+ fi -+ if test "$bpf" = "yes" ; then -+ echo "CONFIG_BPF=y" >> $config_host_mak -+ fi -+fi - if test "$slirp" = "yes" ; then - echo "CONFIG_SLIRP=y" >> $config_host_mak - echo "CONFIG_SMBD_COMMAND=\"$smbd\"" >> $config_host_mak --- net/clients.h.orig 2015-08-11 19:11:09 UTC +++ net/clients.h @@ -49,6 +49,12 @@ int net_init_bridge(const NetClientOptio @@ -213,7 +114,7 @@ + +int net_init_pcap(const NetClientOptions *opts, const char *name, NetClientState *peer) +{ -+ const NetdevPcapOptions *pcap_opts = opts->pcap; ++ const NetdevPcapOptions *pcap_opts = opts->u.pcap; + NetClientState *nc; + struct PCAPState *s; + const char *ifname; diff --git a/emulators/qemu/pkg-plist b/emulators/qemu/pkg-plist index 0bdffed0e6e..1e3e1d47425 100644 --- a/emulators/qemu/pkg-plist +++ b/emulators/qemu/pkg-plist @@ -1,32 +1,34 @@ +%%SOFTMMU%%bin/ivshmem-client +%%SOFTMMU%%bin/ivshmem-server %%SOFTMMU%%bin/qemu-ga %%SOFTMMU%%bin/qemu-img %%SOFTMMU%%bin/qemu-io %%SOFTMMU%%bin/qemu-nbd -%%X86_TARGETS%%bin/qemu-system-aarch64 -%%X86_TARGETS%%bin/qemu-system-alpha -%%X86_TARGETS%%bin/qemu-system-arm -%%X86_TARGETS%%bin/qemu-system-cris +%%NO_X86_TARGETS%%bin/qemu-system-aarch64 +%%NO_X86_TARGETS%%bin/qemu-system-alpha +%%NO_X86_TARGETS%%bin/qemu-system-arm +%%NO_X86_TARGETS%%bin/qemu-system-cris %%SOFTMMU%%bin/qemu-system-i386 -%%X86_TARGETS%%bin/qemu-system-lm32 -%%X86_TARGETS%%bin/qemu-system-m68k -%%X86_TARGETS%%bin/qemu-system-microblaze -%%X86_TARGETS%%bin/qemu-system-microblazeel -%%X86_TARGETS%%bin/qemu-system-mips -%%X86_TARGETS%%bin/qemu-system-mips64 -%%X86_TARGETS%%bin/qemu-system-mips64el -%%X86_TARGETS%%bin/qemu-system-mipsel -%%X86_TARGETS%%bin/qemu-system-moxie -%%X86_TARGETS%%bin/qemu-system-or32 -%%X86_TARGETS%%bin/qemu-system-ppc -%%X86_TARGETS%%bin/qemu-system-ppc64 -%%X86_TARGETS%%bin/qemu-system-ppcemb -%%X86_TARGETS%%bin/qemu-system-s390x -%%X86_TARGETS%%bin/qemu-system-sh4 -%%X86_TARGETS%%bin/qemu-system-sh4eb -%%X86_TARGETS%%bin/qemu-system-sparc -%%X86_TARGETS%%bin/qemu-system-sparc64 -%%X86_TARGETS%%bin/qemu-system-tricore -%%X86_TARGETS%%bin/qemu-system-unicore32 +%%NO_X86_TARGETS%%bin/qemu-system-lm32 +%%NO_X86_TARGETS%%bin/qemu-system-m68k +%%NO_X86_TARGETS%%bin/qemu-system-microblaze +%%NO_X86_TARGETS%%bin/qemu-system-microblazeel +%%NO_X86_TARGETS%%bin/qemu-system-mips +%%NO_X86_TARGETS%%bin/qemu-system-mips64 +%%NO_X86_TARGETS%%bin/qemu-system-mips64el +%%NO_X86_TARGETS%%bin/qemu-system-mipsel +%%NO_X86_TARGETS%%bin/qemu-system-moxie +%%NO_X86_TARGETS%%bin/qemu-system-or32 +%%NO_X86_TARGETS%%bin/qemu-system-ppc +%%NO_X86_TARGETS%%bin/qemu-system-ppc64 +%%NO_X86_TARGETS%%bin/qemu-system-ppcemb +%%NO_X86_TARGETS%%bin/qemu-system-s390x +%%NO_X86_TARGETS%%bin/qemu-system-sh4 +%%NO_X86_TARGETS%%bin/qemu-system-sh4eb +%%NO_X86_TARGETS%%bin/qemu-system-sparc +%%NO_X86_TARGETS%%bin/qemu-system-sparc64 +%%NO_X86_TARGETS%%bin/qemu-system-tricore +%%NO_X86_TARGETS%%bin/qemu-system-unicore32 %%BSD_USER%%bin/qemu-arm%%STATIC%% %%BSD_USER%%bin/qemu-i386%%STATIC%% %%BSD_USER%%bin/qemu-mips%%STATIC%% @@ -37,9 +39,10 @@ %%BSD_USER64%%bin/qemu-sparc64%%STATIC%% %%BSD_USER64%%bin/qemu-x86_64%%STATIC%% %%SOFTMMU%%bin/qemu-system-x86_64 -%%X86_TARGETS%%bin/qemu-system-xtensa -%%X86_TARGETS%%bin/qemu-system-xtensaeb +%%NO_X86_TARGETS%%bin/qemu-system-xtensa +%%NO_X86_TARGETS%%bin/qemu-system-xtensaeb %%SOFTMMU%%man/man1/qemu.1.gz +%%SOFTMMU%%man/man8/qemu-ga.8.gz %%SOFTMMU%%man/man1/qemu-img.1.gz %%SOFTMMU%%man/man8/qemu-nbd.8.gz %%SOFTMMU%%@sample etc/qemu-ifup.sample diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index e17b99e08a6..db6363bd877 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qmc2 -PORTVERSION= 0.63 +PORTVERSION= 0.64 CATEGORIES= emulators MASTER_SITES= SF @@ -17,11 +17,12 @@ OPTIONS_DEFINE= DOCS NO_WRKSUBDIR= yes USES= gmake tar:bzip2 -USE_XORG= xmu -USE_GL= glu -USE_QT4= gui opengl phonon qtestlib webkit xml \ - moc_build qmake_build rcc_build scripttools \ - uic_build +USE_XORG= x11 xmu +USE_GL= gl glu +USE_QT4= corelib declarative gui moc_build \ + network opengl phonon qmake_build \ + qtestlib rcc_build script scripttools \ + sql svg uic_build webkit xml xmlpatterns USE_SDL= sdl CXXFLAGS+= -I${LOCALBASE}/include/SDL/ diff --git a/emulators/qmc2/distinfo b/emulators/qmc2/distinfo index 499ea3b2111..26dac5e0340 100644 --- a/emulators/qmc2/distinfo +++ b/emulators/qmc2/distinfo @@ -1,2 +1,3 @@ -SHA256 (qmc2-0.63.tar.bz2) = 320faec68e8704e7b5c8c7035b0dc2f7d92a69cc87a5906cb86586d49b4a4928 -SIZE (qmc2-0.63.tar.bz2) = 13466349 +TIMESTAMP = 1465589816 +SHA256 (qmc2-0.64.tar.bz2) = 16b9e6a68d4bfa3d640f3d159ddbec69294dd7582914e96b03654c54ce967be4 +SIZE (qmc2-0.64.tar.bz2) = 13426099 diff --git a/games/capicity/Makefile b/games/capicity/Makefile index a4be851f046..4f68da62716 100644 --- a/games/capicity/Makefile +++ b/games/capicity/Makefile @@ -42,20 +42,12 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext -.include - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/CapiCity \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - .for d in games images @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) .endfor - -.if ${PORT_OPTIONS:MNLS} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} ts ${STAGEDIR}${DATADIR}) -.endif - .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps ${INSTALL_DATA} ${WRKSRC}/icons/${s}.png \ @@ -64,6 +56,10 @@ do-install: ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ +do-install-NLS-on: + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ts ${STAGEDIR}${DATADIR}) + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/games/nlarn/Makefile b/games/nlarn/Makefile index d90f401f4ba..8fd7997abd3 100644 --- a/games/nlarn/Makefile +++ b/games/nlarn/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Roguelike game and as such a remake of the classic game Larn LICENSE= GPLv3 diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index ae723722186..7cda6ef810c 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERS http://files.wesnoth.org/ \ http://ports.toco-domains.de/ -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Fantasy turn-based strategy game LICENSE= GPLv2 GPLv3 diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index a47f7876b86..8cb97f9cef2 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= feh -PORTVERSION= 2.15.4 +PORTVERSION= 2.16 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ LOCAL/uqs @@ -14,7 +14,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ - libImlib2.so:graphics/imlib2 + libImlib2.so:graphics/imlib2 \ + libpng16.so:graphics/png USE_XORG= x11 xt xinerama USES= cpe desktop-file-utils gmake perl5 shebangfix tar:bzip2 diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index da996079ece..d9b62475780 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465231542 -SHA256 (feh-2.15.4.tar.bz2) = b8a9c29f37b1349228b19866f712b677e2a150837bc46be8c5d6348dd4850758 -SIZE (feh-2.15.4.tar.bz2) = 2124632 +TIMESTAMP = 1465500134 +SHA256 (feh-2.16.tar.bz2) = a2639dec600ffac3ac3d3ffb4254bef7385082b9c417bef72167b7b258778e4c +SIZE (feh-2.16.tar.bz2) = 2125570 diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index d9d1e83b932..896e71e38c1 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wxsvg -PORTVERSION= 1.5.7 +PORTVERSION= 1.5.8 CATEGORIES= graphics MASTER_SITES= SF @@ -14,10 +14,10 @@ LICENSE= LGPL21+ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libexpat.so:textproc/expat2 -USES= compiler:c++11-lib gmake libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lib gettext-runtime gmake libtool pathfix pkgconfig tar:bzip2 USE_WX= 3.0 WX_CONF_ARGS= absolute -USE_GNOME= cairo +USE_GNOME= cairo glib20 pango GNU_CONFIGURE= yes CONFIGURE_ENV= LIBAV_CFLAGS="${LIBAV_CFLAGS}" LIBAV_LIBS="${LIBAV_LIBS}" \ CXXFLAGS="${CXXFLAGS} -std=c++11" diff --git a/graphics/wxsvg/distinfo b/graphics/wxsvg/distinfo index b02fb00a1dd..52f2b08e1df 100644 --- a/graphics/wxsvg/distinfo +++ b/graphics/wxsvg/distinfo @@ -1,2 +1,3 @@ -SHA256 (wxsvg-1.5.7.tar.bz2) = ae70cffeadbc7b1ec7e921e7f69816f586089289f9e684039356968022bdbd4d -SIZE (wxsvg-1.5.7.tar.bz2) = 496443 +TIMESTAMP = 1465586718 +SHA256 (wxsvg-1.5.8.tar.bz2) = e349abf4f77a06bdb75fd615f07a87518faafeac68b510ce6215c43d52e8587c +SIZE (wxsvg-1.5.8.tar.bz2) = 513575 diff --git a/graphics/wxsvg/pkg-plist b/graphics/wxsvg/pkg-plist index 9bf1860a5f1..c536b9413cc 100644 --- a/graphics/wxsvg/pkg-plist +++ b/graphics/wxsvg/pkg-plist @@ -190,5 +190,5 @@ include/wxSVGXML/svgxmlhelpr.h lib/libwxsvg.a lib/libwxsvg.so lib/libwxsvg.so.3 -lib/libwxsvg.so.3.10.0 +lib/libwxsvg.so.3.10.1 libdata/pkgconfig/libwxsvg.pc diff --git a/java/intellij/Makefile b/java/intellij/Makefile index 2749b859a5d..5b55393e3d3 100644 --- a/java/intellij/Makefile +++ b/java/intellij/Makefile @@ -5,7 +5,7 @@ # Vadim Zhukov PORTNAME= intellij -PORTVERSION= 2016.1.2b +PORTVERSION= 2016.1.3 CATEGORIES= java devel MASTER_SITES= https://download.jetbrains.com/idea/ \ http://download.jetbrains.com/idea/ @@ -25,7 +25,7 @@ JAVA_VERSION= 1.7+ NO_ARCH= yes NO_BUILD= yes -WRKDIST= ${WRKDIR}/idea-IC-145.972.3 +WRKDIST= ${WRKDIR}/idea-IC-145.1617.8 .include "common.mk" diff --git a/java/intellij/distinfo b/java/intellij/distinfo index a8fbb9e914b..92720c70e27 100644 --- a/java/intellij/distinfo +++ b/java/intellij/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1463436276 -SHA256 (ideaIC-2016.1.2b.tar.gz) = 9e3e0f4538707da37237106697fff4e0b5ed651085f456671764e1fbc9651bbe -SIZE (ideaIC-2016.1.2b.tar.gz) = 316986526 +TIMESTAMP = 1465227325 +SHA256 (ideaIC-2016.1.3.tar.gz) = d1cd3f9fd650c00ba85181da6d66b4b80b8e48ce5f4f15b5f4dc67453e96a179 +SIZE (ideaIC-2016.1.3.tar.gz) = 317001830 diff --git a/lang/Makefile b/lang/Makefile index 932183304b6..b0f099b8170 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -99,6 +99,7 @@ SUBDIR += gcc5 SUBDIR += gcc5-aux SUBDIR += gcc5-devel + SUBDIR += gcc6 SUBDIR += gcc6-aux SUBDIR += gcc6-devel SUBDIR += gcc7-devel diff --git a/lang/gcc6-devel/Makefile b/lang/gcc6-devel/Makefile index 56a8fce468c..e9eb654fb6a 100644 --- a/lang/gcc6-devel/Makefile +++ b/lang/gcc6-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.1.1.s20160602 +PORTVERSION= 6.1.1.s20160609 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc6-devel/distinfo b/lang/gcc6-devel/distinfo index db6e9dba1ea..5e9fb293464 100644 --- a/lang/gcc6-devel/distinfo +++ b/lang/gcc6-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464957280 -SHA256 (gcc-6-20160602.tar.bz2) = 4ca2cca4938ecb72fedd39df9fbac1fedd1e1efe23536a083643d17732a088cc -SIZE (gcc-6-20160602.tar.bz2) = 95411803 +TIMESTAMP = 1465543668 +SHA256 (gcc-6-20160609.tar.bz2) = d8e7ef85b60ea05d9bcb64d03d9a41b45eb657bd14b39ec54fe9fccbaa92f325 +SIZE (gcc-6-20160609.tar.bz2) = 95475293 diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile new file mode 100644 index 00000000000..a3a9e831cbc --- /dev/null +++ b/lang/gcc6/Makefile @@ -0,0 +1,177 @@ +# Created by: Gerald Pfeifer +# $FreeBSD$ + +PORTNAME= gcc +PORTVERSION= 6.1.0 +CATEGORIES= lang java +MASTER_SITES= GCC/releases/gcc-${DISTVERSION} +PKGNAMESUFFIX= ${SUFFIX} + +MAINTAINER= gerald@FreeBSD.org +COMMENT= GNU Compiler Collection 6 + +LICENSE= GPLv3 GPLv3RLE +LICENSE_COMB= multi + +BROKEN_powerpc64= Does not build + +LIB_DEPENDS= libgmp.so:math/gmp \ + libmpfr.so:math/mpfr \ + libmpc.so:math/mpc +BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils +RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils + +.if defined(MAINTAINER_MODE) +BUILD_DEPENDS+= runtest:misc/dejagnu +.endif + +CPE_VENDOR= gnu +CPE_VERSION= ${GCC_VERSION} + +# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names +# of executables and directories once installed. A PORTVERSION of +# Y.2.1.s20140817 results in values of Y-20140817, Y.2.1, and Y +# for these three. +DISTVERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/} +GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} +SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 arm armv6 armv6hf +USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2 +USE_BINUTILS= yes +USE_PERL5= build +SSP_UNSAFE= yes + +OPTIONS_DEFINE= BOOTSTRAP GRAPHITE +OPTIONS_DEFINE_i386= JAVA +OPTIONS_DEFINE_amd64= JAVA +OPTIONS_DEFINE_powerpc64= JAVA +OPTIONS_DEFAULT= BOOTSTRAP +OPTIONS_DEFAULT_i386= JAVA +OPTIONS_DEFAULT_amd64= JAVA +OPTIONS_DEFAULT_powerpc64= JAVA +OPTIONS_EXCLUDE_DragonFly= JAVA +BOOTSTRAP_DESC= Build using a full bootstrap +GRAPHITE_DESC= Support for Graphite loop optimizations + +.if exists(/usr/lib32/libc.so) +OPTIONS_DEFINE_powerpc64+= MULTILIB +OPTIONS_DEFAULT_powerpc64+= MULTILIB +MULTILIB_DESC= Build support for 32-bit and 64-bit targets +MULTILIB_CONFIGURE_ENABLE= multilib +.else +CONFIGURE_ARGS+= --disable-multilib +.endif + +.include + +.if ${ARCH} == "amd64" +CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} +.endif + +.if ${ARCH} == powerpc64 +CONFIGURE_ENV+= UNAME_m="powerpc64" +USE_GCC= 4.9+ +.endif + +.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" +. if ${COMPILER_TYPE} == clang +. if empty(PORT_OPTIONS:MBOOTSTRAP) +MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512 +. else +MAKE_ARGS+=STAGE1_CXXFLAGS=-fbracket-depth=512 +. endif +. endif +.endif + +LANGUAGES:= c,c++,objc,fortran +TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} +LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} +GNU_CONFIGURE= yes +CONFIGURE_OUTSOURCE= yes +.if empty(PORT_OPTIONS:MBOOTSTRAP) +CONFIGURE_ARGS+=--disable-bootstrap +.else +CONFIGURE_ARGS+=--with-build-config=bootstrap-debug +ALL_TARGET= bootstrap-lean +.endif +CONFIGURE_ARGS+=--disable-nls \ + --enable-gnu-indirect-function \ + --libdir=${TARGLIB} \ + --libexecdir=${LIBEXEC} \ + --program-suffix=${SUFFIX} \ + --with-as=${LOCALBASE}/bin/as \ + --with-gmp=${LOCALBASE} \ + --with-gxx-include-dir=${TARGLIB}/include/c++/ \ + --with-ld=${LOCALBASE}/bin/ld \ + ${ICONV_CONFIGURE_ARG} \ + --with-pkgversion="FreeBSD Ports Collection" \ + --with-system-zlib +MAKE_ARGS+= MAKEINFOFLAGS="--no-split" +USE_LDCONFIG= ${TARGLIB} +PLIST_SUB= GCC_VERSION=${GCC_VERSION} \ + GNU_HOST=${CONFIGURE_TARGET} \ + SUFFIX=${SUFFIX} +INFO= gcc${SUFFIX}/cpp \ + gcc${SUFFIX}/cppinternals \ + gcc${SUFFIX}/gcc \ + gcc${SUFFIX}/gccinstall \ + gcc${SUFFIX}/gccint \ + gcc${SUFFIX}/gfortran \ + gcc${SUFFIX}/libgomp +# Release tarballs (as opposed to snapshots) always carry this. +#.if ${ARCH} == "i386" || ${ARCH} == "amd64" +INFO+= gcc${SUFFIX}/libquadmath \ + gcc${SUFFIX}/libitm +#.endif +SUB_FILES= pkg-message +SUB_LIST+= TARGLIB=${TARGLIB} + +.if ${PORT_OPTIONS:MGRAPHITE} +LIB_DEPENDS+= libisl.so:devel/isl +CONFIGURE_ARGS+=--with-isl=${LOCALBASE} +.endif + +.if ${PORT_OPTIONS:MJAVA} +ECJ_JAR= ${LOCALBASE}/share/java/ecj-4.5.jar +BUILD_DEPENDS+= ${ECJ_JAR}:lang/gcc-ecj45 \ + zip:archivers/zip +RUN_DEPENDS+= ${ECJ_JAR}:lang/gcc-ecj45 +EXTRA_PATCHES+= ${FILESDIR}/java-patch-hier +CONFIGURE_ARGS+=--with-ecj-jar=${ECJ_JAR} +LANGUAGES:= ${LANGUAGES},java +INFO+= gcc${SUFFIX}/cp-tools \ + gcc${SUFFIX}/gcj +PLIST_SUB+= JAVA="" +.else +CONFIGURE_ARGS+=--disable-libgcj +PLIST_SUB+= JAVA="@comment " +.endif +CONFIGURE_ARGS+=--enable-languages=${LANGUAGES} + +pre-everything:: + @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${CONFIGURE_TARGET} [${LANGUAGES}]" + +pre-configure: + cd ${WRKSRC} ; contrib/gcc_update --touch + @${RM} -f ${WRKSRC}/gcc/*/*.info* + +.if defined(MAINTAINER_MODE) +full-regression-test: build + cd ${TEST_WRKSRC}; ${MAKE_CMD} -sk check \ + ; ${WRKSRC}/contrib/test_summary +.endif + +post-stage: + ${RM} -f ${STAGEDIR}${PREFIX}/man/man7/* + ${RM} -f ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \ + ${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1 + # Add target libraries and include files to packaging list. + ${RM} -f ${WRKDIR}/PLIST.lib +.for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax + cd ${STAGEDIR}${PREFIX} ; if [ -d $d ]; then \ + ${FIND} $d -type f -o -type l >>${WRKDIR}/PLIST.lib ;\ + fi +.endfor + cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST} + +.include diff --git a/lang/gcc6/distinfo b/lang/gcc6/distinfo new file mode 100644 index 00000000000..9d8c740d76e --- /dev/null +++ b/lang/gcc6/distinfo @@ -0,0 +1,2 @@ +SHA256 (gcc-6.1.0.tar.bz2) = 09c4c85cabebb971b1de732a0219609f93fc0af5f86f6e437fd8d7f832f1a351 +SIZE (gcc-6.1.0.tar.bz2) = 99267556 diff --git a/lang/gcc6/files/java-patch-hier b/lang/gcc6/files/java-patch-hier new file mode 100644 index 00000000000..8dd7f4637f7 --- /dev/null +++ b/lang/gcc6/files/java-patch-hier @@ -0,0 +1,11 @@ +--- libjava/Makefile.in 2013-05-26 22:33:07.000000000 +0000 ++++ libjava/Makefile.in 2013-05-31 21:19:23.000000000 +0000 +@@ -941,7 +941,7 @@ + @BUILD_SUBLIBS_FALSE@LIBJAVA_CORE_EXTRA = + @BUILD_SUBLIBS_TRUE@LIBJAVA_CORE_EXTRA = @LIBGCJ_SUBLIB_CORE_EXTRA_DEPS@ + dbexec_LTLIBRARIES = libjvm.la +-pkgconfigdir = $(toolexeclibdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + jardir = $(datadir)/java + jar_DATA = libgcj-$(gcc_version).jar libgcj-tools-$(gcc_version).jar \ + $(am__append_5) diff --git a/lang/gcc6/files/patch-arm-unwind-cxx-support b/lang/gcc6/files/patch-arm-unwind-cxx-support new file mode 100644 index 00000000000..ec6959b9655 --- /dev/null +++ b/lang/gcc6/files/patch-arm-unwind-cxx-support @@ -0,0 +1,106 @@ +--- UTC +Index: gcc/ginclude/unwind-arm-common.h +=================================================================== +--- gcc/ginclude/unwind-arm-common.h (revision 219113) ++++ gcc/ginclude/unwind-arm-common.h (working copy) +@@ -82,7 +82,11 @@ + + struct _Unwind_Control_Block + { ++#ifdef __FreeBSD__ ++ unsigned exception_class __attribute__((__mode__(__DI__))); ++#else + char exception_class[8]; ++#endif + void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); + /* Unwinder cache, private fields for the unwinder's use */ + struct +@@ -181,7 +185,11 @@ + + /* Support functions for the PR. */ + #define _Unwind_Exception _Unwind_Control_Block ++#ifdef __FreeBSD__ ++ typedef unsigned _Unwind_Exception_Class __attribute__((__mode__(__DI__))); ++#else + typedef char _Unwind_Exception_Class[8]; ++#endif + + void * _Unwind_GetLanguageSpecificData (_Unwind_Context *); + _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *); +Index: libstdc++-v3/libsupc++/unwind-cxx.h +=================================================================== +--- libstdc++-v3/libsupc++/unwind-cxx.h (revision 219147) ++++ libstdc++-v3/libsupc++/unwind-cxx.h (working copy) +@@ -235,7 +235,7 @@ + return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; + } + +-#ifdef __ARM_EABI_UNWINDER__ ++#if defined(__ARM_EABI_UNWINDER__) && !defined(__FreeBSD__) + static inline bool + __is_gxx_exception_class(_Unwind_Exception_Class c) + { +@@ -309,13 +309,7 @@ + c[6] = 'R'; + c[7] = '\0'; + } +- +-static inline void* +-__gxx_caught_object(_Unwind_Exception* eo) +-{ +- return (void*)eo->barrier_cache.bitpattern[0]; +-} +-#else // !__ARM_EABI_UNWINDER__ ++#else // !__ARM_EABI_UNWINDER__ || __FreeBSD__ + // This is the primary exception class we report -- "GNUCC++\0". + const _Unwind_Exception_Class __gxx_primary_exception_class + = ((((((((_Unwind_Exception_Class) 'G' +@@ -339,6 +333,16 @@ + << 8 | (_Unwind_Exception_Class) '+') + << 8 | (_Unwind_Exception_Class) '\x01'); + ++const _Unwind_Exception_Class __gxx_forced_unwind_class ++= ((((((((_Unwind_Exception_Class) 'G' ++ << 8 | (_Unwind_Exception_Class) 'N') ++ << 8 | (_Unwind_Exception_Class) 'U') ++ << 8 | (_Unwind_Exception_Class) 'C') ++ << 8 | (_Unwind_Exception_Class) 'F') ++ << 8 | (_Unwind_Exception_Class) 'O') ++ << 8 | (_Unwind_Exception_Class) 'R') ++ << 8 | (_Unwind_Exception_Class) '\0'); ++ + static inline bool + __is_gxx_exception_class(_Unwind_Exception_Class c) + { +@@ -346,6 +350,12 @@ + || c == __gxx_dependent_exception_class; + } + ++static inline bool ++__is_gxx_forced_unwind_class(_Unwind_Exception_Class c) ++{ ++ return c == __gxx_forced_unwind_class; ++} ++ + // Only checks for primary or dependent, but not that it is a C++ exception at + // all. + static inline bool +@@ -357,7 +367,18 @@ + #define __GXX_INIT_PRIMARY_EXCEPTION_CLASS(c) c = __gxx_primary_exception_class + #define __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(c) \ + c = __gxx_dependent_exception_class ++#define __GXX_INIT_FORCED_UNWIND_CLASS(c) c = __gxx_forced_unwind_class ++#endif // __ARM_EABI_UNWINDER__ && !__FreeBSD__ + ++#ifdef __ARM_EABI_UNWINDER__ ++static inline void* ++__gxx_caught_object(_Unwind_Exception* eo) ++{ ++ return (void*)eo->barrier_cache.bitpattern[0]; ++} ++ ++#else // !__ARM_EABI_UNWINDER__ ++ + // GNU C++ personality routine, Version 0. + extern "C" _Unwind_Reason_Code __gxx_personality_v0 + (int, _Unwind_Action, _Unwind_Exception_Class, diff --git a/lang/gcc6/files/patch-unwind-ia64.h b/lang/gcc6/files/patch-unwind-ia64.h new file mode 100644 index 00000000000..82e103a543c --- /dev/null +++ b/lang/gcc6/files/patch-unwind-ia64.h @@ -0,0 +1,21 @@ +2012-12-17 Gerald Pfeifer + Anton Shterenlikht + + PR target/45650 + * config/ia64/unwind-ia64.h: Do not mark _Unwind_FindTableEntry + hidden on FreeBSD. + +--- UTC +Index: libgcc/config/ia64/unwind-ia64.h +=================================================================== +--- libgcc/config/ia64/unwind-ia64.h ++++ libgcc/config/ia64/unwind-ia64.h (working copy) +@@ -49,4 +49,7 @@ + extern struct unw_table_entry * + _Unwind_FindTableEntry (void *pc, unw_word *segment_base, + unw_word *gp, struct unw_table_entry *ent) +- __attribute__ ((__visibility__ ("hidden"))); ++#ifndef __FreeBSD__ ++ __attribute__ ((__visibility__ ("hidden"))) ++#endif ++ ; diff --git a/lang/gcc6/files/pkg-message.in b/lang/gcc6/files/pkg-message.in new file mode 100644 index 00000000000..433c37a3f89 --- /dev/null +++ b/lang/gcc6/files/pkg-message.in @@ -0,0 +1,7 @@ +To ensure binaries built with this toolchain find appropriate versions +of the necessary run-time libraries, you may want to link using + + -Wl,-rpath=%%TARGLIB%% + +For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens +transparently. diff --git a/lang/gcc6/pkg-descr b/lang/gcc6/pkg-descr new file mode 100644 index 00000000000..84ffe9c30a7 --- /dev/null +++ b/lang/gcc6/pkg-descr @@ -0,0 +1,7 @@ +GCC, the GNU Compiler Collection, supports a number of languages. This +port installs the C, C++, Fortran and Java front ends as gcc6, g++6, +gfortran6, and gcj6, respectively. + +WWW: http://gcc.gnu.org/ + +Gerald Pfeifer diff --git a/lang/gcc6/pkg-plist b/lang/gcc6/pkg-plist new file mode 100644 index 00000000000..00324c2613e --- /dev/null +++ b/lang/gcc6/pkg-plist @@ -0,0 +1,78 @@ +bin/%%GNU_HOST%%-c++%%SUFFIX%% +bin/%%GNU_HOST%%-g++%%SUFFIX%% +bin/%%GNU_HOST%%-gcc%%SUFFIX%% +bin/%%GNU_HOST%%-gcc-%%GCC_VERSION%% +bin/%%GNU_HOST%%-gcc-ar%%SUFFIX%% +bin/%%GNU_HOST%%-gcc-nm%%SUFFIX%% +bin/%%GNU_HOST%%-gcc-ranlib%%SUFFIX%% +bin/%%GNU_HOST%%-gfortran%%SUFFIX%% +bin/c++%%SUFFIX%% +bin/cpp%%SUFFIX%% +bin/g++%%SUFFIX%% +bin/gcc%%SUFFIX%% +bin/gcc-ar%%SUFFIX%% +bin/gcc-nm%%SUFFIX%% +bin/gcc-ranlib%%SUFFIX%% +bin/gcov%%SUFFIX%% +bin/gcov-tool%%SUFFIX%% +bin/gfortran%%SUFFIX%% +@comment info/gcc%%SUFFIX%%/dir +man/man1/cpp%%SUFFIX%%.1.gz +man/man1/g++%%SUFFIX%%.1.gz +man/man1/gcc%%SUFFIX%%.1.gz +man/man1/gcov%%SUFFIX%%.1.gz +man/man1/gfortran%%SUFFIX%%.1.gz +%%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/aotcompile.py +%%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/classfile.py +share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py +share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py +share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py +share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/xmethods.py +%%JAVA%%bin/%%GNU_HOST%%-gcj%%SUFFIX%% +%%JAVA%%bin/aot-compile%%SUFFIX%% +%%JAVA%%bin/gappletviewer%%SUFFIX%% +%%JAVA%%bin/gc-analyze%%SUFFIX%% +%%JAVA%%bin/gcj%%SUFFIX%% +%%JAVA%%bin/gcj-dbtool%%SUFFIX%% +%%JAVA%%bin/gcjh%%SUFFIX%% +%%JAVA%%bin/gij%%SUFFIX%% +%%JAVA%%bin/gjar%%SUFFIX%% +%%JAVA%%bin/gjarsigner%%SUFFIX%% +%%JAVA%%bin/gjavah%%SUFFIX%% +%%JAVA%%bin/gkeytool%%SUFFIX%% +%%JAVA%%bin/gnative2ascii%%SUFFIX%% +%%JAVA%%bin/gorbd%%SUFFIX%% +%%JAVA%%bin/grmic%%SUFFIX%% +%%JAVA%%bin/grmid%%SUFFIX%% +%%JAVA%%bin/grmiregistry%%SUFFIX%% +%%JAVA%%bin/gserialver%%SUFFIX%% +%%JAVA%%bin/gtnameserv%%SUFFIX%% +%%JAVA%%bin/jcf-dump%%SUFFIX%% +%%JAVA%%bin/jv-convert%%SUFFIX%% +%%JAVA%%libdata/pkgconfig/libgcj-6.pc +%%JAVA%%man/man1/aot-compile%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gappletviewer%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gc-analyze%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gcj%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gcj-dbtool%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gcjh%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gij%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gjar%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gjarsigner%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gjavah%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gjdoc%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gkeytool%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gnative2ascii%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gorbd%%SUFFIX%%.1.gz +%%JAVA%%man/man1/grmic%%SUFFIX%%.1.gz +%%JAVA%%man/man1/grmid%%SUFFIX%%.1.gz +%%JAVA%%man/man1/grmiregistry%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gserialver%%SUFFIX%%.1.gz +%%JAVA%%man/man1/gtnameserv%%SUFFIX%%.1.gz +%%JAVA%%man/man1/jcf-dump%%SUFFIX%%.1.gz +%%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.gz +%%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar +%%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar +@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@comment Insert PLIST.lib here diff --git a/mail/pear-MIME_Type/Makefile b/mail/pear-MIME_Type/Makefile index 503dd5b577f..b676db2e623 100644 --- a/mail/pear-MIME_Type/Makefile +++ b/mail/pear-MIME_Type/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MIME_Type -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= mail www pear MAINTAINER= bofh@FreeBSD.org diff --git a/mail/pear-MIME_Type/distinfo b/mail/pear-MIME_Type/distinfo index 45992032997..0c6177aea99 100644 --- a/mail/pear-MIME_Type/distinfo +++ b/mail/pear-MIME_Type/distinfo @@ -1,2 +1,3 @@ -SHA256 (PEAR/MIME_Type-1.4.0.tgz) = b4a3bcdd934c81584cd58938543295cfa320a6ee4de82371ede50e17ccf772d2 -SIZE (PEAR/MIME_Type-1.4.0.tgz) = 13656 +TIMESTAMP = 1465561190 +SHA256 (PEAR/MIME_Type-1.4.1.tgz) = ee46853524110b2f076f444d835fea4301dc0216db6484918994903fba8e8e2d +SIZE (PEAR/MIME_Type-1.4.1.tgz) = 21807 diff --git a/mail/phpmailer/Makefile b/mail/phpmailer/Makefile index ec058338437..f52f7dd97fd 100644 --- a/mail/phpmailer/Makefile +++ b/mail/phpmailer/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 5.2.14 DISTVERSIONPREFIX= v CATEGORIES= mail -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Full Featured Email Transfer Class for PHP LICENSE= LGPL21 diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index b2a712698a9..f01af574f40 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= roundcube -DISTVERSION= 1.1.5 +DISTVERSION= 1.2.0 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= mail www @@ -24,10 +24,9 @@ CPE_PRODUCT= webmail CPE_VENDOR= roundcube WANT_PHP_WEB= yes -USE_PHP= pcre mbstring session iconv dom xml json intl zip filter -IGNORE_WITH_PHP=70 +USE_PHP= pcre mbstring session iconv dom xml json intl zip filter openssl fileinfo exif -OPTIONS_DEFINE= SSL LDAP GD PSPELL NSC DOCS +OPTIONS_DEFINE= LDAP GD PSPELL NSC DOCS OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE OPTIONS_DEFAULT=MYSQL @@ -35,7 +34,6 @@ OPTIONS_DEFAULT=MYSQL MYSQL_DESC= Use MySQL backend PGSQL_DESC= Use PostgreSQL backend SQLITE_DESC= Use SQLite backend -SSL_DESC= Enable SSL support (imaps or google spellcheck) LDAP_DESC= Enable LDAP support (address book) GD_DESC= Enable GD support (image conversion) PSPELL_DESC= Enable PSpell support (internal spellcheck) @@ -55,10 +53,6 @@ USE_PHP+= pdo_pgsql USE_PHP+= pdo_sqlite .endif -.if ${PORT_OPTIONS:MSSL} -USE_PHP+= openssl -.endif - .if ${PORT_OPTIONS:MLDAP} USE_PHP+= ldap .endif diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index 25ee7e4fda6..8db4c8df69f 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -1,2 +1,3 @@ -SHA256 (roundcubemail-1.1.5-complete.tar.gz) = 476a1d45b0592b2ad43e3e08cbc72e69ef31e33ed8a8f071f02e5a1ae3e7f334 -SIZE (roundcubemail-1.1.5-complete.tar.gz) = 4581781 +TIMESTAMP = 1465476478 +SHA256 (roundcubemail-1.2.0-complete.tar.gz) = 574895da03b5ad78eaf0843a78e0c0ab734a9327b4ba47b72405b768cb2854cc +SIZE (roundcubemail-1.2.0-complete.tar.gz) = 3748290 diff --git a/mail/roundcube/files/patch-CVE-2016-5103 b/mail/roundcube/files/patch-CVE-2016-5103 deleted file mode 100644 index 0014f6676fb..00000000000 --- a/mail/roundcube/files/patch-CVE-2016-5103 +++ /dev/null @@ -1,19 +0,0 @@ -commit 6652367d656de7e5f404935be04e10aa281add53 -Author: Aleksander Machniak -Date: Fri May 6 08:28:15 2016 +0200 - - Fix XSS issue in href attribute on area tag (#5240, #5241) - -diff --git a/program/lib/Roundcube/rcube_washtml.php b/program/lib/Roundcube/rcube_washtml.php -index 5938d9b..d03f04a 100644 ---- program/lib/Roundcube/rcube_washtml.php -+++ program/lib/Roundcube/rcube_washtml.php -@@ -370,7 +370,7 @@ class rcube_washtml - */ - private function is_link_attribute($tag, $attr) - { -- return $tag == 'a' && $attr == 'href'; -+ return ($tag == 'a' || $tag == 'area') && $attr == 'href'; - } - - /** diff --git a/mail/roundcube/files/patch-INSTALL b/mail/roundcube/files/patch-INSTALL index 38f27df0ade..74ed2089ea6 100644 --- a/mail/roundcube/files/patch-INSTALL +++ b/mail/roundcube/files/patch-INSTALL @@ -1,6 +1,6 @@ ---- INSTALL.orig 2015-02-08 13:43:29.000000000 +0000 -+++ INSTALL 2015-02-19 12:22:34.259436291 +0000 -@@ -29,7 +29,6 @@ +--- INSTALL.orig 2016-05-22 11:06:47 UTC ++++ INSTALL +@@ -29,7 +29,6 @@ REQUIREMENTS - memory_limit > 16MB (increase as suitable to support large attachments) - file_uploads enabled (for attachment upload features) - session.auto_start disabled diff --git a/mail/roundcube/files/patch-config_defaults.inc.php b/mail/roundcube/files/patch-config_defaults.inc.php index 327df4a331a..e160af1c640 100644 --- a/mail/roundcube/files/patch-config_defaults.inc.php +++ b/mail/roundcube/files/patch-config_defaults.inc.php @@ -1,7 +1,7 @@ ---- config/defaults.inc.php.orig 2014-04-06 14:13:09.000000000 +0000 -+++ config/defaults.inc.php 2014-04-10 09:08:58.242144399 +0000 -@@ -596,8 +596,8 @@ - // connect to a Nox Spell Server when using 'googie' here. Therefore specify the 'spellcheck_uri' +--- config/defaults.inc.php.orig 2016-05-22 11:06:45 UTC ++++ config/defaults.inc.php +@@ -717,8 +717,8 @@ $config['spellcheck_dictionary'] = false + // You can connect to any other googie-compliant service by setting 'spellcheck_uri' accordingly. $config['spellcheck_engine'] = 'googie'; -// For locally installed Nox Spell Server or After the Deadline services, diff --git a/mail/roundcube/files/patch-installer_check.php b/mail/roundcube/files/patch-installer_check.php index 6ccab3db192..769cd38a3b0 100644 --- a/mail/roundcube/files/patch-installer_check.php +++ b/mail/roundcube/files/patch-installer_check.php @@ -1,8 +1,8 @@ ---- installer/check.php.orig 2012-08-06 18:18:13.000000000 +0200 -+++ installer/check.php 2012-08-13 12:36:52.000000000 +0200 -@@ -39,7 +39,6 @@ +--- installer/check.php.orig 2016-05-22 11:06:45 UTC ++++ installer/check.php +@@ -43,7 +43,6 @@ $ini_checks = array( + 'file_uploads' => 1, 'session.auto_start' => 0, - 'zend.ze1_compatibility_mode' => 0, 'mbstring.func_overload' => 0, - 'suhosin.session.encrypt' => 0, 'magic_quotes_runtime' => 0, diff --git a/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php b/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php index db2ca22bfaa..43647c39860 100644 --- a/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php +++ b/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php @@ -1,6 +1,6 @@ ---- program/lib/Roundcube/bootstrap.php.orig 2014-07-07 18:18:50.261368902 +0000 -+++ program/lib/Roundcube/bootstrap.php 2014-07-07 18:18:58.202127091 +0000 -@@ -38,7 +38,6 @@ +--- program/lib/Roundcube/bootstrap.php.orig 2016-05-22 11:06:47 UTC ++++ program/lib/Roundcube/bootstrap.php +@@ -37,7 +37,6 @@ $config = array( // check these additional ini settings if not called via CLI if (php_sapi_name() != 'cli') { $config += array( diff --git a/mail/roundcube/files/patch-program_lib_Roundcube_rcube_message.php b/mail/roundcube/files/patch-program_lib_Roundcube_rcube_message.php index 836d2429784..5c657f567fd 100644 --- a/mail/roundcube/files/patch-program_lib_Roundcube_rcube_message.php +++ b/mail/roundcube/files/patch-program_lib_Roundcube_rcube_message.php @@ -1,6 +1,6 @@ ---- program/lib/Roundcube/rcube_message.php.orig 2010-11-26 13:41:16.000000000 +0100 -+++ program/lib/Roundcube/rcube_message.php 2010-12-13 17:20:59.000000000 +0100 -@@ -452,9 +452,7 @@ +--- program/lib/Roundcube/rcube_message.php.orig 2016-05-22 11:06:47 UTC ++++ program/lib/Roundcube/rcube_message.php +@@ -766,9 +766,7 @@ class rcube_message } // part is a file/attachment else if (preg_match('/^(inline|attach)/', $mail_part->disposition) || diff --git a/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php b/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php index 371c97f6ccf..79c184372da 100644 --- a/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php +++ b/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php @@ -1,73 +1,30 @@ ---- program/lib/Roundcube/rcube_session.php.orig 2015-09-22 15:24:26.400132239 +0000 -+++ program/lib/Roundcube/rcube_session.php 2015-09-22 15:24:08.430133455 +0000 -@@ -35,7 +35,6 @@ - private $time_diff = 0; - private $reloaded = false; - private $appends = array(); -- private $unsets = array(); - private $gc_handlers = array(); - private $cookiename = 'roundcube_sessauth'; - private $vars; -@@ -46,6 +45,7 @@ - private $logging = false; - private $storage; - private $memcache; -+ private $need_base64 = false; +--- program/lib/Roundcube/rcube_session.php.orig 2016-05-22 11:06:47 UTC ++++ program/lib/Roundcube/rcube_session.php +@@ -39,7 +39,6 @@ abstract class rcube_session + protected $time_diff = 0; + protected $reloaded = false; + protected $appends = array(); +- protected $unsets = array(); + protected $gc_enabled = 0; + protected $gc_handlers = array(); + protected $cookiename = 'roundcube_sessauth'; +@@ -158,7 +157,7 @@ abstract class rcube_session - /** - * Blocks session data from being written to database. -@@ -95,6 +95,9 @@ - else if ($this->storage != 'php') { - ini_set('session.serialize_handler', 'php'); - -+ if (ini_get("suhosin.session.encrypt") !== "1") -+ $this->need_base64 = true; -+ - // set custom functions for PHP session management - session_set_save_handler( - array($this, 'open'), -@@ -192,7 +195,7 @@ - $this->time_diff = time() - strtotime($sql_arr['ts']); - $this->changed = strtotime($sql_arr['changed']); - $this->ip = $sql_arr['ip']; -- $this->vars = base64_decode($sql_arr['vars']); -+ $this->vars = $this->_decode($sql_arr['vars']); - $this->key = $key; - - return !empty($this->vars) ? (string) $this->vars : ''; -@@ -232,12 +235,12 @@ - } - - if ($oldvars !== null) { + // if there are cached vars, update store, else insert new data + if ($oldvars) { - $newvars = $this->_fixvars($vars, $oldvars); + $newvars = $vars; - - if ($newvars !== $oldvars) { - $this->db->query("UPDATE {$this->table_name} " - . "SET `changed` = $now, `vars` = ? WHERE `sess_id` = ?", -- base64_encode($newvars), $key); -+ $this->_encode($newvars), $key); - } - else if ($ts - $this->changed + $this->time_diff > $this->lifetime / 2) { - $this->db->query("UPDATE {$this->table_name} SET `changed` = $now" -@@ -248,44 +251,30 @@ - $this->db->query("INSERT INTO {$this->table_name}" - . " (`sess_id`, `vars`, `ip`, `created`, `changed`)" - . " VALUES (?, ?, ?, $now, $now)", -- $key, base64_encode($vars), (string)$this->ip); -+ $key, $this->_encode($vars), (string)$this->ip); + return $this->update($key, $newvars, $oldvars); } - - return true; + else { +@@ -180,39 +179,6 @@ abstract class rcube_session } - -- /** + /** - * Merge vars with old vars and apply unsets - */ -- private function _fixvars($vars, $oldvars) -+ private function _encode($vars) - { +- protected function _fixvars($vars, $oldvars) +- { - if ($oldvars !== null) { - $a_oldvars = $this->unserialize($oldvars); - if (is_array($a_oldvars)) { @@ -90,36 +47,29 @@ - else { - $newvars = $vars; - } -+ if ($this->need_base64) { -+ return base64_encode($vars); -+ } else { -+ return $vars; - } -+ } - +- } +- - $this->unsets = array(); - return $newvars; -+ -+ private function _decode($vars) -+ { -+ if ($this->need_base64) { -+ return base64_decode($vars); -+ } else { -+ return $vars; -+ } +- } +- +- /** + * Execute registered garbage collector routines + */ + public function gc($maxlifetime) +@@ -321,11 +287,6 @@ abstract class rcube_session + } + + $this->appends[] = $path; +- +- // when overwriting a previously unset variable +- if ($this->unsets[$path]) { +- unset($this->unsets[$path]); +- } } - -@@ -350,7 +339,7 @@ - else // else read data again - $oldvars = $this->mc_read($key); - -- $newvars = $oldvars !== null ? $this->_fixvars($vars, $oldvars) : $vars; -+ $newvars = $vars; - - if ($newvars !== $oldvars || $ts - $this->changed > $this->lifetime / 3) { - return $this->memcache->set($key, serialize(array('changed' => time(), 'ip' => $this->ip, 'vars' => $newvars)), -@@ -488,8 +477,6 @@ + /** +@@ -340,8 +301,6 @@ abstract class rcube_session return $this->destroy(session_id()); } @@ -128,3 +78,25 @@ if (isset($_SESSION[$var])) { unset($_SESSION[$var]); } +@@ -387,21 +346,6 @@ abstract class rcube_session + + if ($data) { + session_decode($data); +- +- // apply appends and unsets to reloaded data +- $_SESSION = array_merge_recursive($_SESSION, $merge_data); +- +- foreach ((array)$this->unsets as $var) { +- if (isset($_SESSION[$var])) { +- unset($_SESSION[$var]); +- } +- else { +- $path = explode('.', $var); +- $k = array_pop($path); +- $node = &$this->get_node($path, $_SESSION); +- unset($node[$k]); +- } +- } + } + } + diff --git a/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session_db.php b/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session_db.php new file mode 100644 index 00000000000..e2fd17ca5d7 --- /dev/null +++ b/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session_db.php @@ -0,0 +1,71 @@ +--- program/lib/Roundcube/rcube_session_db.php.orig 2016-05-22 11:06:47 UTC ++++ program/lib/Roundcube/rcube_session_db.php +@@ -32,6 +32,7 @@ class rcube_session_db extends rcube_ses + { + private $db; + private $table_name; ++ private $need_base64; + + /** + * @param Object $config +@@ -39,6 +40,9 @@ class rcube_session_db extends rcube_ses + public function __construct($config) + { + parent::__construct($config); ++ ++ // base64 encode if suhosin is not enabled ++ $this->need_base64 = ini_get("suhosin.session.encrypt") !== "1"; + + // get db instance + $this->db = rcube::get_instance()->get_dbh(); +@@ -103,7 +107,7 @@ class rcube_session_db extends rcube_ses + $this->time_diff = time() - strtotime($sql_arr['ts']); + $this->changed = strtotime($sql_arr['changed']); + $this->ip = $sql_arr['ip']; +- $this->vars = base64_decode($sql_arr['vars']); ++ $this->vars = $this->_decode($sql_arr['vars']); + $this->key = $key; + + return !empty($this->vars) ? (string) $this->vars : ''; +@@ -126,7 +130,7 @@ class rcube_session_db extends rcube_ses + $this->db->query("INSERT INTO {$this->table_name}" + . " (`sess_id`, `vars`, `ip`, `created`, `changed`)" + . " VALUES (?, ?, ?, $now, $now)", +- $key, base64_encode($vars), (string)$this->ip); ++ $key, $this->_encode($vars), (string)$this->ip); + + return true; + } +@@ -150,7 +154,7 @@ class rcube_session_db extends rcube_ses + if ($newvars !== $oldvars) { + $this->db->query("UPDATE {$this->table_name} " + . "SET `changed` = $now, `vars` = ? WHERE `sess_id` = ?", +- base64_encode($newvars), $key); ++ $this->_encode($newvars), $key); + } + else if ($ts - $this->changed + $this->time_diff > $this->lifetime / 2) { + $this->db->query("UPDATE {$this->table_name} SET `changed` = $now" +@@ -173,4 +177,23 @@ class rcube_session_db extends rcube_ses + . date('Y-m-d H:i:s', time() - $this->gc_enabled) + . '; rows = ' . intval($this->db->affected_rows())); + } ++ ++ private function _encode($vars) ++ { ++ if ($this->need_base64) { ++ return base64_encode($vars); ++ } else { ++ return $vars; ++ } ++ } ++ ++ private function _decode($vars) ++ { ++ if ($this->need_base64) { ++ return base64_decode($vars); ++ } else { ++ return $vars; ++ } ++ } ++ + } diff --git a/mail/roundcube/files/patch-vendor_pear-pear.php.net_Net__Sieve_Net_Sieve.php b/mail/roundcube/files/patch-vendor_pear-pear.php.net_Net__Sieve_Net_Sieve.php deleted file mode 100644 index 2719754475e..00000000000 --- a/mail/roundcube/files/patch-vendor_pear-pear.php.net_Net__Sieve_Net_Sieve.php +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/pear-pear.php.net/Net_Sieve/Net/Sieve.php.orig 2016-03-01 14:32:07 UTC -+++ vendor/pear-pear.php.net/Net_Sieve/Net/Sieve.php -@@ -229,7 +229,7 @@ class Net_Sieve - $this->_sock = new Net_Socket(); - $this->_bypassAuth = $bypassAuth; - $this->_useTLS = $useTLS; -- $this->_options = $options; -+ $this->_options = (array)$options; - $this->setDebug($debug, $handler); - - /* Try to include the Auth_SASL package. If the package is not diff --git a/mail/tlb/Makefile b/mail/tlb/Makefile index 624b5ce8085..0f11832c22f 100644 --- a/mail/tlb/Makefile +++ b/mail/tlb/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/tlb/ \ ftp://totem.fix.no/pub/mirrors/misc/ \ http://ports.toco-domains.de/ -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= The List Batcher, a general purpose mail list delivery engine RUN_DEPENDS= p5-Mail-Tools>=0:mail/p5-Mail-Tools \ diff --git a/math/R-cran-quantreg/Makefile b/math/R-cran-quantreg/Makefile index 546d225c58b..7c8e4ca0000 100644 --- a/math/R-cran-quantreg/Makefile +++ b/math/R-cran-quantreg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quantreg -PORTVERSION= 5.24 +PORTVERSION= 5.26 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-quantreg/distinfo b/math/R-cran-quantreg/distinfo index 094c287fbab..83a3fc1be93 100644 --- a/math/R-cran-quantreg/distinfo +++ b/math/R-cran-quantreg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1463269925 -SHA256 (quantreg_5.24.tar.gz) = 1adb2f42620a77bdfccda920437a7b5c03299896d4bc34b9ff0ac7c018eccbc1 -SIZE (quantreg_5.24.tar.gz) = 1720092 +TIMESTAMP = 1465514094 +SHA256 (quantreg_5.26.tar.gz) = 9d7403f7c5ee219ec155838648401a1c4915a46a74f5774a0f6876c537ef2c87 +SIZE (quantreg_5.26.tar.gz) = 1720216 diff --git a/multimedia/smplayer-themes/Makefile b/multimedia/smplayer-themes/Makefile index 998881e5ed8..9f53b069c06 100644 --- a/multimedia/smplayer-themes/Makefile +++ b/multimedia/smplayer-themes/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= smplayer-themes -PORTVERSION= 15.12.0 -PORTREVISION= 1 +PORTVERSION= 16.6.0 PORTEPOCH= 1 CATEGORIES= multimedia audio kde MASTER_SITES= SF/smplayer/SMPlayer-themes/${PORTVERSION}/ diff --git a/multimedia/smplayer-themes/distinfo b/multimedia/smplayer-themes/distinfo index 38de3efbaf0..555a3621197 100644 --- a/multimedia/smplayer-themes/distinfo +++ b/multimedia/smplayer-themes/distinfo @@ -1,2 +1,3 @@ -SHA256 (smplayer-themes-15.12.0.tar.bz2) = bd30b4cee576c4b1e4e8b59c986f93f2c2d150554d3eedb6e1dd37aa2e0fd110 -SIZE (smplayer-themes-15.12.0.tar.bz2) = 3229694 +TIMESTAMP = 1465568088 +SHA256 (smplayer-themes-16.6.0.tar.bz2) = a5ec99809bf1cfdf872d569a66f97fc9c06ce00cba0aec7c7d46de3b2591edbc +SIZE (smplayer-themes-16.6.0.tar.bz2) = 3900645 diff --git a/multimedia/smplayer-themes/pkg-plist b/multimedia/smplayer-themes/pkg-plist index c628c46f609..2a4a9e14225 100644 --- a/multimedia/smplayer-themes/pkg-plist +++ b/multimedia/smplayer-themes/pkg-plist @@ -15,6 +15,9 @@ %%DATADIR%%/themes/H2O/H2O.rcc %%DATADIR%%/themes/H2O/README.txt %%DATADIR%%/themes/H2O/style.qss +%%DATADIR%%/themes/Masalla/Masalla.rcc +%%DATADIR%%/themes/Masalla/README.txt +%%DATADIR%%/themes/Masalla/style.qss %%DATADIR%%/themes/Monochrome/Monochrome.rcc %%DATADIR%%/themes/Monochrome/README.txt %%DATADIR%%/themes/Noia/Noia.rcc @@ -33,6 +36,10 @@ %%DATADIR%%/themes/Oxygen-Refit/README.txt %%DATADIR%%/themes/Oxygen/Oxygen.rcc %%DATADIR%%/themes/Oxygen/README.txt +%%DATADIR%%/themes/Papirus/Papirus.rcc +%%DATADIR%%/themes/Papirus/README.txt +%%DATADIR%%/themes/PapirusDark/PapirusDark.rcc +%%DATADIR%%/themes/PapirusDark/README.txt %%DATADIR%%/themes/Silk/README.txt %%DATADIR%%/themes/Silk/Silk.rcc %%DATADIR%%/themes/Tango/README.txt diff --git a/multimedia/smplayer/Makefile b/multimedia/smplayer/Makefile index 25587467ccb..602ebff90a8 100644 --- a/multimedia/smplayer/Makefile +++ b/multimedia/smplayer/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smplayer -DISTVERSION= 16.4.0 +DISTVERSION= 16.6.0 CATEGORIES= multimedia audio kde MASTER_SITES= SF/${PORTNAME}/SMPlayer/${PORTVERSION} diff --git a/multimedia/smplayer/distinfo b/multimedia/smplayer/distinfo index d6eb6c36f14..625c4d78985 100644 --- a/multimedia/smplayer/distinfo +++ b/multimedia/smplayer/distinfo @@ -1,2 +1,3 @@ -SHA256 (smplayer-16.4.0.tar.bz2) = de4169c7e3a1d8bf6f3c9a77fa0a8c24c1f63db3f2b8a325bc6761c0a9d2d2ec -SIZE (smplayer-16.4.0.tar.bz2) = 4020567 +TIMESTAMP = 1465562036 +SHA256 (smplayer-16.6.0.tar.bz2) = 10220981f7260ec5f3e7201a5b5b8b534a61056f616811a118d59a8a5696d346 +SIZE (smplayer-16.6.0.tar.bz2) = 4154300 diff --git a/net-mgmt/argus3-clients/Makefile b/net-mgmt/argus3-clients/Makefile index fc50f195d6d..6b0f810b1ef 100644 --- a/net-mgmt/argus3-clients/Makefile +++ b/net-mgmt/argus3-clients/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= argus-clients -PORTVERSION= 3.0.8 -PORTREVISION= 1 +PORTVERSION= 3.0.8.2 CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ @@ -15,12 +14,12 @@ LICENSE= GPLv3 CONFLICTS= argus-clients-2* argus-clients-sasl-2* -OPTIONS_DEFINE= GEOIP MYSQL SASL DOCS +OPTIONS_DEFINE= GEOIP MYSQL SASL DOCS EXAMPLES OPTIONS_DEFAULT=MYSQL SASL OPTIONS_SUB= yes SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_CONFIGURE_ON= --with-sasl=${LOCALBASE} -MYSQL_USE= MYSQL=yes +MYSQL_USES= mysql GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP GEOIP_CONFIGURE_ON= --with-GeoIP=${LOCALBASE} @@ -47,24 +46,9 @@ do-install: .for i in argusclientbug radark ragraph rahosts raips raplot raports ${INSTALL_SCRIPT} ${WRKSRC}/bin/$i ${STAGEDIR}/${PREFIX}/bin/$i .endfor -.if ${PORT_OPTIONS:MMYSQL} -.for i in rasql rasqlinsert rasqltimeindex - ${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${STAGEDIR}/${PREFIX}/bin/$i -.endfor -.for i in rasql.1 rasqlinsert.1 rasqltimeindex.1 - ${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${STAGEDIR}/${PREFIX}/man/man1 -.endfor -.endif .for i in radark ragraph rahosts raports ${INSTALL_SCRIPT} ${WRKSRC}/bin/$i ${STAGEDIR}/${PREFIX}/bin/$i .endfor -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}/${DOCSDIR}/ -.for i in AUTHORS CHANGES CREDITS ChangeLog INSTALL \ - MANIFEST README VERSION - ${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}/${DOCSDIR} -.endfor -.endif .for i in ra.1 rabins.1 racluster.1 raconvert.1 racount.1 radump.1 raevent.1 \ rafilteraddr.1 ragraph.1 ragrep.1 rahisto.1 ralabel.1 ranonymize.1 \ rapath.1 rapolicy.1 rasort.1 rasplit.1 rastream.1 rastrip.1 @@ -76,6 +60,23 @@ do-install: .for i in radium.8 ${INSTALL_MAN} ${WRKSRC}/man/man8/$i ${STAGEDIR}/${PREFIX}/man/man8 .endfor + +do-install-MYSQL-on: +.for i in rasql rasqlinsert rasqltimeindex + ${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${STAGEDIR}/${PREFIX}/bin/$i +.endfor +.for i in rasql.1 rasqlinsert.1 rasqltimeindex.1 + ${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${STAGEDIR}/${PREFIX}/man/man1 +.endfor + +do-install-DOCS-on: + ${MKDIR} ${STAGEDIR}/${DOCSDIR}/ +.for i in AUTHORS CHANGES CREDITS ChangeLog INSTALL \ + MANIFEST README VERSION + ${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}/${DOCSDIR} +.endfor + +do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} .for i in Config Database Startup System ${MKDIR} ${STAGEDIR}/${EXAMPLESDIR}/$i diff --git a/net-mgmt/argus3-clients/distinfo b/net-mgmt/argus3-clients/distinfo index fb16f843112..ad60df8f31f 100644 --- a/net-mgmt/argus3-clients/distinfo +++ b/net-mgmt/argus3-clients/distinfo @@ -1,2 +1,3 @@ -SHA256 (argus-clients-3.0.8.tar.gz) = aee8585d50959e00070a382f3121edfaa844a0a51dc0b73edf84c0f4eb8912c9 -SIZE (argus-clients-3.0.8.tar.gz) = 2627515 +TIMESTAMP = 1465514925 +SHA256 (argus-clients-3.0.8.2.tar.gz) = 32073a60ddd56ea8407a4d1b134448ff4bcdba0ee7399160c2f801a0aa913bb1 +SIZE (argus-clients-3.0.8.2.tar.gz) = 2776072 diff --git a/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/Makefile b/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/Makefile index c719d4d7aea..33a3484071e 100644 --- a/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/Makefile +++ b/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Net-Abuse-Utils-Spamhaus -PORTVERSION= 0.07 +PORTVERSION= 0.09 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,5 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include diff --git a/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/distinfo b/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/distinfo index 5d51d0690ae..07ffb2c39ce 100644 --- a/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/distinfo +++ b/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/distinfo @@ -1,2 +1,3 @@ -SHA256 (Net-Abuse-Utils-Spamhaus-0.07.tar.gz) = 663396c5c9e721a327754ca4f6644f300bc59dfd9cbf862c2f346837e7654645 -SIZE (Net-Abuse-Utils-Spamhaus-0.07.tar.gz) = 21016 +TIMESTAMP = 1465556936 +SHA256 (Net-Abuse-Utils-Spamhaus-0.09.tar.gz) = 8d2ab4167f25a4a6d45a1c9bc576b7cae3a38ee4d2c1d8ee2748bad2bb1ebb5f +SIZE (Net-Abuse-Utils-Spamhaus-0.09.tar.gz) = 20807 diff --git a/net/nats/Makefile b/net/nats/Makefile index 6ad11cd6103..ef94f1e6d8d 100644 --- a/net/nats/Makefile +++ b/net/nats/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nats -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 DISTVERSIONPREFIX= v CATEGORIES= net @@ -11,8 +11,6 @@ COMMENT= Messaging system written in Go LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/golang.org/x/crypto/bcrypt.a:security/go.crypto - USES= go GO_PKGNAME= github.com/nats-io/gnatsd USE_GITHUB= yes diff --git a/net/nats/distinfo b/net/nats/distinfo index 8f49396c15b..9af733f0131 100644 --- a/net/nats/distinfo +++ b/net/nats/distinfo @@ -1,2 +1,3 @@ -SHA256 (nats-io-gnatsd-v0.8.0_GH0.tar.gz) = a2b19de7679b7c5004c75d0c39b8d5d0bd26590a574284e48660eec3a4f9f0d0 -SIZE (nats-io-gnatsd-v0.8.0_GH0.tar.gz) = 196435 +TIMESTAMP = 1465564138 +SHA256 (nats-io-gnatsd-v0.8.1_GH0.tar.gz) = d2040c47b242ccff9703bca4162ee6c6d3e7163e6af0441704680b2c19599ac0 +SIZE (nats-io-gnatsd-v0.8.1_GH0.tar.gz) = 200211 diff --git a/net/rubygem-omniauth-auth0/Makefile b/net/rubygem-omniauth-auth0/Makefile index c488cb8d42c..f64a49b540e 100644 --- a/net/rubygem-omniauth-auth0/Makefile +++ b/net/rubygem-omniauth-auth0/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.4.1 CATEGORIES= net rubygems MASTER_SITES= RG -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Authentication broker supporting different identity providers LICENSE= MIT diff --git a/net/rubygem-omniauth-azure-oauth2/Makefile b/net/rubygem-omniauth-azure-oauth2/Makefile index 55d21dc84bf..81f2307b05f 100644 --- a/net/rubygem-omniauth-azure-oauth2/Makefile +++ b/net/rubygem-omniauth-azure-oauth2/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.0.6 CATEGORIES= net rubygems MASTER_SITES= RG -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Azure OAuth2 Strategy for OmniAuth LICENSE= MIT diff --git a/ports-mgmt/pkg-plist/Makefile b/ports-mgmt/pkg-plist/Makefile index d825a8126d2..ad4e1bb09e4 100644 --- a/ports-mgmt/pkg-plist/Makefile +++ b/ports-mgmt/pkg-plist/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= ports-mgmt python MASTER_SITES= http://code.arp242.net/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Generate a pkg-plist for a port LICENSE= MIT diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index d733df1a56b..49eeeb97968 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ GH -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Manage your ports without external databases or languages LICENSE= BSD2CLAUSE diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile index 8a139cbb6c9..aafeeecc2e1 100644 --- a/security/opencryptoki/Makefile +++ b/security/opencryptoki/Makefile @@ -3,6 +3,7 @@ PORTNAME= opencryptoki PORTVERSION= 3.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF @@ -40,11 +41,15 @@ PLIST_SUB= USERS="${USERS}" GROUPS="${GROUPS}" USERS= _pkcs11 GROUPS= _pkcs11 +OPTIONS_DEFINE= LDAP +OPTIONS_SUB= yes +LDAP_CONFIGURE_ENABLE= icsf +LDAP_USE= OPENLDAP=yes + post-install: ${MV} ${STAGEDIR}${ETCDIR}/opencryptoki.conf \ ${STAGEDIR}${ETCDIR}/opencryptoki.conf.sample - ${RMDIR} ${STAGEDIR}/var/run/opencryptoki/swtok \ - ${STAGEDIR}/var/run/opencryptoki/tpm \ + ${RMDIR} ${STAGEDIR}/var/run/opencryptoki/* \ ${STAGEDIR}/var/run/opencryptoki .include diff --git a/security/opencryptoki/files/pkcsslotd.in b/security/opencryptoki/files/pkcsslotd.in index 159fa36dfa9..8518e57013c 100644 --- a/security/opencryptoki/files/pkcsslotd.in +++ b/security/opencryptoki/files/pkcsslotd.in @@ -23,7 +23,8 @@ start_precmd=${name}_prestart pkcsslotd_prestart () { install -d -o %%USERS%% -g %%GROUPS%% -m 0755 \ /var/run/opencryptoki/swtok \ - /var/run/opencryptoki/tpm + /var/run/opencryptoki/tpm \ + /var/run/opencryptoki/icsf } load_rc_config $name diff --git a/security/opencryptoki/pkg-plist b/security/opencryptoki/pkg-plist index 9244ac75643..ea011eac104 100644 --- a/security/opencryptoki/pkg-plist +++ b/security/opencryptoki/pkg-plist @@ -7,6 +7,7 @@ lib/opencryptoki/libopencryptoki.so lib/opencryptoki/libopencryptoki.so.0 lib/opencryptoki/libopencryptoki.so.0.0.0 lib/opencryptoki/methods +%%LDAP%%lib/opencryptoki/stdll/PKCS11_ICSF.so lib/opencryptoki/stdll/PKCS11_SW.so lib/opencryptoki/stdll/PKCS11_TPM.so lib/opencryptoki/stdll/libpkcs11_sw.so @@ -15,6 +16,9 @@ lib/opencryptoki/stdll/libpkcs11_sw.so.0.0.0 lib/opencryptoki/stdll/libpkcs11_tpm.so lib/opencryptoki/stdll/libpkcs11_tpm.so.0 lib/opencryptoki/stdll/libpkcs11_tpm.so.0.0.0 +%%LDAP%%lib/opencryptoki/stdll/libpkcs11_icsf.so.0.0.0 +%%LDAP%%lib/opencryptoki/stdll/libpkcs11_icsf.so.0 +%%LDAP%%lib/opencryptoki/stdll/libpkcs11_icsf.so lib/pkcs11/PKCS11_API.so lib/pkcs11/libopencryptoki.so lib/pkcs11/methods @@ -27,7 +31,9 @@ man/man5/opencryptoki.conf.5.gz man/man7/opencryptoki.7.gz man/man8/pkcsslotd.8.gz sbin/pkcsconf +%%LDAP%%sbin/pkcsicsf sbin/pkcsslotd +%%LDAP%%@dir(%%USERS%%,%%GROUPS%%,700) /var/lib/opencryptoki/icsf @dir(%%USERS%%,%%GROUPS%%,700) /var/lib/opencryptoki/swtok/TOK_OBJ @dir(%%USERS%%,%%GROUPS%%,700) /var/lib/opencryptoki/swtok @dir(%%USERS%%,%%GROUPS%%,700) /var/lib/opencryptoki/tpm diff --git a/security/p5-CryptX/Makefile b/security/p5-CryptX/Makefile index 9467c8424ef..74950e8f301 100644 --- a/security/p5-CryptX/Makefile +++ b/security/p5-CryptX/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CryptX -PORTVERSION= 0.035 +PORTVERSION= 0.036 CATEGORIES= security perl5 MASTER_SITES= CPAN/Crypt PKGNAMEPREFIX= p5- diff --git a/security/p5-CryptX/distinfo b/security/p5-CryptX/distinfo index 5727a311107..cdd91fb5626 100644 --- a/security/p5-CryptX/distinfo +++ b/security/p5-CryptX/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465178678 -SHA256 (CryptX-0.035.tar.gz) = 1ec6c000862d60d3d12eda5d0eed3f08e759d4140775b6c76da538a8be3857fe -SIZE (CryptX-0.035.tar.gz) = 1197832 +TIMESTAMP = 1465564284 +SHA256 (CryptX-0.036.tar.gz) = 9b740a592843c48a437f5e2b434cee38382e93a9112d2331a76ed7b865d0d520 +SIZE (CryptX-0.036.tar.gz) = 1200463 diff --git a/security/p5-Session-Token/Makefile b/security/p5-Session-Token/Makefile index 24d4d6b4b69..2cbcd557a08 100644 --- a/security/p5-Session-Token/Makefile +++ b/security/p5-Session-Token/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Session-Token -PORTVERSION= 1.010 +PORTVERSION= 1.502 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FRACTAL diff --git a/security/p5-Session-Token/distinfo b/security/p5-Session-Token/distinfo index d01ffcee157..3fff59ec057 100644 --- a/security/p5-Session-Token/distinfo +++ b/security/p5-Session-Token/distinfo @@ -1,2 +1,3 @@ -SHA256 (Session-Token-1.010.tar.gz) = cf7533b7bfa4988e6ab1e0138370a0a98b2b4ba7c39c80d890872f0244bcd043 -SIZE (Session-Token-1.010.tar.gz) = 23184 +TIMESTAMP = 1465508038 +SHA256 (Session-Token-1.502.tar.gz) = 54d3dd4c24aee1f05400b269130b05003e927e364c35c14b7eb6ea29fe5904a8 +SIZE (Session-Token-1.502.tar.gz) = 24020 diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 6c4411ade6b..52de7ba2d4b 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -3,6 +3,7 @@ PORTNAME= ansible PORTVERSION?= 2.1.0.0 +PORTREVISION?= 1 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -17,6 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 +EXTRA_PATCHES?= ${FILESDIR}/extra-patch-b5e012b + NO_ARCH= yes USES= cpe python:2 shebangfix USE_PYTHON= autoplist distutils diff --git a/sysutils/ansible/files/extra-patch-b5e012b b/sysutils/ansible/files/extra-patch-b5e012b new file mode 100644 index 00000000000..1d83c2233a5 --- /dev/null +++ b/sysutils/ansible/files/extra-patch-b5e012b @@ -0,0 +1,29 @@ +commit b5e012b47fa9e242a38c3f66678aa2f47946a9c9 +Author: Dmitry Marakasov +Date: Thu May 26 17:37:28 2016 +0300 + + Fix crontab argument order for writing + + Currently, when writing user's crontab, ansible calls + + crontab -u + + This is incorrect according to crontab(1) on both FreeBSD and Linux, + which suggest that file argument should be the last. + + At least on FreeBSD, this leads to incorrect cron module bahavior which + writes to root's crontab instead of users's + +diff --git system/cron.py system/cron.py +index ab97606..b9f0940 100644 +--- lib/ansible/modules/core/system/cron.py ++++ lib/ansible/modules/core/system/cron.py +@@ -488,7 +488,7 @@ class CronTab(object): + return "chown %s %s ; su '%s' -c '%s %s'" % (pipes.quote(self.user), pipes.quote(path), pipes.quote(self.user), CRONCMD, pipes.quote(path)) + else: + user = '-u %s' % pipes.quote(self.user) +- return "%s %s %s" % (CRONCMD , pipes.quote(path), user) ++ return "%s %s %s" % (CRONCMD , user, pipes.quote(path)) + + + diff --git a/sysutils/battray/Makefile b/sysutils/battray/Makefile index 64afba61c79..942f7565b1f 100644 --- a/sysutils/battray/Makefile +++ b/sysutils/battray/Makefile @@ -7,7 +7,7 @@ CATEGORIES= sysutils python MASTER_SITES= http://code.arp242.net/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ DISTNAME= ${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Display notebook battery status in tray LICENSE= MIT diff --git a/textproc/Makefile b/textproc/Makefile index 46179d0a5cd..29b3789e8c0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -396,6 +396,7 @@ SUBDIR += libextractor SUBDIR += libexttextcat SUBDIR += libflate + SUBDIR += libfo SUBDIR += libguess SUBDIR += libkmfl SUBDIR += libkolabxml diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 1984b2434d5..89fe316a26e 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 6.0.1 -PORTREVISION= 1 +PORTVERSION= 6.0.4 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -59,7 +58,7 @@ post-patch: '/NGX_PID_PATH/s|mkdir|${TRUE}| ; \ /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \ /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \ - ${WRKSRC}/vendor/nginx-1.9.12/auto/install + ${WRKSRC}/vendor/nginx-1.11.0/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index 8d6c59d960b..1227f0a1b50 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,2 +1,3 @@ -SHA256 (groonga-6.0.1.tar.gz) = 16297c1e4c7cb12c4fca515a28b5cb1e9ef0db0867ff4ad3d8d5436c0e175b6d -SIZE (groonga-6.0.1.tar.gz) = 13914843 +TIMESTAMP = 1465556857 +SHA256 (groonga-6.0.4.tar.gz) = 2c6ebe7e5b1065b777cbc5c6696a47a2b7da510b4c3e785f45437a56ad65ad58 +SIZE (groonga-6.0.4.tar.gz) = 13687702 diff --git a/textproc/groonga/pkg-plist b/textproc/groonga/pkg-plist index 4ad44070d0f..e495cda8217 100644 --- a/textproc/groonga/pkg-plist +++ b/textproc/groonga/pkg-plist @@ -28,6 +28,7 @@ include/groonga/groonga/array.h include/groonga/groonga/command.h include/groonga/groonga/config.h include/groonga/groonga/dat.h +include/groonga/groonga/db.h include/groonga/groonga/dump.h include/groonga/groonga/expr.h include/groonga/groonga/file_reader.h @@ -38,13 +39,17 @@ include/groonga/groonga/ii.h include/groonga/groonga/nfkc.h include/groonga/groonga/normalizer.h include/groonga/groonga/obj.h +include/groonga/groonga/operator.h include/groonga/groonga/output.h include/groonga/groonga/pat.h include/groonga/groonga/plugin.h include/groonga/groonga/portability.h include/groonga/groonga/request_canceler.h +include/groonga/groonga/request_timer.h include/groonga/groonga/scorer.h +include/groonga/groonga/table.h include/groonga/groonga/thread.h +include/groonga/groonga/time.h include/groonga/groonga/token.h include/groonga/groonga/token_filter.h include/groonga/groonga/tokenizer.h @@ -52,17 +57,19 @@ include/groonga/groonga/type.h include/groonga/groonga/util.h include/groonga/groonga/windows.h include/groonga/groonga/windows_event_logger.h +include/groonga/groonga/window_function.h %%RUBY%%lib/groonga/plugins/expression_rewriters/optimizer.rb +lib/groonga/plugins/functions/number.a +lib/groonga/plugins/functions/number.so lib/groonga/plugins/functions/string.a lib/groonga/plugins/functions/string.so lib/groonga/plugins/functions/vector.a +lib/groonga/plugins/functions/time.a +lib/groonga/plugins/functions/time.so lib/groonga/plugins/functions/vector.so lib/groonga/plugins/query_expanders/tsv.a lib/groonga/plugins/query_expanders/tsv.so -%%RUBY%%lib/groonga/plugins/ruby/eval.a -%%RUBY%%lib/groonga/plugins/ruby/eval.so -%%RUBY%%lib/groonga/plugins/ruby/load.a -%%RUBY%%lib/groonga/plugins/ruby/load.so +%%RUBY%%lib/groonga/plugins/ruby/eval.rb %%RUBY%%lib/groonga/plugins/sharding.rb %%RUBY%%lib/groonga/plugins/sharding/logical_count.rb %%RUBY%%lib/groonga/plugins/sharding/logical_enumerator.rb @@ -88,6 +95,13 @@ lib/groonga/plugins/query_expanders/tsv.so %%RUBY%%lib/groonga/scripts/ruby/expression_rewriter.rb %%RUBY%%lib/groonga/scripts/ruby/expression_rewriters.rb %%RUBY%%lib/groonga/scripts/ruby/expression_size_estimator.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree/binary_operation.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree/constant.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree/function_call.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree/logical_operation.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree/variable.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree_builder.rb %%RUBY%%lib/groonga/scripts/ruby/fixed_size_column.rb %%RUBY%%lib/groonga/scripts/ruby/id.rb %%RUBY%%lib/groonga/scripts/ruby/index_column.rb diff --git a/textproc/libfo/Makefile b/textproc/libfo/Makefile new file mode 100644 index 00000000000..efe2613290c --- /dev/null +++ b/textproc/libfo/Makefile @@ -0,0 +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 +USE_GNOME= libgnomeprint libxslt \ + libxml2 gtk20 glib20 pango \ + librsvg2 gdkpixbuf2 +USE_GITHUB= yes +GH_PROJECT= xmlroff +GH_ACCOUNT= xmlroff +USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/xmlroff-${PORTVERSION}/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 diff --git a/textproc/libfo/distinfo b/textproc/libfo/distinfo new file mode 100644 index 00000000000..2a1c36f9e73 --- /dev/null +++ b/textproc/libfo/distinfo @@ -0,0 +1,2 @@ +SHA256 (xmlroff-xmlroff-v0.6.2_GH0.tar.gz) = 9c4777c27418eeb013b50246a4852f49893829ee6463b9686f4e7f26bbb19fe9 +SIZE (xmlroff-xmlroff-v0.6.2_GH0.tar.gz) = 2195618 diff --git a/textproc/libfo/files/patch-Makefile.am b/textproc/libfo/files/patch-Makefile.am new file mode 100644 index 00000000000..76df9390912 --- /dev/null +++ b/textproc/libfo/files/patch-Makefile.am @@ -0,0 +1,20 @@ +--- Makefile.am.orig 2009-03-11 21:08:57 UTC ++++ Makefile.am +@@ -6,7 +6,7 @@ if ENABLE_CUNIT + CUNIT_DIRS = cunit + endif + +-SUBDIRS = libfo xmlroff . examples docs $(CUNIT_DIRS) ++SUBDIRS = libfo . examples $(CUNIT_DIRS) + + if PLATFORM_WIN32 + no_undefined = -no-undefined +@@ -19,7 +19,7 @@ INCLUDES = \ + -Ilibfo + + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = ${LOCALBASE}/libdata/pkgconfig + pkgconfig_DATA = libfo-0.6.pc + + xmldir = $(datadir)/xml/libfo-@VERSION@ diff --git a/textproc/libfo/files/patch-docs-Makefile.am b/textproc/libfo/files/patch-docs-Makefile.am new file mode 100644 index 00000000000..bbf8ebe4009 --- /dev/null +++ b/textproc/libfo/files/patch-docs-Makefile.am @@ -0,0 +1,11 @@ +--- docs/Makefile.am.orig 2009-03-11 21:08:57 UTC ++++ docs/Makefile.am +@@ -228,7 +228,7 @@ dist-hook-local: + DOCBOOK_XSL=http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl + + xmlroff.fo: xmlroff.xml ../libfo-compat.xsl +- xsltproc $(DOCBOOK_XSL) xmlroff.xml > xmlroff.tmp ++ env XML_CATALOG_FILES=file://${LOCALBASE}/share/xml/catalog xsltproc --nonet $(DOCBOOK_XSL) xmlroff.xml > xmlroff.tmp + xsltproc ../libfo-compat.xsl xmlroff.tmp > xmlroff.fo + rm -f xmlroff.tmp + diff --git a/textproc/libfo/pkg-descr b/textproc/libfo/pkg-descr new file mode 100644 index 00000000000..561957686cf --- /dev/null +++ b/textproc/libfo/pkg-descr @@ -0,0 +1,3 @@ +libfo is library part of xmlroff XSL formatter. + +WWW: http://xmlroff.org diff --git a/textproc/libfo/pkg-plist b/textproc/libfo/pkg-plist new file mode 100644 index 00000000000..2c08ca147e3 --- /dev/null +++ b/textproc/libfo/pkg-plist @@ -0,0 +1,47 @@ +include/libfo-0.6/libfo/area/fo-area.h +include/libfo-0.6/libfo/fo/fo-fo.h +include/libfo-0.6/libfo/datatype/fo-datatype.h +include/libfo-0.6/libfo/datatype/fo-enum.h +include/libfo-0.6/libfo/property/fo-property.h +include/libfo-0.6/libfo/util/fo-hash-table.h +include/libfo-0.6/libfo/util/fo-image.h +include/libfo-0.6/libfo/util/fo-pixbuf.h +include/libfo-0.6/libfo/fo-object.h +include/libfo-0.6/libfo/fo-node.h +include/libfo-0.6/libfo/fo-context.h +include/libfo-0.6/libfo/fo-doc-cairo.h +include/libfo-0.6/libfo/fo-doc-cairo-private.h +include/libfo-0.6/libfo/fo-layout-cairo.h +include/libfo-0.6/libfo/fo-layout-cairo-private.h +include/libfo-0.6/libfo/fo-doc-gp.h +include/libfo-0.6/libfo/fo-doc-gp-private.h +include/libfo-0.6/libfo/fo-layout-gp.h +include/libfo-0.6/libfo/fo-layout-gp-private.h +include/libfo-0.6/libfo/fo-doc.h +include/libfo-0.6/libfo/fo-doc-private.h +include/libfo-0.6/libfo/fo-utils.h +include/libfo-0.6/libfo/fo-font-desc.h +include/libfo-0.6/libfo/fo-layout.h +include/libfo-0.6/libfo/fo-font-desc-private.h +include/libfo-0.6/libfo/fo-layout-private.h +include/libfo-0.6/libfo/fo-libfo.h +include/libfo-0.6/libfo/fo-libfo-basic.h +include/libfo-0.6/libfo/fo-libfo-context.h +include/libfo-0.6/libfo/fo-xml-doc-private.h +include/libfo-0.6/libfo/fo-xml-doc.h +include/libfo-0.6/libfo/fo-xml-node-private.h +include/libfo-0.6/libfo/fo-xml-node.h +include/libfo-0.6/libfo/fo-xsl-formatter.h +include/libfo-0.6/libfo/fo-xslt-transformer.h +include/libfo-0.6/libfo/fo-libfo-module-private.h +include/libfo-0.6/libfo/fo-libfo-module.h +include/libfo-0.6/libfo/libfo-features.h +include/libfo-0.6/libfo/libfo-version.h +include/libfo-0.6/libfo/libfo-compat.h +lib/libfo-0.6.a +lib/libfo-0.6.so +lib/libfo-0.6.so.0 +lib/libfo-0.6.so.0.602.0 +libdata/pkgconfig/libfo-0.6.pc +@xmlcatmgr share/xml/libfo-0.6.2/catalog.xml +share/xml/libfo-0.6.2/libfo-compat.xsl diff --git a/textproc/xml-parse.el/Makefile b/textproc/xml-parse.el/Makefile index ef090fc3fe3..f104ecf70a7 100644 --- a/textproc/xml-parse.el/Makefile +++ b/textproc/xml-parse.el/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME} EXTRACT_SUFX= EXTRACT_ONLY= -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Code to efficiently read/write XML data with Elisp USE_EMACS= yes diff --git a/textproc/xmlroff/Makefile b/textproc/xmlroff/Makefile index fc3721c10ba..df54ad0b63b 100644 --- a/textproc/xmlroff/Makefile +++ b/textproc/xmlroff/Makefile @@ -3,9 +3,9 @@ PORTNAME= xmlroff PORTVERSION= 0.6.2 -PORTREVISION= 5 +PORTREVISION= 6 +DISTVERSIONPREFIX= v CATEGORIES= textproc -MASTER_SITES= http://xmlroff.org/download/ MAINTAINER= hrs@FreeBSD.org COMMENT= XSL formatter that produces PDF and PostScript @@ -13,20 +13,23 @@ COMMENT= XSL formatter that produces PDF and PostScript LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcairo.so:graphics/cairo +BUILD_DEPENDS= libfo>=0.6.2:textproc/libfo +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake libtool pkgconfig pathfix -USE_GNOME= libgnomeprint libxslt \ - libxml2 gtk20 glib20 pango -USE_LDCONFIG= yes +USES= autoreconf gmake gettext pkgconfig pathfix +USE_GITHUB= yes +USE_GNOME= libgnomeprint libartlgpl2 pango glib20 \ + libxslt libxml2 gdkpixbuf2 +GH_ACCOUNT= xmlroff +GH_PROJECT= xmlroff +EXTRACT_AFTER_ARGS= --exclude=xmlroff/libfo +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +INSTALL_TARGET= install-strip -post-patch: - @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ - ${WRKSRC}/libfo/fo-libfo-basic.h +OPTIONS_DEFINE= DOCS +DOCS_CONFIGURE_ENABLE= gtk-doc +DOCS_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-doc.pc:${PORTSDIR}/textproc/gtk-doc .include diff --git a/textproc/xmlroff/distinfo b/textproc/xmlroff/distinfo index 9f1637e2403..2a1c36f9e73 100644 --- a/textproc/xmlroff/distinfo +++ b/textproc/xmlroff/distinfo @@ -1,2 +1,2 @@ -SHA256 (xmlroff-0.6.2.tar.gz) = 305be62e51406baaa74870cb95f813f436a756170d2cd14eb48ffd13c7b20f74 -SIZE (xmlroff-0.6.2.tar.gz) = 2827261 +SHA256 (xmlroff-xmlroff-v0.6.2_GH0.tar.gz) = 9c4777c27418eeb013b50246a4852f49893829ee6463b9686f4e7f26bbb19fe9 +SIZE (xmlroff-xmlroff-v0.6.2_GH0.tar.gz) = 2195618 diff --git a/textproc/xmlroff/files/patch-Makefile.am b/textproc/xmlroff/files/patch-Makefile.am new file mode 100644 index 00000000000..30813381d27 --- /dev/null +++ b/textproc/xmlroff/files/patch-Makefile.am @@ -0,0 +1,31 @@ +--- Makefile.am.orig 2009-03-12 06:08:57.000000000 +0900 ++++ Makefile.am 2016-03-26 11:11:44.004539000 +0900 +@@ -6,26 +6,14 @@ + CUNIT_DIRS = cunit + endif + +-SUBDIRS = libfo xmlroff . examples docs $(CUNIT_DIRS) ++SUBDIRS = xmlroff examples docs $(CUNIT_DIRS) + + if PLATFORM_WIN32 + no_undefined = -no-undefined + endif + + INCLUDES = \ +- -DG_LOG_DOMAIN=\"libfo\" \ +- $(LIBXSLT_CFLAGS) \ +- $(GLIB_CFLAGS) \ +- -Ilibfo +- +- +-pkgconfigdir = $(libdir)/pkgconfig +-pkgconfig_DATA = libfo-0.6.pc +- +-xmldir = $(datadir)/xml/libfo-@VERSION@ +-xml_DATA = \ +- catalog.xml \ +- libfo-compat.xsl ++ -DG_LOG_DOMAIN=\"libfo\" + + EXTRA_DIST = \ + catalog.xml.in \ diff --git a/textproc/xmlroff/files/patch-configure.ac b/textproc/xmlroff/files/patch-configure.ac new file mode 100644 index 00000000000..2cd5146849d --- /dev/null +++ b/textproc/xmlroff/files/patch-configure.ac @@ -0,0 +1,59 @@ +--- configure.ac.orig 2009-03-12 06:08:57.000000000 +0900 ++++ configure.ac 2016-03-26 11:07:28.607576000 +0900 +@@ -230,30 +230,26 @@ + AM_CONDITIONAL(ENABLE_MAN, test x$enable_man != xno) + + # +-# Checks for libxslt +-# +-# Variables for libxslt will also include values appropriate for +-# libxml2. ++# Checks for libfo + # +-LIBXSLT_PACKAGES=libxslt +-LIBXSLT_REQUIRED_VERSION=1.0.3 ++LIBFO_PACKAGES=libfo-0.6 ++LIBFO_REQUIRED_VERSION=0.6 + +-have_libxslt=false ++have_libfo=false + +-PKG_CHECK_MODULES(LIBXSLT, +- $LIBXSLT_PACKAGES >= $LIBXSLT_REQUIRED_VERSION, +- have_libxslt=true, ++PKG_CHECK_MODULES(LIBFO, ++ $LIBFO_PACKAGES >= $LIBFO_REQUIRED_VERSION, ++ have_libfo=true, + :) + +-if $have_libxslt ; then : ; else ++if $have_libfo ; then : ; else + AC_MSG_ERROR([ +-*** Libxslt $LIBXSLT_REQUIRED_VERSION or newer is required. +-*** Libxslt is available at http://xsltsoft.org/. ++*** Libfo $LIBFO_REQUIRED_VERSION or newer is required. + ]) + fi + +-AC_SUBST(LIBXSLT_LIBS) +-AC_SUBST(LIBXSLT_CFLAGS) ++AC_SUBST(LIBFO_LIBS) ++AC_SUBST(LIBFO_CFLAGS) + + AC_ARG_ENABLE(rebuilds, + AC_HELP_STRING([--disable-rebuilds], +@@ -623,14 +619,6 @@ + docs/Makefile + examples/Makefile + examples/xml2003/Makefile +-libfo/Makefile +-libfo/area/Makefile +-libfo/datatype/Makefile +-libfo/expr/Makefile +-libfo/fo/Makefile +-libfo/property/Makefile +-libfo/util/Makefile +-libfo-0.6.pc + xmlroff.spec + xmlroff/Makefile + catalog.xml diff --git a/textproc/xmlroff/files/patch-docs-Makefile.am b/textproc/xmlroff/files/patch-docs-Makefile.am new file mode 100644 index 00000000000..4e36cb4488d --- /dev/null +++ b/textproc/xmlroff/files/patch-docs-Makefile.am @@ -0,0 +1,11 @@ +--- docs/Makefile.am.orig 2009-03-12 06:08:57.000000000 +0900 ++++ docs/Makefile.am 2016-03-25 14:22:51.475354000 +0900 +@@ -228,7 +228,7 @@ + DOCBOOK_XSL=http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl + + xmlroff.fo: xmlroff.xml ../libfo-compat.xsl +- xsltproc $(DOCBOOK_XSL) xmlroff.xml > xmlroff.tmp ++ env XML_CATALOG_FILES=file://${LOCALBASE}/share/xml/catalog xsltproc --nonet $(DOCBOOK_XSL) xmlroff.xml > xmlroff.tmp + xsltproc ../libfo-compat.xsl xmlroff.tmp > xmlroff.fo + rm -f xmlroff.tmp + diff --git a/textproc/xmlroff/files/patch-xmlroff-Makefile.am b/textproc/xmlroff/files/patch-xmlroff-Makefile.am new file mode 100644 index 00000000000..2ba6530d6c3 --- /dev/null +++ b/textproc/xmlroff/files/patch-xmlroff-Makefile.am @@ -0,0 +1,27 @@ +--- xmlroff/Makefile.am.orig 2016-03-26 11:00:22.298011000 +0900 ++++ xmlroff/Makefile.am 2016-03-26 11:01:28.445341000 +0900 +@@ -6,8 +6,7 @@ + + INCLUDES = \ + -DG_LOG_DOMAIN=\"libfo\" \ +- $(LIBXSLT_CFLAGS) \ +- $(GLIB_CFLAGS) ++ $(LIBFO_CFLAGS) + + bin_PROGRAMS = \ + xmlroff +@@ -18,11 +17,8 @@ + xmlroff_SOURCES = \ + xmlroff.c + +-xmlroff_LDFLAGS = -static ++xmlroff_LDFLAGS = \ ++ $(LIBFO_LDFLAGS) + + xmlroff_LDADD = \ +- ../libfo/libfo-0.6.la \ +- $(PANGO_LIBS) \ +- $(GNOMEPRINT_LIBS) \ +- $(LIBXSLT_LIBS) \ +- $(FREETYPE_LIBS) ++ $(LIBFO_LIBS) diff --git a/textproc/xmlroff/pkg-plist b/textproc/xmlroff/pkg-plist index 1a0f9b6757a..626f60b356b 100644 --- a/textproc/xmlroff/pkg-plist +++ b/textproc/xmlroff/pkg-plist @@ -1,392 +1,347 @@ bin/xmlroff -include/libfo-0.6/libfo/area/fo-area.h -include/libfo-0.6/libfo/fo/fo-fo.h -include/libfo-0.6/libfo/datatype/fo-datatype.h -include/libfo-0.6/libfo/datatype/fo-enum.h -include/libfo-0.6/libfo/property/fo-property.h -include/libfo-0.6/libfo/util/fo-hash-table.h -include/libfo-0.6/libfo/util/fo-image.h -include/libfo-0.6/libfo/util/fo-pixbuf.h -include/libfo-0.6/libfo/fo-object.h -include/libfo-0.6/libfo/fo-node.h -include/libfo-0.6/libfo/fo-context.h -include/libfo-0.6/libfo/fo-doc-cairo.h -include/libfo-0.6/libfo/fo-doc-cairo-private.h -include/libfo-0.6/libfo/fo-layout-cairo.h -include/libfo-0.6/libfo/fo-layout-cairo-private.h -include/libfo-0.6/libfo/fo-doc-gp.h -include/libfo-0.6/libfo/fo-doc-gp-private.h -include/libfo-0.6/libfo/fo-layout-gp.h -include/libfo-0.6/libfo/fo-layout-gp-private.h -include/libfo-0.6/libfo/fo-doc.h -include/libfo-0.6/libfo/fo-doc-private.h -include/libfo-0.6/libfo/fo-utils.h -include/libfo-0.6/libfo/fo-font-desc.h -include/libfo-0.6/libfo/fo-layout.h -include/libfo-0.6/libfo/fo-font-desc-private.h -include/libfo-0.6/libfo/fo-layout-private.h -include/libfo-0.6/libfo/fo-libfo.h -include/libfo-0.6/libfo/fo-libfo-basic.h -include/libfo-0.6/libfo/fo-libfo-context.h -include/libfo-0.6/libfo/fo-xml-doc-private.h -include/libfo-0.6/libfo/fo-xml-doc.h -include/libfo-0.6/libfo/fo-xml-node-private.h -include/libfo-0.6/libfo/fo-xml-node.h -include/libfo-0.6/libfo/fo-xsl-formatter.h -include/libfo-0.6/libfo/fo-xslt-transformer.h -include/libfo-0.6/libfo/fo-libfo-module-private.h -include/libfo-0.6/libfo/fo-libfo-module.h -include/libfo-0.6/libfo/libfo-features.h -include/libfo-0.6/libfo/libfo-version.h -include/libfo-0.6/libfo/libfo-compat.h -lib/libfo-0.6.a -lib/libfo-0.6.so -lib/libfo-0.6.so.0 -lib/libfo-0.6.so.0.602.0 -libdata/pkgconfig/libfo-0.6.pc -%%DOCSDIR%%/FoArea.html -%%DOCSDIR%%/FoAreaArea.html -%%DOCSDIR%%/FoAreaLayout.html -%%DOCSDIR%%/FoAreaListItem.html -%%DOCSDIR%%/FoAreaNormal.html -%%DOCSDIR%%/FoAreaPage.html -%%DOCSDIR%%/FoAreaReference.html -%%DOCSDIR%%/FoAreaSpanningTableCell.html -%%DOCSDIR%%/FoAreaTable.html -%%DOCSDIR%%/FoAreaTableBody.html -%%DOCSDIR%%/FoAreaTableCell.html -%%DOCSDIR%%/FoAreaTableCellProxy.html -%%DOCSDIR%%/FoAreaTableContinuation.html -%%DOCSDIR%%/FoAreaTableFooter.html -%%DOCSDIR%%/FoAreaTableHeader.html -%%DOCSDIR%%/FoAreaTablePart.html -%%DOCSDIR%%/FoAreaTableRow.html -%%DOCSDIR%%/FoAreaTree.html -%%DOCSDIR%%/FoAreaViewportReference.html -%%DOCSDIR%%/FoBlockBlock.html -%%DOCSDIR%%/FoBlockFoIface.html -%%DOCSDIR%%/FoBlockLayout.html -%%DOCSDIR%%/FoBlockWhitespace.html -%%DOCSDIR%%/FoBoolean.html -%%DOCSDIR%%/FoChar.html -%%DOCSDIR%%/FoCharacter.html -%%DOCSDIR%%/FoColor.html -%%DOCSDIR%%/FoContext.html -%%DOCSDIR%%/FoDatatype.html -%%DOCSDIR%%/FoEnum.html -%%DOCSDIR%%/FoExpression.html -%%DOCSDIR%%/FoFo.html -%%DOCSDIR%%/FoHashTable.html -%%DOCSDIR%%/FoId.html -%%DOCSDIR%%/FoInlineFoIface.html -%%DOCSDIR%%/FoInteger.html -%%DOCSDIR%%/FoKeep.html -%%DOCSDIR%%/FoLength.html -%%DOCSDIR%%/FoLengthBpIpD.html -%%DOCSDIR%%/FoLengthCond.html -%%DOCSDIR%%/FoLengthRange.html -%%DOCSDIR%%/FoName.html -%%DOCSDIR%%/FoNode.html -%%DOCSDIR%%/FoNumber.html -%%DOCSDIR%%/FoNumeric.html -%%DOCSDIR%%/FoObject.html -%%DOCSDIR%%/FoPercentage.html -%%DOCSDIR%%/FoProperty.html -%%DOCSDIR%%/FoPropertyTextPropertyIface.html -%%DOCSDIR%%/FoSpace.html -%%DOCSDIR%%/FoString.html -%%DOCSDIR%%/FoTableBorderFoIface.html -%%DOCSDIR%%/FoTablePart.html -%%DOCSDIR%%/FoText.html -%%DOCSDIR%%/FoTree.html -%%DOCSDIR%%/FoUnknown.html -%%DOCSDIR%%/FoUriSpecification.html -%%DOCSDIR%%/FoWrapper.html -%%DOCSDIR%%/FoWrapperBlock.html -%%DOCSDIR%%/FoWrapperInline.html -%%DOCSDIR%%/FoWrapperWhitespace.html -%%DOCSDIR%%/areas.html -%%DOCSDIR%%/backends.html -%%DOCSDIR%%/basic-interface.html -%%DOCSDIR%%/context.html -%%DOCSDIR%%/datatypes.html -%%DOCSDIR%%/debugging.html -%%DOCSDIR%%/developers.html -%%DOCSDIR%%/directory-structure.html -%%DOCSDIR%%/fo-area-c-file.html -%%DOCSDIR%%/fo-c-file.html -%%DOCSDIR%%/fo-h-file.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/formatting-objects.html -%%DOCSDIR%%/generating-source.html -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/interfaces.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/node.html -%%DOCSDIR%%/object.html -%%DOCSDIR%%/object-hierarchy.html -%%DOCSDIR%%/other-objects.html -%%DOCSDIR%%/properties.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DOCSDIR%%/users.html -%%DOCSDIR%%/utility-modules.html -%%DOCSDIR%%/utility-objects.html -%%DOCSDIR%%/xmlroff-code-rules.html -%%DOCSDIR%%/xmlroff-fo-utils.html -%%DOCSDIR%%/xmlroff-libfo-version.html -%%DOCSDIR%%/xmlroff.1.html -%%DOCSDIR%%/xmlroff.css -%%DOCSDIR%%/xmlroff-Additional-Pango-attributes-needed-by-LibFO.html -%%DOCSDIR%%/xmlroff-FoDoc.html -%%DOCSDIR%%/xmlroff-FoPcw.html -%%DOCSDIR%%/xmlroff-FoDocCairo.html -%%DOCSDIR%%/xmlroff-FoDocGP.html -%%DOCSDIR%%/xmlroff-FoError.html -%%DOCSDIR%%/xmlroff-FoFontDesc.html -%%DOCSDIR%%/xmlroff-FoImage.html -%%DOCSDIR%%/xmlroff-FoLayout.html -%%DOCSDIR%%/xmlroff-FoLayoutCairo.html -%%DOCSDIR%%/xmlroff-FoLibfoContext.html -%%DOCSDIR%%/xmlroff-FoNeutralFoIface.html -%%DOCSDIR%%/xmlroff-FoPixbuf.html -%%DOCSDIR%%/xmlroff-FoTblr.html -%%DOCSDIR%%/xmlroff-FoWrapperInlineEmpty.html -%%DOCSDIR%%/xmlroff-FoWsc.html -%%DOCSDIR%%/xmlroff-FoXmlDoc.html -%%DOCSDIR%%/xmlroff-FoXmlNode.html -%%DOCSDIR%%/xmlroff-FoXslFormatter.html -%%DOCSDIR%%/xmlroff-FoXsltTransformer.html -%%DOCSDIR%%/xmlroff-LibFO-compatibility-stylesheet.html -%%DOCSDIR%%/xmlroff-alignment-adjust.html -%%DOCSDIR%%/xmlroff-alignment-baseline.html -%%DOCSDIR%%/xmlroff-background-color.html -%%DOCSDIR%%/xmlroff-background-image.html -%%DOCSDIR%%/xmlroff-baseline-shift.html -%%DOCSDIR%%/xmlroff-basic-link.html -%%DOCSDIR%%/xmlroff-bidi-override.html -%%DOCSDIR%%/xmlroff-block-container.html -%%DOCSDIR%%/xmlroff-block-progression-dimension.html -%%DOCSDIR%%/xmlroff-block.html -%%DOCSDIR%%/xmlroff-block-progression-dimensionmaximum.html -%%DOCSDIR%%/xmlroff-block-progression-dimensionminimum.html -%%DOCSDIR%%/xmlroff-block-progression-dimensionoptimum.html -%%DOCSDIR%%/xmlroff-border-after-color.html -%%DOCSDIR%%/xmlroff-border-after-precedence.html -%%DOCSDIR%%/xmlroff-border-after-style.html -%%DOCSDIR%%/xmlroff-border-after-width.html -%%DOCSDIR%%/xmlroff-border-before-color.html -%%DOCSDIR%%/xmlroff-border-before-precedence.html -%%DOCSDIR%%/xmlroff-border-before-style.html -%%DOCSDIR%%/xmlroff-border-bottom.html -%%DOCSDIR%%/xmlroff-border-before-width.html -%%DOCSDIR%%/xmlroff-border-bottom-color.html -%%DOCSDIR%%/xmlroff-border-bottom-style.html -%%DOCSDIR%%/xmlroff-border-bottom-width.html -%%DOCSDIR%%/xmlroff-border-collapse.html -%%DOCSDIR%%/xmlroff-border-end-color.html -%%DOCSDIR%%/xmlroff-border-end-precedence.html -%%DOCSDIR%%/xmlroff-border-end-style.html -%%DOCSDIR%%/xmlroff-border-end-width.html -%%DOCSDIR%%/xmlroff-border-left-color.html -%%DOCSDIR%%/xmlroff-border-left-style.html -%%DOCSDIR%%/xmlroff-border-left-width.html -%%DOCSDIR%%/xmlroff-border-left.html -%%DOCSDIR%%/xmlroff-border-right-color.html -%%DOCSDIR%%/xmlroff-border-right-style.html -%%DOCSDIR%%/xmlroff-border-right-width.html -%%DOCSDIR%%/xmlroff-border-right.html -%%DOCSDIR%%/xmlroff-border-separation.html -%%DOCSDIR%%/xmlroff-border-start-color.html -%%DOCSDIR%%/xmlroff-border-start-precedence.html -%%DOCSDIR%%/xmlroff-border-start-style.html -%%DOCSDIR%%/xmlroff-border-start-width.html -%%DOCSDIR%%/xmlroff-border-style.html -%%DOCSDIR%%/xmlroff-border-top-color.html -%%DOCSDIR%%/xmlroff-border-top.html -%%DOCSDIR%%/xmlroff-border-top-style.html -%%DOCSDIR%%/xmlroff-border-top-width.html -%%DOCSDIR%%/xmlroff-border-width.html -%%DOCSDIR%%/xmlroff-border.html -%%DOCSDIR%%/xmlroff-break-after.html -%%DOCSDIR%%/xmlroff-break-before.html -%%DOCSDIR%%/xmlroff-character.html -%%DOCSDIR%%/xmlroff-clip.html -%%DOCSDIR%%/xmlroff-color-profile.html -%%DOCSDIR%%/xmlroff-color.html -%%DOCSDIR%%/xmlroff-column-number.html -%%DOCSDIR%%/xmlroff-column-width.html -%%DOCSDIR%%/xmlroff-conditional-page-master-reference.html -%%DOCSDIR%%/xmlroff-content-height.html -%%DOCSDIR%%/xmlroff-content-type.html -%%DOCSDIR%%/xmlroff-content-width.html -%%DOCSDIR%%/xmlroff-declarations.html -%%DOCSDIR%%/xmlroff-direction.html -%%DOCSDIR%%/xmlroff-display-align.html -%%DOCSDIR%%/xmlroff-dominant-baseline.html -%%DOCSDIR%%/xmlroff-end-indent.html -%%DOCSDIR%%/xmlroff-extent.html -%%DOCSDIR%%/xmlroff-external-graphic.html -%%DOCSDIR%%/xmlroff-float.html -%%DOCSDIR%%/xmlroff-flow-name.html -%%DOCSDIR%%/xmlroff-flow.html -%%DOCSDIR%%/xmlroff-fo-area-graphic.html -%%DOCSDIR%%/xmlroff-fo-area-inline.html -%%DOCSDIR%%/xmlroff-font-size.html -%%DOCSDIR%%/xmlroff-fo-doc-commands.html -%%DOCSDIR%%/xmlroff-fo-layout-gp.html -%%DOCSDIR%%/xmlroff-fo-libfo-basic.html -%%DOCSDIR%%/xmlroff-fo-marker-parent.html -%%DOCSDIR%%/xmlroff-fo-property-border-color.html -%%DOCSDIR%%/xmlroff-fo-retrieve-marker.html -%%DOCSDIR%%/xmlroff-font-family.html -%%DOCSDIR%%/xmlroff-font-stretch.html -%%DOCSDIR%%/xmlroff-font-style.html -%%DOCSDIR%%/xmlroff-font-variant.html -%%DOCSDIR%%/xmlroff-font-weight.html -%%DOCSDIR%%/xmlroff-footnote-body.html -%%DOCSDIR%%/xmlroff-footnote.html -%%DOCSDIR%%/xmlroff-format.html -%%DOCSDIR%%/xmlroff-grouping-separator.html -%%DOCSDIR%%/xmlroff-grouping-size.html -%%DOCSDIR%%/xmlroff-height.html -%%DOCSDIR%%/xmlroff-id.html -%%DOCSDIR%%/xmlroff-initial-property-set.html -%%DOCSDIR%%/xmlroff-inline-container.html -%%DOCSDIR%%/xmlroff-inline-progression-dimension.html -%%DOCSDIR%%/xmlroff-inline-progression-dimensionmaximum.html -%%DOCSDIR%%/xmlroff-inline-progression-dimensionminimum.html -%%DOCSDIR%%/xmlroff-inline-progression-dimensionoptimum.html -%%DOCSDIR%%/xmlroff-inline.html -%%DOCSDIR%%/xmlroff-keep-together.html -%%DOCSDIR%%/xmlroff-instream-foreign-object.html -%%DOCSDIR%%/xmlroff-keep-togetherwithin-column.html -%%DOCSDIR%%/xmlroff-keep-togetherwithin-line.html -%%DOCSDIR%%/xmlroff-keep-togetherwithin-page.html -%%DOCSDIR%%/xmlroff-keep-with-next.html -%%DOCSDIR%%/xmlroff-keep-with-nextwithin-column.html -%%DOCSDIR%%/xmlroff-keep-with-nextwithin-line.html -%%DOCSDIR%%/xmlroff-keep-with-nextwithin-page.html -%%DOCSDIR%%/xmlroff-keep-with-previous.html -%%DOCSDIR%%/xmlroff-keep-with-previouswithin-column.html -%%DOCSDIR%%/xmlroff-layout-master-set.html -%%DOCSDIR%%/xmlroff-keep-with-previouswithin-line.html -%%DOCSDIR%%/xmlroff-keep-with-previouswithin-page.html -%%DOCSDIR%%/xmlroff-leader.html -%%DOCSDIR%%/xmlroff-letter-value.html -%%DOCSDIR%%/xmlroff-line-height.html -%%DOCSDIR%%/xmlroff-line-stacking-strategy.html -%%DOCSDIR%%/xmlroff-linefeed-treatment.html -%%DOCSDIR%%/xmlroff-list-block.html -%%DOCSDIR%%/xmlroff-list-item-body.html -%%DOCSDIR%%/xmlroff-list-item-label.html -%%DOCSDIR%%/xmlroff-list-item.html -%%DOCSDIR%%/xmlroff-margin-bottom.html -%%DOCSDIR%%/xmlroff-margin-left.html -%%DOCSDIR%%/xmlroff-margin-right.html -%%DOCSDIR%%/xmlroff-margin-top.html -%%DOCSDIR%%/xmlroff-margin.html -%%DOCSDIR%%/xmlroff-marker.html -%%DOCSDIR%%/xmlroff-master-name.html -%%DOCSDIR%%/xmlroff-master-reference.html -%%DOCSDIR%%/xmlroff-media-usage.html -%%DOCSDIR%%/xmlroff-multi-case.html -%%DOCSDIR%%/xmlroff-multi-properties.html -%%DOCSDIR%%/xmlroff-multi-property-set.html -%%DOCSDIR%%/xmlroff-multi-switch.html -%%DOCSDIR%%/xmlroff-multi-toggle.html -%%DOCSDIR%%/xmlroff-number-columns-repeated.html -%%DOCSDIR%%/xmlroff-number-columns-spanned.html -%%DOCSDIR%%/xmlroff-number-rows-spanned.html -%%DOCSDIR%%/xmlroff-orphans.html -%%DOCSDIR%%/xmlroff-overflow.html -%%DOCSDIR%%/xmlroff-padding-after.html -%%DOCSDIR%%/xmlroff-padding-before.html -%%DOCSDIR%%/xmlroff-padding-bottom.html -%%DOCSDIR%%/xmlroff-padding-end.html -%%DOCSDIR%%/xmlroff-padding-left.html -%%DOCSDIR%%/xmlroff-padding-right.html -%%DOCSDIR%%/xmlroff-padding-start.html -%%DOCSDIR%%/xmlroff-padding-top.html -%%DOCSDIR%%/xmlroff-padding.html -%%DOCSDIR%%/xmlroff-page-height.html -%%DOCSDIR%%/xmlroff-page-number-citation.html -%%DOCSDIR%%/xmlroff-page-number.html -%%DOCSDIR%%/xmlroff-page-sequence-master.html -%%DOCSDIR%%/xmlroff-page-sequence.html -%%DOCSDIR%%/xmlroff-page-width.html -%%DOCSDIR%%/xmlroff-provisional-distance-between-starts.html -%%DOCSDIR%%/xmlroff-provisional-label-separation.html -%%DOCSDIR%%/xmlroff-ref-id.html -%%DOCSDIR%%/xmlroff-region-after.html -%%DOCSDIR%%/xmlroff-region-before.html -%%DOCSDIR%%/xmlroff-region-body.html -%%DOCSDIR%%/xmlroff-region-end.html -%%DOCSDIR%%/xmlroff-region-name.html -%%DOCSDIR%%/xmlroff-region-start.html -%%DOCSDIR%%/xmlroff-repeatable-page-master-alternatives.html -%%DOCSDIR%%/xmlroff-repeatable-page-master-reference.html -%%DOCSDIR%%/xmlroff-role.html -%%DOCSDIR%%/xmlroff-root.html -%%DOCSDIR%%/xmlroff-scaling-method.html -%%DOCSDIR%%/xmlroff-scaling.html -%%DOCSDIR%%/xmlroff-score-spaces.html -%%DOCSDIR%%/xmlroff-simple-page-master.html -%%DOCSDIR%%/xmlroff-single-page-master-reference.html -%%DOCSDIR%%/xmlroff-source-document.html -%%DOCSDIR%%/xmlroff-space-after.html -%%DOCSDIR%%/xmlroff-space-afterconditionality.html -%%DOCSDIR%%/xmlroff-space-aftermaximum.html -%%DOCSDIR%%/xmlroff-space-afterminimum.html -%%DOCSDIR%%/xmlroff-space-afteroptimum.html -%%DOCSDIR%%/xmlroff-space-afterprecedence.html -%%DOCSDIR%%/xmlroff-space-before.html -%%DOCSDIR%%/xmlroff-space-beforeconditionality.html -%%DOCSDIR%%/xmlroff-space-beforemaximum.html -%%DOCSDIR%%/xmlroff-space-beforeminimum.html -%%DOCSDIR%%/xmlroff-space-beforeoptimum.html -%%DOCSDIR%%/xmlroff-space-beforeprecedence.html -%%DOCSDIR%%/xmlroff-space-end.html -%%DOCSDIR%%/xmlroff-space-endconditionality.html -%%DOCSDIR%%/xmlroff-space-endmaximum.html -%%DOCSDIR%%/xmlroff-space-endminimum.html -%%DOCSDIR%%/xmlroff-space-endoptimum.html -%%DOCSDIR%%/xmlroff-space-endprecedence.html -%%DOCSDIR%%/xmlroff-space-start.html -%%DOCSDIR%%/xmlroff-space-startconditionality.html -%%DOCSDIR%%/xmlroff-space-startmaximum.html -%%DOCSDIR%%/xmlroff-space-startminimum.html -%%DOCSDIR%%/xmlroff-space-startoptimum.html -%%DOCSDIR%%/xmlroff-space-startprecedence.html -%%DOCSDIR%%/xmlroff-span.html -%%DOCSDIR%%/xmlroff-src.html -%%DOCSDIR%%/xmlroff-start-indent.html -%%DOCSDIR%%/xmlroff-static-content.html -%%DOCSDIR%%/xmlroff-table-and-caption.html -%%DOCSDIR%%/xmlroff-table-body.html -%%DOCSDIR%%/xmlroff-table-caption.html -%%DOCSDIR%%/xmlroff-table-cell.html -%%DOCSDIR%%/xmlroff-table-column.html -%%DOCSDIR%%/xmlroff-table-footer.html -%%DOCSDIR%%/xmlroff-table-header.html -%%DOCSDIR%%/xmlroff-table-layout.html -%%DOCSDIR%%/xmlroff-table-row.html -%%DOCSDIR%%/xmlroff-table.html -%%DOCSDIR%%/xmlroff-text-align.html -%%DOCSDIR%%/xmlroff-text-indent.html -%%DOCSDIR%%/xmlroff-title.html -%%DOCSDIR%%/xmlroff-unicode-bidi.html -%%DOCSDIR%%/xmlroff-white-space-collapse.html -%%DOCSDIR%%/xmlroff-white-space-treatment.html -%%DOCSDIR%%/xmlroff-widows.html -%%DOCSDIR%%/xmlroff-width.html -%%DOCSDIR%%/xmlroff-wrap-option.html -%%DOCSDIR%%/xmlroff-writing-mode.html -%%DOCSDIR%%/xmlroff.devhelp -%%DOCSDIR%%/xmlroff.devhelp2 -share/xml/libfo-0.6.2/catalog.xml -share/xml/libfo-0.6.2/libfo-compat.xsl share/xml/libfo-0.6.2/xmlroff.fo share/xml/libfo-0.6.2/xmlroff.xml +%%PORTDOCS%%%%DOCSDIR%%/FoArea.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaArea.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaLayout.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaListItem.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaNormal.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaPage.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaReference.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaSpanningTableCell.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaTable.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaTableBody.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaTableCell.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaTableCellProxy.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaTableContinuation.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaTableFooter.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaTableHeader.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaTablePart.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaTableRow.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaTree.html +%%PORTDOCS%%%%DOCSDIR%%/FoAreaViewportReference.html +%%PORTDOCS%%%%DOCSDIR%%/FoBlockBlock.html +%%PORTDOCS%%%%DOCSDIR%%/FoBlockFoIface.html +%%PORTDOCS%%%%DOCSDIR%%/FoBlockLayout.html +%%PORTDOCS%%%%DOCSDIR%%/FoBlockWhitespace.html +%%PORTDOCS%%%%DOCSDIR%%/FoBoolean.html +%%PORTDOCS%%%%DOCSDIR%%/FoChar.html +%%PORTDOCS%%%%DOCSDIR%%/FoCharacter.html +%%PORTDOCS%%%%DOCSDIR%%/FoColor.html +%%PORTDOCS%%%%DOCSDIR%%/FoContext.html +%%PORTDOCS%%%%DOCSDIR%%/FoDatatype.html +%%PORTDOCS%%%%DOCSDIR%%/FoEnum.html +%%PORTDOCS%%%%DOCSDIR%%/FoExpression.html +%%PORTDOCS%%%%DOCSDIR%%/FoFo.html +%%PORTDOCS%%%%DOCSDIR%%/FoHashTable.html +%%PORTDOCS%%%%DOCSDIR%%/FoId.html +%%PORTDOCS%%%%DOCSDIR%%/FoInlineFoIface.html +%%PORTDOCS%%%%DOCSDIR%%/FoInteger.html +%%PORTDOCS%%%%DOCSDIR%%/FoKeep.html +%%PORTDOCS%%%%DOCSDIR%%/FoLength.html +%%PORTDOCS%%%%DOCSDIR%%/FoLengthBpIpD.html +%%PORTDOCS%%%%DOCSDIR%%/FoLengthCond.html +%%PORTDOCS%%%%DOCSDIR%%/FoLengthRange.html +%%PORTDOCS%%%%DOCSDIR%%/FoName.html +%%PORTDOCS%%%%DOCSDIR%%/FoNode.html +%%PORTDOCS%%%%DOCSDIR%%/FoNumber.html +%%PORTDOCS%%%%DOCSDIR%%/FoNumeric.html +%%PORTDOCS%%%%DOCSDIR%%/FoObject.html +%%PORTDOCS%%%%DOCSDIR%%/FoPercentage.html +%%PORTDOCS%%%%DOCSDIR%%/FoProperty.html +%%PORTDOCS%%%%DOCSDIR%%/FoPropertyTextPropertyIface.html +%%PORTDOCS%%%%DOCSDIR%%/FoSpace.html +%%PORTDOCS%%%%DOCSDIR%%/FoString.html +%%PORTDOCS%%%%DOCSDIR%%/FoTableBorderFoIface.html +%%PORTDOCS%%%%DOCSDIR%%/FoTablePart.html +%%PORTDOCS%%%%DOCSDIR%%/FoText.html +%%PORTDOCS%%%%DOCSDIR%%/FoTree.html +%%PORTDOCS%%%%DOCSDIR%%/FoUnknown.html +%%PORTDOCS%%%%DOCSDIR%%/FoUriSpecification.html +%%PORTDOCS%%%%DOCSDIR%%/FoWrapper.html +%%PORTDOCS%%%%DOCSDIR%%/FoWrapperBlock.html +%%PORTDOCS%%%%DOCSDIR%%/FoWrapperInline.html +%%PORTDOCS%%%%DOCSDIR%%/FoWrapperWhitespace.html +%%PORTDOCS%%%%DOCSDIR%%/areas.html +%%PORTDOCS%%%%DOCSDIR%%/backends.html +%%PORTDOCS%%%%DOCSDIR%%/basic-interface.html +%%PORTDOCS%%%%DOCSDIR%%/context.html +%%PORTDOCS%%%%DOCSDIR%%/datatypes.html +%%PORTDOCS%%%%DOCSDIR%%/debugging.html +%%PORTDOCS%%%%DOCSDIR%%/developers.html +%%PORTDOCS%%%%DOCSDIR%%/directory-structure.html +%%PORTDOCS%%%%DOCSDIR%%/fo-area-c-file.html +%%PORTDOCS%%%%DOCSDIR%%/fo-c-file.html +%%PORTDOCS%%%%DOCSDIR%%/fo-h-file.html +%%PORTDOCS%%%%DOCSDIR%%/formatting-objects.html +%%PORTDOCS%%%%DOCSDIR%%/generating-source.html +%%PORTDOCS%%%%DOCSDIR%%/home.png +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/index.sgml +%%PORTDOCS%%%%DOCSDIR%%/interfaces.html +%%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%/left.png +%%PORTDOCS%%%%DOCSDIR%%/node.html +%%PORTDOCS%%%%DOCSDIR%%/object-hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%/object.html +%%PORTDOCS%%%%DOCSDIR%%/other-objects.html +%%PORTDOCS%%%%DOCSDIR%%/properties.html +%%PORTDOCS%%%%DOCSDIR%%/right-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%/right.png +%%PORTDOCS%%%%DOCSDIR%%/style.css +%%PORTDOCS%%%%DOCSDIR%%/up-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%/up.png +%%PORTDOCS%%%%DOCSDIR%%/users.html +%%PORTDOCS%%%%DOCSDIR%%/utility-modules.html +%%PORTDOCS%%%%DOCSDIR%%/utility-objects.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-Additional-Pango-attributes-needed-by-LibFO.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoDoc.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoDocCairo.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoDocGP.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoError.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoFontDesc.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoImage.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoLayout.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoLayoutCairo.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoLibfoContext.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoNeutralFoIface.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoPcw.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoPixbuf.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoTblr.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoWrapperInlineEmpty.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoWsc.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoXmlDoc.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoXmlNode.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoXslFormatter.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-FoXsltTransformer.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-LibFO-compatibility-stylesheet.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-alignment-adjust.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-alignment-baseline.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-background-color.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-background-image.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-baseline-shift.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-basic-link.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-bidi-override.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-block-container.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-block-progression-dimension.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-block-progression-dimension.maximum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-block-progression-dimension.minimum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-block-progression-dimension.optimum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-block.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-after-color.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-after-precedence.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-after-style.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-after-width.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-before-color.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-before-precedence.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-before-style.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-before-width.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-bottom-color.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-bottom-style.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-bottom-width.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-bottom.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-collapse.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-end-color.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-end-precedence.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-end-style.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-end-width.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-left-color.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-left-style.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-left-width.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-left.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-right-color.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-right-style.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-right-width.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-right.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-separation.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-start-color.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-start-precedence.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-start-style.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-start-width.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-style.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-top-color.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-top-style.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-top-width.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-top.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border-width.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-border.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-break-after.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-break-before.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-character.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-clip.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-code-rules.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-color-profile.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-color.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-column-number.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-column-width.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-conditional-page-master-reference.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-content-height.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-content-type.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-content-width.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-declarations.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-direction.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-display-align.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-dominant-baseline.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-end-indent.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-extent.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-external-graphic.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-float.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-flow-name.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-flow.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-fo-area-graphic.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-fo-area-inline.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-fo-doc-commands.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-fo-layout-gp.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-fo-libfo-basic.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-fo-marker-parent.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-fo-property-border-color.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-fo-retrieve-marker.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-fo-utils.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-font-family.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-font-size.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-font-stretch.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-font-style.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-font-variant.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-font-weight.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-footnote-body.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-footnote.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-format.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-grouping-separator.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-grouping-size.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-height.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-id.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-initial-property-set.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-inline-container.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-inline-progression-dimension.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-inline-progression-dimension.maximum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-inline-progression-dimension.minimum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-inline-progression-dimension.optimum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-inline.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-instream-foreign-object.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-keep-together.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-keep-together.within-column.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-keep-together.within-line.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-keep-together.within-page.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-keep-with-next.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-keep-with-next.within-column.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-keep-with-next.within-line.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-keep-with-next.within-page.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-keep-with-previous.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-keep-with-previous.within-column.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-keep-with-previous.within-line.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-keep-with-previous.within-page.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-layout-master-set.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-leader.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-letter-value.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-libfo-version.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-line-height.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-line-stacking-strategy.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-linefeed-treatment.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-list-block.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-list-item-body.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-list-item-label.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-list-item.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-margin-bottom.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-margin-left.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-margin-right.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-margin-top.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-margin.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-marker.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-master-name.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-master-reference.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-media-usage.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-multi-case.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-multi-properties.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-multi-property-set.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-multi-switch.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-multi-toggle.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-number-columns-repeated.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-number-columns-spanned.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-number-rows-spanned.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-orphans.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-overflow.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-padding-after.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-padding-before.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-padding-bottom.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-padding-end.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-padding-left.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-padding-right.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-padding-start.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-padding-top.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-padding.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-page-height.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-page-number-citation.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-page-number.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-page-sequence-master.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-page-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-page-width.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-provisional-distance-between-starts.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-provisional-label-separation.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-ref-id.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-region-after.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-region-before.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-region-body.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-region-end.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-region-name.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-region-start.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-repeatable-page-master-alternatives.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-repeatable-page-master-reference.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-role.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-root.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-scaling-method.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-scaling.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-score-spaces.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-simple-page-master.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-single-page-master-reference.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-source-document.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-after.conditionality.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-after.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-after.maximum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-after.minimum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-after.optimum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-after.precedence.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-before.conditionality.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-before.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-before.maximum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-before.minimum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-before.optimum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-before.precedence.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-end.conditionality.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-end.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-end.maximum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-end.minimum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-end.optimum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-end.precedence.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-start.conditionality.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-start.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-start.maximum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-start.minimum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-start.optimum.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-space-start.precedence.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-span.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-src.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-start-indent.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-static-content.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-table-and-caption.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-table-body.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-table-caption.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-table-cell.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-table-column.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-table-footer.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-table-header.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-table-layout.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-table-row.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-table.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-text-align.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-text-indent.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-title.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-unicode-bidi.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-white-space-collapse.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-white-space-treatment.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-widows.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-width.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-wrap-option.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff-writing-mode.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff.1.html +%%PORTDOCS%%%%DOCSDIR%%/xmlroff.css +%%PORTDOCS%%%%DOCSDIR%%/xmlroff.devhelp2 diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile index c06287e93ad..97f05bc2e23 100644 --- a/www/aws-demos/Makefile +++ b/www/aws-demos/Makefile @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= aws -PORTVERSION= 3.3.0.0 -PORTREVISION= 4 +PORTVERSION= 17.0.0 CATEGORIES= www -MASTER_SITES= http://downloads.dragonlace.net/src/ PKGNAMESUFFIX= -demos MAINTAINER= marino@FreeBSD.org @@ -18,7 +16,11 @@ BUILD_DEPENDS= gprbuild:devel/gprbuild \ xmlada>=4.4:textproc/xmlada \ aws>=3.1:www/aws -USES= ada gmake tar:bzip2 +USES= ada gmake python tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= AdaCore +GH_PROJECT= aws +GH_TAGNAME= 31d491e DISTINFO_FILE= ${PORTSDIR}/www/aws/distinfo @@ -35,10 +37,12 @@ DEMO_DIRS+= autobahn DEMO_DIRS+= cert DEMO_DIRS+= com DEMO_DIRS+= dispatch +DEMO_DIRS+= gSOAP DEMO_DIRS+= dowload_manager DEMO_DIRS+= hello_world DEMO_DIRS+= hello_wsdl DEMO_DIRS+= hotplug +DEMO_DIRS+= https DEMO_DIRS+= interoplab DEMO_DIRS+= jabber_demo DEMO_DIRS+= multiple_sessions @@ -65,6 +69,7 @@ DEMO_DIRS+= zdemo .include .if ${PORT_OPTIONS:MSSL} +LIB_DEPENDS+= libssl.so:security/openssl CONF_ARGS+= SOCKET=openssl DEMO_DIRS+= agent DEMO_DIRS+= runme @@ -94,10 +99,16 @@ do-build: do-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/templates \ ${STAGEDIR}${EXAMPLESDIR}/images -.for dd in ${DEMO_DIRS} +.for dd in ${DEMO_DIRS:Nautobahn} ${FIND} ${WRKSRC}/demos/${dd} -type f -perm -0001 \ - -exec ${INSTALL} {} ${STAGEDIR}${EXAMPLESDIR}/ \; + -exec ${INSTALL_PROGRAM} {} ${STAGEDIR}${EXAMPLESDIR}/ \; .endfor + ${INSTALL_PROGRAM} ${WRKSRC}/demos/autobahn/obj/autobahn \ + ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/demos/autobahn/autobahn/run.sh \ + ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/demos/autobahn/autobahn/aws.json \ + ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && \ ${COPYTREE_SHARE} web_elements ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/demos/runme/aws_*.png \ diff --git a/www/aws-demos/files/patch-Makefile b/www/aws-demos/files/patch-Makefile new file mode 100644 index 00000000000..89d4a2757b5 --- /dev/null +++ b/www/aws-demos/files/patch-Makefile @@ -0,0 +1,35 @@ +--- Makefile.orig 2016-06-09 20:07:13 UTC ++++ Makefile +@@ -61,15 +61,14 @@ ALL_OPTIONS = $(MAKE_OPT) SOCKET="$(SOCK + GPRBUILD="$(GPRBUILD)" ZLIB="$(ZLIB)" BDIR="$(BDIR)" \ + prefix="$(prefix)" ENABLE_SHARED="$(ENABLE_SHARED)" \ + SOEXT="$(SOEXT)" GNAT="$(GNAT)" \ +- T2A="../../$(BDIR)/static/tools/templates2ada" \ ++ T2A="$(prefix)/bin/templates2ada" \ + LIBRARY_TYPE="$(LIBRARY_TYPE)" PYTHON="$(PYTHON)" \ + TARGET="$(TARGET)" IS_CROSS=$(IS_CROSS) GPRINSTALL="$(GPRINSTALL)" + + build-doc: + echo "" + echo "=== Build doc" +- ${MAKE} -C docs html latexpdf +- ${MAKE} -C templates_parser/docs html latexpdf ++ ${MAKE} -C docs html + + run_regtests: + echo "" +@@ -84,7 +83,7 @@ force: + + MODULES = config include ssl src gps regtests demos + +-MODULES_SETUP = ${MODULES:%=%_setup} templates_parser_setup ++MODULES_SETUP = ${MODULES:%=%_setup} + + MODULES_INSTALL = ${MODULES:%=%_install} + +@@ -346,4 +345,4 @@ gen_setup: + setup: gen_setup setup_dir setup_modules setup_config setup_tp $(GEXT_MODULE) + + setup_tp: +- $(MAKE) -C templates_parser setup $(GALL_OPTIONS) ++ echo "Templates Parser has already been externally built" diff --git a/www/aws-demos/pkg-plist b/www/aws-demos/pkg-plist index f237370f0f8..809924b0e69 100644 --- a/www/aws-demos/pkg-plist +++ b/www/aws-demos/pkg-plist @@ -1,6 +1,7 @@ %%SSL%%%%EXAMPLESDIR%%/agent %%EXAMPLESDIR%%/auth %%EXAMPLESDIR%%/autobahn +%%EXAMPLESDIR%%/aws.json %%EXAMPLESDIR%%/candy %%EXAMPLESDIR%%/cert %%EXAMPLESDIR%%/com_1 @@ -9,6 +10,7 @@ %%EXAMPLESDIR%%/download_manager %%EXAMPLESDIR%%/hello_world %%EXAMPLESDIR%%/hotplug +%%EXAMPLESDIR%%/https %%EXAMPLESDIR%%/images/aws_down.png %%EXAMPLESDIR%%/images/aws_logo.png %%EXAMPLESDIR%%/images/aws_up.png diff --git a/www/aws/Makefile b/www/aws/Makefile index 60180c3aeb3..3ac152cfe28 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= aws -PORTVERSION= 3.3.0.0 -PORTREVISION= 7 +PORTVERSION= 17.0.0 CATEGORIES= www -MASTER_SITES= http://downloads.dragonlace.net/src/ MAINTAINER= marino@FreeBSD.org COMMENT= Adacore Ada Web Server and framework @@ -21,9 +19,14 @@ BUILD_DEPENDS= gprbuild:devel/gprbuild \ RUN_DEPENDS= templates_parser>11:textproc/templates_parser \ xmlada>=4.4:textproc/xmlada +USES= ada:run gmake python shebangfix tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= AdaCore +GH_PROJECT= aws +GH_TAGNAME= 31d491e + GNU_CONFIGURE= yes NO_MTREE= yes -USES= ada gmake python tar:bzip2 DOTBUILD= release LINK_SSL= -- LINK_TLS= -- @@ -34,6 +37,7 @@ BUILD_TYPE= release ADDL_RPATH= ${LOCALBASE}/lib:${LOCALBASE}/lib/aws/native/relocatable AUX_TARGET= ${ARCH:S/amd64/x86_64/}-aux-${OPSYS:tl}${OSREL} TEMPARSE= ${WRKSRC}/.build/${AUX_TARGET}/${BUILD_TYPE} +SHEBANG_FILES= tools/awsascb OPTIONS_SINGLE= Secure-Socket-Layer OPTIONS_DEFINE= IP6 DEBUG LDAP SHARED DOCS @@ -41,9 +45,8 @@ OPTIONS_DEFAULT= SSL SHARED OPTIONS_SUB= yes NO_OPTIONS_SORT= yes DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx -OPTIONS_SINGLE_Secure-Socket-Layer= SSL GNUTLS NOSSL +OPTIONS_SINGLE_Secure-Socket-Layer= SSL GNUTLS -NOSSL_DESC= Disable SSL support SHARED_DESC= Build shared libraries in addition to static ones IP6_DESC= Support IPv6 instead of IPv4 @@ -77,11 +80,6 @@ CONF_ARGS+= SOCKET=gnutls LIB_DEPENDS+= libgnutls.so:security/gnutls LINK_TLS= .endif -.if ${PORT_OPTIONS:MNOSSL} -CONF_ARGS+= SOCKET=std -CONF_ARGS+= LPATH= -NAME_STD= -.endif #################### ## LDAP Support ## diff --git a/www/aws/distinfo b/www/aws/distinfo index 59238a25a38..0250d673b4f 100644 --- a/www/aws/distinfo +++ b/www/aws/distinfo @@ -1,2 +1,3 @@ -SHA256 (aws-3.3.0.0.tar.bz2) = aba7a8e44de6f4f75b3fc51ad1e61857cf37f4f74d92eaa117ae8b3356a3b2ba -SIZE (aws-3.3.0.0.tar.bz2) = 1548511 +TIMESTAMP = 1465542815 +SHA256 (AdaCore-aws-17.0.0-31d491e_GH0.tar.gz) = ffa837c757164b9f0c7383f43f6e846f19ab80f77ade8ce43d9efc68e6e0b99d +SIZE (AdaCore-aws-17.0.0-31d491e_GH0.tar.gz) = 2079967 diff --git a/www/aws/files/patch-Makefile b/www/aws/files/patch-Makefile index 56dbe65363e..89d4a2757b5 100644 --- a/www/aws/files/patch-Makefile +++ b/www/aws/files/patch-Makefile @@ -1,9 +1,9 @@ ---- Makefile.orig 2015-06-22 10:52:10 UTC +--- Makefile.orig 2016-06-09 20:07:13 UTC +++ Makefile @@ -61,15 +61,14 @@ ALL_OPTIONS = $(MAKE_OPT) SOCKET="$(SOCK GPRBUILD="$(GPRBUILD)" ZLIB="$(ZLIB)" BDIR="$(BDIR)" \ prefix="$(prefix)" ENABLE_SHARED="$(ENABLE_SHARED)" \ - SOEXT="$(SOEXT)" BUILD_DOC_SCRIPT="false" GNAT="$(GNAT)" \ + SOEXT="$(SOEXT)" GNAT="$(GNAT)" \ - T2A="../../$(BDIR)/static/tools/templates2ada" \ + T2A="$(prefix)/bin/templates2ada" \ LIBRARY_TYPE="$(LIBRARY_TYPE)" PYTHON="$(PYTHON)" \ @@ -18,10 +18,18 @@ run_regtests: echo "" -@@ -347,4 +346,5 @@ gen_setup: +@@ -84,7 +83,7 @@ force: + + MODULES = config include ssl src gps regtests demos + +-MODULES_SETUP = ${MODULES:%=%_setup} templates_parser_setup ++MODULES_SETUP = ${MODULES:%=%_setup} + + MODULES_INSTALL = ${MODULES:%=%_install} + +@@ -346,4 +345,4 @@ gen_setup: setup: gen_setup setup_dir setup_modules setup_config setup_tp $(GEXT_MODULE) setup_tp: - $(MAKE) -C templates_parser setup $(GALL_OPTIONS) + echo "Templates Parser has already been externally built" -+ #$(MAKE) -C templates_parser setup $(GALL_OPTIONS) diff --git a/www/aws/files/patch-src_extended_aws-services-web__block-context.ads b/www/aws/files/patch-src_extended_aws-services-web__block-context.ads deleted file mode 100644 index 3cf3927cccd..00000000000 --- a/www/aws/files/patch-src_extended_aws-services-web__block-context.ads +++ /dev/null @@ -1,11 +0,0 @@ ---- src/extended/aws-services-web_block-context.ads.orig 2015-06-22 10:52:10 UTC -+++ src/extended/aws-services-web_block-context.ads -@@ -95,7 +95,7 @@ private - use Ada; - use GNAT; - -- pragma Suppress (Tampering_Check); -+ -- pragma Suppress (Tampering_Check); - -- Suppress Tampering_Check until O608-005 fixed. - - package KV is new Containers.Indefinite_Hashed_Maps diff --git a/www/aws/pkg-plist b/www/aws/pkg-plist index 5182a738538..1d89098a84c 100644 --- a/www/aws/pkg-plist +++ b/www/aws/pkg-plist @@ -32,39 +32,32 @@ %%LDAP%%lib/aws/aws-ldap-client.ali %%LDAP%%lib/aws/aws-ldap-thin.ali %%LDAP%%lib/aws/aws-ldap.ali -%%NOSSL%%%%SHARED%%include/aws.relocatable/aws-net-ssl-certificate-impl__dummy.adb -%%NOSSL%%%%SHARED%%include/aws.relocatable/aws-net-ssl-certificate-impl__dummy.ads -%%NOSSL%%%%SHARED%%include/aws.relocatable/aws-net-ssl__dummy.adb -%%NOSSL%%%%SHARED%%include/aws.relocatable/ssl-thin__dummy.ads -%%NOSSL%%%%SHARED%%lib/aws.relocatable/aws-net-ssl-certificate-impl__dummy.ali -%%NOSSL%%%%SHARED%%lib/aws.relocatable/aws-net-ssl__dummy.ali -%%NOSSL%%%%SHARED%%lib/aws.relocatable/ssl-thin__dummy.ali -%%NOSSL%%include/aws/aws-net-ssl-certificate-impl__dummy.adb -%%NOSSL%%include/aws/aws-net-ssl-certificate-impl__dummy.ads -%%NOSSL%%include/aws/aws-net-ssl__dummy.adb -%%NOSSL%%include/aws/ssl-thin__dummy.ads -%%NOSSL%%lib/aws/aws-net-ssl-certificate-impl__dummy.ali -%%NOSSL%%lib/aws/aws-net-ssl__dummy.ali -%%NOSSL%%lib/aws/ssl-thin__dummy.ali %%NO_IP6%%%%SHARED%%include/aws.relocatable/aws-net-std__gnat.adb %%NO_IP6%%%%SHARED%%lib/aws.relocatable/aws-net-std__gnat.ali %%NO_IP6%%include/aws/aws-net-std__gnat.adb %%NO_IP6%%lib/aws/aws-net-std__gnat.ali %%SHARED%%include/aws.relocatable/aws-attachments.adb %%SHARED%%include/aws.relocatable/aws-attachments.ads +%%SHARED%%include/aws.relocatable/aws-client-hotplug.adb %%SHARED%%include/aws.relocatable/aws-client-hotplug.ads %%SHARED%%include/aws.relocatable/aws-client-http_utils.adb %%SHARED%%include/aws.relocatable/aws-client-http_utils.ads +%%SHARED%%include/aws.relocatable/aws-client-xml-input_sources.adb %%SHARED%%include/aws.relocatable/aws-client-xml-input_sources.ads %%SHARED%%include/aws.relocatable/aws-client-xml.ads %%SHARED%%include/aws.relocatable/aws-client.adb %%SHARED%%include/aws.relocatable/aws-client.ads +%%SHARED%%include/aws.relocatable/aws-communication-client.adb %%SHARED%%include/aws.relocatable/aws-communication-client.ads %%SHARED%%include/aws.relocatable/aws-communication-server.adb %%SHARED%%include/aws.relocatable/aws-communication-server.ads +%%SHARED%%include/aws.relocatable/aws-communication.adb %%SHARED%%include/aws.relocatable/aws-communication.ads +%%SHARED%%include/aws.relocatable/aws-config-ini.adb %%SHARED%%include/aws.relocatable/aws-config-ini.ads +%%SHARED%%include/aws.relocatable/aws-config-set.adb %%SHARED%%include/aws.relocatable/aws-config-set.ads +%%SHARED%%include/aws.relocatable/aws-config-utils.adb %%SHARED%%include/aws.relocatable/aws-config-utils.ads %%SHARED%%include/aws.relocatable/aws-config.adb %%SHARED%%include/aws.relocatable/aws-config.ads @@ -75,6 +68,7 @@ %%SHARED%%include/aws.relocatable/aws-containers-tables.adb %%SHARED%%include/aws.relocatable/aws-containers-tables.ads %%SHARED%%include/aws.relocatable/aws-containers.ads +%%SHARED%%include/aws.relocatable/aws-cookie.adb %%SHARED%%include/aws.relocatable/aws-cookie.ads %%SHARED%%include/aws.relocatable/aws-default.ads %%SHARED%%include/aws.relocatable/aws-digest.adb @@ -88,15 +82,22 @@ %%SHARED%%include/aws.relocatable/aws-headers-set.ads %%SHARED%%include/aws.relocatable/aws-headers-values.adb %%SHARED%%include/aws.relocatable/aws-headers-values.ads +%%SHARED%%include/aws.relocatable/aws-headers.adb %%SHARED%%include/aws.relocatable/aws-headers.ads +%%SHARED%%include/aws.relocatable/aws-hotplug-get_status.adb %%SHARED%%include/aws.relocatable/aws-hotplug-get_status.ads +%%SHARED%%include/aws.relocatable/aws-hotplug.adb %%SHARED%%include/aws.relocatable/aws-hotplug.ads +%%SHARED%%include/aws.relocatable/aws-jabber-client.adb %%SHARED%%include/aws.relocatable/aws-jabber-client.ads +%%SHARED%%include/aws.relocatable/aws-jabber-digest_md5.adb %%SHARED%%include/aws.relocatable/aws-jabber-digest_md5.ads %%SHARED%%include/aws.relocatable/aws-jabber.ads +%%SHARED%%include/aws.relocatable/aws-log.adb %%SHARED%%include/aws.relocatable/aws-log.ads %%SHARED%%include/aws.relocatable/aws-messages.adb %%SHARED%%include/aws.relocatable/aws-messages.ads +%%SHARED%%include/aws.relocatable/aws-mime.adb %%SHARED%%include/aws.relocatable/aws-mime.ads %%SHARED%%include/aws.relocatable/aws-net-acceptors.adb %%SHARED%%include/aws.relocatable/aws-net-acceptors.ads @@ -104,14 +105,19 @@ %%SHARED%%include/aws.relocatable/aws-net-buffered.ads %%SHARED%%include/aws.relocatable/aws-net-generic_sets.adb %%SHARED%%include/aws.relocatable/aws-net-generic_sets.ads +%%SHARED%%include/aws.relocatable/aws-net-log-callbacks.adb %%SHARED%%include/aws.relocatable/aws-net-log-callbacks.ads %%SHARED%%include/aws.relocatable/aws-net-log.adb %%SHARED%%include/aws.relocatable/aws-net-log.ads +%%SHARED%%include/aws.relocatable/aws-net-memory.adb +%%SHARED%%include/aws.relocatable/aws-net-memory.ads %%SHARED%%include/aws.relocatable/aws-net-poll_events-wait__native.adb +%%SHARED%%include/aws.relocatable/aws-net-poll_events.adb %%SHARED%%include/aws.relocatable/aws-net-poll_events.ads %%SHARED%%include/aws.relocatable/aws-net-sets.ads %%SHARED%%include/aws.relocatable/aws-net-ssl-certificate.adb %%SHARED%%include/aws.relocatable/aws-net-ssl-certificate.ads +%%SHARED%%include/aws.relocatable/aws-net-ssl-rsa_dh_generators.adb %%SHARED%%include/aws.relocatable/aws-net-ssl-rsa_dh_generators.ads %%SHARED%%include/aws.relocatable/aws-net-ssl.ads %%SHARED%%include/aws.relocatable/aws-net-std.ads @@ -119,16 +125,23 @@ %%SHARED%%include/aws.relocatable/aws-net-stream_io.ads %%SHARED%%include/aws.relocatable/aws-net-websocket-handshake_error.adb %%SHARED%%include/aws.relocatable/aws-net-websocket-handshake_error.ads +%%SHARED%%include/aws.relocatable/aws-net-websocket-protocol-draft76.adb %%SHARED%%include/aws.relocatable/aws-net-websocket-protocol-draft76.ads +%%SHARED%%include/aws.relocatable/aws-net-websocket-protocol-rfc6455.adb %%SHARED%%include/aws.relocatable/aws-net-websocket-protocol-rfc6455.ads %%SHARED%%include/aws.relocatable/aws-net-websocket-protocol.ads +%%SHARED%%include/aws.relocatable/aws-net-websocket-registry-control.adb %%SHARED%%include/aws.relocatable/aws-net-websocket-registry-control.ads +%%SHARED%%include/aws.relocatable/aws-net-websocket-registry-utils.adb %%SHARED%%include/aws.relocatable/aws-net-websocket-registry-utils.ads +%%SHARED%%include/aws.relocatable/aws-net-websocket-registry.adb %%SHARED%%include/aws.relocatable/aws-net-websocket-registry.ads +%%SHARED%%include/aws.relocatable/aws-net-websocket.adb %%SHARED%%include/aws.relocatable/aws-net-websocket.ads %%SHARED%%include/aws.relocatable/aws-net.adb %%SHARED%%include/aws.relocatable/aws-net.ads %%SHARED%%include/aws.relocatable/aws-os_lib.ads +%%SHARED%%include/aws.relocatable/aws-parameters-set.adb %%SHARED%%include/aws.relocatable/aws-parameters-set.ads %%SHARED%%include/aws.relocatable/aws-parameters.adb %%SHARED%%include/aws.relocatable/aws-parameters.ads @@ -136,71 +149,112 @@ %%SHARED%%include/aws.relocatable/aws-pop.ads %%SHARED%%include/aws.relocatable/aws-resources-embedded.adb %%SHARED%%include/aws.relocatable/aws-resources-embedded.ads +%%SHARED%%include/aws.relocatable/aws-resources-files.adb %%SHARED%%include/aws.relocatable/aws-resources-files.ads +%%SHARED%%include/aws.relocatable/aws-resources-streams-disk-once.adb %%SHARED%%include/aws.relocatable/aws-resources-streams-disk-once.ads +%%SHARED%%include/aws.relocatable/aws-resources-streams-disk.adb %%SHARED%%include/aws.relocatable/aws-resources-streams-disk.ads %%SHARED%%include/aws.relocatable/aws-resources-streams-memory-zlib.adb %%SHARED%%include/aws.relocatable/aws-resources-streams-memory-zlib.ads %%SHARED%%include/aws.relocatable/aws-resources-streams-memory.adb %%SHARED%%include/aws.relocatable/aws-resources-streams-memory.ads +%%SHARED%%include/aws.relocatable/aws-resources-streams-pipe.adb %%SHARED%%include/aws.relocatable/aws-resources-streams-pipe.ads +%%SHARED%%include/aws.relocatable/aws-resources-streams-zlib.adb %%SHARED%%include/aws.relocatable/aws-resources-streams-zlib.ads %%SHARED%%include/aws.relocatable/aws-resources-streams.adb %%SHARED%%include/aws.relocatable/aws-resources-streams.ads +%%SHARED%%include/aws.relocatable/aws-resources.adb %%SHARED%%include/aws.relocatable/aws-resources.ads %%SHARED%%include/aws.relocatable/aws-response-set.adb %%SHARED%%include/aws.relocatable/aws-response-set.ads %%SHARED%%include/aws.relocatable/aws-response.adb %%SHARED%%include/aws.relocatable/aws-response.ads +%%SHARED%%include/aws.relocatable/aws-server-get_status.adb %%SHARED%%include/aws.relocatable/aws-server-get_status.ads +%%SHARED%%include/aws.relocatable/aws-server-hotplug.adb %%SHARED%%include/aws.relocatable/aws-server-hotplug.ads +%%SHARED%%include/aws.relocatable/aws-server-http_utils.adb %%SHARED%%include/aws.relocatable/aws-server-http_utils.ads +%%SHARED%%include/aws.relocatable/aws-server-log.adb %%SHARED%%include/aws.relocatable/aws-server-log.ads +%%SHARED%%include/aws.relocatable/aws-server-protocol_handler.adb %%SHARED%%include/aws.relocatable/aws-server-push.adb %%SHARED%%include/aws.relocatable/aws-server-push.ads +%%SHARED%%include/aws.relocatable/aws-server-status.adb %%SHARED%%include/aws.relocatable/aws-server-status.ads +%%SHARED%%include/aws.relocatable/aws-server.adb %%SHARED%%include/aws.relocatable/aws-server.ads %%SHARED%%include/aws.relocatable/aws-services-callbacks.adb %%SHARED%%include/aws.relocatable/aws-services-callbacks.ads +%%SHARED%%include/aws.relocatable/aws-services-directory.adb %%SHARED%%include/aws.relocatable/aws-services-directory.ads +%%SHARED%%include/aws.relocatable/aws-services-dispatchers-linker.adb %%SHARED%%include/aws.relocatable/aws-services-dispatchers-linker.ads +%%SHARED%%include/aws.relocatable/aws-services-dispatchers-method.adb %%SHARED%%include/aws.relocatable/aws-services-dispatchers-method.ads +%%SHARED%%include/aws.relocatable/aws-services-dispatchers-timer.adb %%SHARED%%include/aws.relocatable/aws-services-dispatchers-timer.ads +%%SHARED%%include/aws.relocatable/aws-services-dispatchers-transient_pages.adb %%SHARED%%include/aws.relocatable/aws-services-dispatchers-transient_pages.ads +%%SHARED%%include/aws.relocatable/aws-services-dispatchers-uri.adb %%SHARED%%include/aws.relocatable/aws-services-dispatchers-uri.ads +%%SHARED%%include/aws.relocatable/aws-services-dispatchers-virtual_host.adb %%SHARED%%include/aws.relocatable/aws-services-dispatchers-virtual_host.ads %%SHARED%%include/aws.relocatable/aws-services-dispatchers.ads +%%SHARED%%include/aws.relocatable/aws-services-download.adb %%SHARED%%include/aws.relocatable/aws-services-download.ads +%%SHARED%%include/aws.relocatable/aws-services-page_server.adb %%SHARED%%include/aws.relocatable/aws-services-page_server.ads +%%SHARED%%include/aws.relocatable/aws-services-split_pages-alpha-bounded.adb %%SHARED%%include/aws.relocatable/aws-services-split_pages-alpha-bounded.ads +%%SHARED%%include/aws.relocatable/aws-services-split_pages-alpha.adb %%SHARED%%include/aws.relocatable/aws-services-split_pages-alpha.ads +%%SHARED%%include/aws.relocatable/aws-services-split_pages-shared.adb %%SHARED%%include/aws.relocatable/aws-services-split_pages-shared.ads +%%SHARED%%include/aws.relocatable/aws-services-split_pages-uniform-alpha.adb %%SHARED%%include/aws.relocatable/aws-services-split_pages-uniform-alpha.ads +%%SHARED%%include/aws.relocatable/aws-services-split_pages-uniform-overlapping.adb %%SHARED%%include/aws.relocatable/aws-services-split_pages-uniform-overlapping.ads +%%SHARED%%include/aws.relocatable/aws-services-split_pages-uniform.adb %%SHARED%%include/aws.relocatable/aws-services-split_pages-uniform.ads +%%SHARED%%include/aws.relocatable/aws-services-split_pages.adb %%SHARED%%include/aws.relocatable/aws-services-split_pages.ads +%%SHARED%%include/aws.relocatable/aws-services-transient_pages-control.adb %%SHARED%%include/aws.relocatable/aws-services-transient_pages-control.ads +%%SHARED%%include/aws.relocatable/aws-services-transient_pages.adb %%SHARED%%include/aws.relocatable/aws-services-transient_pages.ads %%SHARED%%include/aws.relocatable/aws-services-web_block-context.adb %%SHARED%%include/aws.relocatable/aws-services-web_block-context.ads +%%SHARED%%include/aws.relocatable/aws-services-web_block-registry.adb %%SHARED%%include/aws.relocatable/aws-services-web_block-registry.ads %%SHARED%%include/aws.relocatable/aws-services-web_block.ads +%%SHARED%%include/aws.relocatable/aws-services-web_mail.adb %%SHARED%%include/aws.relocatable/aws-services-web_mail.ads %%SHARED%%include/aws.relocatable/aws-services.ads +%%SHARED%%include/aws.relocatable/aws-session-control.adb %%SHARED%%include/aws.relocatable/aws-session-control.ads %%SHARED%%include/aws.relocatable/aws-session.adb %%SHARED%%include/aws.relocatable/aws-session.ads +%%SHARED%%include/aws.relocatable/aws-smtp-authentication-plain.adb %%SHARED%%include/aws.relocatable/aws-smtp-authentication-plain.ads %%SHARED%%include/aws.relocatable/aws-smtp-authentication.ads +%%SHARED%%include/aws.relocatable/aws-smtp-client.adb %%SHARED%%include/aws.relocatable/aws-smtp-client.ads +%%SHARED%%include/aws.relocatable/aws-smtp-messages-set.adb %%SHARED%%include/aws.relocatable/aws-smtp-messages-set.ads +%%SHARED%%include/aws.relocatable/aws-smtp-messages.adb %%SHARED%%include/aws.relocatable/aws-smtp-messages.ads +%%SHARED%%include/aws.relocatable/aws-smtp-server.adb %%SHARED%%include/aws.relocatable/aws-smtp-server.ads %%SHARED%%include/aws.relocatable/aws-smtp.adb %%SHARED%%include/aws.relocatable/aws-smtp.ads %%SHARED%%include/aws.relocatable/aws-status-set.adb %%SHARED%%include/aws.relocatable/aws-status-set.ads +%%SHARED%%include/aws.relocatable/aws-status-translate_set.adb %%SHARED%%include/aws.relocatable/aws-status-translate_set.ads +%%SHARED%%include/aws.relocatable/aws-status-translate_table.adb %%SHARED%%include/aws.relocatable/aws-status-translate_table.ads %%SHARED%%include/aws.relocatable/aws-status.adb %%SHARED%%include/aws.relocatable/aws-status.ads @@ -219,35 +273,66 @@ %%SHARED%%include/aws.relocatable/aws-utils.adb %%SHARED%%include/aws.relocatable/aws-utils.ads %%SHARED%%include/aws.relocatable/aws.ads +%%SHARED%%include/aws.relocatable/crypto_lib.gpr +%%SHARED%%include/aws.relocatable/dl_lib.gpr +%%SHARED%%include/aws.relocatable/include.gpr %%SHARED%%include/aws.relocatable/memory_streams.adb %%SHARED%%include/aws.relocatable/memory_streams.ads +%%SHARED%%include/aws.relocatable/readme.txt +%%SHARED%%include/aws.relocatable/soap-client.adb %%SHARED%%include/aws.relocatable/soap-client.ads +%%SHARED%%include/aws.relocatable/soap-dispatchers-callback.adb %%SHARED%%include/aws.relocatable/soap-dispatchers-callback.ads +%%SHARED%%include/aws.relocatable/soap-dispatchers.adb %%SHARED%%include/aws.relocatable/soap-dispatchers.ads +%%SHARED%%include/aws.relocatable/soap-generator-cb.adb +%%SHARED%%include/aws.relocatable/soap-generator-name_set.adb +%%SHARED%%include/aws.relocatable/soap-generator-skel.adb +%%SHARED%%include/aws.relocatable/soap-generator-stub.adb +%%SHARED%%include/aws.relocatable/soap-generator.adb %%SHARED%%include/aws.relocatable/soap-generator.ads +%%SHARED%%include/aws.relocatable/soap-message-payload.adb %%SHARED%%include/aws.relocatable/soap-message-payload.ads +%%SHARED%%include/aws.relocatable/soap-message-reader.adb %%SHARED%%include/aws.relocatable/soap-message-reader.ads +%%SHARED%%include/aws.relocatable/soap-message-response-error.adb %%SHARED%%include/aws.relocatable/soap-message-response-error.ads +%%SHARED%%include/aws.relocatable/soap-message-response.adb %%SHARED%%include/aws.relocatable/soap-message-response.ads +%%SHARED%%include/aws.relocatable/soap-message-xml.adb %%SHARED%%include/aws.relocatable/soap-message-xml.ads +%%SHARED%%include/aws.relocatable/soap-message.adb %%SHARED%%include/aws.relocatable/soap-message.ads +%%SHARED%%include/aws.relocatable/soap-name_space.adb %%SHARED%%include/aws.relocatable/soap-name_space.ads %%SHARED%%include/aws.relocatable/soap-parameters.adb %%SHARED%%include/aws.relocatable/soap-parameters.ads +%%SHARED%%include/aws.relocatable/soap-types-untyped.adb %%SHARED%%include/aws.relocatable/soap-types-untyped.ads %%SHARED%%include/aws.relocatable/soap-types.adb %%SHARED%%include/aws.relocatable/soap-types.ads %%SHARED%%include/aws.relocatable/soap-utils.adb %%SHARED%%include/aws.relocatable/soap-utils.ads +%%SHARED%%include/aws.relocatable/soap-wsdl-name_spaces.adb %%SHARED%%include/aws.relocatable/soap-wsdl-name_spaces.ads +%%SHARED%%include/aws.relocatable/soap-wsdl-parameters.adb %%SHARED%%include/aws.relocatable/soap-wsdl-parameters.ads +%%SHARED%%include/aws.relocatable/soap-wsdl-parser.adb %%SHARED%%include/aws.relocatable/soap-wsdl-parser.ads +%%SHARED%%include/aws.relocatable/soap-wsdl-schema.adb %%SHARED%%include/aws.relocatable/soap-wsdl-schema.ads +%%SHARED%%include/aws.relocatable/soap-wsdl-types.adb %%SHARED%%include/aws.relocatable/soap-wsdl-types.ads +%%SHARED%%include/aws.relocatable/soap-wsdl.adb %%SHARED%%include/aws.relocatable/soap-wsdl.ads +%%SHARED%%include/aws.relocatable/soap-xml.adb %%SHARED%%include/aws.relocatable/soap-xml.ads %%SHARED%%include/aws.relocatable/soap.ads +%%SHARED%%include/aws.relocatable/src.gpr %%SHARED%%include/aws.relocatable/ssl.ads +%%SHARED%%include/aws.relocatable/ssl.gpr +%%SHARED%%include/aws.relocatable/ssl_lib.gpr +%%SHARED%%include/aws.relocatable/wrappers.c %%SHARED%%include/aws.relocatable/zlib-streams.adb %%SHARED%%include/aws.relocatable/zlib-streams.ads %%SHARED%%include/aws.relocatable/zlib-thin.adb @@ -295,6 +380,7 @@ %%SHARED%%lib/aws.relocatable/aws-net-generic_sets.ali %%SHARED%%lib/aws.relocatable/aws-net-log-callbacks.ali %%SHARED%%lib/aws.relocatable/aws-net-log.ali +%%SHARED%%lib/aws.relocatable/aws-net-memory.ali %%SHARED%%lib/aws.relocatable/aws-net-poll_events.ali %%SHARED%%lib/aws.relocatable/aws-net-sets.ali %%SHARED%%lib/aws.relocatable/aws-net-ssl-certificate.ali @@ -424,24 +510,32 @@ %%SSL%%lib/aws/ssl-thin__openssl.ali bin/ada2wsdl bin/aws_password +bin/awsascb bin/awsres bin/webxref bin/wsdl2aws include/aws/aws-attachments.adb include/aws/aws-attachments.ads +include/aws/aws-client-hotplug.adb include/aws/aws-client-hotplug.ads include/aws/aws-client-http_utils.adb include/aws/aws-client-http_utils.ads +include/aws/aws-client-xml-input_sources.adb include/aws/aws-client-xml-input_sources.ads include/aws/aws-client-xml.ads include/aws/aws-client.adb include/aws/aws-client.ads +include/aws/aws-communication-client.adb include/aws/aws-communication-client.ads include/aws/aws-communication-server.adb include/aws/aws-communication-server.ads +include/aws/aws-communication.adb include/aws/aws-communication.ads +include/aws/aws-config-ini.adb include/aws/aws-config-ini.ads +include/aws/aws-config-set.adb include/aws/aws-config-set.ads +include/aws/aws-config-utils.adb include/aws/aws-config-utils.ads include/aws/aws-config.adb include/aws/aws-config.ads @@ -452,6 +546,7 @@ include/aws/aws-containers-tables-set.ads include/aws/aws-containers-tables.adb include/aws/aws-containers-tables.ads include/aws/aws-containers.ads +include/aws/aws-cookie.adb include/aws/aws-cookie.ads include/aws/aws-default.ads include/aws/aws-digest.adb @@ -465,15 +560,22 @@ include/aws/aws-headers-set.adb include/aws/aws-headers-set.ads include/aws/aws-headers-values.adb include/aws/aws-headers-values.ads +include/aws/aws-headers.adb include/aws/aws-headers.ads +include/aws/aws-hotplug-get_status.adb include/aws/aws-hotplug-get_status.ads +include/aws/aws-hotplug.adb include/aws/aws-hotplug.ads +include/aws/aws-jabber-client.adb include/aws/aws-jabber-client.ads +include/aws/aws-jabber-digest_md5.adb include/aws/aws-jabber-digest_md5.ads include/aws/aws-jabber.ads +include/aws/aws-log.adb include/aws/aws-log.ads include/aws/aws-messages.adb include/aws/aws-messages.ads +include/aws/aws-mime.adb include/aws/aws-mime.ads include/aws/aws-net-acceptors.adb include/aws/aws-net-acceptors.ads @@ -481,14 +583,19 @@ include/aws/aws-net-buffered.adb include/aws/aws-net-buffered.ads include/aws/aws-net-generic_sets.adb include/aws/aws-net-generic_sets.ads +include/aws/aws-net-log-callbacks.adb include/aws/aws-net-log-callbacks.ads include/aws/aws-net-log.adb include/aws/aws-net-log.ads +include/aws/aws-net-memory.adb +include/aws/aws-net-memory.ads include/aws/aws-net-poll_events-wait__native.adb +include/aws/aws-net-poll_events.adb include/aws/aws-net-poll_events.ads include/aws/aws-net-sets.ads include/aws/aws-net-ssl-certificate.adb include/aws/aws-net-ssl-certificate.ads +include/aws/aws-net-ssl-rsa_dh_generators.adb include/aws/aws-net-ssl-rsa_dh_generators.ads include/aws/aws-net-ssl.ads include/aws/aws-net-std.ads @@ -496,16 +603,23 @@ include/aws/aws-net-stream_io.adb include/aws/aws-net-stream_io.ads include/aws/aws-net-websocket-handshake_error.adb include/aws/aws-net-websocket-handshake_error.ads +include/aws/aws-net-websocket-protocol-draft76.adb include/aws/aws-net-websocket-protocol-draft76.ads +include/aws/aws-net-websocket-protocol-rfc6455.adb include/aws/aws-net-websocket-protocol-rfc6455.ads include/aws/aws-net-websocket-protocol.ads +include/aws/aws-net-websocket-registry-control.adb include/aws/aws-net-websocket-registry-control.ads +include/aws/aws-net-websocket-registry-utils.adb include/aws/aws-net-websocket-registry-utils.ads +include/aws/aws-net-websocket-registry.adb include/aws/aws-net-websocket-registry.ads +include/aws/aws-net-websocket.adb include/aws/aws-net-websocket.ads include/aws/aws-net.adb include/aws/aws-net.ads include/aws/aws-os_lib.ads +include/aws/aws-parameters-set.adb include/aws/aws-parameters-set.ads include/aws/aws-parameters.adb include/aws/aws-parameters.ads @@ -513,71 +627,112 @@ include/aws/aws-pop.adb include/aws/aws-pop.ads include/aws/aws-resources-embedded.adb include/aws/aws-resources-embedded.ads +include/aws/aws-resources-files.adb include/aws/aws-resources-files.ads +include/aws/aws-resources-streams-disk-once.adb include/aws/aws-resources-streams-disk-once.ads +include/aws/aws-resources-streams-disk.adb include/aws/aws-resources-streams-disk.ads include/aws/aws-resources-streams-memory-zlib.adb include/aws/aws-resources-streams-memory-zlib.ads include/aws/aws-resources-streams-memory.adb include/aws/aws-resources-streams-memory.ads +include/aws/aws-resources-streams-pipe.adb include/aws/aws-resources-streams-pipe.ads +include/aws/aws-resources-streams-zlib.adb include/aws/aws-resources-streams-zlib.ads include/aws/aws-resources-streams.adb include/aws/aws-resources-streams.ads +include/aws/aws-resources.adb include/aws/aws-resources.ads include/aws/aws-response-set.adb include/aws/aws-response-set.ads include/aws/aws-response.adb include/aws/aws-response.ads +include/aws/aws-server-get_status.adb include/aws/aws-server-get_status.ads +include/aws/aws-server-hotplug.adb include/aws/aws-server-hotplug.ads +include/aws/aws-server-http_utils.adb include/aws/aws-server-http_utils.ads +include/aws/aws-server-log.adb include/aws/aws-server-log.ads +include/aws/aws-server-protocol_handler.adb include/aws/aws-server-push.adb include/aws/aws-server-push.ads +include/aws/aws-server-status.adb include/aws/aws-server-status.ads +include/aws/aws-server.adb include/aws/aws-server.ads include/aws/aws-services-callbacks.adb include/aws/aws-services-callbacks.ads +include/aws/aws-services-directory.adb include/aws/aws-services-directory.ads +include/aws/aws-services-dispatchers-linker.adb include/aws/aws-services-dispatchers-linker.ads +include/aws/aws-services-dispatchers-method.adb include/aws/aws-services-dispatchers-method.ads +include/aws/aws-services-dispatchers-timer.adb include/aws/aws-services-dispatchers-timer.ads +include/aws/aws-services-dispatchers-transient_pages.adb include/aws/aws-services-dispatchers-transient_pages.ads +include/aws/aws-services-dispatchers-uri.adb include/aws/aws-services-dispatchers-uri.ads +include/aws/aws-services-dispatchers-virtual_host.adb include/aws/aws-services-dispatchers-virtual_host.ads include/aws/aws-services-dispatchers.ads +include/aws/aws-services-download.adb include/aws/aws-services-download.ads +include/aws/aws-services-page_server.adb include/aws/aws-services-page_server.ads +include/aws/aws-services-split_pages-alpha-bounded.adb include/aws/aws-services-split_pages-alpha-bounded.ads +include/aws/aws-services-split_pages-alpha.adb include/aws/aws-services-split_pages-alpha.ads +include/aws/aws-services-split_pages-shared.adb include/aws/aws-services-split_pages-shared.ads +include/aws/aws-services-split_pages-uniform-alpha.adb include/aws/aws-services-split_pages-uniform-alpha.ads +include/aws/aws-services-split_pages-uniform-overlapping.adb include/aws/aws-services-split_pages-uniform-overlapping.ads +include/aws/aws-services-split_pages-uniform.adb include/aws/aws-services-split_pages-uniform.ads +include/aws/aws-services-split_pages.adb include/aws/aws-services-split_pages.ads +include/aws/aws-services-transient_pages-control.adb include/aws/aws-services-transient_pages-control.ads +include/aws/aws-services-transient_pages.adb include/aws/aws-services-transient_pages.ads include/aws/aws-services-web_block-context.adb include/aws/aws-services-web_block-context.ads +include/aws/aws-services-web_block-registry.adb include/aws/aws-services-web_block-registry.ads include/aws/aws-services-web_block.ads +include/aws/aws-services-web_mail.adb include/aws/aws-services-web_mail.ads include/aws/aws-services.ads +include/aws/aws-session-control.adb include/aws/aws-session-control.ads include/aws/aws-session.adb include/aws/aws-session.ads +include/aws/aws-smtp-authentication-plain.adb include/aws/aws-smtp-authentication-plain.ads include/aws/aws-smtp-authentication.ads +include/aws/aws-smtp-client.adb include/aws/aws-smtp-client.ads +include/aws/aws-smtp-messages-set.adb include/aws/aws-smtp-messages-set.ads +include/aws/aws-smtp-messages.adb include/aws/aws-smtp-messages.ads +include/aws/aws-smtp-server.adb include/aws/aws-smtp-server.ads include/aws/aws-smtp.adb include/aws/aws-smtp.ads include/aws/aws-status-set.adb include/aws/aws-status-set.ads +include/aws/aws-status-translate_set.adb include/aws/aws-status-translate_set.ads +include/aws/aws-status-translate_table.adb include/aws/aws-status-translate_table.ads include/aws/aws-status.adb include/aws/aws-status.ads @@ -596,35 +751,66 @@ include/aws/aws-utils-streams.ads include/aws/aws-utils.adb include/aws/aws-utils.ads include/aws/aws.ads +include/aws/crypto_lib.gpr +include/aws/dl_lib.gpr +include/aws/include.gpr include/aws/memory_streams.adb include/aws/memory_streams.ads +include/aws/readme.txt +include/aws/soap-client.adb include/aws/soap-client.ads +include/aws/soap-dispatchers-callback.adb include/aws/soap-dispatchers-callback.ads +include/aws/soap-dispatchers.adb include/aws/soap-dispatchers.ads +include/aws/soap-generator-cb.adb +include/aws/soap-generator-name_set.adb +include/aws/soap-generator-skel.adb +include/aws/soap-generator-stub.adb +include/aws/soap-generator.adb include/aws/soap-generator.ads +include/aws/soap-message-payload.adb include/aws/soap-message-payload.ads +include/aws/soap-message-reader.adb include/aws/soap-message-reader.ads +include/aws/soap-message-response-error.adb include/aws/soap-message-response-error.ads +include/aws/soap-message-response.adb include/aws/soap-message-response.ads +include/aws/soap-message-xml.adb include/aws/soap-message-xml.ads +include/aws/soap-message.adb include/aws/soap-message.ads +include/aws/soap-name_space.adb include/aws/soap-name_space.ads include/aws/soap-parameters.adb include/aws/soap-parameters.ads +include/aws/soap-types-untyped.adb include/aws/soap-types-untyped.ads include/aws/soap-types.adb include/aws/soap-types.ads include/aws/soap-utils.adb include/aws/soap-utils.ads +include/aws/soap-wsdl-name_spaces.adb include/aws/soap-wsdl-name_spaces.ads +include/aws/soap-wsdl-parameters.adb include/aws/soap-wsdl-parameters.ads +include/aws/soap-wsdl-parser.adb include/aws/soap-wsdl-parser.ads +include/aws/soap-wsdl-schema.adb include/aws/soap-wsdl-schema.ads +include/aws/soap-wsdl-types.adb include/aws/soap-wsdl-types.ads +include/aws/soap-wsdl.adb include/aws/soap-wsdl.ads +include/aws/soap-xml.adb include/aws/soap-xml.ads include/aws/soap.ads +include/aws/src.gpr include/aws/ssl.ads +include/aws/ssl.gpr +include/aws/ssl_lib.gpr +include/aws/wrappers.c include/aws/zlib-streams.adb include/aws/zlib-streams.ads include/aws/zlib-thin.adb @@ -672,6 +858,7 @@ lib/aws/aws-net-buffered.ali lib/aws/aws-net-generic_sets.ali lib/aws/aws-net-log-callbacks.ali lib/aws/aws-net-log.ali +lib/aws/aws-net-memory.ali lib/aws/aws-net-poll_events.ali lib/aws/aws-net-sets.ali lib/aws/aws-net-ssl-certificate.ali diff --git a/www/dddbl/Makefile b/www/dddbl/Makefile index f0994475c53..1d19ab9a498 100644 --- a/www/dddbl/Makefile +++ b/www/dddbl/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.0.1 CATEGORIES= www MASTER_SITES= http://www.dddbl.de/dddbl-versions/ -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Definition Driven Database Layer for PHP USES= tar:bzip2 diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile index ce20460ffd5..61f7b75e87e 100644 --- a/www/gitlab-workhorse/Makefile +++ b/www/gitlab-workhorse/Makefile @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/ -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Smart reverse proxy for GitLab LICENSE= MIT diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 3095a6d3e87..19a7df4f191 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 8.7.5 DISTVERSIONPREFIX= v CATEGORIES= www devel -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Web GUI for managing git repositories LICENSE= MIT diff --git a/www/p5-HTML-StripScripts/Makefile b/www/p5-HTML-StripScripts/Makefile index e5291b4bd38..995f2eaae13 100644 --- a/www/p5-HTML-StripScripts/Makefile +++ b/www/p5-HTML-StripScripts/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-StripScripts -PORTVERSION= 1.05 -PORTREVISION= 1 +PORTVERSION= 1.06 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,5 +15,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include diff --git a/www/p5-HTML-StripScripts/distinfo b/www/p5-HTML-StripScripts/distinfo index 12a330b2e2b..5ddcd05bad6 100644 --- a/www/p5-HTML-StripScripts/distinfo +++ b/www/p5-HTML-StripScripts/distinfo @@ -1,2 +1,3 @@ -SHA256 (HTML-StripScripts-1.05.tar.gz) = 171cc2b3458b71d6f8d1f4982ed600409c151eb6754962b83858c15999357004 -SIZE (HTML-StripScripts-1.05.tar.gz) = 43236 +TIMESTAMP = 1465302675 +SHA256 (HTML-StripScripts-1.06.tar.gz) = 222bfb7ec1fdfa465e32da3dc4abed2edc7364bbe19e8e3c513c7d585b0109ad +SIZE (HTML-StripScripts-1.06.tar.gz) = 44745 diff --git a/www/pear-twig/Makefile b/www/pear-twig/Makefile index bfd41b4f476..f66738b4a5b 100644 --- a/www/pear-twig/Makefile +++ b/www/pear-twig/Makefile @@ -7,7 +7,7 @@ CATEGORIES= www pear MASTER_SITES= http://pear.twig-project.org/get/ DISTNAME= Twig-${PORTVERSION} -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Flexible, fast, and secure template engine for PHP LICENSE= BSD3CLAUSE diff --git a/www/pecl-twig/Makefile b/www/pecl-twig/Makefile index e4388666d61..3883092fbfa 100644 --- a/www/pecl-twig/Makefile +++ b/www/pecl-twig/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://pear.twig-project.org/get/ PKGNAMEPREFIX= pecl- DISTNAME= CTwig-${PORTVERSION} -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Twig C extension to improve performance of the Twig template language LICENSE= BSD3CLAUSE diff --git a/www/pmwiki/Makefile b/www/pmwiki/Makefile index 07700b4dc06..0cc828e3e3f 100644 --- a/www/pmwiki/Makefile +++ b/www/pmwiki/Makefile @@ -7,7 +7,7 @@ PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://www.pmwiki.org/pub/pmwiki/ -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= WikiWikiWeb clone using PHP LICENSE= GPLv2 diff --git a/www/serendipity/Makefile b/www/serendipity/Makefile index 3e0ca817076..fdb112e4e79 100644 --- a/www/serendipity/Makefile +++ b/www/serendipity/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.0.2 CATEGORIES= www MASTER_SITES= SF/php-blog/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= PHP based weblog software LICENSE= BSD3CLAUSE diff --git a/www/sogo2/Makefile b/www/sogo2/Makefile index 0f76fcd456d..8e769aba793 100644 --- a/www/sogo2/Makefile +++ b/www/sogo2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sogo2 -PORTVERSION= 2.3.10 +PORTVERSION= 2.3.11 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} diff --git a/www/sogo2/distinfo b/www/sogo2/distinfo index cab90f2d435..22b3e18eebb 100644 --- a/www/sogo2/distinfo +++ b/www/sogo2/distinfo @@ -1,2 +1,3 @@ -SHA256 (SOGo-2.3.10.tar.gz) = c51c5d2c43b686868a906839eea721e15bfdadcbff537b1aa377ca268818a1af -SIZE (SOGo-2.3.10.tar.gz) = 12247151 +TIMESTAMP = 1464621653 +SHA256 (SOGo-2.3.11.tar.gz) = 14943336cd56a4b472da97230285390a24ad2975d85c36fcc033d629e2dddbd9 +SIZE (SOGo-2.3.11.tar.gz) = 12249924 diff --git a/www/sogo3/Makefile b/www/sogo3/Makefile index b13f03eb3d3..710044da412 100644 --- a/www/sogo3/Makefile +++ b/www/sogo3/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sogo3 -PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTVERSION= 3.1.2 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} @@ -44,6 +43,7 @@ CONFIGURE_ARGS= --disable-debug --enable-strip post-patch: @${GREP} -rlF '/etc/sogo' ${WRKSRC} \ | ${XARGS} ${REINPLACE_CMD} 's#/etc/sogo#${PREFIX}/etc/sogo#g' + @${REINPLACE_CMD} -e 's|/usr/|/usr/local/|g' ${WRKSRC}/Apache/SOGo.conf post-patch-ACTIVESYNC-on: @${REINPLACE_CMD} -e 's/Tools/Tools ActiveSync/' ${WRKSRC}/GNUmakefile diff --git a/www/sogo3/distinfo b/www/sogo3/distinfo index 5802645aee3..41a55e9b54d 100644 --- a/www/sogo3/distinfo +++ b/www/sogo3/distinfo @@ -1,2 +1,3 @@ -SHA256 (SOGo-3.0.2.tar.gz) = 1fbeae01b77418eb87b12d8e4ee730b6d508759af1e3cf760743128579401bd8 -SIZE (SOGo-3.0.2.tar.gz) = 25284629 +TIMESTAMP = 1465437317 +SHA256 (SOGo-3.1.2.tar.gz) = 6ecee021030ad92d4a9a025bf67537a6e3c65c37eb39d8d2fc34651f6aa0b82e +SIZE (SOGo-3.1.2.tar.gz) = 25721982 diff --git a/www/sogo3/pkg-message b/www/sogo3/pkg-message index 3f469857ced..3d8f7007889 100644 --- a/www/sogo3/pkg-message +++ b/www/sogo3/pkg-message @@ -5,48 +5,45 @@ SOGo 3 was installed In order to run the sogo daemon (sogod), you will need to create and configure the main configuration file, e.g.: -cp -p ${LOCALBASE}/etc/sogo/sogo.conf.sample ${LOCALBASE}/etc/sogo/sogo.conf +cp -p %%LOCALBASE%%/etc/sogo/sogo.conf.sample ${LOCALBASE}/etc/sogo/sogo.conf And to allow the service to run at system startup, add sogod_enable="YES" in your rc.conf. - If you need to allow email alarms (notifications) for calendar events, copy the sample credentials file: -cp -p ${LOCALBASE}/etc/sogo/ealarms-notify.creds.sample \ - ${LOCALBASE}/etc/sogo/ealarms-notify.creds +cp -p %%LOCALBASE%%/etc/sogo/ealarms-notify.creds.sample \ + %%LOCALBASE%%/etc/sogo/ealarms-notify.creds Then replace the username:password with appropriate credentials for SMTP AUTH sending capabilities. Then copy the sample cron executable: -cp -p ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \ - ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify +cp -p %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \ + %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-ealarms-notify And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers). Then add the following lines to the root users' crontab (crontab -e): # Process email reminders every minute -* * * * * ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify - - +* * * * * %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-ealarms-notify If you need to automatically purge vacation messages from users sieve scripts, copy the sample credentials file: cp -p ${LOCALBASE}/etc/sogo/expire-autoreply.creds.sample \ - ${LOCALBASE}/etc/sogo/expire-autoreply.creds + %%LOCALBASE%%/etc/sogo/expire-autoreply.creds Then replace the username:password with appropriate credentials for your IMAP servers' sieve account. Then copy the sample cron executable: -cp -p ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \ - ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply +cp -p %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \ + %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-expire-autoreply And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers). @@ -54,8 +51,7 @@ Then add the following lines to the root users' crontab (crontab -e): # Vacation messages expiration # The credentials file should contain the sieve admin credentials (username:passwd) -0 0 * * * ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply - +0 0 * * * %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-expire-autoreply For more information about using SOGo, visit: http://www.sogo.nu/downloads/documentation.html diff --git a/www/sogo3/pkg-plist b/www/sogo3/pkg-plist index fd82cb98bb8..0c0432f87ac 100644 --- a/www/sogo3/pkg-plist +++ b/www/sogo3/pkg-plist @@ -126,6 +126,7 @@ GNUstep/Local/Library/Headers/NGCards/iCalUTCOffset.h GNUstep/Local/Library/Headers/NGCards/iCalXMLRenderer.h GNUstep/Local/Library/Headers/SOGo GNUstep/Local/Library/Headers/SOGoUI/SOGoAptFormatter.h +GNUstep/Local/Library/Headers/SOGoUI/SOGoDirectAction.h GNUstep/Local/Library/Headers/SOGoUI/UIxComponent.h GNUstep/Local/Library/Headers/SOGoUI/UIxJSClose.h GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Abidjan.ics @@ -565,8 +566,8 @@ GNUstep/Local/Library/Libraries/sogo/libSOGo.so GNUstep/Local/Library/Libraries/sogo/libSOGo.so.3 GNUstep/Local/Library/Libraries/sogo/libSOGo.so.%%VERSION%% GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so -GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.3.0 -GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.3.0.0 +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.3.1 +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.3.1.0 GNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs GNUstep/Local/Library/OCSTypeModels/appointment.ocs GNUstep/Local/Library/OCSTypeModels/contact-oracle.ocs @@ -590,8 +591,10 @@ GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Finnish.lproj/Localiz GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/German.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -603,6 +606,7 @@ GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Slovenian.lproj/Local GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/UIxAdministration.toolbar GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Welsh.lproj/Localizable.strings @@ -626,6 +630,7 @@ GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Hungarian.lproj/Localizab GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.html GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.wod GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPResponseMap.plist @@ -640,6 +645,7 @@ GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Slovenian.lproj/Localizab GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/product.plist @@ -662,6 +668,7 @@ GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Hungarian.lproj/Localizable.s GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -673,6 +680,7 @@ GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Slovenian.lproj/Localizable.s GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/product.plist @@ -696,6 +704,7 @@ GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Hungarian.lproj/Localizable.s GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -707,6 +716,7 @@ GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Slovenian.lproj/Localizable.s GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/product.plist @@ -729,6 +739,7 @@ GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Hungarian.lproj/Localizable GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -741,6 +752,7 @@ GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Slovenian.lproj/Localizable GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/product.plist @@ -764,6 +776,7 @@ GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Hungarian.lproj/Locali GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -775,6 +788,7 @@ GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Slovenian.lproj/Locali GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/product.plist @@ -783,6 +797,7 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Mailer GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Arabic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Czech.lproj/Localizable.strings @@ -796,6 +811,7 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Hungarian.lproj/Localizable.str GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -862,6 +878,10 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoM GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.html @@ -906,6 +926,10 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoM GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html @@ -914,10 +938,12 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMai GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovak.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/product.plist @@ -940,6 +966,7 @@ GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Hungarian.lproj/Localizable.s GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -954,6 +981,7 @@ GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Slovenian.lproj/Localizable.s GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/product.plist @@ -993,14 +1021,22 @@ GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Localizable.str GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Italian.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Lithuanian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Macedonian.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSAcl-mysql.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSAcl-postgresql.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-mysql.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-postgresql.sql GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSFolderInfo-oracle.sql GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSFolderInfo.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSStore-mysql.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSStore.sql GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Polish.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Portuguese.lproj/Locale @@ -1019,6 +1055,8 @@ GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/TurkishTurkey.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Locale @@ -1043,6 +1081,7 @@ GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Hungarian.lproj/Localiza GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -1054,6 +1093,7 @@ GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Slovenian.lproj/Localiza GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/UIxPreferences.toolbar GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Welsh.lproj/Localizable.strings @@ -1076,6 +1116,7 @@ GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Hungarian.lproj/Localizabl GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -1092,6 +1133,7 @@ GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Slovenian.lproj/Localizabl GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/cycles.plist @@ -1201,6 +1243,9 @@ GNUstep/Local/Library/SOGo/Templates/SOGoACLIcelandicRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLLithuanianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLLithuanianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLLithuanianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLMacedonianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLMacedonianModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLMacedonianRemovalAdvisory.wox @@ -1234,6 +1279,9 @@ GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishSpainRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLTurkishTurkeyAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLTurkishTurkeyModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLTurkishTurkeyRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianRemovalAdvisory.wox @@ -1269,6 +1317,8 @@ GNUstep/Local/Library/SOGo/Templates/SOGoFolderIcelandicAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderIcelandicRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderItalianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderItalianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderLithuanianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderLithuanianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderMacedonianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderMacedonianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianBokmalAdditionAdvisory.wox @@ -1291,6 +1341,8 @@ GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishSpainAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishSpainRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSwedishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSwedishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderTurkishTurkeyAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderTurkishTurkeyRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAppointmentEditor.wox @@ -1331,7 +1383,7 @@ GNUstep/Local/Library/SOGo/Templates/UIxPageFrame.wox GNUstep/Local/Library/SOGo/Templates/UIxSidenavToolbarTemplate.wox GNUstep/Local/Library/SOGo/Templates/UIxSortableTableHeader.wox GNUstep/Local/Library/SOGo/Templates/UIxToolbar.wox -GNUstep/Local/Library/SOGo/Templates/UIxTopnavToolbarTemplate.wox +GNUstep/Local/Library/SOGo/Templates/UIxTopnavToolbar.wox GNUstep/Local/Library/SOGo/Templates/UIxUserRightsEditor.wox GNUstep/Local/Library/SOGo/Templates/UIxWinClose.wox GNUstep/Local/Library/SOGo/WebServerResources/css/icons.css @@ -1472,6 +1524,7 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/Common/Dialog.service.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/Gravatar.service.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/Resource.service.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/User.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/angular-file-upload.trump.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/decodeUri.filter.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/encodeUri.filter.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/ensureTarget.filter.js @@ -1490,9 +1543,11 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgFocus.service.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgFolderStylesheet.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgPlaceholder.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgSearch.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgSelectOnly.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgSubscribe.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgTimepicker.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgToggleGrid.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgTransformOnBlur.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/utils.js GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts.js GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts.js.map @@ -1554,18 +1609,24 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarMonthDay.di GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarMonthEvent.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarScrollView.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgDraggableCalendarBlock.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/FileSaver.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/FileSaver.min.js.map GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-animate.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-animate.min.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-animate.min.js.map GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-aria.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-aria.min.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-aria.min.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-cookies.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-cookies.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-cookies.min.js.map GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-file-upload.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-file-upload.js.map GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-file-upload.min.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-file-upload.min.js.map GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-material.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-material.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-material.min.js.map GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-messages.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-messages.min.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-messages.min.js.map @@ -1598,6 +1659,7 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/hr.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/hu.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/is.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/it.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/lt.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/mk.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/nb.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/nl.js @@ -1609,12 +1671,16 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/ru.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/sk.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/sl.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/sv.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/tr.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/uk.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/zh-cn.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/zh.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/about.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/LICENSE.md +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/README.md +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/dialogs/base64image.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/clipboard/dialogs/paste.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/colordialog/dialogs/colordialog.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/dialog/dialogDefinition.js @@ -1627,6 +1693,7 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/di GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/dialogs/link.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/images/anchor.png GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/images/hidpi/anchor.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/pastefromword/filter/default.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/LICENSE.md GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/options.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/toolbar.css @@ -1638,35 +1705,34 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dia GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc.css GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc_ie.js -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/dialog.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/dialog_ie.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/dialog_ie7.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/dialog_ie8.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/dialog_iequirks.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/editor.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/editor_gecko.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/editor_ie.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/editor_ie7.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/editor_ie8.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/editor_iequirks.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/icons.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/icons_hidpi.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/arrow.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/close.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/hidpi/close.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/hidpi/lock-open.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/hidpi/lock.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/hidpi/refresh.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/lock-open.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/lock.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/refresh.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/spinner.gif -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/readme.md +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog_ie.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog_ie7.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog_ie8.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog_iequirks.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_gecko.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_ie.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_ie7.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_ie8.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_iequirks.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/icons.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/icons_hidpi.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/arrow.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/close.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/hidpi/close.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/hidpi/lock-open.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/hidpi/lock.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/hidpi/refresh.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/lock-open.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/lock.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/refresh.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/readme.md GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/styles.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/lodash.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/lodash.min.js -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ng-sortable.js -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ng-sortable.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ng-sortable.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ng-sortable.min.js.map GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/Info-gnustep.plist GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/bundle-info.plist GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/bundle-info.plist diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index a86090699e9..06d7bcd24d3 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= open-motif -PORTVERSION= 2.3.5 +PORTVERSION= 2.3.6 CATEGORIES= x11-toolkits # MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/ -MASTER_SITES= SF/motif/Motif%202.3.5%20Source%20Code/ +MASTER_SITES= SF/motif/Motif%202.3.6%20Source%20Code/ DISTNAME= motif-${PORTVERSION} MAINTAINER= cy@FreeBSD.org @@ -19,7 +19,10 @@ MAKE_JOBS_UNSAFE= yes CONFLICTS= lesstif-[0-9]* USES= autoreconf gmake iconv jpeg libtool:keepla pkgconfig -USE_XORG= x11 xaw xbitmaps xext xft xt +USE_XORG= x11 xaw xbitmaps xext xft xt xmu xrender sm ice +LIB_DEPENDS= libXp.so:x11/libXp \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ENV= LANG=C diff --git a/x11-toolkits/open-motif/distinfo b/x11-toolkits/open-motif/distinfo index b87d6069e9c..bdf209d9c32 100644 --- a/x11-toolkits/open-motif/distinfo +++ b/x11-toolkits/open-motif/distinfo @@ -1,2 +1,3 @@ -SHA256 (motif-2.3.5.tar.gz) = afc5c93c03327a7207f5822c272aaf0d98439007aa85a23149f833ba24916d25 -SIZE (motif-2.3.5.tar.gz) = 6035803 +TIMESTAMP = 1465621623 +SHA256 (motif-2.3.6.tar.gz) = fa810e6bedeca0f5a2eb8216f42129bcf6bd23919068d433e386b7bfc05d58cf +SIZE (motif-2.3.6.tar.gz) = 5725456 diff --git a/x11-toolkits/open-motif/pkg-plist b/x11-toolkits/open-motif/pkg-plist index 0472021f0f3..687d9609222 100644 --- a/x11-toolkits/open-motif/pkg-plist +++ b/x11-toolkits/open-motif/pkg-plist @@ -992,21 +992,17 @@ man/man5/UIL.5.gz man/man5/WML.5.gz man/manm/exm_in_c.man.gz man/manm/simpleDemo.man.gz -share/Xm/ButtonBox/Imakefile share/Xm/ButtonBox/bboxdemo share/Xm/ButtonBox/bboxdemo.c -share/Xm/Color/Imakefile share/Xm/Color/colordemo share/Xm/Color/colordemo.c share/Xm/Color/util-c.c share/Xm/Column/Column.ad -share/Xm/Column/Imakefile share/Xm/Column/column share/Xm/Column/column.c share/Xm/Exm/app_in_c/exm_in_c share/Xm/Exm/simple_app/README share/Xm/Exm/simple_app/simpleDemo -share/Xm/Ext18list/Imakefile share/Xm/Ext18list/callbacks-c.c share/Xm/Ext18list/creation.c share/Xm/Ext18list/ext18list @@ -1018,30 +1014,24 @@ share/Xm/Ext18list/pixmaps/eye.xpm share/Xm/Ext18list/pixmaps/porsche.xpm share/Xm/Ext18list/pixmaps/stopsign.xpm share/Xm/Ext18list/util-c.c -share/Xm/Icon/Imakefile share/Xm/Icon/iconbuttondemo share/Xm/Icon/iconbuttondemo.c share/Xm/Icon/misc.c share/Xm/Icon/small.bm -share/Xm/Outline/Imakefile share/Xm/Outline/outline share/Xm/Outline/outline.c -share/Xm/Paned2/Imakefile share/Xm/Paned2/creation-c.c share/Xm/Paned2/paned share/Xm/Paned2/paned.c -share/Xm/Tabstack/Imakefile share/Xm/Tabstack/bxutils.c share/Xm/Tabstack/callbacks.c share/Xm/Tabstack/creation.c share/Xm/Tabstack/creation.h share/Xm/Tabstack/main.c share/Xm/Tabstack/tabstack -share/Xm/Tree/Imakefile share/Xm/Tree/bxutil-c.c share/Xm/Tree/tree share/Xm/Tree/tree.c -share/Xm/airport/Imakefile share/Xm/airport/README share/Xm/airport/XmdAirport.ad share/Xm/airport/airport @@ -1052,7 +1042,6 @@ share/Xm/airport/dropsite.c share/Xm/airport/dropsite.h share/Xm/airport/main.c share/Xm/airport/main.h -share/Xm/animate/Imakefile share/Xm/animate/README share/Xm/animate/XmdAnimate.ad share/Xm/animate/animate.help @@ -1074,38 +1063,32 @@ share/Xm/animate/xmanimate.c share/Xm/animate/xmanimate.man share/Xm/animate/xmanimate.uid share/Xm/animate/xmanimate.uil -share/Xm/autopopups/Imakefile share/Xm/autopopups/README share/Xm/autopopups/autopopups share/Xm/autopopups/autopopups.c share/Xm/autopopups/autopopups.man share/Xm/combo2/Combo.ad -share/Xm/combo2/Imakefile share/Xm/combo2/combo share/Xm/combo2/combo.c share/Xm/drag_and_drop/DNDDemo share/Xm/drag_and_drop/DNDDemo.c share/Xm/drag_and_drop/DNDDemo.man share/Xm/drag_and_drop/DNDDraw.c -share/Xm/drag_and_drop/Imakefile share/Xm/drag_and_drop/README share/Xm/drag_and_drop/simpledrop share/Xm/drag_and_drop/simpledrop.c share/Xm/drag_and_drop/simpledrop.man -share/Xm/draw/Imakefile share/Xm/draw/README share/Xm/draw/XmdDraw.ad share/Xm/draw/draw share/Xm/draw/draw.c share/Xm/draw/draw.help share/Xm/draw/draw.man -share/Xm/earth/Imakefile share/Xm/earth/README share/Xm/earth/earth share/Xm/earth/earth.c share/Xm/earth/earth.man share/Xm/earth/terre.xbm -share/Xm/filemanager/Imakefile share/Xm/filemanager/XmdFilemanager.ad share/Xm/filemanager/actions.c share/Xm/filemanager/code.xpm @@ -1150,32 +1133,27 @@ share/Xm/fileview/mainE.h share/Xm/fileview/text.c share/Xm/fileview/text.h share/Xm/fileview/textE.h -share/Xm/fontsel/Imakefile share/Xm/fontsel/callbacks-c.c share/Xm/fontsel/creation-c.c share/Xm/fontsel/fontsel share/Xm/fontsel/fontsel.c share/Xm/fontsel/fontsel.h -share/Xm/getsubres/Imakefile share/Xm/getsubres/README share/Xm/getsubres/getsubres share/Xm/getsubres/getsubres.c share/Xm/getsubres/getsubres.help share/Xm/getsubres/getsubres.man -share/Xm/helloint/Imakefile share/Xm/helloint/README share/Xm/helloint/helloint share/Xm/helloint/helloint.c share/Xm/helloint/helloint.man share/Xm/helloint/helloint.uid share/Xm/helloint/helloint.uil -share/Xm/hellomotif/Imakefile share/Xm/hellomotif/README share/Xm/hellomotif/hellomotif share/Xm/hellomotif/hellomotif.c share/Xm/hellomotif/hellomotif.uid share/Xm/hellomotif/hellomotif.uil -share/Xm/i18ninput/Imakefile share/Xm/i18ninput/README share/Xm/i18ninput/XmdI18nInput.ad share/Xm/i18ninput/i18ninput @@ -1183,12 +1161,10 @@ share/Xm/i18ninput/i18ninput.c share/Xm/i18ninput/i18ninput.help share/Xm/i18ninput/i18ninput.man share/Xm/i18ninput/input.c -share/Xm/panner/Imakefile share/Xm/panner/README share/Xm/panner/panner share/Xm/panner/panner.c share/Xm/panner/panner.man -share/Xm/periodic/Imakefile share/Xm/periodic/README share/Xm/periodic/XmdPeriodic.ad share/Xm/periodic/periodic @@ -1196,7 +1172,6 @@ share/Xm/periodic/periodic.c share/Xm/periodic/periodic.uid share/Xm/periodic/periodic.uil share/Xm/periodic/periodic_l.uil -share/Xm/piano/Imakefile share/Xm/piano/Inv8_part1.piano share/Xm/piano/Inv8_part2.piano share/Xm/piano/README @@ -1209,7 +1184,6 @@ share/Xm/pixmaps/crab.xpm share/Xm/pixmaps/eye.xpm share/Xm/pixmaps/porsche.xpm share/Xm/pixmaps/stopsign.xpm -share/Xm/sampler2_0/Imakefile share/Xm/sampler2_0/README share/Xm/sampler2_0/XmdSampler2_0.ad share/Xm/sampler2_0/bee.xpm @@ -1229,13 +1203,11 @@ share/Xm/sampler2_0/sampler2_0.man share/Xm/sampler2_0/spir.xpm share/Xm/sampler2_0/stack.xpm share/Xm/sampler2_0/text.xpm -share/Xm/setDate/Imakefile share/Xm/setDate/README share/Xm/setDate/XmdSetDate.ad share/Xm/setDate/setDate share/Xm/setDate/setDate.c share/Xm/setDate/setDate.man -share/Xm/todo/Imakefile share/Xm/todo/README share/Xm/todo/XmdTodo.ad share/Xm/todo/actions.c @@ -1246,10 +1218,8 @@ share/Xm/todo/todo share/Xm/todo/todo.c share/Xm/todo/todo.help share/Xm/todo/todo.man -share/Xm/tooltips/Imakefile share/Xm/tooltips/tooltips share/Xm/tooltips/tooltips.c -share/Xm/wsm/Imakefile share/Xm/wsm/README share/Xm/wsm/client_win.c share/Xm/wsm/command_ui.c diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 74401cd0c5b..e4cb730d403 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -67,7 +67,7 @@ KRB5LIB= -L${KRB5_HOME}/lib CONFIGURE_ARGS+= --with-mesa MESALIB= -lpthread USE_GL= yes -CFLAGS+= -I${LOCALBASE}/include/FTGL +CFLAGS+= -I${LOCALBASE}/include/FTGL -I${LOCALBASE}/include/freetype2 .else CONFIGURE_ARGS+= --without-mesa --without-opengl .endif