diff --git a/comms/libmodbus/Makefile b/comms/libmodbus/Makefile index 55603215e6ed..6fa32e790fb3 100644 --- a/comms/libmodbus/Makefile +++ b/comms/libmodbus/Makefile @@ -1,23 +1,23 @@ PORTNAME= libmodbus PORTVERSION= 3.1.6 PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= https://libmodbus.org/releases/ -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Modbus library LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER BUILD_DEPENDS= a2x:textproc/asciidoc \ xmlto:textproc/xmlto USES= cpe gmake libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS .include diff --git a/devel/libastylej/Makefile b/devel/libastylej/Makefile index 2f402c9ed482..d3202fc083d1 100644 --- a/devel/libastylej/Makefile +++ b/devel/libastylej/Makefile @@ -1,39 +1,39 @@ # Created by: Boris Samorodov PORTNAME= libastylej PORTVERSION= 3.0.1 PORTREVISION= 2 CATEGORIES= devel java textproc MASTER_SITES= SF/astyle/astyle/astyle%20${PORTVERSION} PKGNAMESUFFIX?= # for slave port DISTNAME= astyle_${PORTVERSION}_linux -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Source code indenter, formatter, and beautifier (JNI library) LICENSE= LGPL3 ALL_TARGET= java LDFLAGS+= -s USES= compiler:c++11-lang gmake USE_JAVA= yes USE_LDCONFIG= yes MAKE_ARGS+= JAVA_HOME=${JAVA_HOME} WRKSRC= ${WRKDIR}/astyle/build/${CHOSEN_COMPILER_TYPE} PLIST_FILES= lib/jni/libastylej${PKGNAMESUFFIX}.so lib/jni/libastylej${PKGNAMESUFFIX}.so.${PORTVERSION} post-patch: ${REINPLACE_CMD} -e 's,\(JAVAINCS.*=.*\),\1 -I$(JAVA_HOME)/include/freebsd,' \ -e '176 s,libastylej\.so,libastylej${PKGNAMESUFFIX}\.so,2' \ -e 's/CXX = g++/CXX ?= g++/' \ ${WRKSRC}/Makefile do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/jni ${INSTALL_DATA} ${WRKSRC}/bin/*.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/jni ${LN} -sf libastylej${PKGNAMESUFFIX}.so.${PORTVERSION} \ ${STAGEDIR}${PREFIX}/lib/jni/libastylej${PKGNAMESUFFIX}.so .include diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index b7f28dcb85f2..c71187b37774 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -1,55 +1,55 @@ PORTNAME= libftdi1 PORTVERSION= 1.5 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= https://www.intra2net.com/en/developer/libftdi/download/ -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library (using libusb) to talk to FTDI chips LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB BROKEN_sparc64= Does not build: fails to link LIB_DEPENDS= libconfuse.so:devel/libconfuse USES= cmake:insource compiler:c++11-lang gettext-runtime pkgconfig tar:bzip2 USE_LDCONFIG= yes PORTDOCS= ChangeLog README PORTEXAMPLES= baud_test bitbang bitbang2 bitbang_cbus bitbang_ft2232 \ eeprom find_all serial_test simple stream_test OPTIONS_DEFINE= PYTHON BOOST DOCS EXAMPLES OPTIONS_DEFAULT=PYTHON BOOST OPTIONS_SUB= yes BOOST_DESC= Build with boost PYTHON_DESC= Build Python bindings EXAMPLES_CMAKE_BOOL= EXAMPLES PYTHON_USES= python PYTHON_CMAKE_BOOL= PYTHON_BINDINGS PYTHON_BUILD_DEPENDS= swig:devel/swig BOOST_CMAKE_BOOL= FTDIPP BOOST_LIB_DEPENDS= libboost_system.so:devel/boost-libs BOOST_PORTEXAMPLES= find_all_pp .include post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for fname in ${PORTEXAMPLES} ${INSTALL_PROGRAM} ${WRKSRC}/examples/${fname} ${STAGEDIR}${EXAMPLESDIR}/ .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .include diff --git a/devel/libserialport/Makefile b/devel/libserialport/Makefile index 83a62dce7588..414c463acea4 100644 --- a/devel/libserialport/Makefile +++ b/devel/libserialport/Makefile @@ -1,21 +1,21 @@ # Created by: Uffe Jakobsen PORTNAME= libserialport PORTVERSION= 0.1.1 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libserialport/ -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Framework for hardware logic analyzers, serial port support library LICENSE= LGPL3 USE_LDCONFIG= yes USES= libtool pathfix pkgconfig GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes .include diff --git a/devel/libsigrok/Makefile b/devel/libsigrok/Makefile index 0f527d46802b..06508c806ffa 100644 --- a/devel/libsigrok/Makefile +++ b/devel/libsigrok/Makefile @@ -1,34 +1,34 @@ # Created by: Uffe Jakobsen PORTNAME= libsigrok PORTVERSION= 0.5.2 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libsigrok/ -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Framework for hardware logic analyzers, core library LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= doxygen:devel/doxygen LIB_DEPENDS= libftdi1.so:devel/libftdi1 \ libserialport.so:devel/libserialport \ libvisa.so:devel/librevisa \ libzip.so:archivers/libzip USES= compiler:c11 gnome pathfix libtool pkgconfig GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_GNOME= glibmm post-patch: # libusb can be disabled via src.conf(5), so detect via pkg-config @${REINPLACE_CMD} -e 's/\(libusb-1\.0\) >= 1\.0\.[0-9]*/\1/' \ -e '/\*freebsd\*/,/;;/d' \ ${WRKSRC}/configure .include diff --git a/devel/libsigrokdecode/Makefile b/devel/libsigrokdecode/Makefile index 9319575e4b5f..0265a358afe2 100644 --- a/devel/libsigrokdecode/Makefile +++ b/devel/libsigrokdecode/Makefile @@ -1,28 +1,28 @@ # Created by: Uffe Jakobsen PORTNAME= libsigrokdecode PORTVERSION= 0.5.3 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libsigrokdecode/ -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Framework for hardware logic analyzers, protocol decoders library LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gnome libtool pathfix pkgconfig python:3.4+ USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ENV= PYTHON3=${PYTHON_CMD} MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ENV= PYTHON3="${PYTHON_CMD}" post-patch: @${REINPLACE_CMD} -Ee '/python-/ s|3\.[0-9]+|${PYTHON_VER}|g' \ ${WRKSRC}/configure .include diff --git a/graphics/icc-profiles-adobe-cs4/Makefile b/graphics/icc-profiles-adobe-cs4/Makefile index e016a103e42c..05d8de41f4fa 100644 --- a/graphics/icc-profiles-adobe-cs4/Makefile +++ b/graphics/icc-profiles-adobe-cs4/Makefile @@ -1,32 +1,32 @@ PORTNAME= icc-profiles-adobe-cs4 PORTVERSION= 1 CATEGORIES= graphics MASTER_SITES= https://download.adobe.com/pub/adobe/iccprofiles/win/ DISTNAME= AdobeICCProfilesCS4Win_end-user -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Adobe ICC CMYK and RGB profiles for graphics professionals LICENSE= ADOBEEULA.pdf LICENSE_NAME= Adobe End-User License Agreement LICENSE_FILE= ${WRKDIR}/Adobe\ ICC\ Profiles\ \(end-user\)/Color\ Profile\ EULA.pdf LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= zip NO_BUILD= yes NO_ARCH= yes SYSCOLORDIR= share/color PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR} OPTIONS_DEFINE= DOCS do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKDIR}/Adobe\ ICC\ Profiles\ \(end-user\) && ${COPYTREE_SHARE} \*.pdf ${STAGEDIR}${DOCSDIR}) .for d in CMYK RGB @${MKDIR} ${STAGEDIR}${PREFIX}/${SYSCOLORDIR}/Adobe/${d} (cd ${WRKDIR}/Adobe\ ICC\ Profiles\ \(end-user\)/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SYSCOLORDIR}/Adobe/${d}) .endfor .include diff --git a/graphics/icc-profiles-basiccolor/Makefile b/graphics/icc-profiles-basiccolor/Makefile index 1df33232ee91..f515135f274a 100644 --- a/graphics/icc-profiles-basiccolor/Makefile +++ b/graphics/icc-profiles-basiccolor/Makefile @@ -1,17 +1,17 @@ PORTNAME= icc-profiles-basiccolor PORTVERSION= 1.2.0 CATEGORIES= graphics MASTER_SITES= SF/openicc/basICColor-Profiles DISTNAME= ${PORTNAME}-printing2009-${PORTVERSION} COMMENT= CMYK ICC profiles for ISO Printing conditions (ISO 12647-2) -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org USES= tar:bzip2 GNU_CONFIGURE= yes SYSCOLORDIR= share/color PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR} .include diff --git a/graphics/icc-profiles-openicc/Makefile b/graphics/icc-profiles-openicc/Makefile index 6deadd6177c4..1c6ee5255405 100644 --- a/graphics/icc-profiles-openicc/Makefile +++ b/graphics/icc-profiles-openicc/Makefile @@ -1,19 +1,19 @@ PORTNAME= icc-profiles-openicc PORTVERSION= 1.3.1 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/openicc/OpenICC-Profiles -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Color data for color managed applications LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING # Has a Copyright note USES= shared-mime-info tar:bzip2 GNU_CONFIGURE= yes SYSCOLORDIR= share/color PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR} .include diff --git a/graphics/iccxml/Makefile b/graphics/iccxml/Makefile index ab85a1a096bc..ce1b4089c825 100644 --- a/graphics/iccxml/Makefile +++ b/graphics/iccxml/Makefile @@ -1,23 +1,23 @@ PORTNAME= iccxml PORTVERSION= 0.9.8 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/IccXML-Src/${DISTNAME} DISTNAME= IccXML-${PORTVERSION} -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools for reading and writing the ICC profile contents as XML files LIB_DEPENDS= libSampleICC.so:graphics/sampleicc USES= gmake gnome libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's,return NULL,return false,' \ ${WRKSRC}/IccLibXML/IccProfileXml.cpp .include diff --git a/graphics/openicc-config/Makefile b/graphics/openicc-config/Makefile index 5387702cacb2..131669740170 100644 --- a/graphics/openicc-config/Makefile +++ b/graphics/openicc-config/Makefile @@ -1,18 +1,18 @@ PORTNAME= openicc-config PORTVERSION= 0.1.0 CATEGORIES= graphics -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Color configuration data base management LICENSE= MIT LIB_DEPENDS= libyajl.so:devel/yajl USE_GITHUB= yes GH_ACCOUNT= OpenICC GH_PROJECT= config USES= cmake gettext iconv:build pkgconfig USE_LDCONFIG= yes .include diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile index a2bd71fe53ec..fc3178969c6f 100644 --- a/graphics/oyranos/Makefile +++ b/graphics/oyranos/Makefile @@ -1,65 +1,65 @@ PORTNAME= oyranos PORTVERSION= 0.9.6 PORTREVISION= 14 CATEGORIES= graphics -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Colour Management System (CMS) LICENSE= BSD3CLAUSE RUN_DEPENDS= ${LOCALBASE}/share/color/icc/OpenICC/sRGB.icc:graphics/icc-profiles-openicc \ ${LOCALBASE}/share/color/icc/basICColor/ISOcoated_v2_300_bas.ICC:graphics/icc-profiles-basiccolor \ xcalib:x11/xcalib LIB_DEPENDS= libraw.so:graphics/libraw \ libexiv2.so:graphics/exiv2 \ libpng.so:graphics/png \ libcairo.so:graphics/cairo \ libyajl.so:devel/yajl \ libcups.so:print/cups \ libxdot.so:graphics/graphviz \ liblcms.so:graphics/lcms \ liblcms2.so:graphics/lcms2 \ libXcm.so:x11/libXcm \ libltdl.so:devel/libltdl \ libfontconfig.so:x11-fonts/fontconfig \ libOpenICC.so:graphics/openicc-config USE_GITHUB= yes GH_ACCOUNT= oyranos-cms USES= cmake compiler:c++11-lib desktop-file-utils gettext gl gnome \ iconv jpeg pkgconfig qt:5 xorg USE_GL= gl USE_LDCONFIG= yes USE_GNOME= libxml2 USE_QT= core gui widgets x11extras \ buildtools_build qmake_build USE_XORG= ice sm x11 xcursor xext xfixes xinerama xrandr xrender xft xxf86vm CMAKE_ARGS+= -DXDG_CONFIG_DIR=${PREFIX}/etc/xdg LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS DOXYGEN FLTK OPTIONS_SUB= yes FLTK_DESC= Build FLTK-based auxiliary programs FLTK_BROKEN= fails to build, see https://github.com/oyranos-cms/oyranos/issues/62 DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen FLTK_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PLIST_SUB+= VER=${PORTVERSION} .if !exists(/usr/bin/clang) USE_GCC= yes .endif post-patch: @${REINPLACE_CMD} -e 's|lib|libdata|' \ ${WRKSRC}/extras/CMakeLists.txt .include diff --git a/java/intellij/Makefile b/java/intellij/Makefile index be45a49745fe..5907470eac54 100644 --- a/java/intellij/Makefile +++ b/java/intellij/Makefile @@ -1,68 +1,68 @@ # Based on the devel/intellij port from OpenBSD by # Vadim Zhukov PORTNAME= intellij PORTVERSION= 2020.2.3 CATEGORIES= java devel MASTER_SITES= https://download-cf.jetbrains.com/idea/ DISTNAME= ideaIC-${PORTVERSION}-no-jbr DIST_SUBDIR= jetbrains -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= IntelliJ IDEA Community Edition LICENSE= APACHE20 RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier USES= cpe python:run shebangfix CPE_VENDOR= jetbrains CPE_PRODUCT= ${PORTNAME}_idea USE_JAVA= yes JAVA_VERSION= 8+ SHEBANG_FILES= bin/printenv.py bin/restart.py NO_ARCH= yes NO_ARCH_IGNORE= libjansi.so NO_BUILD= yes WRKSRC= ${WRKDIR}/idea-IC-202.7660.26 SUB_FILES= idea idea.desktop pkg-message CONFLICTS= idea intellij-ultimate do-install: # Linux/Windows/OS X only so remove them @${RM} -r ${WRKSRC}/bin/fsnotifier \ ${WRKSRC}/bin/fsnotifier-arm \ ${WRKSRC}/bin/fsnotifier64 \ ${WRKSRC}/lib/pty4j-native/ \ ${WRKSRC}/plugins/android/lib/libwebp/ \ ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/linux32/ \ ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/linux64/ \ ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/osx/ \ ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/windows32/ \ ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/windows64/ \ ${WRKSRC}/plugins/performanceTesting/bin/ ${MKDIR} ${STAGEDIR}${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \ "! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh") @(cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} "-name *\.sh") ${INSTALL_LIB} ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/freebsd32/libjansi.so \ ${STAGEDIR}${DATADIR}/plugins/maven/lib/maven3/lib/jansi-native/freebsd32/ ${INSTALL_LIB} ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/freebsd64/libjansi.so \ ${STAGEDIR}${DATADIR}/plugins/maven/lib/maven3/lib/jansi-native/freebsd64/ ${INSTALL_SCRIPT} ${WRKDIR}/idea ${STAGEDIR}${PREFIX}/bin/idea ${INSTALL_MAN} ${FILESDIR}/idea.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_DATA} ${WRKDIR}/idea.desktop ${STAGEDIR}${PREFIX}/share/applications/ # Use fsnotifier replacement provided by java/intellij-fsnotifier ${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties # Fix "Typeahead timeout is exceeded" error ${ECHO} "action.aware.typeAhead=false" >> ${STAGEDIR}${DATADIR}/bin/idea.properties # Fix slow render ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/idea.vmoptions ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/idea64.vmoptions .include diff --git a/mail/imaptools/Makefile b/mail/imaptools/Makefile index 4ae22580ab6d..a1c84aac8e0c 100644 --- a/mail/imaptools/Makefile +++ b/mail/imaptools/Makefile @@ -1,25 +1,25 @@ # Created by: bsam PORTNAME= imaptools PORTVERSION= 1.135 CATEGORIES= mail MASTER_SITES= LOCAL/bsam DISTNAME= imap_tools_V${PORTVERSION} -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools and scripts to use with IMAP servers LICENSE= ISCL CONFLICTS= imaputils NO_WRKSUBDIR= yes NO_BUILD= yes USES= shebangfix perl5 SHEBANG_FILES= *.pl USE_PERL5= run do-install: ${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/bin .include diff --git a/net-mgmt/blackbox_exporter/Makefile b/net-mgmt/blackbox_exporter/Makefile index ac49a08ec3d7..c5327b8afb88 100644 --- a/net-mgmt/blackbox_exporter/Makefile +++ b/net-mgmt/blackbox_exporter/Makefile @@ -1,47 +1,47 @@ # Created by: Boris Samorodov PORTNAME= blackbox_exporter PORTVERSION= 0.17.0 PORTREVISION= 2 DISTVERSIONPREFIX=v CATEGORIES= net-mgmt -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Prometheus exporter for endpoints over HTTP(S), DNS, TCP and ICMP LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules CPE_VENDOR= prometheus USE_GITHUB= yes GH_ACCOUNT= prometheus GH_TUPLE= golang:net:83d349e8ac1a:golang_net/vendor/golang.org/x/net_83d349e8ac1a USE_RC_SUBR= blackbox_exporter USERS= prometheus GROUPS= prometheus PORTEXAMPLES= ${WRKSRC}/*.yml OPTIONS_DEFINE= EXAMPLES SUB_FILES= pkg-message SUB_LIST= GH_TAGNAME=${GH_TAGNAME} post-extract: ${RM} -r ${WRKSRC}/vendor/golang.org/x/net ${MV} ${WRKSRC}/vendor/golang.org/x/net_83d349e8ac1a ${WRKSRC}/vendor/golang.org/x/net post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/*.yml ${STAGEDIR}${EXAMPLESDIR} ${MKDIR} ${STAGEDIR}${DATADIR}/syslog.d \ ${STAGEDIR}${DATADIR}/newsyslog.conf.d ${INSTALL_DATA} ${PATCHDIR}/blackbox_exporter.syslog \ ${STAGEDIR}${DATADIR}/syslog.d/blackbox_exporter.conf ${INSTALL_DATA} ${PATCHDIR}/blackbox_exporter.newsyslog \ ${STAGEDIR}${DATADIR}/newsyslog.conf.d/blackbox_exporter.conf .include diff --git a/science/pulseview/Makefile b/science/pulseview/Makefile index 894dce6ab816..2229fb5e79a0 100644 --- a/science/pulseview/Makefile +++ b/science/pulseview/Makefile @@ -1,38 +1,38 @@ # Created by: Uffe Jakobsen PORTNAME= pulseview PORTVERSION= 0.4.2 PORTREVISION= 2 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/pulseview/ # Fix build with glib 2.68.3 PATCH_SITES= https://github.com/sigrokproject/pulseview/commit/ PATCHFILES= ed643f0b4ac587204a5243451cda181ee1405d62.diff:-p1 -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GUI client that supports various hardware logic analyzers LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libsigrok.so:devel/libsigrok \ libsigrokdecode.so:devel/libsigrokdecode USES= cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig qt:5 USE_GNOME= glibmm glib20 libsigc++20 USE_QT= buildtools_build core gui linguisttools_build qmake_build svg widgets CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \ -DDISABLE_WERROR:BOOL=TRUE PLIST_FILES= bin/pulseview man/man1/pulseview.1.gz \ share/applications/org.sigrok.PulseView.desktop \ share/icons/hicolor/48x48/apps/pulseview.png \ share/icons/hicolor/scalable/apps/pulseview.svg \ share/metainfo/org.sigrok.PulseView.appdata.xml MAKE_JOBS_UNSAFE=yes .include diff --git a/science/sigrok-cli/Makefile b/science/sigrok-cli/Makefile index cbc3dee5cb19..c81a12e061ce 100644 --- a/science/sigrok-cli/Makefile +++ b/science/sigrok-cli/Makefile @@ -1,27 +1,27 @@ # Created by: Uffe Jakobsen PORTNAME= sigrok-cli PORTVERSION= 0.7.1 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/sigrok-cli/ -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Framework for hardware logic analyzers, CLI client LICENSE= GPLv3 LIB_DEPENDS= libserialport.so:devel/libserialport \ libsigrok.so:devel/libsigrok \ libsigrokdecode.so:devel/libsigrokdecode USES= desktop-file-utils gettext-runtime gmake gnome pathfix \ libtool pkgconfig GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/sigrok-cli man/man1/sigrok-cli.1.gz \ share/applications/org.sigrok.sigrok-cli.desktop \ share/icons/hicolor/scalable/apps/sigrok-cli.svg .include diff --git a/science/sigrok-firmware-fx2lafw/Makefile b/science/sigrok-firmware-fx2lafw/Makefile index 6ae78de37c89..89b15cb5e33a 100644 --- a/science/sigrok-firmware-fx2lafw/Makefile +++ b/science/sigrok-firmware-fx2lafw/Makefile @@ -1,47 +1,47 @@ # Created by: Uffe Jakobsen PORTNAME= firmware PORTVERSION= 0.1.7 CATEGORIES= science MASTER_SITES= http://sigrok.org/download/binary/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}/ PKGNAMEPREFIX= sigrok- PKGNAMESUFFIX= -fx2lafw DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-bin-${PORTVERSION} -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Cypress FX2 firmware for hardware logic analyzers LICENSE= GPLv2 NO_BUILD= yes FW_FILES= fx2lafw-braintechnology-usb-lps.fw \ fx2lafw-cwav-usbeeax.fw \ fx2lafw-cwav-usbeedx.fw \ fx2lafw-cwav-usbeesx.fw \ fx2lafw-cwav-usbeezx.fw \ fx2lafw-cypress-fx2.fw \ fx2lafw-hantek-6022be.fw \ fx2lafw-hantek-6022bl.fw \ fx2lafw-sainsmart-dds120.fw \ fx2lafw-saleae-logic.fw \ fx2lafw-sigrok-fx2-16ch.fw \ fx2lafw-sigrok-fx2-8ch.fw PORTDOCS= README NEWS PLIST_FILES= ${FW_FILES:S,^,share/sigrok-firmware/,} OPTIONS_DEFINE= DOCS do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docfile in README NEWS ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/share/sigrok-firmware .for fwfile in ${FW_FILES} ${INSTALL_DATA} ${WRKSRC}/${fwfile} \ ${STAGEDIR}${PREFIX}/share/sigrok-firmware/ .endfor .include diff --git a/science/sigrok-firmware-utils/Makefile b/science/sigrok-firmware-utils/Makefile index e8495a20185f..044f689698db 100644 --- a/science/sigrok-firmware-utils/Makefile +++ b/science/sigrok-firmware-utils/Makefile @@ -1,51 +1,51 @@ # Created by: Uffe Jakobsen PORTNAME= firmware PORTVERSION= 20140418 PORTREVISION= 2 CATEGORIES= science MASTER_SITES= #none PKGNAMEPREFIX= sigrok- PKGNAMESUFFIX= -utils DISTFILES= #none -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sigrok firmware extraction utilities LICENSE= GPLv3+ USES= python:3.4+ shebangfix SHEBANG_FILES= ${PY_FILES} ${EX_FILES} NO_BUILD= yes NO_ARCH= yes PORTDOCS= README.parsepe PY_FILES= parsepe.py parseelf.py EX_FILES= sigrok-fwextract-hantek-dso \ sigrok-fwextract-saleae-logic16 \ sigrok-fwextract-sysclk-lwla PLIST_FILES= ${PY_FILES:S,^,bin/,} \ ${EX_FILES:S,^,bin/,} \ ${EX_FILES:S,^,man/man1/,:S,$,.1.gz,} OPTIONS_DEFINE= DOCS do-extract: @${MKDIR} ${WRKSRC} @${CP} ${FILESDIR}/* ${WRKSRC} do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.parsepe ${STAGEDIR}${DOCSDIR} .for fil in ${PY_FILES} ${INSTALL_SCRIPT} ${WRKSRC}/${fil} ${STAGEDIR}${PREFIX}/bin .endfor .for fil in ${EX_FILES} ${INSTALL_SCRIPT} ${WRKSRC}/${fil} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${fil}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .endfor .include diff --git a/science/sigrok-firmware/Makefile b/science/sigrok-firmware/Makefile index 5a545bb0c0ba..167ee66e572d 100644 --- a/science/sigrok-firmware/Makefile +++ b/science/sigrok-firmware/Makefile @@ -1,34 +1,34 @@ # Created by: Uffe Jakobsen PORTNAME= firmware PORTVERSION= 20150123 CATEGORIES= science PKGNAMEPREFIX= sigrok- -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sigrok firmware RUN_DEPENDS= parseelf.py:science/sigrok-firmware-utils \ ${LOCALBASE}/share/sigrok-firmware/fx2lafw-cypress-fx2.fw:science/sigrok-firmware-fx2lafw USE_GITHUB= yes GH_ACCOUNT= uffejakobsen GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} GH_TAGNAME= 2632d74 GNU_CONFIGURE=yes USES= autoreconf gmake FW_FILES= \ LICENSE.Sigma asix-sigma-100.fw asix-sigma-200.fw asix-sigma-50.fw asix-sigma-50sync.fw \ LICENSE.LWLA sysclk-lwla1034-extneg.rbf sysclk-lwla1034-extpos.rbf sysclk-lwla1034-int.rbf sysclk-lwla1034-off.rbf PLIST_FILES= \ ${FW_FILES:S,^,share/sigrok-firmware/,} \ post-install: ${INSTALL_DATA} ${WRKSRC}/asix-sigma/LICENSE.Sigma ${STAGEDIR}${PREFIX}/share/sigrok-firmware ${INSTALL_DATA} ${WRKSRC}/sysclk-lwla/LICENSE.LWLA ${STAGEDIR}${PREFIX}/share/sigrok-firmware .include diff --git a/sysutils/mapchan/Makefile b/sysutils/mapchan/Makefile index af78fc088d00..d18e6c28765b 100644 --- a/sysutils/mapchan/Makefile +++ b/sysutils/mapchan/Makefile @@ -1,35 +1,35 @@ # Created by: Konstantin Reznichenko PORTNAME= mapchan PORTVERSION= 3.2 PORTREVISION= 2 CATEGORIES= sysutils converters MASTER_SITES= SF -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Transform the input and output of a terminal (SCO Unix alike) LICENSE= GPLv2 USES= iconv tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV= STAGEDIR=${STAGEDIR} MAPDIR=${STAGEDIR}${PREFIX}/etc/${PORTNAME} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} OPTIONS_DEFINE= DOCS post-extract: @${CP} ${WRKSRC}/doc/mapchan.F ${WRKSRC}/doc/mapchan.8 post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc/mapchan.8 ${STAGEDIR}${MANPREFIX}/man/man8 post-patch: @${MV} ${WRKSRC}/examples/default ${WRKSRC}/examples/default.sample @${RM} ${WRKSRC}/examples/default.orig ${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/mapchan.c ${REINPLACE_CMD} -e "s|utmp.h|utmpx.h|" ${WRKSRC}/mapchan.c .include diff --git a/sysutils/seatools/Makefile b/sysutils/seatools/Makefile index 9557e84500e2..0901c3eaad8c 100644 --- a/sysutils/seatools/Makefile +++ b/sysutils/seatools/Makefile @@ -1,44 +1,44 @@ # Created by: Boris Samorodov PORTNAME= seatools PORTVERSION= 2.54 CATEGORIES= sysutils linux MASTER_SITES= ${DOWNLOAD_URL} PKGNAMEPREFIX= linux- DISTNAME= seatools_cli EXTRACT_SUFX= .tar -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Seagate's SeaTools for Linux # Converted from RESTRICTED LICENSE= seatools LICENSE_NAME= seatools LICENSE_TEXT= Redistribution is not permitted LICENSE_PERMS= auto-accept DOWNLOAD_URL= http://www.seagate.com/files/www-content/support-content/downloads/seatools/_shared/downloads/seatools_cli.tar NO_WRKSUBDIR= yes ONLY_FOR_ARCHS= i386 amd64 USES= linux PLIST_FILES= sbin/st PORTDOCS= sthelp.txt OPTIONS_DEFINE= DOCS do-build: @${BRANDELF} -t Linux ${WRKSRC}/st do-install: ${INSTALL_PROGRAM} ${WRKSRC}/st ${STAGEDIR}${PREFIX}/sbin/st @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/sthelp.txt ${STAGEDIR}${DOCSDIR}/sthelp.txt .include .if (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) IGNORE= please fetch the distfile: ${DOWNLOAD_URL} by hand and place it in ${DISTDIR} .endif .include diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 13df3ecd422e..a0c98682fee6 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -1,61 +1,61 @@ # Created by: Boris Samorodov PORTNAME= goldendict DISTVERSION= 1.5.0-g20210115 CATEGORIES= textproc -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Feature-rich dictionary lookup program LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ liblzo2.so:archivers/lzo2 \ libogg.so:audio/libogg \ libtiff.so:graphics/tiff \ libvorbis.so:audio/libvorbis \ libzstd.so:archivers/zstd USES= compiler:c++11-lang gnome iconv:wchar_t pkgconfig \ qmake qt:5 xorg USE_GITHUB= yes GH_TAGNAME= 73ec1b5 USE_XORG= x11 xtst USE_QT= buildtools_build linguisttools_build core gui help \ network printsupport sql svg webkit widgets \ x11extras xml QMAKE_ARGS= ${PORTNAME}.pro CONFIG+="zim_support" OPTIONS_DEFINE= EPWING FFMPEG MULTIMEDIA OPENCC OPTIONS_DEFAULT= EPWING FFMPEG MULTIMEDIA OPENCC EPWING_DESC= Japanese EPWING dictionary format support EPWING_LIB_DEPENDS= libeb.so:japanese/eb EPWING_QMAKE_OFF= CONFIG+="no_epwing_support" FFMPEG_LIB_DEPENDS= libao.so:audio/libao \ libavutil.so:multimedia/ffmpeg FFMPEG_QMAKE_OFF= CONFIG+="no_ffmpeg_player" MULTIMEDIA_DESC= Multimedia support with QMediaPlayer MULTIMEDIA_USE= QT=multimedia MULTIMEDIA_QMAKE_OFF= CONFIG+="no_qtmultimedia_player" OPENCC_DESC= Chinese conversion support via OpenCC OPENCC_LIB_DEPENDS= libopencc.so:chinese/opencc OPENCC_QMAKE_ON= CONFIG+="chinese_conversion_support" post-patch: @${REINPLACE_CMD} -e '/^VERSION = /s,git,&${GH_TAGNAME},' \ ${WRKSRC}/goldendict.pro post-install: @${MKDIR} ${STAGEDIR}${DATADIR}/locale ${INSTALL_DATA} ${WRKSRC}/locale/*.qm ${STAGEDIR}${DATADIR}/locale ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-stage: ${RM} ${STAGEDIR}${PREFIX}/share/applications/ecp.* .include diff --git a/www/py-pyweblib/Makefile b/www/py-pyweblib/Makefile index 84d6fa502926..1daa9762d62d 100644 --- a/www/py-pyweblib/Makefile +++ b/www/py-pyweblib/Makefile @@ -1,31 +1,31 @@ # Created by: Oddbjorn Steffensen PORTNAME= pyweblib PORTVERSION= 1.3.13 CATEGORIES= www MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Yet another web programming framework for Python LICENSE= GPLv2 USES= python:3.6+ USE_PYTHON= autoplist distutils PORTDOCS= pyweblib.forms.html pyweblib.helper.html \ pyweblib.html pyweblib.httphelper.html \ pyweblib.session.html pyweblib.sslenv.html EXAMPLES= *.py OPTIONS_DEFINE= DOCS EXAMPLES PORTEXAMPLES= * post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/cgi-bin ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/cgi-bin/${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/cgi-bin ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/htdocs/pydoc/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile index 79f23d2b615f..ce371cdf96f2 100644 --- a/x11/fbpanel/Makefile +++ b/x11/fbpanel/Makefile @@ -1,43 +1,43 @@ # Created by: Tobias Roth PORTNAME= fbpanel PORTVERSION= 6.1 PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= SF -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight, NETWM compliant X11 desktop panel LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= alias gmake gnome pkgconfig tar:tbz2 xorg USE_GNOME= gtk20 USE_XORG= x11 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} PORTDOCS= CHANGELOG CREDITS NOTES README OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="${PORTNAME}" "${PORTNAME} NETWM compliant X11 desktop panel" \ "${PORTNAME}" "${PORTNAME}" "System;" false post-patch: @${REINPLACE_CMD} -e '/LDFLAGS/s/$$/ -lX11 -lm/' \ ${WRKSRC}/panel/Makefile.in @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/scripts/install.sh @${REINPLACE_CMD} -e 's|@DATADIR@|${DATADIR}|' \ ${WRKSRC}/data/man/${PORTNAME}.1.in post-install: ${INSTALL_MAN} ${WRKSRC}/data/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${LN} -sf ${DATADIR}/images/logo.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/x11/libXcm/Makefile b/x11/libXcm/Makefile index 7328c9c00977..be51be440f05 100644 --- a/x11/libXcm/Makefile +++ b/x11/libXcm/Makefile @@ -1,22 +1,22 @@ PORTNAME= libXcm PORTVERSION= 0.5.4 CATEGORIES= x11 -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= X Colour Management Library LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= oyranos-cms GH_PROJECT= ${PORTNAME:tl} USES= libtool pathfix pkgconfig xorg GNU_CONFIGURE= yes USE_XORG= x11 xfixes xmu xt INSTALL_TARGET= install-strip PORTDOCS= * OPTIONS_DEFINE= DOCS .include diff --git a/x11/xcalib/Makefile b/x11/xcalib/Makefile index c7bfe13ff845..44c77db4acd0 100644 --- a/x11/xcalib/Makefile +++ b/x11/xcalib/Makefile @@ -1,42 +1,42 @@ # Created by: Petr Holub PORTNAME= xcalib PORTVERSION= 0.10 PORTREVISION= 0 CATEGORIES= x11 graphics -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Program for X11 display calibration with ICC profiles LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= OpenICC USES= tar:bz2 xorg USE_XORG= x11 xext xrandr xxf86vm PORTDOCS= README.md README.profilers PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' -e 's|0644|0555|g'\ -e 's|CFLAGS =|CFLAGS ?=|g' -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/Makefile do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/*.icc ${WRKSRC}/*.icm \ ${STAGEDIR}${EXAMPLESDIR} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/x11/xcm/Makefile b/x11/xcm/Makefile index 1fe77683bea2..836c2831ea4c 100644 --- a/x11/xcm/Makefile +++ b/x11/xcm/Makefile @@ -1,34 +1,34 @@ PORTNAME= xcm PORTVERSION= 0.5.4 PORTREVISION= 1 CATEGORIES= x11 -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= X Color Management tools LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/COPYING LIB_DEPENDS= libXcm.so:x11/libXcm \ libOyranos.so:graphics/oyranos USE_GITHUB= yes GH_ACCOUNT= oyranos-cms HAS_CONFIGURE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man USES= pkgconfig xorg USE_XORG= x11 xfixes xmu xt # xcm should be added to XORG_MODULES at /usr/ports/Mk/bsd.xorg.mk # and LIB_DEPENDS is replaced by the following line: #USE_XORG= xcm PLIST_FILES= bin/xcm bin/xcmedid bin/xcmevents bin/xcmhextobin \ man/man1/xcm.1.gz \ man/man1/xcmddc.1.gz man/man1/xcmedid.1.gz \ man/man1/xcmevents.1.gz man/man1/xcmhextobin.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS .include