pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/oniguruma Import oniguruma-5.9.1 as textproc/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e7f684b60316
branches: trunk
changeset: 545649:e7f684b60316
user: ahoka <ahoka%pkgsrc.org@localhost>
date: Sat Aug 09 17:33:22 2008 +0000
description:
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:
textproc/oniguruma/DESCR | 5 +++++
textproc/oniguruma/Makefile | 18 ++++++++++++++++++
textproc/oniguruma/PLIST | 6 ++++++
textproc/oniguruma/buildlink3.mk | 19 +++++++++++++++++++
textproc/oniguruma/distinfo | 5 +++++
5 files changed, 53 insertions(+), 0 deletions(-)
diffs (73 lines):
diff -r 3734f28386c2 -r e7f684b60316 textproc/oniguruma/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/oniguruma/DESCR Sat Aug 09 17:33:22 2008 +0000
@@ -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 -r 3734f28386c2 -r e7f684b60316 textproc/oniguruma/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/oniguruma/Makefile Sat Aug 09 17:33:22 2008 +0000
@@ -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@localhost
+HOMEPAGE= http://www.geocities.jp/kosako3/oniguruma/
+COMMENT= Regular expressions library
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 3734f28386c2 -r e7f684b60316 textproc/oniguruma/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/oniguruma/PLIST Sat Aug 09 17:33:22 2008 +0000
@@ -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 -r 3734f28386c2 -r e7f684b60316 textproc/oniguruma/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/oniguruma/buildlink3.mk Sat Aug 09 17:33:22 2008 +0000
@@ -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 -r 3734f28386c2 -r e7f684b60316 textproc/oniguruma/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/oniguruma/distinfo Sat Aug 09 17:33:22 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index