pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/mkcomposecache: remove (mechanical cleanup)
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Wed Sep 23 05:17:59 2015 +0200
Changeset: ae601c0f4526ae2b6646fc89016104a99d3a946f
Removed Files:
mkcomposecache/DESCR
mkcomposecache/Makefile
mkcomposecache/PLIST
mkcomposecache/distinfo
mkcomposecache/patches/patch-mkallcomposecaches.sh
Log Message:
wip/mkcomposecache: remove (mechanical cleanup)
- pkgsrc/x11/mkcomposecache exists
- pkgsrc (1.2.1) >= wip (1.2.1)
- doc/CHANGES-2015: Added version 1.2.1 [rodent 2015-07-02]
- wip/mkcomposecache last touched [rodent 2013-05-18]
- package does not appear to be actively used to stage updates
- manual inspection of diff revealed no uncommitted improvements
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae601c0f4526ae2b6646fc89016104a99d3a946f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mkcomposecache/DESCR | 4 ----
mkcomposecache/Makefile | 18 ------------------
mkcomposecache/PLIST | 3 ---
mkcomposecache/distinfo | 6 ------
mkcomposecache/patches/patch-mkallcomposecaches.sh | 15 ---------------
5 files changed, 46 deletions(-)
diffs:
diff --git a/mkcomposecache/DESCR b/mkcomposecache/DESCR
deleted file mode 100644
index b3b220a..0000000
--- a/mkcomposecache/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-mkcomposecache is used for creating global (system-wide) Compose cache files.
-
-Compose cache files help with application startup times and memory usage,
-especially in locales with large Compose tables (e.g. all UTF-8 locales).
diff --git a/mkcomposecache/Makefile b/mkcomposecache/Makefile
deleted file mode 100644
index 8af1dc3..0000000
--- a/mkcomposecache/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2013/05/18 13:22:23 othyro Exp $
-#
-
-DISTNAME= mkcomposecache-1.2.1
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://xorg.freedesktop.org/
-COMMENT= Used for creating global (system-wide) Compose cache files
-#LICENSE= # XXX SUSE license ?
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
-
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/mkcomposecache/PLIST b/mkcomposecache/PLIST
deleted file mode 100644
index 5fda226..0000000
--- a/mkcomposecache/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/05/18 13:22:23 othyro Exp $
-man/man8/mkcomposecache.8
-sbin/mkcomposecache
diff --git a/mkcomposecache/distinfo b/mkcomposecache/distinfo
deleted file mode 100644
index e998327..0000000
--- a/mkcomposecache/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/05/18 13:22:23 othyro Exp $
-
-SHA1 (mkcomposecache-1.2.1.tar.bz2) = a0daa928b449998a2374c0472fd715792075f8b3
-RMD160 (mkcomposecache-1.2.1.tar.bz2) = 4f09fbf0c4b72c267ce6242155ff3f177dd403f3
-Size (mkcomposecache-1.2.1.tar.bz2) = 97359 bytes
-SHA1 (patch-mkallcomposecaches.sh) = 2382cf4abe912ff80360caa1a9e4d6f3cfe7535e
diff --git a/mkcomposecache/patches/patch-mkallcomposecaches.sh b/mkcomposecache/patches/patch-mkallcomposecaches.sh
deleted file mode 100644
index 3418795..0000000
--- a/mkcomposecache/patches/patch-mkallcomposecaches.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-mkallcomposecaches.sh,v 1.1 2013/05/18 13:22:23 othyro Exp $
-
-Fixes portability failure.
-
---- mkallcomposecaches.sh.orig 2009-04-10 00:43:20.000000000 +0000
-+++ mkallcomposecaches.sh
-@@ -55,7 +55,7 @@ while [ "x$1" != x ] ; do
- esac
- done
-
--test $# == 1 || usage
-+test $# = 1 || usage
-
-
- # Defaults
Home |
Main Index |
Thread Index |
Old Index