oniguruma-5.9.1, regular expression library that supports a variety of
character encodings
This commit is contained in:
parent
0d93456f7f
commit
6afffd434c
24
textproc/oniguruma/Makefile
Normal file
24
textproc/oniguruma/Makefile
Normal file
@ -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 <jolan@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/oniguruma/distinfo
Normal file
5
textproc/oniguruma/distinfo
Normal file
@ -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
|
2
textproc/oniguruma/pkg/DESCR
Normal file
2
textproc/oniguruma/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Oniguruma is a BSD licensed regular expression library that supports a
|
||||
variety of character encodings.
|
2
textproc/oniguruma/pkg/PFRAG.shared
Normal file
2
textproc/oniguruma/pkg/PFRAG.shared
Normal file
@ -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}
|
8
textproc/oniguruma/pkg/PLIST
Normal file
8
textproc/oniguruma/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user