Import I2util-1.2 as wip/I2util.
I2 Utility library. Currently contains: * error logging * command-line parsing * threading
This commit is contained in:
parent
86b0db9c7a
commit
2babcb5f4d
5 changed files with 60 additions and 0 deletions
4
I2util/DESCR
Normal file
4
I2util/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
I2 Utility library. Currently contains:
|
||||
* error logging
|
||||
* command-line parsing
|
||||
* threading
|
14
I2util/Makefile
Normal file
14
I2util/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/06/03 00:37:05 mbowie Exp $
|
||||
|
||||
DISTNAME= I2util-1.2
|
||||
CATEGORIES= wip
|
||||
MASTER_SITES= http://software.internet2.edu/sources/I2util/
|
||||
|
||||
MAINTAINER= mbowie@rocketspace.com
|
||||
HOMEPAGE= https://github.com/fintler/ndt/tree/master/I2util
|
||||
COMMENT= I2 Utility library
|
||||
#LICENSE= # TODO
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
25
I2util/PLIST
Normal file
25
I2util/PLIST
Normal file
|
@ -0,0 +1,25 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/06/03 00:37:05 mbowie Exp $
|
||||
bin/aespasswd
|
||||
bin/pfstore
|
||||
include/I2util/Pthread.h
|
||||
include/I2util/addr.h
|
||||
include/I2util/conf.h
|
||||
include/I2util/errlog.h
|
||||
include/I2util/errlogimmediate.h
|
||||
include/I2util/errlogsyslog.h
|
||||
include/I2util/hex.h
|
||||
include/I2util/hmac-sha1.h
|
||||
include/I2util/io.h
|
||||
include/I2util/mach_dep.h
|
||||
include/I2util/md5.h
|
||||
include/I2util/pbkdf2.h
|
||||
include/I2util/random.h
|
||||
include/I2util/readpassphrase.h
|
||||
include/I2util/saddr.h
|
||||
include/I2util/sha1.h
|
||||
include/I2util/sha1P.h
|
||||
include/I2util/table.h
|
||||
include/I2util/util.h
|
||||
lib/libI2util.a
|
||||
man/man1/aespasswd.1
|
||||
man/man1/pfstore.1
|
12
I2util/buildlink3.mk
Normal file
12
I2util/buildlink3.mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2015/06/03 00:37:05 mbowie Exp $
|
||||
|
||||
BUILDLINK_TREE+= I2util
|
||||
|
||||
.if !defined(I2UTIL_BUILDLINK3_MK)
|
||||
I2UTIL_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.I2util+= I2util>=1.2
|
||||
BUILDLINK_PKGSRCDIR.I2util?= ../../wip/I2util
|
||||
.endif # I2UTIL_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -I2util
|
5
I2util/distinfo
Normal file
5
I2util/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/06/03 00:37:05 mbowie Exp $
|
||||
|
||||
SHA1 (I2util-1.2.tar.gz) = 56218a6e0f1306a70b641246fa6f63dd686e6766
|
||||
RMD160 (I2util-1.2.tar.gz) = a0e6a676eb1a955a80e87bc88f2a011d9a7de038
|
||||
Size (I2util-1.2.tar.gz) = 204981 bytes
|
Loading…
Reference in a new issue