FreeBSD Bugzilla – Attachment 177681 Details for
Bug 212715
[NEW PORT] devel/oniguruma6: Oniguruma library version 6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Same patch against 3.8.1
oniguruma6.patch (text/plain), 4.18 KB, created by
Yuri Victorovich
on 2016-12-05 07:03:20 UTC
(
hide
)
Description:
Same patch against 3.8.1
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2016-12-05 07:03:20 UTC
Size:
4.18 KB
patch
obsolete
>diff -ruN devel/oniguruma6/distinfo devel/oniguruma6/distinfo >--- devel/oniguruma6/distinfo 1969-12-31 16:00:00.000000000 -0800 >+++ devel/oniguruma6/distinfo 2016-12-02 12:39:20.627699000 -0800 >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1480711156 >+SHA256 (kkos-oniguruma-v6.1.2_GH0.tar.gz) = 0c0c63ed17d20b6063fe07d34f5df5704b1134c2de22b3ce3c08889ba6b11e17 >+SIZE (kkos-oniguruma-v6.1.2_GH0.tar.gz) = 566824 >diff -ruN devel/oniguruma6/Makefile devel/oniguruma6/Makefile >--- devel/oniguruma6/Makefile 1969-12-31 16:00:00.000000000 -0800 >+++ devel/oniguruma6/Makefile 2016-12-04 22:57:20.011798000 -0800 >@@ -0,0 +1,43 @@ >+# Created by: Akinori MUSHA aka knu <knu@idaemons.org> >+# $FreeBSD$ >+ >+PORTNAME= oniguruma >+PORTVERSION= 6.1.2 >+DISTVERSIONPREFIX= v >+CATEGORIES= devel textproc >+PKGNAMESUFFIX= 6 >+ >+MAINTAINER= rob@theseusnetworking.com >+COMMENT= BSDL Regular Expressions library compatible with POSIX/GNU/Perl >+ >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+USE_GITHUB= yes >+GH_ACCOUNT= kkos >+ >+OPTIONS_DEFINE= DOCS EXAMPLES >+ >+CONFLICTS= oniguruma-2.* >+ >+USES= pathfix autoreconf libtool >+PATHFIX_MAKEFILEIN= Makefile.am >+GNU_CONFIGURE= yes >+INSTALL_TARGET= install-strip >+USE_LDCONFIG= yes >+TEST_TARGET= test >+TEST_WRKSRC= ${WRKSRC}/test >+ >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ '/^INCLUDES/s|$$(includedir)|| ; \ >+ s|$$(<)|$$(@).in|' ${WRKSRC}/Makefile.am >+ >+post-install: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ (cd ${WRKSRC} && ${INSTALL_DATA} HISTORY README ${STAGEDIR}${DOCSDIR}) >+ (cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}) >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ (cd ${WRKSRC}/sample && ${INSTALL_DATA} *.c ${STAGEDIR}${EXAMPLESDIR}) >+ >+.include <bsd.port.mk> >diff -ruN devel/oniguruma6/pkg-descr devel/oniguruma6/pkg-descr >--- devel/oniguruma6/pkg-descr 1969-12-31 16:00:00.000000000 -0800 >+++ devel/oniguruma6/pkg-descr 2016-12-02 12:18:49.142205000 -0800 >@@ -0,0 +1,28 @@ >+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 character encodings: >+ >+ASCII, UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE, EUC-JP, EUC-TW, >+EUC-KR, EUC-CN, Shift_JIS, Big5, GB18030, KOI8-R, CP1251, ISO-8859-1, >+ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7, >+ISO-8859-8, ISO-8859-9, ISO-8859-10, ISO-8859-11, ISO-8859-13, >+ISO-8859-14, ISO-8859-15, ISO-8859-16 >+ >+GB18030: contributed by KUBO Takehiro >+CP1251: contributed by Byte >+New feature of version 6.1 >+ >+improved doc/RE >+NEW API: onig_scan() >+New feature of version 6.0 >+ >+Update Unicode 8.0 Property/Case-folding >+NEW API: onig_unicode_define_user_property() >+ >+License: >+ >+BSD license. >+ >+WWW: https://github.com/kkos/oniguruma >diff -ruN devel/oniguruma6/pkg-plist devel/oniguruma6/pkg-plist >--- devel/oniguruma6/pkg-plist 1969-12-31 16:00:00.000000000 -0800 >+++ devel/oniguruma6/pkg-plist 2016-12-02 12:18:49.142439000 -0800 >@@ -0,0 +1,29 @@ >+bin/onig-config >+include/oniggnu.h >+include/onigposix.h >+include/oniguruma.h >+lib/libonig.a >+lib/libonig.so >+lib/libonig.so.4 >+lib/libonig.so.4.0.0 >+libdata/pkgconfig/oniguruma.pc >+%%PORTDOCS%%%%DOCSDIR%%/API >+%%PORTDOCS%%%%DOCSDIR%%/API.ja >+%%PORTDOCS%%%%DOCSDIR%%/FAQ >+%%PORTDOCS%%%%DOCSDIR%%/FAQ.ja >+%%PORTDOCS%%%%DOCSDIR%%/HISTORY >+%%PORTDOCS%%%%DOCSDIR%%/RE >+%%PORTDOCS%%%%DOCSDIR%%/RE.ja >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/UNICODE_PROPERTIES >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug_fix.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crnl.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/encode.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/listcap.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/names.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/posix.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scan.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syntax.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_property.c >Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 427473) >+++ devel/Makefile (working copy) >@@ -1702,6 +1702,7 @@ > SUBDIR += omniORB-4.1 > SUBDIR += oniguruma4 > SUBDIR += oniguruma5 >+ SUBDIR += oniguruma6 > SUBDIR += onscripter > SUBDIR += onscripter-1byte > SUBDIR += oozie
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212715
:
174820
|
177617
|
177619
| 177681 |
178154