diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-08-09 17:33:22 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-08-09 17:33:22 +0000 |
commit | bbd82e377ac4cc52e367e128bc4368c3d9f6131b (patch) | |
tree | a2a6d942d35c64a014aaaf817854f0a21106583b /textproc/oniguruma | |
parent | 5b1208c82882333785dbf6ab5f80ed31ce5d25f1 (diff) | |
download | pkgsrc-bbd82e377ac4cc52e367e128bc4368c3d9f6131b.tar.gz |
Import oniguruma-5.9.1 as textproc/oniguruma.
Oniguruma is a regular expressions library.
The characteristics of this library is that different character encoding
for every regular expression object can be specified.
Supported APIs: GNU regex, POSIX and Oniguruma native
Diffstat (limited to 'textproc/oniguruma')
-rw-r--r-- | textproc/oniguruma/DESCR | 5 | ||||
-rw-r--r-- | textproc/oniguruma/Makefile | 18 | ||||
-rw-r--r-- | textproc/oniguruma/PLIST | 6 | ||||
-rw-r--r-- | textproc/oniguruma/buildlink3.mk | 19 | ||||
-rw-r--r-- | textproc/oniguruma/distinfo | 5 |
5 files changed, 53 insertions, 0 deletions
diff --git a/textproc/oniguruma/DESCR b/textproc/oniguruma/DESCR new file mode 100644 index 00000000000..bfeae510f14 --- /dev/null +++ b/textproc/oniguruma/DESCR @@ -0,0 +1,5 @@ +Oniguruma is a regular expressions library. +The characteristics of this library is that different character encoding +for every regular expression object can be specified. + +Supported APIs: GNU regex, POSIX and Oniguruma native diff --git a/textproc/oniguruma/Makefile b/textproc/oniguruma/Makefile new file mode 100644 index 00000000000..ec02327fcb0 --- /dev/null +++ b/textproc/oniguruma/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/09 17:33:22 ahoka Exp $ +# + +DISTNAME= onig-5.9.1 +PKGNAME= ${DISTNAME:S/onig/oniguruma/} +CATEGORIES= devel +MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/ + +PKG_DESTDIR_SUPPORT= user-destdir + +MAINTAINER= ahoka@NetBSD.org +HOMEPAGE= http://www.geocities.jp/kosako3/oniguruma/ +COMMENT= Regular expressions library + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/oniguruma/PLIST b/textproc/oniguruma/PLIST new file mode 100644 index 00000000000..fdebe541290 --- /dev/null +++ b/textproc/oniguruma/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/08/09 17:33:22 ahoka Exp $ +bin/onig-config +include/oniggnu.h +include/onigposix.h +include/oniguruma.h +lib/libonig.la diff --git a/textproc/oniguruma/buildlink3.mk b/textproc/oniguruma/buildlink3.mk new file mode 100644 index 00000000000..5fd69479dc0 --- /dev/null +++ b/textproc/oniguruma/buildlink3.mk @@ -0,0 +1,19 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/08/09 17:33:22 ahoka Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +ONIGURUMA_BUILDLINK3_MK:= ${ONIGURUMA_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= oniguruma +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Noniguruma} +BUILDLINK_PACKAGES+= oniguruma +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}oniguruma + +.if ${ONIGURUMA_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.oniguruma+= oniguruma>=5.9.1 +BUILDLINK_PKGSRCDIR.oniguruma?= ../../wip/oniguruma +.endif # ONIGURUMA_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/textproc/oniguruma/distinfo b/textproc/oniguruma/distinfo new file mode 100644 index 00000000000..bb77edf0293 --- /dev/null +++ b/textproc/oniguruma/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/09 17:33:22 ahoka Exp $ + +SHA1 (onig-5.9.1.tar.gz) = cb1021f20e97eb0bfa659c7f9b7300c3f8360279 +RMD160 (onig-5.9.1.tar.gz) = 4c720b4b14a451df5625a48a835066a85662315e +Size (onig-5.9.1.tar.gz) = 586578 bytes |