New port: science/sigrok-cli The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, hygrometers, anemometers, light meters, DAQs, dataloggers, function generators, spectrum analyzers, power supplies, GPIB interfaces, and more. WWW: http://sigrok.org/ Fix: Patch attached with submission follows:
Doh - wrong pkg-plist - New shar attached to this email /Uffe
ping ?
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.
Any news on this one ? If there is something wrong with this port - then please let me know.
This port have now passed two months in ports-limbo... If there is something wrong with this port I would really like to know.
Responsible Changed From-To: makc->freebsd-ports-bugs Return all PR assigned to me to the pool.
This port have now passed 3 months in ports-limbo... :-( If there is something wrong with this port I would really like to know.
ping ???
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it.
Author: jgh Date: Fri Jan 3 00:13:11 2014 New Revision: 338510 URL: http://svnweb.freebsd.org/changeset/ports/338510 Log: The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, hygrometers, anemometers, light meters, DAQs, dataloggers, function generators, spectrum analyzers, power supplies, GPIB interfaces, and more. sigrok-cli is a command-line tool written in C, which uses both libsigrok and libsigrokdecode to provide the basic sigrok functionality from the command-line. Among other things, it's useful for scripting purposes. WWW: http://sigrok.org/ PR: ports/179855 Submitted by: Uffe Jakobsen <uffe@uffe.org> Added: head/science/sigrok-cli/ head/science/sigrok-cli/Makefile (contents, props changed) head/science/sigrok-cli/distinfo (contents, props changed) head/science/sigrok-cli/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Fri Jan 3 00:10:51 2014 (r338509) +++ head/science/Makefile Fri Jan 3 00:13:11 2014 (r338510) @@ -174,6 +174,7 @@ SUBDIR += ruby-gphys SUBDIR += ruby-netcdf SUBDIR += rubygem-ai4r + SUBDIR += sigrok-cli SUBDIR += silo SUBDIR += simlib SUBDIR += step Added: head/science/sigrok-cli/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/sigrok-cli/Makefile Fri Jan 3 00:13:11 2014 (r338510) @@ -0,0 +1,23 @@ +# Created by: Uffe Jakobsen <uffe@uffe.org> +# $FreeBSD$ + +PORTNAME= sigrok-cli +PORTVERSION= 0.4.0 +CATEGORIES= science cad +MASTER_SITES= http://sigrok.org/download/source/sigrok-cli/ + +MAINTAINER= uffe@uffe.org +COMMENT= Framework for hardware logic analyzers, CLI client + +LICENSE= GPLv3 + +LIB_DEPENDS= libsigrok.so:${PORTSDIR}/devel/libsigrok \ + libsigrokdecode.so:${PORTSDIR}/devel/libsigrokdecode + +PLIST_FILES= bin/sigrok-cli man/man1/sigrok-cli.1.gz +GNU_CONFIGURE= yes +USES= gmake pkgconfig pathfix +USE_GNOME= gtk20 +MAKE_JOBS_UNSAFE= yes + +.include <bsd.port.mk> Added: head/science/sigrok-cli/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/sigrok-cli/distinfo Fri Jan 3 00:13:11 2014 (r338510) @@ -0,0 +1,2 @@ +SHA256 (sigrok-cli-0.4.0.tar.gz) = f7a20003e33eaf674c75fdbc10829020b3c92f1a34bf5936eccf2c6f65387496 +SIZE (sigrok-cli-0.4.0.tar.gz) = 362171 Added: head/science/sigrok-cli/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/sigrok-cli/pkg-descr Fri Jan 3 00:13:11 2014 (r338510) @@ -0,0 +1,13 @@ +The sigrok project aims at creating a portable, cross-platform, +Free/Libre/Open-Source signal analysis software suite that supports +various device types, such as logic analyzers, MSOs, oscilloscopes, +multimeters, LCR meters, sound level meters, thermometers, +hygrometers, anemometers, light meters, DAQs, dataloggers, +function generators, spectrum analyzers, power supplies, +GPIB interfaces, and more. + +sigrok-cli is a command-line tool written in C, which uses both libsigrok +and libsigrokdecode to provide the basic sigrok functionality from the +command-line. Among other things, it's useful for scripting purposes. + +WWW: http://sigrok.org/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!