diff --git a/databases/powerarchitect/Makefile b/databases/powerarchitect/Makefile index 155946cb50d9..8d63f5ef50ae 100644 --- a/databases/powerarchitect/Makefile +++ b/databases/powerarchitect/Makefile @@ -1,41 +1,41 @@ PORTNAME= powerarchitect PORTVERSION= 1.0.9 CATEGORIES= databases java MASTER_SITES= http://www.bestofbi.com/downloads/architect/${PORTVERSION}/ DISTNAME= SQL-Power-Architect-generic-${PORTVERSION} -MAINTAINER= jjuanino@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Data modeling and profiling tool WWW= http://www.bestofbi.com/page/architect LICENSE= GPLv3 USE_JAVA= yes NO_ARCH= yes NO_BUILD= yes SUB_FILES= ${PORTNAME} PORTDOCS= * DATADIR= ${JAVASHAREDIR}/${PORTNAME} WRKSRC= ${WRKDIR}/architect-${PORTVERSION} OPTIONS_DEFINE= DOCS MYSQL_JDBC PGSQL_JDBC MYSQL_JDBC_RUN_DEPENDS= ${JAVALIBDIR}/mysql-connector-java.jar:databases/mysql-connector-java PGSQL_JDBC_RUN_DEPENDS= ${JAVALIBDIR}/postgresql.jar:databases/postgresql-jdbc do-install: @${MKDIR} ${STAGEDIR}/${DATADIR} (cd ${WRKSRC}/ && \ ${INSTALL_DATA} architect.jar \ ${STAGEDIR}/${DATADIR}/ && \ ${COPYTREE_SHARE} lib ${STAGEDIR}/${DATADIR}) ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.generic \ ${STAGEDIR}/${DOCSDIR} .include diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index fed9a2d2a3fd..e6bd2a260b27 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -1,95 +1,95 @@ PORTNAME= recoll PORTVERSION= 1.31.4 PORTREVISION= 8 CATEGORIES= deskutils MASTER_SITES= https://www.lesbonscomptes.com/recoll/ -MAINTAINER= jjuanino@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Personal full text search package, based on Xapian WWW= https://www.lesbonscomptes.com/recoll/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} LIB_DEPENDS= libxapian.so:databases/xapian-core RUN_DEPENDS= antiword:textproc/antiword \ catdoc:textproc/catdoc \ unrar:archivers/unrar \ unrtf:textproc/unrtf \ wpd2html:textproc/libwpd010 USES= bison compiler:c++11-lang gmake gnome iconv libtool localbase \ pkgconfig python:3.5+ shebangfix USE_GNOME= libxslt USE_LDCONFIG= yes USE_PYTHON= py3kplist PYDISTUTILS_PKGNAME= Recoll PYDISTUTILS_PKGVERSION= 1.0 USE_QT= core gui printsupport widgets xml buildtools:build qmake:build SHEBANG_FILES= desktop/hotrecoll.py filters/*.py filters/rcl7z \ filters/rclaudio filters/rclchm filters/rcldia filters/rclepub \ filters/rclepub1 filters/rclics filters/rclimg filters/rclinfo \ filters/rclkar filters/rclrar filters/rcltar filters/rclwar \ filters/rclzip GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-recollq \ --enable-xadump MAKE_ENV= PYTHON_CMD=${PYTHON_CMD} BINARY_ALIAS= python2=${FALSE} python3=${PYTHON_CMD} PLIST_SUB= PYDISTUTILS_EGGINFO="${PYDISTUTILS_EGGINFO}" \ VERSION="${PORTVERSION}" OPTIONS_DEFINE= ASPELL CHM DJVU IMAGE LATEX PDF PS QT5 SOUND X11MON OPTIONS_DEFAULT= ASPELL CHM IMAGE PDF PS QT5 SOUND X11MON OPTIONS_SUB= yes CHM_DESC= Python bindings for Microsoft ITSS/CHM format IMAGE_DESC= Store personal tags or textual descriptions in images X11MON_DESC= X11 session monitoring support ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_CONFIGURE_WITH= aspell CHM_LIB_DEPENDS= libchm.so:misc/chmlib CHM_CONFIGURE_OFF= --disable-python-chm DJVU_RUN_DEPENDS= djvutxt:graphics/djvulibre IMAGE_RUN_DEPENDS= exiftool:graphics/p5-Image-ExifTool LATEX_USE= dvipsk:run \ latex:run PDF_RUN_DEPENDS= pdftotext:graphics/poppler-utils PS_RUN_DEPENDS= pstotext:print/pstotext QT5_USES= gl qt:5 QT5_USE= GL=gl QT5_CONFIGURE_ON= --disable-webkit QT5_CONFIGURE_ENABLE= qtgui QT5_CONFIGURE_ENV= QMAKE="${QMAKE}" \ QMAKESPEC="${QMAKESPEC}" \ QTDIR="${PREFIX}" SOUND_RUN_DEPENDS= mutagen-pony-${PYTHON_VER}:audio/py-mutagen@${PY_FLAVOR} X11MON_USES= fam xorg X11MON_USE= XORG=ice,sm,x11 X11MON_CONFIGURE_ENABLE= x11mon X11MON_CONFIGURE_WITH= fam post-patch: @${REINPLACE_CMD} -e 's|@QMAKE@|${TRUE}|' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|/usr/local/lib|${LOCALBASE}/lib|' \ ${WRKSRC}/configure pre-build-QT5-on: @cd ${WRKSRC}/qtgui && \ ${SETENV} ${QMAKE_ENV} ${QMAKE} ${QMAKE_ARGS} recoll.pro post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/recoll/*.so \ ${STAGEDIR}${PREFIX}/lib/recoll/*.so # Remove systemd unit files (useless on FreeBSD) @${RM} ${STAGEDIR}${DATADIR}/examples/recollindex*.service post-install-CHM-on: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/recollchm/*.so .include diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 489ce3908934..6ee4c9942078 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -1,36 +1,36 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.3.0.0 PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} -MAINTAINER= jjuanino@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Fast validating XML editor WWW= http://xml-copy-editor.sourceforge.net/ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libaspell.so:textproc/aspell \ libenchant.so:textproc/enchant \ libexpat.so:textproc/expat2 \ libharfbuzz.so:print/harfbuzz \ libpcre.so:devel/pcre \ libxerces-c.so.3:textproc/xerces-c3 \ libxml2.so:textproc/libxml2 \ libxslt.so:textproc/libxslt USES= autoreconf compiler:c++11-lang desktop-file-utils dos2unix \ gmake gettext-tools gnome iconv libtool pkgconfig USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool pango USE_WX= 3.0+ WX_COMPS= wx WX_CONF_ARGS= absolute GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls # NLS does not work properly CPPFLAGS+= -I${LOCALBASE}/include WRKSRC= ${WRKDIR}/${PORTNAME} .include diff --git a/mail/davmail/Makefile b/mail/davmail/Makefile index d699e579d873..96313d21f708 100644 --- a/mail/davmail/Makefile +++ b/mail/davmail/Makefile @@ -1,66 +1,66 @@ PORTNAME= davmail PORTVERSION= 6.0.1 CATEGORIES= mail java MASTER_SITES= SF/davmail/davmail/${PORTVERSION} DISTNAME= ${PORTNAME}-src-${PORTVERSION}-${REVISION} -MAINTAINER= jjuanino@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway WWW= http://davmail.sourceforge.net/ LICENSE= GPLv2 USES= dos2unix tar:tgz DOS2UNIX_FILES= build.xml USE_ANT= yes USE_JAVA= yes USE_RC_SUBR= davmail # 6.0.1 REVISION= 3390 # port build number, same as on DISTNAME MAKE_ARGS= -Drevision=${REVISION} MAKE_ENV+= "ANT_OPTS=-Dfile.encoding=UTF-8" ALL_TARGET= release NO_ARCH= yes SUB_FILES= davmail.sh pkg-message USERS= davmail GROUPS= davmail DATADIR= ${JAVASHAREDIR}/${PORTNAME} PLIST_SUB+= PORTVERSION="${PORTVERSION}" post-patch: @${REINPLACE_CMD} -e 's#prefix=\"usr#prefix=\"${PREFIX}#' \ ${WRKSRC}/build.xml # Azul JRE FX has been disabled by removing the target: # # in files/patch-build.xml patch. do-install: @cd ${WRKSRC}/dist && ${FIND} . -type d \ -exec ${MKDIR} ${STAGEDIR}${DATADIR}/\{} \; @cd ${WRKSRC}/dist && ${FIND} . -type f \ -not -name "*.deb" \ -not -name "*.md5" \ -not -name "*.MD5" \ -not -name "*.tgz" \ -not -name "*.exe" \ -not -name "swt-*.jar" \ -not -name "*.zip" \ -not -name "*.war" \ -not -name "*.rpm" \ -not -name "*.desktop" \ -exec ${INSTALL_DATA} \{} ${STAGEDIR}${DATADIR}/\{} \; @${FIND} ${STAGEDIR}/${DATADIR} -depth -empty -type d -delete ${INSTALL_SCRIPT} ${WRKDIR}/davmail.sh \ ${STAGEDIR}${PREFIX}/bin/davmail ${INSTALL_DATA} ${WRKSRC}/src/etc/davmail.properties \ ${STAGEDIR}${PREFIX}/etc/davmail.properties.sample ${INSTALL_DATA} ${WRKSRC}/src/desktop/davmail.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ .include diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index 2a1e01a8d054..d01c875ffac3 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -1,39 +1,39 @@ PORTNAME= mairix DISTVERSION= 0.24 CATEGORIES= mail -MAINTAINER= jjuanino@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Indexing and searching in Maildir, MH, or mbox folders WWW= http://www.rc0.org.uk/mairix/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= bison compiler:c11 gmake ssl USE_GITHUB= yes GH_ACCOUNT= vandry CONFIGURE_ARGS= --prefix=${PREFIX} HAS_CONFIGURE= yes PLIST_FILES= bin/mairix \ man/man1/mairix.1.gz \ man/man5/mairixrc.5.gz OPTIONS_DEFINE= GZIP BZIP2 EXAMPLES DOCS GZIP_DESC= gzip compressed mbox support BZIP2_DESC= bzip2 compressed mbox support GZIP_CONFIGURE_ENABLE= gzip-mbox BZIP2_CONFIGURE_ENABLE= bzip-mbox PORTDOCS= NEWS README PORTEXAMPLES= dotmairixrc.eg post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mairix @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR} @${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/dotmairixrc.eg ${STAGEDIR}/${EXAMPLESDIR} .include diff --git a/net-im/purple-googlechat/Makefile b/net-im/purple-googlechat/Makefile index 72964e201751..39b812025e67 100644 --- a/net-im/purple-googlechat/Makefile +++ b/net-im/purple-googlechat/Makefile @@ -1,30 +1,30 @@ PORTNAME= purple-googlechat DISTVERSION= g20211018 CATEGORIES= net-im -MAINTAINER= jjuanino@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Google Chat Plugin for libpurple WWW= https://github.com/EionRobb/purple-googlechat LICENSE= GPLv3+ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libprotobuf-c.so:devel/protobuf-c \ libpurple.so:net-im/libpurple USES= gmake gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= EionRobb GH_TAGNAME= 56ba7f7 USE_GNOME= glib20 USE_LDCONFIG= yes PLIST_FILES= lib/purple-2/libgooglechat.so \ share/pixmaps/pidgin/protocols/16/googlechat.png \ share/pixmaps/pidgin/protocols/22/googlechat.png \ share/pixmaps/pidgin/protocols/48/googlechat.png post-install: ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/purple-2/libgooglechat.so .include diff --git a/net-im/purple-hangouts/Makefile b/net-im/purple-hangouts/Makefile index c2beaecd2d46..853942c05850 100644 --- a/net-im/purple-hangouts/Makefile +++ b/net-im/purple-hangouts/Makefile @@ -1,31 +1,31 @@ PORTNAME= purple-hangouts PORTVERSION= 20210630 CATEGORIES= net-im -MAINTAINER= jjuanino@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Hangouts plugin for libpurple WWW= https://github.com/EionRobb/purple-hangouts LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/gpl3.txt LIB_DEPENDS= libpurple.so:net-im/libpurple \ libjson-glib-1.0.so:devel/json-glib \ libprotobuf-c.so:devel/protobuf-c USES= gmake gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= EionRobb GH_TAGNAME= 55b9f01 # Change accordingly with PORTVERSION USE_GNOME= glib20 USE_LDCONFIG= yes PLIST_FILES= lib/purple-2/libhangouts.so \ share/pixmaps/pidgin/protocols/16/hangouts.png \ share/pixmaps/pidgin/protocols/22/hangouts.png \ share/pixmaps/pidgin/protocols/48/hangouts.png post-install: ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/purple-2/libhangouts.so .include diff --git a/net-im/telegram-purple/Makefile b/net-im/telegram-purple/Makefile index 17bf414890ba..69c0074a0114 100644 --- a/net-im/telegram-purple/Makefile +++ b/net-im/telegram-purple/Makefile @@ -1,42 +1,42 @@ PORTNAME= telegram-purple PORTVERSION= 1.4.7 DISTVERSIONPREFIX= v CATEGORIES= net-im -MAINTAINER= jjuanino@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Libpurple plugin for Telegram messenger WWW= https://github.com/majn/telegram-purple LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to link: undefined reference to 'backtrace' BROKEN_powerpc64= fails to compile: Assertion failed: (get_int () == TLS_SCHEMA_V2), function parse_tlo_file, file generate.c, line 2832. BROKEN_sparc64= fails to compile: assertion fails LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libwebp.so:graphics/webp \ libpurple.so:net-im/libpurple \ libpng.so:graphics/png USES= gmake gnome pkgconfig localbase:ldflags USE_GNOME= glib20 GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-translation USE_GITHUB= yes GH_ACCOUNT= majn GH_PROJECT= tgl:tgl GH_TAGNAME?= cd7e3d7:tgl GH_SUBDIR= tgl:tgl post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/purple-2/telegram-purple.so @${RM} -rf ${STAGEDIR}/etc .include diff --git a/security/py-vpn-slice/Makefile b/security/py-vpn-slice/Makefile index 554e775b9cda..27685a330a8e 100644 --- a/security/py-vpn-slice/Makefile +++ b/security/py-vpn-slice/Makefile @@ -1,21 +1,21 @@ PORTNAME= vpn-slice DISTVERSION= 0.15 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= jjuanino@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Customized VPN split-tunnel WWW= https://github.com/dlenski/vpn-slice LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.16:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setproctitle>=1.2:devel/py-setproctitle@${PY_FLAVOR} USES= python:3.3+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/sysutils/xpipe/Makefile b/sysutils/xpipe/Makefile index 82c821194b3b..06dec8183b99 100644 --- a/sysutils/xpipe/Makefile +++ b/sysutils/xpipe/Makefile @@ -1,22 +1,22 @@ PORTNAME= xpipe DISTVERSION= g20200503 CATEGORIES= sysutils -MAINTAINER= jjuanino@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Split input and feed it into the given utility WWW= https://github.com/jschauma/xpipe LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= jschauma GH_TAGNAME= 60b0aec PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 .include