pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/libfontenc Update to 1.1.3. Improve COMMENT.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c74080a71157
branches:  trunk
changeset: 651056:c74080a71157
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri May 01 08:36:12 2015 +0000

description:
Update to 1.1.3. Improve COMMENT.

Alan Coopersmith (6):
      Initialize both value1 & value2, not value1 twice
      Replace sprintf call with snprintf
      Replace strcpy+strcat calls with snprintf calls
      Reformat code to X.Org standard style
      Initialize aliases array in parseEncodingFile()
      libfontenc 1.1.3

diffstat:

 fonts/libfontenc/Makefile |  7 +++----
 fonts/libfontenc/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 51b8a3596cda -r c74080a71157 fonts/libfontenc/Makefile
--- a/fonts/libfontenc/Makefile Fri May 01 08:35:05 2015 +0000
+++ b/fonts/libfontenc/Makefile Fri May 01 08:36:12 2015 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.10 2013/04/26 05:15:57 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.11 2015/05/01 08:36:12 wiz Exp $
 
-DISTNAME=              libfontenc-1.1.2
+DISTNAME=              libfontenc-1.1.3
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            joerg%NetBSD.org@localhost
 HOMEPAGE=              http://xorg.freedesktop.org/
-COMMENT=               The fontenc Library from X.org
+COMMENT=               Library for handling fonts with different character set encodings
 
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config
diff -r 51b8a3596cda -r c74080a71157 fonts/libfontenc/distinfo
--- a/fonts/libfontenc/distinfo Fri May 01 08:35:05 2015 +0000
+++ b/fonts/libfontenc/distinfo Fri May 01 08:36:12 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2013/04/26 05:15:57 wiz Exp $
+$NetBSD: distinfo,v 1.8 2015/05/01 08:36:12 wiz Exp $
 
-SHA1 (libfontenc-1.1.2.tar.bz2) = 2beffa0e9260c479b49f90f789318c7f9db2d41d
-RMD160 (libfontenc-1.1.2.tar.bz2) = 623eb689b27a604543d8e937e91be7b1fec93023
-Size (libfontenc-1.1.2.tar.bz2) = 294884 bytes
+SHA1 (libfontenc-1.1.3.tar.bz2) = 312116f5156d6a8a2404c59560b60d53ddf1a09f
+RMD160 (libfontenc-1.1.3.tar.bz2) = 4de7ec8120b48f1cec80cc647d662b56dc5400bd
+Size (libfontenc-1.1.3.tar.bz2) = 301494 bytes



Home | Main Index | Thread Index | Old Index