pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/TECkit



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jan 25 15:51:24 UTC 2018

Modified Files:
        pkgsrc/converters/TECkit: Makefile PLIST distinfo

Log Message:
TECkit: Update to 2.5.7, primarily for -Wno-narrowing fixes.

2017-06-22
    Version 2.5.7
    Updated Unicode character names and normalization data to 10.0.0
    Added a 64-bit Windows build
    Updated documentation

2016-04-19
    Version 2.5.6
    Added a diversion of /usr/bin/teckit_compile to avoid a conflict with the
      texlive-binaries package on Linux

2016-04-11
    Version 2.5.5
    Split shared libraries into a separate Linux package
    Made Linux packages multiarch-compatible
    Fixed compiler warnings

2014-07-09
    Version 2.5.4
    Improved building and testing scripts
    Enabled tests to be run on Windows without bash

2014-06-30
    Updated Unicode character names and normalization data to 7.0.0
    Fixed data normalization bug
    Updated tests
    Improved Unicode version updating
    Fixed compiler warnings

2011-01-13
    Updated Unicode character names and normalization data to 6.0.0
    Updated copyright dates and contact details

2009-01-30
    Fixed returning zero-length strings in Perl

2008-04-07
    updated Unicode character names and normalization data to 5.1
    now building Windows release with mingw32-gcc instead of CodeWarrior
    minor compiler bugfixes and code cleanup for portability

2006-03-16
    updated Unicode character names and normalization data to 5.0
    added license files and docs to subversion repository
    released new Windows binary package, supporting -x option in teckit_compile


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/converters/TECkit/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/TECkit/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/converters/TECkit/distinfo

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

Modified files:

Index: pkgsrc/converters/TECkit/Makefile
diff -u pkgsrc/converters/TECkit/Makefile:1.8 pkgsrc/converters/TECkit/Makefile:1.9
--- pkgsrc/converters/TECkit/Makefile:1.8       Fri Sep 29 13:32:01 2017
+++ pkgsrc/converters/TECkit/Makefile   Thu Jan 25 15:51:24 2018
@@ -1,19 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2017/09/29 13:32:01 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2018/01/25 15:51:24 jperkin Exp $
 
-DISTNAME=      TECkit_2.5.3
-PKGNAME=       ${DISTNAME:S/_/-/}
+DISTNAME=      TECkit-2.5.7
 CATEGORIES=    converters
-#
-# scripts.sil.org is using ViewVC to dynamically generate a new .tar.gz.
-# each .tar.gz has a new gzip timestamp, so its different each download.
-# this makes it impossible to match checksum in distinfo, so we pull it
-# from a static file on MASTER_SITE_BACKUP instead.
-#
-#MASTER_SITES= http://scripts.sil.org/svn-view/teckit/TAGS/
-MASTER_SITES=  ${MASTER_SITE_BACKUP}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=silnrsi/}
+GITHUB_PROJECT=        teckit
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    minskim%NetBSD.org@localhost
-HOMEPAGE=      http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&cat_id=TECkit
+HOMEPAGE=      https://github.com/silnrsi/teckit/
 COMMENT=       Low-level toolkit to perform encoding conversions
 LICENSE=       gnu-lgpl-v2.1 OR cpl-1.0
 
@@ -24,14 +18,8 @@ USE_TOOLS+=  autoconf automake
 
 PKGCONFIG_OVERRIDE=    teckit.pc.in
 
-.include "../../mk/compiler.mk"
-
-.if !empty(CC_VERSION:Mgcc-[5-9]*)
-CFLAGS+=       -Wno-narrowing
-.endif
-
 pre-configure:
-               (cd ${WRKSRC}; ./autogen.sh)
+       (cd ${WRKSRC}; ./autogen.sh)
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/converters/TECkit/PLIST
diff -u pkgsrc/converters/TECkit/PLIST:1.3 pkgsrc/converters/TECkit/PLIST:1.4
--- pkgsrc/converters/TECkit/PLIST:1.3  Sun Jun 14 10:01:41 2015
+++ pkgsrc/converters/TECkit/PLIST      Thu Jan 25 15:51:24 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2015/06/14 10:01:41 markd Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/01/25 15:51:24 jperkin Exp $
 bin/sfconv
 bin/teckit_compile
 bin/txtconv
@@ -8,3 +8,6 @@ include/teckit/TECkit_Engine.h
 lib/libTECkit.la
 lib/libTECkit_Compiler.la
 lib/pkgconfig/teckit.pc
+man/man1/sfconv.1
+man/man1/teckit_compile.1
+man/man1/txtconv.1

Index: pkgsrc/converters/TECkit/distinfo
diff -u pkgsrc/converters/TECkit/distinfo:1.5 pkgsrc/converters/TECkit/distinfo:1.6
--- pkgsrc/converters/TECkit/distinfo:1.5       Tue Nov  3 01:43:47 2015
+++ pkgsrc/converters/TECkit/distinfo   Thu Jan 25 15:51:24 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 01:43:47 agc Exp $
+$NetBSD: distinfo,v 1.6 2018/01/25 15:51:24 jperkin Exp $
 
-SHA1 (TECkit_2.5.3.tar.gz) = a10a78dd0512ad7812f689622a619a5102933797
-RMD160 (TECkit_2.5.3.tar.gz) = 18aadecc5ecd31d64080a446d4944018ac7b9e00
-SHA512 (TECkit_2.5.3.tar.gz) = 7185f84d2f488d16941257d9307ae73758faf315c1ec337a407809f87e702fe4f6319cbe5cc6e28425cf2452140d726415ef52ea33e88a251447502a8f43aeb2
-Size (TECkit_2.5.3.tar.gz) = 2417611 bytes
+SHA1 (TECkit-2.5.7.tar.gz) = e0555f71ef4bbdc5badca260607c27da610b4ab4
+RMD160 (TECkit-2.5.7.tar.gz) = 0745f336c141ac969e2b54033edc47a85e26d02b
+SHA512 (TECkit-2.5.7.tar.gz) = 00f7991e2a98eda59c07a3ea197df0ddcf9fa9ea167379c2d4467d4fdf708803c3c74a549f457765837387b9ac9ab121eaf37bb42d4da4b5aadb5699b202a806
+Size (TECkit-2.5.7.tar.gz) = 2940182 bytes



Home | Main Index | Thread Index | Old Index