From 98177f0b89ffe841b9f270300d05491338e51636 Mon Sep 17 00:00:00 2001 From: "M. Negovanovic" Date: Sun, 7 Sep 2008 16:48:55 +0000 Subject: [PATCH] Fnmatch addon for Io. --- io-fnmatch/DESCR | 2 ++ io-fnmatch/Makefile | 16 ++++++++++++++++ io-fnmatch/PLIST | 9 +++++++++ io-fnmatch/distinfo | 5 +++++ 4 files changed, 32 insertions(+) create mode 100644 io-fnmatch/DESCR create mode 100644 io-fnmatch/Makefile create mode 100644 io-fnmatch/PLIST create mode 100644 io-fnmatch/distinfo diff --git a/io-fnmatch/DESCR b/io-fnmatch/DESCR new file mode 100644 index 0000000000..4ce0bfba82 --- /dev/null +++ b/io-fnmatch/DESCR @@ -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. diff --git a/io-fnmatch/Makefile b/io-fnmatch/Makefile new file mode 100644 index 0000000000..66207cc5e5 --- /dev/null +++ b/io-fnmatch/Makefile @@ -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" diff --git a/io-fnmatch/PLIST b/io-fnmatch/PLIST new file mode 100644 index 0000000000..a94547c049 --- /dev/null +++ b/io-fnmatch/PLIST @@ -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 diff --git a/io-fnmatch/distinfo b/io-fnmatch/distinfo new file mode 100644 index 0000000000..238872ae3e --- /dev/null +++ b/io-fnmatch/distinfo @@ -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