SHA1 addon for Io.
This commit is contained in:
parent
bed37c6b04
commit
57fcbc5b17
4 changed files with 34 additions and 0 deletions
2
io-sha1/DESCR
Normal file
2
io-sha1/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
An object for calculating SHA1 hashes. Each has calculation should instiate
|
||||
it's own SHA1 instance.
|
16
io-sha1/Makefile
Normal file
16
io-sha1/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/09/07 16:51:30 milosn Exp $
|
||||
|
||||
.include "../../wip/io/version.mk"
|
||||
|
||||
PKGNAME= io-sha1-${IO_VERSION}
|
||||
PKGREVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= milos.negovanovic@googlemail.com
|
||||
HOMEPAGE= www.iolanguage.com
|
||||
COMMENT= SHA1 addon for Io.
|
||||
|
||||
ADDON_NAME= SHA1
|
||||
|
||||
.include "../../wip/io/addon.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
11
io-sha1/PLIST
Normal file
11
io-sha1/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/07 16:51:30 milosn Exp $
|
||||
lib/io/addons/SHA1/_build/dll/libIoSHA1.so
|
||||
lib/io/addons/SHA1/_build/lib/libIoSHA1.a
|
||||
lib/io/addons/SHA1/build.io
|
||||
lib/io/addons/SHA1/depends
|
||||
lib/io/addons/SHA1/io/sha1.io
|
||||
@dirrm lib/io/addons/SHA1/io
|
||||
@dirrm lib/io/addons/SHA1/_build/lib
|
||||
@dirrm lib/io/addons/SHA1/_build/dll
|
||||
@dirrm lib/io/addons/SHA1/_build
|
||||
@dirrm lib/io/addons/SHA1
|
5
io-sha1/distinfo
Normal file
5
io-sha1/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/09/07 16:51:30 milosn Exp $
|
||||
|
||||
SHA1 (io-20080904.tar.bz2) = cd42e2849ee038d7cfca14a93845c5616debe844
|
||||
RMD160 (io-20080904.tar.bz2) = 57e375041e2b3d5ce056cb3343f33e80d559894f
|
||||
Size (io-20080904.tar.bz2) = 21497037 bytes
|
Loading…
Reference in a new issue