diff --git a/textproc/oniguruma/Makefile b/textproc/oniguruma/Makefile new file mode 100644 index 00000000000..76a061fc652 --- /dev/null +++ b/textproc/oniguruma/Makefile @@ -0,0 +1,24 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2009/09/09 17:46:29 jolan Exp $ + +COMMENT= regular expressions library +DISTNAME= onig-5.9.1 +SHARED_LIBS= onig 2.0 +PKGNAME= oniguruma-5.9.1 +MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/ +CATEGORIES= textproc + +HOMEPAGE= http://www.geocities.jp/kosako3/oniguruma/ + +MAINTAINER= Jolan Luff + +# BSD +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes + +USE_LIBTOOL= Yes + +CONFIGURE_STYLE=gnu + +.include diff --git a/textproc/oniguruma/distinfo b/textproc/oniguruma/distinfo new file mode 100644 index 00000000000..c36f09845e4 --- /dev/null +++ b/textproc/oniguruma/distinfo @@ -0,0 +1,5 @@ +MD5 (onig-5.9.1.tar.gz) = XOX5u6XoPw6m7CThrHcJHA== +RMD160 (onig-5.9.1.tar.gz) = THILSxSkUd9WJaSKg1BmqFZiMV4= +SHA1 (onig-5.9.1.tar.gz) = yxAh8g6X6wv6ZZx/m3MAw/g2Ank= +SHA256 (onig-5.9.1.tar.gz) = AmhrwiOwyQw0jjeeVoih2QRTmOouyODaKLO5GaGYnLA= +SIZE (onig-5.9.1.tar.gz) = 586578 diff --git a/textproc/oniguruma/pkg/DESCR b/textproc/oniguruma/pkg/DESCR new file mode 100644 index 00000000000..adcaf3100e6 --- /dev/null +++ b/textproc/oniguruma/pkg/DESCR @@ -0,0 +1,2 @@ +Oniguruma is a BSD licensed regular expression library that supports a +variety of character encodings. diff --git a/textproc/oniguruma/pkg/PFRAG.shared b/textproc/oniguruma/pkg/PFRAG.shared new file mode 100644 index 00000000000..8c8d41c28b6 --- /dev/null +++ b/textproc/oniguruma/pkg/PFRAG.shared @@ -0,0 +1,2 @@ +@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/09/09 17:46:29 jolan Exp $ +@lib lib/libonig.so.${LIBonig_VERSION} diff --git a/textproc/oniguruma/pkg/PLIST b/textproc/oniguruma/pkg/PLIST new file mode 100644 index 00000000000..045b1af627d --- /dev/null +++ b/textproc/oniguruma/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/09 17:46:29 jolan Exp $ +%%SHARED%% +bin/onig-config +include/oniggnu.h +include/onigposix.h +include/oniguruma.h +lib/libonig.a +lib/libonig.la