FreeBSD Bugzilla – Attachment 189207 Details for
Bug 224714
[NEW PORT] misc/lxi-tools: Collection of tools that enables control of LXI compatible instruments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
lxi-tools-1.16.patch (text/plain), 3.07 KB, created by
Dmitri Goutnik
on 2017-12-29 20:14:12 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2017-12-29 20:14:12 UTC
Size:
3.07 KB
patch
obsolete
>Index: misc/lxi-tools/Makefile >=================================================================== >--- misc/lxi-tools/Makefile (nonexistent) >+++ misc/lxi-tools/Makefile (working copy) >@@ -0,0 +1,37 @@ >+# $FreeBSD$ >+ >+PORTNAME= lxi-tools >+DISTVERSIONPREFIX= v >+DISTVERSION= 1.16 >+CATEGORIES= misc >+ >+MAINTAINER= dg@syrec.org >+COMMENT= Collection of tools that enables control of LXI compatible instruments >+ >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+LIB_DEPENDS= liblxi.so:misc/liblxi >+ >+USES= autoreconf localbase readline >+USE_GITHUB= yes >+GH_ACCOUNT= lxi-tools >+ >+GNU_CONFIGURE= yes >+CFLAGS+= -D_WITH_GETLINE # enable getline(3) prototype >+ >+PORTDOCS= README >+ >+PLIST_FILES= bin/lxi \ >+ man/man1/lxi.1.gz >+ >+OPTIONS_DEFINE= BASH DOCS >+ >+BASH_CONFIGURE_WITH= bash-completion-dir=${PREFIX}/etc/bash_completion.d >+BASH_PLIST_FILES= ${PREFIX}/etc/bash_completion.d/lxi >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.mk> > >Property changes on: misc/lxi-tools/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: misc/lxi-tools/distinfo >=================================================================== >--- misc/lxi-tools/distinfo (nonexistent) >+++ misc/lxi-tools/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1514577395 >+SHA256 (lxi-tools-lxi-tools-v1.16_GH0.tar.gz) = bd75d92421e9cb0962a019ec26f154da84711949e5ea9cbd96c7de6467f89869 >+SIZE (lxi-tools-lxi-tools-v1.16_GH0.tar.gz) = 20459 > >Property changes on: misc/lxi-tools/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: misc/lxi-tools/pkg-descr >=================================================================== >--- misc/lxi-tools/pkg-descr (nonexistent) >+++ misc/lxi-tools/pkg-descr (working copy) >@@ -0,0 +1,11 @@ >+lxi-tools is a collection of open source software tools that enables control >+of LXI compatible instruments such as modern oscilloscopes, power supplies, >+spectrum analyzers etc. >+ >+All features are consolidated in the 'lxi' application which provides a >+simple commandline interface to discover LXI instruments, send SCPI >+commands, and capture screenshots from supported LXI instruments. >+ >+lxi-tools rely on liblxi for all communication. >+ >+WWW: https://lxi-tools.github.io/ > >Property changes on: misc/lxi-tools/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224714
: 189207