diff --git a/comms/libmodbus/Makefile b/comms/libmodbus/Makefile index 6fa32e790fb3..0c39f028c242 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= ports@FreeBSD.org +MAINTAINER= bofh@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/libftdi1/Makefile b/devel/libftdi1/Makefile index c71187b37774..1cbf35804140 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= ports@FreeBSD.org +MAINTAINER= bofh@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 414c463acea4..2d50d8772cb0 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= ports@FreeBSD.org +MAINTAINER= bofh@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 06508c806ffa..17d75b8b1568 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= ports@FreeBSD.org +MAINTAINER= bofh@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 0265a358afe2..3200bd176198 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= ports@FreeBSD.org +MAINTAINER= bofh@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/mail/imaptools/Makefile b/mail/imaptools/Makefile index a1c84aac8e0c..608560a98f81 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= ports@FreeBSD.org +MAINTAINER= bofh@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/science/sigrok-cli/Makefile b/science/sigrok-cli/Makefile index c81a12e061ce..fad2d53722b3 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= ports@FreeBSD.org +MAINTAINER= bofh@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 89b15cb5e33a..f1e90e25b69f 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= ports@FreeBSD.org +MAINTAINER= bofh@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 044f689698db..c5dee6608213 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= ports@FreeBSD.org +MAINTAINER= bofh@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 167ee66e572d..dce7e80401d2 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= ports@FreeBSD.org +MAINTAINER= bofh@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 d18e6c28765b..c7eb83d48ee7 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= ports@FreeBSD.org +MAINTAINER= bofh@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/www/py-pyweblib/Makefile b/www/py-pyweblib/Makefile index 1daa9762d62d..26677e3ee272 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= ports@FreeBSD.org +MAINTAINER= bofh@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