diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-05-30 00:31:39 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-05-30 00:31:39 +0000 |
commit | d00b3ccfa3e1238131c07aead94e19b1b5dce0fe (patch) | |
tree | 4b31f724a09d8b85392f5aa23186b1c18da3ac60 /net/libiscsi/pkg-plist | |
parent | dfae25e5d9a7dea1e5701e909114daae8d95e4da (diff) | |
download | ports-d00b3ccfa3e1238131c07aead94e19b1b5dce0fe.tar.gz ports-d00b3ccfa3e1238131c07aead94e19b1b5dce0fe.zip |
[NEW] net/libiscsi: Client-side library to implement the iSCSI protocol
Libiscsi is a client-side library to implement the iSCSI protocol
that can be used to access the resources of an iSCSI target.
The library is fully asynchronous with regards to iSCSI commands
and SCSI tasks, but a synchronous layer is also provided for ease
of use for simpler applications.
WWW: https://github.com/sahlberg/libiscsi
PR: 217355
Submitted by: d8zNeCFG@aon.at
Notes
Notes:
svn path=/head/; revision=537021
Diffstat (limited to 'net/libiscsi/pkg-plist')
-rw-r--r-- | net/libiscsi/pkg-plist | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/libiscsi/pkg-plist b/net/libiscsi/pkg-plist new file mode 100644 index 000000000000..a5cb3cd09132 --- /dev/null +++ b/net/libiscsi/pkg-plist @@ -0,0 +1,16 @@ +bin/iscsi-inq +bin/iscsi-ls +bin/iscsi-perf +bin/iscsi-readcapacity16 +bin/iscsi-swp +include/iscsi/iscsi.h +include/iscsi/scsi-lowlevel.h +lib/libiscsi.a +lib/libiscsi.so +lib/libiscsi.so.9 +lib/libiscsi.so.9.0.0 +libdata/pkgconfig/libiscsi.pc +man/man1/iscsi-inq.1.gz +man/man1/iscsi-ls.1.gz +man/man1/iscsi-swp.1.gz +man/man1/iscsi-test-cu.1.gz |