Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144552165
D13685.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D13685.diff
View Options
Index: misc/Makefile
===================================================================
--- misc/Makefile
+++ misc/Makefile
@@ -249,6 +249,7 @@
SUBDIR += libeatmydata
SUBDIR += libisocodes
SUBDIR += libkdeedu
+ SUBDIR += liblxi
SUBDIR += libmetalink
SUBDIR += libpostal
SUBDIR += libpri
Index: misc/liblxi/Makefile
===================================================================
--- /dev/null
+++ misc/liblxi/Makefile
@@ -0,0 +1,37 @@
+# $FreeBSD$
+
+PORTNAME= liblxi
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.9-2
+DISTVERSIONSUFFIX= -g6b98d93
+CATEGORIES= misc
+
+MAINTAINER= dg@syrec.org
+COMMENT= Library for communicating with LXI compatible instruments
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libxml2.so:textproc/libxml2
+
+USES= autoreconf libtool localbase pkgconfig
+USE_GITHUB= yes
+GH_ACCOUNT= lxi-tools
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-static
+INSTALL_TARGET= install-strip
+USE_LDCONFIG= yes
+
+PORTDOCS= README
+
+OPTIONS_DEFINE= AVAHI DOCS
+OPTIONS_SUB= yes
+
+AVAHI_CONFIGURE_ENABLE= avahi
+AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app
+
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Index: misc/liblxi/distinfo
===================================================================
--- /dev/null
+++ misc/liblxi/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514718407
+SHA256 (lxi-tools-liblxi-v1.9-2-g6b98d93_GH0.tar.gz) = 3bfc305b1643f68f9c16c918267b24eb1f5fd2670bedb5b01ebee98f349279e5
+SIZE (lxi-tools-liblxi-v1.9-2-g6b98d93_GH0.tar.gz) = 18533
Index: misc/liblxi/pkg-descr
===================================================================
--- /dev/null
+++ misc/liblxi/pkg-descr
@@ -0,0 +1,6 @@
+liblxi is an open source software library which offers a simple API for
+communicating with LXI compatible instruments. The API allows applications
+to discover instruments on your network, send SCPI commands, and receive
+responses.
+
+WWW: https://lxi-tools.github.io
Index: misc/liblxi/pkg-plist
===================================================================
--- /dev/null
+++ misc/liblxi/pkg-plist
@@ -0,0 +1,10 @@
+include/lxi.h
+lib/liblxi.so
+lib/liblxi.so.1
+lib/liblxi.so.1.0.0
+man/man3/lxi_connect.3.gz
+man/man3/lxi_disconnect.3.gz
+man/man3/lxi_discover.3.gz
+man/man3/lxi_init.3.gz
+man/man3/lxi_receive.3.gz
+man/man3/lxi_send.3.gz
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 10, 12:09 PM (1 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28623030
Default Alt Text
D13685.diff (2 KB)
Attached To
Mode
D13685: New port: misc/liblxi: Library for communicating with LXI compatible instruments
Attached
Detach File
Event Timeline
Log In to Comment