svn commit: r338510 - in head/science: . sigrok-cli

Jason Helfman jgh at FreeBSD.org
Fri Jan 3 00:13:13 UTC 2014


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 at 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 at uffe.org>
+# $FreeBSD$
+
+PORTNAME=	sigrok-cli
+PORTVERSION=	0.4.0
+CATEGORIES=	science cad
+MASTER_SITES=	http://sigrok.org/download/source/sigrok-cli/
+
+MAINTAINER=	uffe at 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/


More information about the svn-ports-all mailing list