Fnmatch addon for Io.

This commit is contained in:
M. Negovanovic 2008-09-07 16:48:55 +00:00 committed by Thomas Klausner
parent c7bb81fa4c
commit 98177f0b89
4 changed files with 32 additions and 0 deletions

2
io-fnmatch/DESCR Normal file
View file

@ -0,0 +1,2 @@
The fnmatch add on adds support for the unix fnmatch function. (See fnmatch man
page for details). Note: not all options are supported on all platforms.

16
io-fnmatch/Makefile Normal file
View file

@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/09/07 16:48:55 milosn Exp $
.include "../../wip/io/version.mk"
PKGNAME= io-fnmatch-${IO_VERSION}
PKGREVISION= 0
CATEGORIES= devel
MAINTAINER= milos.negovanovic@googlemail.com
HOMEPAGE= www.iolanguage.com
COMMENT= Fnmatch addon for Io.
ADDON_NAME= Fnmatch
.include "../../wip/io/addon.mk"
.include "../../mk/bsd.pkg.mk"

9
io-fnmatch/PLIST Normal file
View file

@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/07 16:48:55 milosn Exp $
lib/io/addons/Fnmatch/_build/dll/libIoFnmatch.so
lib/io/addons/Fnmatch/_build/lib/libIoFnmatch.a
lib/io/addons/Fnmatch/build.io
lib/io/addons/Fnmatch/depends
@dirrm lib/io/addons/Fnmatch/_build/lib
@dirrm lib/io/addons/Fnmatch/_build/dll
@dirrm lib/io/addons/Fnmatch/_build
@dirrm lib/io/addons/Fnmatch

5
io-fnmatch/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/09/07 16:48:55 milosn Exp $
SHA1 (io-20080904.tar.bz2) = cd42e2849ee038d7cfca14a93845c5616debe844
RMD160 (io-20080904.tar.bz2) = 57e375041e2b3d5ce056cb3343f33e80d559894f
Size (io-20080904.tar.bz2) = 21497037 bytes