pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/luit Import luit-1.0.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fe3265b37c57
branches: trunk
changeset: 527542:fe3265b37c57
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Apr 10 13:46:47 2007 +0000
description:
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:
x11/luit/DESCR | 5 +++++
x11/luit/Makefile | 20 ++++++++++++++++++++
x11/luit/PLIST | 3 +++
x11/luit/distinfo | 6 ++++++
x11/luit/patches/patch-aa | 17 +++++++++++++++++
5 files changed, 51 insertions(+), 0 deletions(-)
diffs (71 lines):
diff -r fd284c745a13 -r fe3265b37c57 x11/luit/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/luit/DESCR Tue Apr 10 13:46:47 2007 +0000
@@ -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 -r fd284c745a13 -r fe3265b37c57 x11/luit/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/luit/Makefile Tue Apr 10 13:46:47 2007 +0000
@@ -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@localhost
+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 -r fd284c745a13 -r fe3265b37c57 x11/luit/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/luit/PLIST Tue Apr 10 13:46:47 2007 +0000
@@ -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 -r fd284c745a13 -r fe3265b37c57 x11/luit/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/luit/distinfo Tue Apr 10 13:46:47 2007 +0000
@@ -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 -r fd284c745a13 -r fe3265b37c57 x11/luit/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/luit/patches/patch-aa Tue Apr 10 13:46:47 2007 +0000
@@ -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'
Home |
Main Index |
Thread Index |
Old Index