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
This commit is contained in:
parent
5b1208c828
commit
bbd82e377a
5 changed files with 53 additions and 0 deletions
5
textproc/oniguruma/DESCR
Normal file
5
textproc/oniguruma/DESCR
Normal file
|
@ -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
|
18
textproc/oniguruma/Makefile
Normal file
18
textproc/oniguruma/Makefile
Normal file
|
@ -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"
|
6
textproc/oniguruma/PLIST
Normal file
6
textproc/oniguruma/PLIST
Normal file
|
@ -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
|
19
textproc/oniguruma/buildlink3.mk
Normal file
19
textproc/oniguruma/buildlink3.mk
Normal file
|
@ -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/+$//}
|
5
textproc/oniguruma/distinfo
Normal file
5
textproc/oniguruma/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue