Index: head/devel/libftdi1/Makefile =================================================================== --- head/devel/libftdi1/Makefile (revision 423623) +++ head/devel/libftdi1/Makefile (revision 423624) @@ -1,75 +1,75 @@ # $FreeBSD$ PORTNAME= libftdi1 PORTVERSION= 1.1 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Library (using libusb) to talk to FTDI chips LICENSE= GPLv2 LIB_DEPENDS= libconfuse.so:devel/libconfuse OPTIONS_DEFINE= PYTHON BOOST DOCS EXAMPLES OPTIONS_DEFAULT= PYTHON BOOST OPTIONS_SUB= yes BOOST_DESC= Build with boost PYTHON_DESC= Build Python bindings BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not build: fails to link USES= cmake pkgconfig tar:bzip2 USE_LDCONFIG= yes PORTDOCS= COPYING.LIB ChangeLog README .include .if ${PORT_OPTIONS:MDOCS} CMAKE_ARGS+= -DDOCUMENTATION:BOOL=true .else CMAKE_ARGS+= -DDOCUMENTATION:BOOL=false .endif .if ${PORT_OPTIONS:MEXAMPLES} CMAKE_ARGS+= -DEXAMPLES:BOOL=true .else CMAKE_ARGS+= -DEXAMPLES:BOOL=false .endif .if ${PORT_OPTIONS:MPYTHON} USES+= python:2 CMAKE_ARGS+= -DPYTHON_BINDINGS:BOOL=true BUILD_DEPENDS+= swig2.0:devel/swig20 .else CMAKE_ARGS+= -DPYTHON_BINDINGS:BOOL=false .endif .if ${PORT_OPTIONS:MBOOST} CMAKE_ARGS+= -DFTDIPP:BOOL=true LIB_DEPENDS+= libboost_system.so:devel/boost-libs .else CMAKE_ARGS+= -DFTDIPP:BOOL=false .endif post-install: .if ${PORT_OPTIONS:MEXAMPLES} .for fname in baud_test bitbang bitbang2 bitbang_cbus bitbang_ft2232 eeprom find_all serial_test simple stream_test ${INSTALL_PROGRAM} ${WRKSRC}/examples/${fname} ${STAGEDIR}${PREFIX}/bin/ftdi1_${fname}_example .endfor .if ${PORT_OPTIONS:MBOOST} .for fname in find_all_pp ${INSTALL_PROGRAM} ${WRKSRC}/examples/${fname} ${STAGEDIR}${PREFIX}/bin/ftdi1_${fname}_example .endfor .endif .endif .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .endif .include Index: head/devel/libserialport/Makefile =================================================================== --- head/devel/libserialport/Makefile (revision 423623) +++ head/devel/libserialport/Makefile (revision 423624) @@ -1,21 +1,21 @@ # Created by: Uffe Jakobsen # $FreeBSD$ PORTNAME= libserialport PORTVERSION= 0.1.0 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libserialport/ -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Framework for hardware logic analyzers, serial port support library LICENSE= LGPL3 USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes .include Index: head/devel/libsigrok/Makefile =================================================================== --- head/devel/libsigrok/Makefile (revision 423623) +++ head/devel/libsigrok/Makefile (revision 423624) @@ -1,33 +1,33 @@ # Created by: Uffe Jakobsen # $FreeBSD$ PORTNAME= libsigrok PORTVERSION= 0.3.0 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libsigrok/ -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Framework for hardware logic analyzers, core library LICENSE= GPLv3 LIB_DEPENDS= libserialport.so:devel/libserialport \ libzip.so:archivers/libzip GNU_CONFIGURE= yes USES= gmake pathfix libtool pkgconfig USE_GNOME= glib20 INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes LDFLAGS+= -L/usr/lib -lusb USE_LDCONFIG= yes .include # Workaround for libusb not knowing LIBUSB_CLASS_APPLICATION .if (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100029) || (${OSVERSION} < 1000715) CFLAGS+= -DLIBUSB_CLASS_APPLICATION=0xfe .endif .include Index: head/devel/libsigrokdecode/Makefile =================================================================== --- head/devel/libsigrokdecode/Makefile (revision 423623) +++ head/devel/libsigrokdecode/Makefile (revision 423624) @@ -1,29 +1,29 @@ # Created by: Uffe Jakobsen # $FreeBSD$ PORTNAME= libsigrokdecode PORTVERSION= 0.3.0 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libsigrokdecode/ -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Framework for hardware logic analyzers, protocol decoders library LICENSE= GPLv3 GNU_CONFIGURE= yes USE_GNOME= glib20 USES= gmake libtool pathfix pkgconfig python:3 MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include # Workaround for libusb not knowing LIBUSB_CLASS_APPLICATION .if (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100029) || (${OSVERSION} < 1000715) CFLAGS+= -DLIBUSB_CLASS_APPLICATION=0xfe .endif .include Index: head/science/pulseview/Makefile =================================================================== --- head/science/pulseview/Makefile (revision 423623) +++ head/science/pulseview/Makefile (revision 423624) @@ -1,28 +1,28 @@ # Created by: Uffe Jakobsen # $FreeBSD$ PORTNAME= pulseview PORTVERSION= 0.2.0 PORTREVISION= 2 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/pulseview/ -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@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 gmake pkgconfig USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \ -DDISABLE_WERROR:BOOL=TRUE PLIST_FILES= bin/pulseview man/man1/pulseview.1.gz MAKE_JOBS_UNSAFE=yes .include Index: head/science/sigrok-cli/Makefile =================================================================== --- head/science/sigrok-cli/Makefile (revision 423623) +++ head/science/sigrok-cli/Makefile (revision 423624) @@ -1,25 +1,25 @@ # Created by: Uffe Jakobsen # $FreeBSD$ PORTNAME= sigrok-cli PORTVERSION= 0.5.0 PORTREVISION= 1 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/sigrok-cli/ -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@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 PLIST_FILES= bin/sigrok-cli man/man1/sigrok-cli.1.gz GNU_CONFIGURE= yes USES= gmake pathfix libtool pkgconfig MAKE_JOBS_UNSAFE= yes .include Index: head/science/sigrok-firmware/Makefile =================================================================== --- head/science/sigrok-firmware/Makefile (revision 423623) +++ head/science/sigrok-firmware/Makefile (revision 423624) @@ -1,35 +1,35 @@ # Created by: Uffe Jakobsen # $FreeBSD$ PORTNAME= firmware PORTVERSION= 20150123 CATEGORIES= science PKGNAMEPREFIX= sigrok- -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@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 Index: head/science/sigrok-firmware-fx2lafw/Makefile =================================================================== --- head/science/sigrok-firmware-fx2lafw/Makefile (revision 423623) +++ head/science/sigrok-firmware-fx2lafw/Makefile (revision 423624) @@ -1,40 +1,40 @@ # Created by: Uffe Jakobsen # $FreeBSD$ PORTNAME= firmware PORTVERSION= 0.1.2 CATEGORIES= science MASTER_SITES= http://sigrok.org/download/binary/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}/ PKGNAMEPREFIX= sigrok- PKGNAMESUFFIX= -fx2lafw DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-bin-${PORTVERSION} -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@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-cypress-fx2.fw \ fx2lafw-saleae-logic.fw PORTDOCS= README NEWS PLIST_FILES= ${FW_FILES:S,^,share/sigrok-firmware/,} do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docfile in README NEWS ${INSTALL_MAN} ${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 Index: head/science/sigrok-firmware-utils/Makefile =================================================================== --- head/science/sigrok-firmware-utils/Makefile (revision 423623) +++ head/science/sigrok-firmware-utils/Makefile (revision 423624) @@ -1,44 +1,44 @@ # Created by: Uffe Jakobsen # $FreeBSD$ PORTNAME= firmware PORTVERSION= 20140418 PORTREVISION= 1 CATEGORIES= science MASTER_SITES= #none PKGNAMEPREFIX= sigrok- PKGNAMESUFFIX= -utils DISTFILES= #none -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Sigrok firmware extraction utils LICENSE= GPLv2 USES= python:3 NO_BUILD= 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,} do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${FILESDIR}/README.parsepe ${STAGEDIR}${DOCSDIR} .for fil in ${PY_FILES} ${INSTALL_SCRIPT} ${FILESDIR}/${fil} ${STAGEDIR}${PREFIX}/bin .endfor .for fil in ${EX_FILES} ${INSTALL_SCRIPT} ${FILESDIR}/${fil} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${FILESDIR}/${fil}.1 ${STAGEDIR}${MANDIRS}/man1 .endfor .include