FreeBSD Bugzilla – Attachment 174820 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]
Oniguruma version 6.1.1
oniguruma6.patch (text/plain), 4.26 KB, created by
Robert Zelaya
on 2016-09-16 00:30:09 UTC
(
hide
)
Description:
Oniguruma version 6.1.1
Filename:
MIME Type:
Creator:
Robert Zelaya
Created:
2016-09-16 00:30:09 UTC
Size:
4.26 KB
patch
obsolete
>Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 421990) >+++ devel/Makefile (working copy) >@@ -1634,6 +1634,7 @@ > SUBDIR += omniORB-4.1 > SUBDIR += oniguruma4 > SUBDIR += oniguruma5 >+ SUBDIR += oniguruma6 > SUBDIR += onscripter > SUBDIR += onscripter-1byte > SUBDIR += oozie >Index: devel/oniguruma6/Makefile >=================================================================== >--- devel/oniguruma6/Makefile (nonexistent) >+++ devel/oniguruma6/Makefile (working copy) >@@ -0,0 +1,49 @@ >+# Created by: Akinori MUSHA aka knu <knu@idaemons.org> >+# $FreeBSD$ >+ >+PORTNAME= oniguruma >+PORTVERSION= 6.1.1 >+DISTVERSIONPREFIX= v >+PORTREVISION= 1 >+CATEGORIES= devel textproc >+PKGNAMESUFFIX= 6 >+DISTNAME= onig-${PORTVERSION} >+DIST_SUBDIR= ruby >+ >+USE_GITHUB= yes >+GH_ACCOUNT= kkos >+GH_PROJECT= oniguruma >+GH_TAGNAME= v6.1.1 >+ >+ >+MAINTAINER= rob@theseusnetworking.com >+COMMENT= BSDL Regular Expressions library compatible with POSIX/GNU/Perl >+ >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+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 >+ >+.include <bsd.port.options.mk> >+ >+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> >Index: devel/oniguruma6/distinfo >=================================================================== >--- devel/oniguruma6/distinfo (nonexistent) >+++ devel/oniguruma6/distinfo (working copy) >@@ -0,0 +1,4 @@ >+TIMESTAMP = 1473948948 >+SHA256 (ruby/onig-6.1.1_GH0.tar.gz) = a6b16d57f027f9804a4aebe38222ae796e7104a9c51afbbc4a15182f8604e720 >+SIZE (ruby/onig-6.1.1_GH0.tar.gz) = 566225 >+ >Index: devel/oniguruma6/pkg-descr >=================================================================== >--- devel/oniguruma6/pkg-descr (nonexistent) >+++ devel/oniguruma6/pkg-descr (working copy) >@@ -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 >Index: devel/oniguruma6/pkg-plist >=================================================================== >--- devel/oniguruma6/pkg-plist (nonexistent) >+++ devel/oniguruma6/pkg-plist (working copy) >@@ -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
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