Index: head/astro/readosm/Makefile =================================================================== --- head/astro/readosm/Makefile (revision 443095) +++ head/astro/readosm/Makefile (revision 443096) @@ -1,26 +1,26 @@ # Created by: Loïc BARTOLETTI # $FreeBSD$ PORTNAME= readosm PORTVERSION= 1.0.0 CATEGORIES= astro geography devel MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ DISTNAME= ${PORTNAME}-${PORTVERSION}e -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Extract valid data from within an Open Street Map input file LICENSE= MPL LGPL21 GPLv2 LICENSE_COMB= dual LIB_DEPENDS= libexpat.so:textproc/expat2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}e GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} USE_LDCONFIG= yes .include Index: head/audio/lingot/Makefile =================================================================== --- head/audio/lingot/Makefile (revision 443095) +++ head/audio/lingot/Makefile (revision 443096) @@ -1,35 +1,35 @@ # Created by: Bartoletti # $FreeBSD$ PORTNAME= lingot PORTVERSION= 0.9.1 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SAVANNAH -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= LINGOT is a musical instrument tuner LICENSE= GPLv2 USE_GNOME= gtk20 intltool libglade2 GNU_CONFIGURE= yes USES= gettext gmake pkgconfig CONFIGURE_ENV= DATADIRNAME="share" LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS OPTIONS_GROUP= SOUND OPTIONS_GROUP_SOUND= ALSA JACK OPTIONS_DEFAULT= JACK ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins ALSA_CONFIGURE_ENABLE= alsa JACK_LIB_DEPENDS= libjack.so:audio/jack \ libsamplerate.so:audio/libsamplerate JACK_CONFIGURE_ENABLE= jack .include Index: head/databases/pyspatialite/Makefile =================================================================== --- head/databases/pyspatialite/Makefile (revision 443095) +++ head/databases/pyspatialite/Makefile (revision 443096) @@ -1,44 +1,44 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= pyspatialite PORTVERSION= 3.0.1 DISTVERSIONSUFFIX= -alpha-0 PORTREVISION= 7 CATEGORIES= databases python MASTER_SITES= CHEESESHOP/source/p/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= DB-API 2.0 interface for SQLite 3.x with Spatialite LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libspatialite.so:databases/spatialite \ libgeos_c.so:graphics/geos \ libproj.so:graphics/proj \ libfreexl.so:textproc/freexl OPTIONS_DEFINE= DOCS USES= iconv python USE_PYTHON= autoplist concurrent distutils .include .if empty(ICONV_LIB) ICONV_APPEND= .else ICONV_APPEND= ,iconv .endif post-patch: @${REINPLACE_CMD} -e "s|pyspatialite-doc|${DOCSDIR}|g" ${WRKSRC}/setup.py @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ -e "s|%%ICONV%%|${ICONV_APPEND}|" ${WRKSRC}/setup.cfg post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyspatialite/_spatialite.so .include Index: head/databases/spatialite/Makefile =================================================================== --- head/databases/spatialite/Makefile (revision 443095) +++ head/databases/spatialite/Makefile (revision 443096) @@ -1,39 +1,39 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= spatialite PORTVERSION= 4.3.0 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/libspatialite-sources/ DISTNAME= lib${PORTNAME}-${PORTVERSION} -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Spatial Extensions for SQLite LICENSE= MPL LGPL20 GPLv2 LICENSE_COMB= dual LIB_DEPENDS= libgeos_c.so:graphics/geos \ libproj.so:graphics/proj \ libfreexl.so:textproc/freexl GNU_CONFIGURE= yes USES= gmake iconv pathfix pkgconfig libtool sqlite USE_GNOME= libxml2 CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+= --enable-gcp=yes --enable-libxml2=yes CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes OPTIONS_DEFINE=LWGEOM LWGEOM_DESC=Enable lwgeom (PostGIS) functions LWGEOM_CONFIGURE_ENABLE= lwgeom LWGEOM_LIB_DEPENDS= liblwgeom.so:databases/postgis21 post-patch: @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.am @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/configure .include Index: head/databases/spatialite-tools/Makefile =================================================================== --- head/databases/spatialite-tools/Makefile (revision 443095) +++ head/databases/spatialite-tools/Makefile (revision 443096) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= spatialite-tools PORTVERSION= 4.3.0 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Collection of CLI tools supporting SpatiaLite LICENSE= GPLv3 LIB_DEPENDS= libgeos_c.so:graphics/geos \ libproj.so:graphics/proj \ libfreexl.so:textproc/freexl \ libexpat.so:textproc/expat2 \ libspatialite.so:databases/spatialite \ libreadosm.so:astro/readosm GNU_CONFIGURE= yes USES= gmake pkgconfig iconv sqlite CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .include Index: head/databases/spatialite_gui/Makefile =================================================================== --- head/databases/spatialite_gui/Makefile (revision 443095) +++ head/databases/spatialite_gui/Makefile (revision 443096) @@ -1,33 +1,33 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= spatialite_gui PORTVERSION= 1.7.1 PORTREVISION= 6 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Graphical User Interface (GUI) tool supporting SpatiaLite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgaiagraphics.so:graphics/libgaiagraphics \ libfreexl.so:textproc/freexl \ libspatialite.so:databases/spatialite USE_WX= 2.8 GNU_CONFIGURE= yes USE_GNOME= libxml2 USES= gmake pkgconfig iconv CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include `${WX_CONFIG} --cppflags` LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} `${WX_CONFIG} --libs` -lsqlite3 CONFIGURE_ARGS= CFLAGS="${CFLAGS} ${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes PLIST_FILES= bin/spatialite_gui .include Index: head/databases/virtualpg/Makefile =================================================================== --- head/databases/virtualpg/Makefile (revision 443095) +++ head/databases/virtualpg/Makefile (revision 443096) @@ -1,27 +1,27 @@ # Created by: Loïc BARTOLETTI # $FreeBSD$ PORTNAME= virtualpg PORTVERSION= 1.0.1 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Loadable dynamic extension to both SQLite and SpatiaLite LICENSE= MPL LGPL21 GPLv2 LICENSE_COMB= dual GNU_CONFIGURE= yes USES= gmake iconv pathfix pkgconfig libtool pgsql sqlite USE_LDCONFIG= yes CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" PLIST_FILES= lib/mod_virtualpg.so \ lib/mod_virtualpg.so.1 \ lib/mod_virtualpg.so.1.0.0 .include Index: head/devel/libgta/Makefile =================================================================== --- head/devel/libgta/Makefile (revision 443095) +++ head/devel/libgta/Makefile (revision 443096) @@ -1,24 +1,24 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= libgta PORTVERSION= 1.0.5 CATEGORIES= devel MASTER_SITES= SAVANNAH/gta -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Portable library that implements the GTA file format OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes USES= pathfix gmake tar:xz USE_LDCONFIG= yes regression-test test: build cd ${WRKSR}/ && ${SETENV} ${MAKE_ENV} ${MAKE} check post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgta.so .include Index: head/graphics/libgaiagraphics/Makefile =================================================================== --- head/graphics/libgaiagraphics/Makefile (revision 443095) +++ head/graphics/libgaiagraphics/Makefile (revision 443096) @@ -1,26 +1,26 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= libgaiagraphics PORTVERSION= 0.5 PORTREVISION= 3 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Library supporting common-utility raster handling methods LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libgeotiff.so:graphics/libgeotiff \ libcairo.so:graphics/cairo USES= gmake iconv jpeg pathfix pkgconfig libtool USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .include Index: head/graphics/librasterlite/Makefile =================================================================== --- head/graphics/librasterlite/Makefile (revision 443095) +++ head/graphics/librasterlite/Makefile (revision 443096) @@ -1,34 +1,34 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= librasterlite PORTVERSION= 1.1g PORTREVISION= 10 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite-sources/ -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite LICENSE= MPL GPLv2 LGPL21 LICENSE_COMB= dual LIB_DEPENDS= libspatialite.so:databases/spatialite \ libsqlite3.so:databases/sqlite3 \ libgeotiff.so:graphics/libgeotiff \ libjbig.so:graphics/jbigkit \ libpng.so:graphics/png \ libgeos.so:graphics/geos \ libproj.so:graphics/proj \ libtiff.so:graphics/tiff \ libfreexl.so:textproc/freexl GNU_CONFIGURE= yes USES= gmake iconv jpeg libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lsqlite3 -lm .include Index: head/graphics/librasterlite2/Makefile =================================================================== --- head/graphics/librasterlite2/Makefile (revision 443095) +++ head/graphics/librasterlite2/Makefile (revision 443096) @@ -1,45 +1,45 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= librasterlite2 PORTVERSION= 1.0.0 DISTVERSIONSUFFIX=-rc0 PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite LICENSE= MPL GPLv2 LGPL21 LICENSE_COMB= dual LIB_DEPENDS= libspatialite.so:databases/spatialite \ libsqlite3.so:databases/sqlite3 \ libgeotiff.so:graphics/libgeotiff \ libjbig.so:graphics/jbigkit \ libpng.so:graphics/png \ libgif.so:graphics/giflib \ libgeos.so:graphics/geos \ libproj.so:graphics/proj \ libtiff.so:graphics/tiff \ libfreexl.so:textproc/freexl \ libwebp.so:graphics/webp \ libcairo.so:graphics/cairo \ libcurl.so:ftp/curl GNU_CONFIGURE= yes USES= gmake iconv jpeg libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip # Work around PKG_CHECK_MODULES before base r276898 .if !exists(/usr/libdata/pkgconfig/liblzma.pc) CONFIGURE_ENV+= LIBLZMA_CFLAGS=" " LIBLZMA_LIBS="-llzma" .endif CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib LIBS+= -lsqlite3 .include Index: head/graphics/libreatlas/Makefile =================================================================== --- head/graphics/libreatlas/Makefile (revision 443095) +++ head/graphics/libreatlas/Makefile (revision 443096) @@ -1,52 +1,52 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= libreatlas PORTVERSION= 1.0.0a PORTREVISION= 21 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Open Source Geography Education application LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libmspack.so:archivers/libmspack \ libspatialite.so:databases/spatialite \ libsqlite3.so:databases/sqlite3 \ libpcre.so:devel/pcre \ libcairo.so:graphics/cairo \ libgeos.so:graphics/geos \ libjbig.so:graphics/jbigkit \ libgeotiff.so:graphics/libgeotiff \ librasterlite.so:graphics/librasterlite \ libpng.so:graphics/png \ libproj.so:graphics/proj \ libtiff.so:graphics/tiff \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ libfreexl.so:textproc/freexl \ libfontconfig.so:x11-fonts/fontconfig GNU_CONFIGURE= yes USES= gettext gmake iconv jpeg pathfix pkgconfig USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender xxf86vm USE_GNOME= atk gdkpixbuf2 glib20 gtk20 pango USE_WX= 2.8 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib LIBS+= -lgeos_c -lsqlite3 PLIST_FILES= bin/LibreAtlas DESKTOP_ENTRIES="LibreAtlas" "${COMMENT}" "" "LibreAtlas" \ "Graphics;Viewer;" true post-patch: @${REINPLACE_CMD} -e 's|wx-config|$${WX_CONFIG}|' ${WRKSRC}/configure .include Index: head/graphics/osgearth/Makefile =================================================================== --- head/graphics/osgearth/Makefile (revision 443095) +++ head/graphics/osgearth/Makefile (revision 443096) @@ -1,33 +1,33 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= osgearth PORTVERSION= 2.7 DISTVERSIONPREFIX= ${PORTNAME}- PORTREVISION= 1 CATEGORIES= graphics geography -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= C++ terrain rendering toolkit for OpenSceneGraph LICENSE= LGPL3 BUILD_DEPENDS= minizip:archivers/minizip LIB_DEPENDS= libosg.so:graphics/osg \ libgdal.so:graphics/gdal \ libcurl.so:ftp/curl USE_GITHUB= yes GH_ACCOUNT= gwaldron USE_LDCONFIG= yes USES= cmake gmake pkgconfig sqlite PLIST_SUB= OSGVERSION=3.4.0 CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \ -DMINIZIP_INCLUDE_DIR=${LOCALBASE}/include/minizip \ -DCMAKE_LIBRARY_PATH:PATH=${LOCALBASE}/lib \ -DLIB_POSTFIX:STRING="" \ -DOSGEARTH_USE_QT:BOOL=FALSE .include Index: head/net/quiterss/Makefile =================================================================== --- head/net/quiterss/Makefile (revision 443095) +++ head/net/quiterss/Makefile (revision 443096) @@ -1,46 +1,46 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= quiterss PORTVERSION= 0.18.4 CATEGORIES= net MASTER_SITES= http://quiterss.org/files/${PORTVERSION}/ DISTNAME= QuiteRSS-${PORTVERSION}-src -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Open-source cross-platform RSS/Atom news feeds reader LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING NO_WRKSUBDIR= yes USES= desktop-file-utils pkgconfig qmake:outsource sqlite INSTALLS_ICONS= yes OPTIONS_DEFINE= DEBUG OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= QT4 QT5 OPTIONS_DEFAULT= QT5 QT4_USE= QT4=moc_build,rcc_build,uic_build,linguisttools_build QT4_USE+= QT4=corelib,gui,network,xml,webkit,phonon,sql,sql-sqlite3_run QT5_USE= QT5=buildtools_build,linguisttools_build,core,xml,gui,widgets QT5_USE+= QT5=network,multimedia,printsupport,webkit,sql,sql-sqlite3_run post-patch-DEBUG-on: @${REINPLACE_CMD} 's|debug_and_release|debug|' \ ${WRKSRC}/QuiteRSS.pro post-patch-DEBUG-off: @${REINPLACE_CMD} 's|debug_and_release|release|' \ ${WRKSRC}/QuiteRSS.pro post-patch: @${REINPLACE_CMD} 's|$$$$\[QT_INSTALL_BINS\]/lrelease|${LRELEASE}|' \ ${WRKSRC}/lang/lang.pri @${REINPLACE_CMD} 's|$$$$PREFIX/share/quiterss|${DATADIR}|' \ ${WRKSRC}/QuiteRSS.pro .include Index: head/textproc/freexl/Makefile =================================================================== --- head/textproc/freexl/Makefile (revision 443095) +++ head/textproc/freexl/Makefile (revision 443096) @@ -1,22 +1,22 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= freexl PORTVERSION= 1.0.2 CATEGORIES= textproc MASTER_SITES= http://www.gaia-gis.it/gaia-sins/freexl-sources/ -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Library to extract valid data from within an Excel (.xls) spreadsheet LICENSE= MPL GPLv2 LGPL21 LICENSE_COMB= multi GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_search_locale_charset=no CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gmake iconv libtool pathfix USE_LDCONFIG= yes .include