diff --git a/devel/p5-Config-Fast/Makefile b/devel/p5-Config-Fast/Makefile index 137c6b0545f4..a6e119048e87 100644 --- a/devel/p5-Config-Fast/Makefile +++ b/devel/p5-Config-Fast/Makefile @@ -1,15 +1,15 @@ PORTNAME= Config-Fast PORTVERSION= 1.07 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Extremely fast configuration file parser WWW= https://metacpan.org/release/Config-Fast USES= perl5 USE_PERL5= configure .include diff --git a/devel/p5-File-Grep/Makefile b/devel/p5-File-Grep/Makefile index c2198fde07bc..84d8481f1721 100644 --- a/devel/p5-File-Grep/Makefile +++ b/devel/p5-File-Grep/Makefile @@ -1,16 +1,16 @@ PORTNAME= File-Grep PORTVERSION= 0.02 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Perl Module that Find matches to a pattern in files or function WWW= https://metacpan.org/release/File-Grep USES= perl5 USE_PERL5= configure NO_ARCH= yes .include diff --git a/devel/py-jsonargparse/Makefile b/devel/py-jsonargparse/Makefile index 63f991c42a08..f517e8cf88c1 100644 --- a/devel/py-jsonargparse/Makefile +++ b/devel/py-jsonargparse/Makefile @@ -1,25 +1,25 @@ PORTNAME= jsonargparse PORTVERSION= 3.19.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Library for creating CLIs WWW= https://github.com/omni-us/jsonargparse LICENSE= MIT BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>3.13:devel/py-pyyaml@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist NO_ARCH= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= * .include diff --git a/ftp/fmirror/Makefile b/ftp/fmirror/Makefile index 2f1e5b7578cc..42a75ca22537 100644 --- a/ftp/fmirror/Makefile +++ b/ftp/fmirror/Makefile @@ -1,27 +1,27 @@ PORTNAME= fmirror PORTVERSION= 0.8.4 PORTREVISION= 5 CATEGORIES= ftp MASTER_SITES= https://BSDforge.com/projects/source/ftp/fmirror/ -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Program for mirroring files and directories from FTP server LICENSE= GPLv2 GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS do-install: cd ${WRKSRC} && \ ${INSTALL_PROGRAM} fmirror ${STAGEDIR}${PREFIX}/bin && \ ${INSTALL_MAN} ${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} && \ cd ${WRKSRC} && \ ${INSTALL_DATA} ChangeLog README ${STAGEDIR}${DOCSDIR} && \ cd ${WRKSRC}/configs && \ ${INSTALL_DATA} generic.conf redhat.conf sample.conf \ ${STAGEDIR}${DOCSDIR} .include diff --git a/misc/p5-Test-Dir/Makefile b/misc/p5-Test-Dir/Makefile index f71901e8c460..439eeab96d9a 100644 --- a/misc/p5-Test-Dir/Makefile +++ b/misc/p5-Test-Dir/Makefile @@ -1,15 +1,15 @@ PORTNAME= Test-Dir PORTVERSION= 1.014 PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Test directory attributes WWW= https://metacpan.org/release/Test-Dir USES= perl5 USE_PERL5= configure .include diff --git a/net-mgmt/netbox-agent/Makefile b/net-mgmt/netbox-agent/Makefile index 5a6153807834..a635873b5563 100644 --- a/net-mgmt/netbox-agent/Makefile +++ b/net-mgmt/netbox-agent/Makefile @@ -1,35 +1,35 @@ PORTNAME= netbox-agent DISTVERSIONPREFIX= v DISTVERSION= 0.7.2-77 DISTVERSIONSUFFIX=-g6ae055c CATEGORIES= net-mgmt python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Agent for the Netbox network automation WWW= https://github.com/KlaraSystems/netbox-agent LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/bin/ipmitool:sysutils/ipmitool \ ${LOCALBASE}/sbin/dmidecode:sysutils/dmidecode \ ${LOCALBASE}/sbin/lldpctl:net-mgmt/lldpd \ ${PYTHON_PKGNAMEPREFIX}distro>=1.8.0:sysutils/py-distro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonargparse>=3.11.2:devel/py-jsonargparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=1.0:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netifaces-plus>=0.11:net/py-netifaces-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=5.9.0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynetbox>=7:net-mgmt/py-pynetbox@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-slugify>=8.0.1:textproc/py-python-slugify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sysctl>=0.3.0:devel/py-sysctl@${PY_FLAVOR} USES= python USE_GITHUB= yes GH_ACCOUNT= KlaraSystems USE_PYTHON= autoplist distutils pytest NO_ARCH= yes .include diff --git a/net-mgmt/routers2-extensions/Makefile b/net-mgmt/routers2-extensions/Makefile index b5f35e5865c1..579a4edfeac9 100644 --- a/net-mgmt/routers2-extensions/Makefile +++ b/net-mgmt/routers2-extensions/Makefile @@ -1,42 +1,42 @@ PORTNAME= routers2-extensions PORTVERSION= 2.23 CATEGORIES= net-mgmt MASTER_SITES= http://www.steveshipway.org/software/rrd/ \ ftp://ftp.oav.oav.net/routers2/ DISTNAME= routers2-v${PORTVERSION} -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Extensions of routers2 frontend WWW= https://www.steveshipway.org/software/ RUN_DEPENDS= ${LOCALBASE}/www/routers2/routers2.cgi:net-mgmt/routers2 \ p5-Net-Telnet-Cisco>=0:net-mgmt/p5-Telnet-Cisco \ ${LOCALBASE}/bin/htmldoc:textproc/htmldoc WRKSRC= ${WRKDIR}/routers2-v${PORTVERSION}/extensions USES= perl5 shebangfix SHEBANG_FILES= trend.cgi \ showcfg.cgi \ tonagios.cgi NO_BUILD= YES NO_ARCH= yes PORTDOCS= README *.txt extension.cgi.pl OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/*.cgi do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/www/routers2/extensions ${INSTALL_SCRIPT} ${WRKSRC}/*.cgi \ ${STAGEDIR}${PREFIX}/www/routers2/extensions do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}; ${INSTALL_DATA} README *.txt extension.cgi.pl \ ${STAGEDIR}${DOCSDIR} .include diff --git a/net-mgmt/routers2-extras/Makefile b/net-mgmt/routers2-extras/Makefile index 007a934af9ca..d60aa3c6c5c3 100644 --- a/net-mgmt/routers2-extras/Makefile +++ b/net-mgmt/routers2-extras/Makefile @@ -1,58 +1,58 @@ PORTNAME= routers2-extras PORTVERSION= 2.23 CATEGORIES= net-mgmt MASTER_SITES= http://www.steveshipway.org/software/rrd/ \ ftp://ftp.oav.oav.net/routers2/ DISTNAME= routers2-v${PORTVERSION} -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Extra extensions and scripts for routers2 frontend WWW= https://www.steveshipway.org/software/ RUN_DEPENDS= ${LOCALBASE}/www/routers2/routers2.cgi:net-mgmt/routers2 \ ${LOCALBASE}/bin/mrtg-ping-probe:net-mgmt/mrtg-ping-probe WRKSRC= ${WRKDIR}/routers2-v${PORTVERSION}/extras USES= perl5 shebangfix SHEBANG_FILES= check_foundry check_vmware.pl \ checkagent gather.pl graphprune.pl \ mrtg-apache mrtg-nrpe.pl mrtg-pnsclient.pl \ mrtg-portsinuse.pl rrd-archive-clean.pl \ rrd-archive.pl rrdextend.pl \ winalert.pl NO_BUILD= yes NO_ARCH= yes PORTDOCS= README *.txt OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} -e '1s|#!perl|#!${perl_CMD}|' \ ${WRKSRC}/targetnames/targetnames.pl ${REINPLACE_CMD} -e 's|%%PERL%%|${PERL}|' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/buildwan.pl \ ${WRKSRC}/cfgmaker_host.pl \ ${WRKSRC}/95.pl do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/www/routers2/extras/templates cd ${WRKSRC}; ${INSTALL_SCRIPT} buildwan.pl cfgmaker_host.pl \ check_vmware.pl check_foundry checkagent gather.pl \ getstats.sh graphprune.pl mrtg-apache mrtg-nrpe.pl \ mrtg-nrpe.sh mrtg-pnsclient.pl mrtg-portsinuse.pl \ rrd-archive-clean.pl rrd-archive.pl rrdextend.pl \ winalert.pl targetnames/targetnames.pl \ ${STAGEDIR}${PREFIX}/www/routers2/extras cd ${WRKSRC}; ${INSTALL_DATA} mrtg-nrpe.cfg mrtg-pnsclient.cfg \ rrd-archive.conf winalert.conf \ ${STAGEDIR}${PREFIX}/www/routers2/extras cd ${WRKSRC}; ${INSTALL_DATA} mrtg-templates/* \ ${STAGEDIR}${PREFIX}/www/routers2/extras/templates do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}; ${INSTALL_DATA} README *.txt ${STAGEDIR}${DOCSDIR} .include diff --git a/net-mgmt/routers2/Makefile b/net-mgmt/routers2/Makefile index eec269d9fcba..6e1473a0861e 100644 --- a/net-mgmt/routers2/Makefile +++ b/net-mgmt/routers2/Makefile @@ -1,69 +1,69 @@ PORTNAME= routers2 PORTVERSION= 2.23 CATEGORIES= net-mgmt MASTER_SITES= http://www.steveshipway.org/software/rrd/ \ ftp://ftp.oav.oav.net/routers2/ DISTNAME= ${PORTNAME}-v${PORTVERSION} -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Frontend for the MRTG system monitoring software WWW= https://www.steveshipway.org/software/ BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD RUN_DEPENDS= p5-Convert-ASN1>=0:converters/p5-Convert-ASN1 \ p5-Crypt-UnixCrypt>=0:security/p5-Crypt-UnixCrypt \ p5-GD>=0:graphics/p5-GD \ p5-Crypt-UnixCrypt>=0:security/p5-Crypt-UnixCrypt \ p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \ p5-SNMP_Session>=0:net-mgmt/p5-SNMP_Session \ p5-CGI-SpeedyCGI>=0:www/p5-CGI-SpeedyCGI \ ${LOCALBASE}/bin/mrtg:net-mgmt/mrtg WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} USES= cpe perl5 CPE_VENDOR= ${PORTNAME}_project NO_BUILD= yes NO_ARCH= yes PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${RM} ${WRKSRC}/extras/targetnames/BER.pm \ ${WRKSRC}/extras/targetnames/SNMP_*.pm ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/routers2.cgi.pl ${WRKSRC}/routers2.conf do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/www/routers2 \ ${STAGEDIR}${PREFIX}/www/routers2/rrdicons \ ${STAGEDIR}${PREFIX}/www/routers2/graphs \ ${STAGEDIR}/var/db/rrdtool ${INSTALL_DATA} ${WRKSRC}/routers2.conf \ ${STAGEDIR}${PREFIX}/etc/routers2.conf.sample ${INSTALL_DATA} ${WRKSRC}/rrdicons/* \ ${STAGEDIR}${PREFIX}/www/routers2/rrdicons ${INSTALL_SCRIPT} ${WRKSRC}/routers2.cgi.pl \ ${STAGEDIR}${PREFIX}/www/routers2/routers2.cgi do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}; \ ${INSTALL_DATA} CHANGES README doc/* ${STAGEDIR}${DOCSDIR} #post-install: #.if !defined(BATCH) # @${ECHO} "" # @${ECHO} "############################################################################" # @${ECHO} "# Please create a MRTG config file in ${PREFIX}/etc/mrtg #" # @${ECHO} "# A configuration file can be automatically generated with cfgmaker #" # @${ECHO} "# A sample configuration file is installed as mrtg.cfg.sample #" # @${ECHO} "# #" # @${ECHO} "# To enable MRTG in daemon mode, put the following to your /etc/rc.conf or #" # @${ECHO} "# /etc/rc.conf.local file: #" # @${ECHO} "# mrtg_daemon_enable=\"YES\" #" # @${ECHO} "############################################################################" #.endif .include diff --git a/net/freeipa-client/Makefile b/net/freeipa-client/Makefile index 0a1e233c4ae6..76579efec9af 100644 --- a/net/freeipa-client/Makefile +++ b/net/freeipa-client/Makefile @@ -1,54 +1,54 @@ PORTNAME= freeipa-client DISTVERSION= 4.12.2 CATEGORIES= net MASTER_SITES= https://releases.pagure.org/freeipa/ DISTNAME= freeipa-${DISTVERSION} -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= FreeIPA Client tools WWW= https://www.freeipa.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} LIB_DEPENDS= libcmocka.so:sysutils/cmocka \ libcurl.so:ftp/curl \ libini_config.so:devel/ding-libs \ libjansson.so:devel/jansson \ libnspr4.so:devel/nspr \ libnss3.so:security/nss \ libpopt.so:devel/popt \ libpwquality.so:security/libpwquality \ libsasl2.so:security/cyrus-sasl2 \ libxmlrpc.so:net/xmlrpc-c USES= autoreconf gettext gmake gssapi:mit ldap libtool \ localbase:ldflags pkgconfig python GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-dependency-tracking \ --disable-server \ --with-ipaplatform=freebsd \ --without-ipatests \ --without-server # Don't bytecode python files MAKE_ENV= PYTHONDONTWRITEBYTECODE=1 # Remove all systemd dependant things EXTRACT_AFTER_ARGS= --exclude client/systemd --exclude daemons/dnssec \ --exclude daemons/ipa-otpd --exclude \ daemons/ipa-slapi-plugins --exclude init/systemd \ --exclude init/tmpfilesd PLIST_SUB= DISTVERSION=${DISTVERSION} # Make sample configuration file post-install: @${MV} ${STAGEDIR}${PREFIX}/etc/ipa/epn.conf ${STAGEDIR}${PREFIX}/etc/ipa/epn.conf.sample .include diff --git a/net/py-netifaces-plus/Makefile b/net/py-netifaces-plus/Makefile index 0b83f6a47899..da5498286f91 100644 --- a/net/py-netifaces-plus/Makefile +++ b/net/py-netifaces-plus/Makefile @@ -1,25 +1,25 @@ PORTNAME= netifaces-plus DISTVERSIONPREFIX= release_ DISTVERSION= 0_12_2 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Portable network interface information WWW= https://pypi.org/project/netifaces-plus/ LICENSE= MIT USES= python USE_GITHUB= yes GH_ACCOUNT= tsukumijima USE_PYTHON= autoplist distutils TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} TEST_TARGET= test.py DO_MAKE_TEST= ${SETENVI} ${WRK_ENV} ${TEST_ENV} ${PYTHON_CMD} post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_netifaces*.so .include diff --git a/net/py-pyprowl/Makefile b/net/py-pyprowl/Makefile index 733da93604be..b2074c975716 100644 --- a/net/py-pyprowl/Makefile +++ b/net/py-pyprowl/Makefile @@ -1,22 +1,22 @@ PORTNAME= pyprowl PORTVERSION= 3.0.1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Module for sending Prowl notifications WWW= https://github.com/toddrob99/pyprowl LICENSE= GPLv3 USES= python USE_PYTHON= distutils pep517 autoplist DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} NO_ARCH= yes PORTDOCS= * .include diff --git a/sysutils/syslogger/Makefile b/sysutils/syslogger/Makefile index 16dcc8142570..8be4bb4b95df 100644 --- a/sysutils/syslogger/Makefile +++ b/sysutils/syslogger/Makefile @@ -1,15 +1,15 @@ PORTNAME= syslogger PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= http://oav.net/projects/syslogger/ -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Logger(1) like tool that sends file or pipe througth syslog WWW= https://oav.net/projects/syslogger/ PLIST_FILES= bin/syslogger do-install: ${INSTALL_PROGRAM} ${WRKSRC}/syslogger ${STAGEDIR}${PREFIX}/bin .include diff --git a/www/domoticz-devel/Makefile b/www/domoticz-devel/Makefile index 18b9d0abae06..7f56841b2567 100644 --- a/www/domoticz-devel/Makefile +++ b/www/domoticz-devel/Makefile @@ -1,72 +1,72 @@ PORTNAME= domoticz PORTVERSION= 2024.7.${DOMOTICZ_REL} PORTREVISION= 3 CATEGORIES= www PKGNAMESUFFIX= -devel -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Home Automation System (Development Branch) WWW= https://www.domoticz.com LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/License.txt LIB_DEPENDS= libcurl.so:ftp/curl \ libboost_system.so:devel/boost-libs \ libjsoncpp.so:devel/jsoncpp \ libmosquitto.so:net/mosquitto USES= cmake compiler:c++11-lang cpe lua:53 minizip pkgconfig sqlite \ ssl USE_GITHUB= yes GH_TAGNAME= a580a6b1f CONFLICTS_INSTALL= domoticz-[234]* EXTRACT_AFTER_ARGS= --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/hardware/plugins/Include \ --no-same-owner --no-same-permissions # This hack is to get rid of dependency of git while building # the package. DOMOTICZ_REL= 16186 DOMOTICZ_TS= 1724156096 USE_RC_SUBR= domoticz USERS= domoticz GROUPS= domoticz CMAKE_INSTALL_PREFIX= ${PREFIX}/domoticz CMAKE_OFF= GIT_SUBMODULE \ USE_BUILTIN_JSONCPP \ USE_BUILTIN_MINIZIP \ USE_BUILTIN_MQTT \ USE_LUA_STATIC \ USE_STATIC_BOOST \ USE_STATIC_OPENZWAVE OPTIONS_DEFINE= PRECOMP PYTHON OPTIONS_DEFAULT= PRECOMP PYTHON OPTIONS_SUB= yes PRECOMP_DESC= Enable usage of precompiled header to speed build time PYTHON_DESC= Enable support for Python Plugins PYTHON_USES= python:3.9+ PYTHON_CMAKE_BOOL= USE_PYTHON PRECOMP_CMAKE_BOOL= USE_PRECOMPILED_HEADER post-patch: @${REINPLACE_CMD} -e "s,\/opt,${PREFIX},g" ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e "s,XXXPREFIXXXX,${PREFIX}/domoticz,g" ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e "/^ADD_PRECOMPILED_HEADER/ d" ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e "s/\(#define APPVERSION\)\(.*\)/\1 ${DOMOTICZ_REL}/" ${WRKSRC}/appversion.h @${REINPLACE_CMD} -e "s/\(#define APPHASH\)\(.*\)/\1 \"${GH_TAGNAME}\"/" ${WRKSRC}/appversion.h @${REINPLACE_CMD} -e "s/\(#define APPDATE\)\(.*\)/\1 ${DOMOTICZ_TS}/" ${WRKSRC}/appversion.h post-install: ${MKDIR} ${STAGEDIR}/var/db/domoticz ${STAGEDIR}/var/run/domoticz .include diff --git a/www/domoticz/Makefile b/www/domoticz/Makefile index c9ae8defc082..d73da5a5e10d 100644 --- a/www/domoticz/Makefile +++ b/www/domoticz/Makefile @@ -1,63 +1,63 @@ PORTNAME= domoticz DISTVERSION= 2024.4 PORTREVISION= 3 CATEGORIES= www -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Home Automation System WWW= https://www.domoticz.com LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/License.txt LIB_DEPENDS= libcurl.so:ftp/curl \ libboost_system.so:devel/boost-libs \ libjsoncpp.so:devel/jsoncpp \ libmosquitto.so:net/mosquitto BUILD_DEPENDS= cereal>=1.2.2:devel/cereal USES= cmake compiler:c++11-lang cpe minizip pkgconfig ssl lua:53 sqlite OPTIONS_SUB= YES OPTIONS_DEFINE= PYTHON TELLDUS PRECOMP OPTIONS_DEFAULT= PYTHON PRECOMP PYTHON_DESC= Enable Python for Plugins and Event-Scripts TELLDUS_DESC= Enable Tellstick Telldus support PRECOMP_DESC= Enable usage of precompiled header to speed build time .include USE_GITHUB= yes USE_RC_SUBR= domoticz USERS= domoticz GROUPS= domoticz CMAKE_INSTALL_PREFIX= ${PREFIX}/domoticz CMAKE_OFF+= GIT_SUBMODULE USE_STATIC_BOOST USE_OPENSSL_STATIC USE_STATIC_BOOST \ USE_BUILTIN_SQLITE USE_BUILTIN_MINIZIP USE_BUILTIN_JSONCPP \ USE_BUILTIN_MQTT USE_STATIC_OPENZWAVE .if ${PORT_OPTIONS:MPYTHON} CMAKE_ON+= USE_PYTHON USES+= python:3.9+ .else CMAKE_OFF+= USE_PYTHON .endif .if ${PORT_OPTIONS:MTELLDUS} LIB_DEPENDS+= libtelldus-core.so:comms/telldus-core .endif .if ${PORT_OPTIONS:MPRECOMP} CMAKE_ON+= USE_PRECOMPILED_HEADER .else CMAKE_OFF+= USE_PRECOMPILED_HEADER .endif post-install: ${MKDIR} ${STAGEDIR}/var/db/domoticz ${STAGEDIR}/var/run/domoticz .include diff --git a/www/mod_evasive/Makefile b/www/mod_evasive/Makefile index 0b950b829b1a..a844cec13b2c 100644 --- a/www/mod_evasive/Makefile +++ b/www/mod_evasive/Makefile @@ -1,42 +1,42 @@ PORTNAME= mod_evasive PORTVERSION= 1.10.1 PORTREVISION= 2 CATEGORIES= www security DIST_SUBDIR= apache2 -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Apache module to try to protect the HTTP Server from DoS/DDoS attacks WWW= https://github.com/jzdziarski/mod_evasive LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= apache USE_GITHUB= yes GH_ACCOUNT= jzdziarski GH_TAGNAME= ad6e89f6c7d835945a7d329cc0f04adaefc3d114 AP_FAST_BUILD= yes AP_GENPLIST= yes MODULENAME= ${PORTNAME}20 PORTDOCS= README test.pl OPTIONS_DEFINE= DOCS .include post-patch: @${REINPLACE_CMD} -e "s|/bin/mail|/usr/bin/mail|g" \ ${WRKSRC}/mod_evasive.c ${WRKSRC}/mod_evasive20.c \ ${WRKSRC}/mod_evasiveNSAPI.c .if ${APACHE_VERSION:M2.4} @${REINPLACE_CMD} -e 's/remote_ip/client_ip/g' ${WRKSRC}/mod_evasive20.c .endif post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/www/py-frappe-bench/Makefile b/www/py-frappe-bench/Makefile index c6ab6d084070..d737346c9200 100644 --- a/www/py-frappe-bench/Makefile +++ b/www/py-frappe-bench/Makefile @@ -1,35 +1,35 @@ PORTNAME= frappe-bench DISTVERSIONPREFIX= v DISTVERSION= 5.22.9 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= kiwi@oav.net +MAINTAINER= kiwi@FreeBSD.org COMMENT= Frappe / ERPNext apps setup tool WWW= https://github.com/frappe/bench LICENSE= GPLv3 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>0:devel/py-virtualenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semantic-version>0:devel/py-semantic-version@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gitpython>=1.0.1:devel/py-gitpython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}honcho>0:sysutils/py-honcho@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-crontab>0:sysutils/py-python-crontab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ git:devel/git USES= python USE_GITHUB= yes GH_ACCOUNT= frappe GH_PROJECT= bench USE_PYTHON= pep517 autoplist NO_ARCH= yes .include