pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xkbprint Update to 1.0.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c01cc038f9e5
branches:  trunk
changeset: 650065:c01cc038f9e5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 17 07:11:36 2015 +0000

description:
Update to 1.0.4:

This minor maintenance release provides the recent round of build
configuration improvements and janitorial cleanups.

Alan Coopersmith (26):
      Convert sources to X.Org standard coding style
      unifdef -Unotyet -UNOTYET
      Fix many const char * warnings
      Remove unused uASSERT macro
      Remove unused debugging & function tracing frameworks
      Remove unused uStrCasePrefix fallback for strncasecmp
      Remove unused uRealloc & uRecalloc functions
      Remove unused uTmpAlloc & uTmpFree fallbacks for alloca
      Replace sole call to uFree() with direct call to free()
      Replace custom uAlloc/uCalloc with plain malloc/calloc
      Replace uStringDup() with direct calls to strdup()
      Replace uStrCaseCmp() with direct calls to strcasecmp()
      Add printf & noreturn attributes recommended by gcc
      Replace several malloc+sprintf pairs with asprintf() calls
      Replace remaining sprintf calls with snprintf()
      Combine repeated sequences of fprintf() calls into single calls
      Replace calls to index() with calls to strchr()
      Combine IsoKeyCaps array of strings into a single string
      Move some local variables to the scope in which they live
      Remove unused INPUT_* definitions
      Fix some sign/size conversion warnings from clang
      Add -version option to print program version
      Remove old CVS id tags
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xkbprint 1.0.4

Gaetan Nadon (3):
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory

diffstat:

 x11/xkbprint/Makefile |  5 ++---
 x11/xkbprint/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 11506ddd0bc5 -r c01cc038f9e5 x11/xkbprint/Makefile
--- a/x11/xkbprint/Makefile     Fri Apr 17 07:09:56 2015 +0000
+++ b/x11/xkbprint/Makefile     Fri Apr 17 07:11:36 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2012/10/29 05:07:13 asau Exp $
-#
+# $NetBSD: Makefile,v 1.3 2015/04/17 07:11:36 wiz Exp $
 
-DISTNAME=              xkbprint-1.0.3
+DISTNAME=              xkbprint-1.0.4
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 11506ddd0bc5 -r c01cc038f9e5 x11/xkbprint/distinfo
--- a/x11/xkbprint/distinfo     Fri Apr 17 07:09:56 2015 +0000
+++ b/x11/xkbprint/distinfo     Fri Apr 17 07:11:36 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/06/06 09:41:07 wiz Exp $
+$NetBSD: distinfo,v 1.2 2015/04/17 07:11:36 wiz Exp $
 
-SHA1 (xkbprint-1.0.3.tar.bz2) = 4e7c91a137f0746202b3a74bbaf49c849484aa30
-RMD160 (xkbprint-1.0.3.tar.bz2) = 29343bcb68b2fd5d7fe33f520660b3a8e25ec7f2
-Size (xkbprint-1.0.3.tar.bz2) = 146090 bytes
+SHA1 (xkbprint-1.0.4.tar.bz2) = c0c1e71a32f7d8bfc40539e7f315ca7e02d99205
+RMD160 (xkbprint-1.0.4.tar.bz2) = 51100ad4e639af54e91f94340629780fac48795e
+Size (xkbprint-1.0.4.tar.bz2) = 163810 bytes



Home | Main Index | Thread Index | Old Index