forked from ports/contrib
open-isns: initial commit
This commit is contained in:
parent
2b54ca3455
commit
3682b4b6d4
34
open-isns/.footprint
Normal file
34
open-isns/.footprint
Normal file
@ -0,0 +1,34 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/isns/
|
||||
-rw-r--r-- root/root etc/isns/isnsadm.conf
|
||||
-rw-r--r-- root/root etc/isns/isnsd.conf
|
||||
-rw-r--r-- root/root etc/isns/isnsdd.conf
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/libisns/
|
||||
-rw-r--r-- root/root usr/include/libisns/attrs.h
|
||||
-rw-r--r-- root/root usr/include/libisns/buffer.h
|
||||
-rw-r--r-- root/root usr/include/libisns/isns-proto.h
|
||||
-rw-r--r-- root/root usr/include/libisns/isns.h
|
||||
-rw-r--r-- root/root usr/include/libisns/message.h
|
||||
-rw-r--r-- root/root usr/include/libisns/paths.h
|
||||
-rw-r--r-- root/root usr/include/libisns/source.h
|
||||
-rw-r--r-- root/root usr/include/libisns/types.h
|
||||
-rw-r--r-- root/root usr/include/libisns/util.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libisns.a
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-r-xr-xr-x root/root usr/sbin/isnsadm
|
||||
-r-xr-xr-x root/root usr/sbin/isnsd
|
||||
-r-xr-xr-x root/root usr/sbin/isnsdd
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man5/
|
||||
-rw-r--r-- root/root usr/share/man/man5/isns_config.5.gz
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-rw-r--r-- root/root usr/share/man/man8/isnsadm.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/isnsd.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/isnsdd.8.gz
|
||||
drwxr-xr-x root/root var/
|
||||
drwxr-xr-x root/root var/lib/
|
||||
drwx------ root/root var/lib/isns/
|
1
open-isns/.md5sum
Normal file
1
open-isns/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b27575c1292788b33fa1c7615b13e51c open-isns-0.97.tar.gz
|
5
open-isns/.signature
Normal file
5
open-isns/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3yAlYwkVJn+VvTv+bR4hMXGt444GoiwS+cOpAIIC+rJwNBESRmHY4NWPJjFtgMsSDKuj1oAJ7Ux6om5r0CoJ8A4=
|
||||
SHA256 (Pkgfile) = c1d1dc237e1f0f9eb015640f219cce9712cfccd1303e3427df95ce78f44411c7
|
||||
SHA256 (.footprint) = 707f7448ef1ec27a2f422032f405da9b618bf3eb08fa5f027ec6f98f7a67fe5e
|
||||
SHA256 (open-isns-0.97.tar.gz) = c1c9ae740172e55a1ff33bc22151ec3d916562bf5d60c8420cd64496343683a9
|
20
open-isns/Pkgfile
Normal file
20
open-isns/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: iSNS server and client
|
||||
# URL: https://github.com/open-iscsi/open-isns
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
|
||||
name=open-isns
|
||||
version=0.97
|
||||
release=1
|
||||
source=(http://distfiles.serverop.de/open-isns-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install install_lib install_hdrs
|
||||
|
||||
rm -r $PKG/usr/lib/systemd
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user