aboutsummaryrefslogtreecommitdiff
path: root/x11/mkcomposecache
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
commitd4f0d0048a8755106a4b0445221a19761e746984 (patch)
treec87184c5bfeaf942c827c5f706186ce9786a2588 /x11/mkcomposecache
parente82affd309fc2d8e5ea19b2e003f1296920bd825 (diff)
downloadports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz
ports-d4f0d0048a8755106a4b0445221a19761e746984.zip
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes: svn path=/head/; revision=191544
Diffstat (limited to 'x11/mkcomposecache')
-rw-r--r--x11/mkcomposecache/Makefile23
-rw-r--r--x11/mkcomposecache/distinfo3
-rw-r--r--x11/mkcomposecache/pkg-descr4
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/mkcomposecache/Makefile b/x11/mkcomposecache/Makefile
new file mode 100644
index 000000000000..357153c18c84
--- /dev/null
+++ b/x11/mkcomposecache/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: mkcomposecache
+# Date Created: 30 Jan 2007
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mkcomposecache
+PORTVERSION= 1.2
+PORTREVISION= 1
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Program to create Compose cache files
+
+XORG_CAT= app
+USE_XORG= x11
+
+PLIST_FILES= sbin/mkcomposecache
+
+MAN8= mkcomposecache.8
+
+.include <bsd.port.mk>
diff --git a/x11/mkcomposecache/distinfo b/x11/mkcomposecache/distinfo
new file mode 100644
index 000000000000..3d45d86ba287
--- /dev/null
+++ b/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
diff --git a/x11/mkcomposecache/pkg-descr b/x11/mkcomposecache/pkg-descr
new file mode 100644
index 000000000000..b3b220ae5a62
--- /dev/null
+++ b/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).