pkgsrc-Bugs archive

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

pkg/45971: textproc/uni2ascii update to 4.18



>Number:         45971
>Category:       pkg
>Synopsis:       textproc/uni2ascii update to 4.18
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Feb 10 09:15:00 +0000 2012
>Originator:     Bartosz Kuzma
>Release:        NetBSD 5.1/i386
>Organization:
>Environment:
>Description:
textproc/uni2ascii update to 4.18

Changes since 4.14:

4.18 - 2011-05-15
 - Fixed bug in uni2ascii in which in certain cases the subsitution count was 
too high, fixing Debian bug #626268.
 - Patched to handle situation in NetBSD which lacks getline.
- Clarified semantics of pure option as converting characters in ascii range 
other than space and newline. Fixed bug in which this was not implemented 
correctly for UTF8 types.

4.17 - 2011-02-16
 - Added to uni2ascii the following conversions to nearest ascii equivalent: 
U+2022 bullet to 'o', U+00B7 middle dot to period, U+0085 next line to newline, 
U+2028 line separator to newline.

4.16 - 2010-12-12
 - The Q format works again in ascii2uni.
 - Added U+2033 DOUBLE PRIME to the characters converted to their closest ascii 
equivalent under using the e format in uni2ascii. 

4.15 - 2010-08-29
 - Renamed endian.h to u2a_endian.h to eliminate conflict with external 
endian.h.
 - Removed copy of GNU getline from ascii2uni.c as it is in standard library as 
of POSIX2008.

>How-To-Repeat:

>Fix:
delete patches/patch-ascii2uni_c

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/uni2ascii/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    22 Apr 2011 13:44:52 -0000      1.2
+++ Makefile    10 Feb 2012 09:07:43 -0000
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.2 2011/04/22 13:44:52 obache Exp $
 #
 
-DISTNAME=      uni2ascii-4.14
-PKGREVISION=   1
+DISTNAME=      uni2ascii-4.18
 CATEGORIES=    textproc
 MASTER_SITES=  http://billposer.org/Software/Downloads/
 EXTRACT_SUFX=  .tar.bz2
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/uni2ascii/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo    1 Oct 2011 12:08:55 -0000       1.2
+++ distinfo    10 Feb 2012 09:07:43 -0000
@@ -1,6 +1,5 @@
 $NetBSD: distinfo,v 1.2 2011/10/01 12:08:55 dholland Exp $
 
-SHA1 (uni2ascii-4.14.tar.bz2) = efe31a88499544f60a19994556e6bdea0e0f95be
-RMD160 (uni2ascii-4.14.tar.bz2) = fdd9cdd79c05d82ddfece91c384852aea5f79f0b
-Size (uni2ascii-4.14.tar.bz2) = 120087 bytes
-SHA1 (patch-ascii2uni_c) = fea75b8677d335709039b55fe1d79049f181b88e
+SHA1 (uni2ascii-4.18.tar.bz2) = 9c718b35d1acd30ed4ef6d74318e846d10403b86
+RMD160 (uni2ascii-4.18.tar.bz2) = 4cc1ab903b182bbb7f40c58c8eb5d77cb12b5c33
+Size (uni2ascii-4.18.tar.bz2) = 127125 bytes



Home | Main Index | Thread Index | Old Index