mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
devel/libserialport
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/ PR: 192151 Submitted by: uffe uffe org
This commit is contained in:
parent
22dd430ada
commit
e431088631
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363269
@ -1106,6 +1106,7 @@
|
||||
SUBDIR += librest
|
||||
SUBDIR += libruin
|
||||
SUBDIR += libs11n
|
||||
SUBDIR += libserialport
|
||||
SUBDIR += libserver
|
||||
SUBDIR += libshbuf
|
||||
SUBDIR += libshhmsg
|
||||
|
21
devel/libserialport/Makefile
Normal file
21
devel/libserialport/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Uffe Jakobsen <uffe@uffe.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libserialport
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://sigrok.org/download/source/libserialport/
|
||||
|
||||
MAINTAINER= uffe@uffe.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 <bsd.port.mk>
|
2
devel/libserialport/distinfo
Normal file
2
devel/libserialport/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libserialport-0.1.0.tar.gz) = ec905bd64bd8b82234b68a5eded5fd79b67704fe0cd73bf092666b9679a319af
|
||||
SIZE (libserialport-0.1.0.tar.gz) = 382395
|
9
devel/libserialport/pkg-descr
Normal file
9
devel/libserialport/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
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/
|
6
devel/libserialport/pkg-plist
Normal file
6
devel/libserialport/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
include/libserialport.h
|
||||
lib/libserialport.a
|
||||
lib/libserialport.so
|
||||
lib/libserialport.so.0
|
||||
lib/libserialport.so.0.0.0
|
||||
libdata/pkgconfig/libserialport.pc
|
Loading…
Reference in New Issue
Block a user