[Midnightbsd-cvs] mports: x11/mkcomposecache: Added mkcomposecache-1.2_1: Program to

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Oct 4 01:32:09 EDT 2007


Log Message:
-----------
Added mkcomposecache-1.2_1: Program to create Compose cache files

Added Files:
-----------
    mports/x11/mkcomposecache:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
--- /dev/null
+++ x11/mkcomposecache/pkg-descr
@@ -0,0 +1,4 @@
+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).
--- /dev/null
+++ x11/mkcomposecache/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for:	mkcomposecache
+# Date Created:				30 Jan 2007
+# Whom:					Florent Thoumie <flz at FreeBSD.org>
+#
+# $FreeBSD: ports/x11/mkcomposecache/Makefile,v 1.1 2007/05/19 20:27:05 flz Exp $
+# $MidnightBSD: mports/x11/mkcomposecache/Makefile,v 1.1 2007/10/04 05:32:09 ctriv Exp $
+#
+
+PORTNAME=	mkcomposecache
+PORTVERSION=	1.2
+PORTREVISION=	1
+CATEGORIES=	x11
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Program to create Compose cache files
+LICENSE=	x11
+
+XORG_CAT=	app
+USE_XORG=	x11
+
+PLIST_FILES=	sbin/mkcomposecache
+
+MAN8=		mkcomposecache.8
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11/mkcomposecache/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/app/mkcomposecache-1.2.tar.bz2) = c8237b4aea1ae0c15441deab6b12c5c0
+SHA256 (xorg/app/mkcomposecache-1.2.tar.bz2) = 8c34cdd03f7d11ac86c681349d39a4faf88854faaad928f0663da55f125aedfb
+SIZE (xorg/app/mkcomposecache-1.2.tar.bz2) = 65262


More information about the Midnightbsd-cvs mailing list