View | Details | Raw Unified | Return to bug 212715 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 1707-1712 Link Here
1707
    SUBDIR += omniNotify
1707
    SUBDIR += omniNotify
1708
    SUBDIR += omniORB
1708
    SUBDIR += omniORB
1709
    SUBDIR += omniORB-4.1
1709
    SUBDIR += omniORB-4.1
1710
    SUBDIR += oniguruma
1710
    SUBDIR += oniguruma4
1711
    SUBDIR += oniguruma4
1711
    SUBDIR += oniguruma5
1712
    SUBDIR += oniguruma5
1712
    SUBDIR += onscripter
1713
    SUBDIR += onscripter
(-)oniguruma/Makefile (-10 / +8 lines)
Lines 2-34 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	oniguruma
4
PORTNAME=	oniguruma
5
PORTVERSION=	5.9.6
5
PORTVERSION=	6.1.2
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	1
8
CATEGORIES=	devel textproc
7
CATEGORIES=	devel textproc
9
PKGNAMESUFFIX=	5
10
DIST_SUBDIR=	ruby
11
8
12
MAINTAINER=	rob@theseusnetworking.com
9
MAINTAINER=	yuri@rawbw.com
13
COMMENT=	BSDL Regular Expressions library compatible with POSIX/GNU/Perl
10
COMMENT=	BSDL Regular Expressions library compatible with POSIX/GNU/Perl
14
11
15
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
16
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
17
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	kkos
17
18
OPTIONS_DEFINE=	DOCS EXAMPLES
18
OPTIONS_DEFINE=	DOCS EXAMPLES
19
19
20
CONFLICTS=	oniguruma-2.*
20
CONFLICTS=	oniguruma-2.*
21
21
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	kkos
24
25
USES=		pathfix autoreconf libtool
22
USES=		pathfix autoreconf libtool
23
PATHFIX_MAKEFILEIN=	Makefile.am
26
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
27
INSTALL_TARGET=	install-strip
25
INSTALL_TARGET=	install-strip
28
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
TEST_TARGET=	test
28
TEST_WRKSRC=	${WRKSRC}/test
29
29
30
.include <bsd.port.options.mk>
31
32
post-patch:
30
post-patch:
33
	@${REINPLACE_CMD} -e \
31
	@${REINPLACE_CMD} -e \
34
		'/^INCLUDES/s|$$(includedir)|| ; \
32
		'/^INCLUDES/s|$$(includedir)|| ; \
(-)oniguruma/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480154293
1
TIMESTAMP = 1480711156
2
SHA256 (ruby/kkos-oniguruma-v5.9.6_GH0.tar.gz) = 0746ee6b889f9afe2fc0bf7cb9f21d7847821bbdf07bc938a3a5dfb3f91cc0d5
2
SHA256 (kkos-oniguruma-v6.1.2_GH0.tar.gz) = 0c0c63ed17d20b6063fe07d34f5df5704b1134c2de22b3ce3c08889ba6b11e17
3
SIZE (ruby/kkos-oniguruma-v5.9.6_GH0.tar.gz) = 325378
3
SIZE (kkos-oniguruma-v6.1.2_GH0.tar.gz) = 566824
(-)oniguruma/pkg-descr (-10 / +24 lines)
Lines 1-14 Link Here
1
Oniguruma is a BSDL Regular Expression library written for ruby-m17n,
1
Oniguruma is a regular expressions library. The characteristics of this 
2
which implements all of Perl extensions, many of .NET extensions plus
2
library is that different character encoding for every regular 
3
more.
3
expression object can be specified.
4
4
5
It provides multiple APIs for ease of use; GNU regex compatible API,
5
Supported character encodings:
6
POSIX regex compatible API and its own.
7
6
8
This library is multilingualized by design and can have one encoding
7
ASCII, UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE, EUC-JP, EUC-TW, 
9
for each regex object.  Currently supported character encodings are
8
EUC-KR, EUC-CN, Shift_JIS, Big5, GB18030, KOI8-R, CP1251, ISO-8859-1, 
10
ASCII, UTF-8, EUC-JP and Shift_JIS.
9
ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7, 
10
ISO-8859-8, ISO-8859-9, ISO-8859-10, ISO-8859-11, ISO-8859-13, 
11
ISO-8859-14, ISO-8859-15, ISO-8859-16
11
12
12
4.x supports Ruby1.9.
13
GB18030: contributed by KUBO Takehiro
14
CP1251: contributed by Byte
15
New feature of version 6.1
13
16
14
WWW: http://www.geocities.jp/kosako3/oniguruma/
17
improved doc/RE
18
NEW API: onig_scan()
19
New feature of version 6.0
20
21
Update Unicode 8.0 Property/Case-folding
22
NEW API: onig_unicode_define_user_property()
23
24
License:
25
26
BSD license.
27
28
WWW: https://github.com/kkos/oniguruma
(-)oniguruma/pkg-plist (-2 / +6 lines)
Lines 4-11 Link Here
4
include/oniguruma.h
4
include/oniguruma.h
5
lib/libonig.a
5
lib/libonig.a
6
lib/libonig.so
6
lib/libonig.so
7
lib/libonig.so.2
7
lib/libonig.so.4
8
lib/libonig.so.2.0.0
8
lib/libonig.so.4.0.0
9
libdata/pkgconfig/oniguruma.pc
9
libdata/pkgconfig/oniguruma.pc
10
%%PORTDOCS%%%%DOCSDIR%%/API
10
%%PORTDOCS%%%%DOCSDIR%%/API
11
%%PORTDOCS%%%%DOCSDIR%%/API.ja
11
%%PORTDOCS%%%%DOCSDIR%%/API.ja
Lines 15-25 Link Here
15
%%PORTDOCS%%%%DOCSDIR%%/RE
15
%%PORTDOCS%%%%DOCSDIR%%/RE
16
%%PORTDOCS%%%%DOCSDIR%%/RE.ja
16
%%PORTDOCS%%%%DOCSDIR%%/RE.ja
17
%%PORTDOCS%%%%DOCSDIR%%/README
17
%%PORTDOCS%%%%DOCSDIR%%/README
18
%%PORTDOCS%%%%DOCSDIR%%/UNICODE_PROPERTIES
19
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug_fix.c
18
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crnl.c
20
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crnl.c
19
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/encode.c
21
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/encode.c
20
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/listcap.c
22
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/listcap.c
21
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/names.c
23
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/names.c
22
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/posix.c
24
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/posix.c
25
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scan.c
23
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.c
26
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.c
24
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql.c
27
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql.c
25
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syntax.c
28
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syntax.c
29
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_property.c

Return to bug 212715