summaryrefslogtreecommitdiff
path: root/x11/luit
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-04-10 13:46:47 +0000
committerjoerg <joerg@pkgsrc.org>2007-04-10 13:46:47 +0000
commit285fe5b1e4e250b930bdf0aa11bd952200c2dcb9 (patch)
treed1fd2434917f62f91d81de9fe83e6f1a4b69af9f /x11/luit
parentb878b9d80df7e73662dedb5d20f6b2188bec5086 (diff)
downloadpkgsrc-285fe5b1e4e250b930bdf0aa11bd952200c2dcb9.tar.gz
Import luit-1.0.2.
This package provides luit, a filter to convert the output of arbitrary applications from a given locale's encoding into UTF-8 and terminal input from UTF-8 into the given locale's encoding. This is from the modular X.org X11 project.
Diffstat (limited to 'x11/luit')
-rw-r--r--x11/luit/DESCR5
-rw-r--r--x11/luit/Makefile20
-rw-r--r--x11/luit/PLIST3
-rw-r--r--x11/luit/distinfo6
-rw-r--r--x11/luit/patches/patch-aa17
5 files changed, 51 insertions, 0 deletions
diff --git a/x11/luit/DESCR b/x11/luit/DESCR
new file mode 100644
index 00000000000..6d375a8cbb9
--- /dev/null
+++ b/x11/luit/DESCR
@@ -0,0 +1,5 @@
+This package provides luit, a filter to convert the output of arbitrary
+applications from a given locale's encoding into UTF-8 and terminal
+input from UTF-8 into the given locale's encoding.
+
+This is from the modular X.org X11 project.
diff --git a/x11/luit/Makefile b/x11/luit/Makefile
new file mode 100644
index 00000000000..93a892913a1
--- /dev/null
+++ b/x11/luit/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:46:47 joerg Exp $
+#
+
+DISTNAME= luit-1.0.2
+CATEGORIES= x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Locale and ISO 2022 support for Unicode terminals
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../fonts/libfontenc/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/luit/PLIST b/x11/luit/PLIST
new file mode 100644
index 00000000000..1de3f7bbd97
--- /dev/null
+++ b/x11/luit/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/10 13:46:47 joerg Exp $
+bin/luit
+man/man1/luit.1
diff --git a/x11/luit/distinfo b/x11/luit/distinfo
new file mode 100644
index 00000000000..7ae8bfe60df
--- /dev/null
+++ b/x11/luit/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/10 13:46:47 joerg Exp $
+
+SHA1 (luit-1.0.2.tar.bz2) = 0b811edc2b1cf11716cb24c468613622e72ebf35
+RMD160 (luit-1.0.2.tar.bz2) = 3e85593ea25e92c694c40351d91efa616cf46f66
+Size (luit-1.0.2.tar.bz2) = 99235 bytes
+SHA1 (patch-aa) = 61f1a4de4cef760fe54fb96e7cae0c1c1548ecd4
diff --git a/x11/luit/patches/patch-aa b/x11/luit/patches/patch-aa
new file mode 100644
index 00000000000..9eda157ccfb
--- /dev/null
+++ b/x11/luit/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/04/10 13:46:47 joerg Exp $
+
+--- configure.orig 2007-04-09 22:15:12.000000000 +0200
++++ configure
+@@ -2025,10 +2025,10 @@ AMSHOWCMDSAT=''
+ AMDEPSHOWCMDSAT=''
+ AMPRETTYECHO=true
+ AMCMDECHO=echo
+-if test "x$enable_pretty_cmds" == xyes;
++if test "x$enable_pretty_cmds" = xyes;
+ then
+ AMSHOWCMDSAT='@'
+- test x$enable_dependency_tracking == xno && AMDEPSHOWCMDSAT='@'
++ test x$enable_dependency_tracking = xno && AMDEPSHOWCMDSAT='@'
+ AMPRETTYECHO=echo
+ AMCMDECHO=true
+ LT_QUIET='--quiet'