pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/oniguruma



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 15 08:49:04 UTC 2018

Modified Files:
        pkgsrc/textproc/oniguruma: Makefile PLIST distinfo

Log Message:
oniguruma: updated to 6.7.0

New feature of version 6.7.0
NEW: hexadecimal codepoint \uHHHH
NEW: add ONIG_SYNTAX_ONIGURUMA (== ONIG_SYNTAX_DEFAULT)
Disabled \N and \O on ONIG_SYNTAX_RUBY
Reduced object size

New feature of version 6.6.1
Fix definition of \X

New feature of version 6.6.0
NEW: ASCII only mode options for character type/property (?WDSP)
NEW: Extended Grapheme Cluster boundary \y, \Y (*original)
NEW: Extended Grapheme Cluster \X
Range-clear (Absent-clear) operator restores previous range in backtrack.

New feature of version 6.5.0
NEW: \K (keep)
NEW: \R (general newline) \N (no newline)
NEW: \O (true anychar)
NEW: if-then-else syntax (?(...)...|...)
NEW: Backreference validity checker (?(xxx)) (*original)
NEW: Absent repeater (?~absent)
NEW: Absent expression (?~|absent|expr) (*original)
NEW: Absent stopper (?~|absent) (*original)

New feature of version 6.4.0
Fix fatal problem of endless repeat on Windows
NEW: call zero (call the total regexp) \g<0>
NEW: relative backref/call by positive number \k<+n>, \g<+n>

New feature of version 6.3.0
NEW: octal codepoint \o{.....}

New feature of version 6.1.2
allow word bound, word begin and word end in look-behind.
NEW option: ONIG_OPTION_CHECK_VALIDITY_OF_STRING

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()


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/oniguruma/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/textproc/oniguruma/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/oniguruma/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/oniguruma/Makefile
diff -u pkgsrc/textproc/oniguruma/Makefile:1.5 pkgsrc/textproc/oniguruma/Makefile:1.6
--- pkgsrc/textproc/oniguruma/Makefile:1.5      Thu Oct 25 06:56:09 2012
+++ pkgsrc/textproc/oniguruma/Makefile  Mon Jan 15 08:49:04 2018
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.5 2012/10/25 06:56:09 asau Exp $
-#
+# $NetBSD: Makefile,v 1.6 2018/01/15 08:49:04 adam Exp $
 
-DISTNAME=      onig-5.9.2
+DISTNAME=      onig-6.7.0
 PKGNAME=       ${DISTNAME:S/onig/oniguruma/}
 CATEGORIES=    devel
-MASTER_SITES=  http://www.geocities.jp/kosako3/oniguruma/archive/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=kkos/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.geocities.jp/kosako3/oniguruma/
+HOMEPAGE=      https://github.com/kkos/oniguruma
 COMMENT=       Regular expressions library
 LICENSE=       2-clause-bsd
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
+GITHUB_PROJECT=        oniguruma
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
-TEST_TARGET=   atest
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+PKGCONFIG_OVERRIDE=    oniguruma.pc.in
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/oniguruma/PLIST
diff -u pkgsrc/textproc/oniguruma/PLIST:1.1.1.1 pkgsrc/textproc/oniguruma/PLIST:1.2
--- pkgsrc/textproc/oniguruma/PLIST:1.1.1.1     Sat Aug  9 17:33:22 2008
+++ pkgsrc/textproc/oniguruma/PLIST     Mon Jan 15 08:49:04 2018
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/08/09 17:33:22 ahoka Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/01/15 08:49:04 adam Exp $
 bin/onig-config
 include/oniggnu.h
 include/onigposix.h
 include/oniguruma.h
 lib/libonig.la
+lib/pkgconfig/oniguruma.pc

Index: pkgsrc/textproc/oniguruma/distinfo
diff -u pkgsrc/textproc/oniguruma/distinfo:1.3 pkgsrc/textproc/oniguruma/distinfo:1.4
--- pkgsrc/textproc/oniguruma/distinfo:1.3      Wed Nov  4 01:59:42 2015
+++ pkgsrc/textproc/oniguruma/distinfo  Mon Jan 15 08:49:04 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:59:42 agc Exp $
+$NetBSD: distinfo,v 1.4 2018/01/15 08:49:04 adam Exp $
 
-SHA1 (onig-5.9.2.tar.gz) = 63d0a412b9e8578724c37ef8936704c8b985f6cb
-RMD160 (onig-5.9.2.tar.gz) = 87345a5db8d2d72522d2ba5bbda11ea20ffe80ec
-SHA512 (onig-5.9.2.tar.gz) = fedc9ed663e9970c1f44647431085093f792af1273d5fd25713545e6770652f959a78fb059e44ec348f201f40b2aaa9ef8d081721842f4fa7c486def2a73a8e7
-Size (onig-5.9.2.tar.gz) = 539739 bytes
+SHA1 (onig-6.7.0.tar.gz) = 53e3863cf15a1f58889d8eeb4b0ccd5fc9e8c3b3
+RMD160 (onig-6.7.0.tar.gz) = 281ac92002afc6ba93e3681ea94a2248947db433
+SHA512 (onig-6.7.0.tar.gz) = 21b10ff7cca8bdf057110927755cecf444415e308a8580427a4f661d58e678ef808a9e238066c54e664878739449fcf3de9e8348568e9dad2bfdda8d39b46a30
+Size (onig-6.7.0.tar.gz) = 952950 bytes



Home | Main Index | Thread Index | Old Index