pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/rxvt-unicode Import rxvt-unicode from pkgsrc-wip. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ee097062d8b
branches:  trunk
changeset: 500900:6ee097062d8b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Oct 14 00:32:53 2005 +0000

description:
Import rxvt-unicode from pkgsrc-wip.  Packaged by Leonard Schmidt.

rxvt-unicode is a clone of the well known terminal emulator rxvt,
modified to store text in Unicode (either UCS-2 or UCS-4) and to use
locale-correct input and output.  It also supports mixing multiple
fonts at the same time, including Xft fonts.

diffstat:

 x11/rxvt-unicode/DESCR            |   4 +++
 x11/rxvt-unicode/Makefile         |  52 +++++++++++++++++++++++++++++++++++++++
 x11/rxvt-unicode/PLIST            |   8 ++++++
 x11/rxvt-unicode/distinfo         |   6 ++++
 x11/rxvt-unicode/patches/patch-aa |  19 ++++++++++++++
 5 files changed, 89 insertions(+), 0 deletions(-)

diffs (109 lines):

diff -r b34b3cd4f4e3 -r 6ee097062d8b x11/rxvt-unicode/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rxvt-unicode/DESCR    Fri Oct 14 00:32:53 2005 +0000
@@ -0,0 +1,4 @@
+rxvt-unicode is a clone of the well known terminal emulator rxvt,
+modified to store text in Unicode (either UCS-2 or UCS-4) and to use
+locale-correct input and output.  It also supports mixing multiple
+fonts at the same time, including Xft fonts.
diff -r b34b3cd4f4e3 -r 6ee097062d8b x11/rxvt-unicode/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rxvt-unicode/Makefile Fri Oct 14 00:32:53 2005 +0000
@@ -0,0 +1,52 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/14 00:32:53 minskim Exp $
+#
+
+DISTNAME=              rxvt-unicode-5.7
+CATEGORIES=            x11
+MASTER_SITES=          http://dist.schmorp.de/rxvt-unicode/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            lems%gmx.net@localhost
+HOMEPAGE=              http://software.schmorp.de/#rxvt-unicode
+COMMENT=               rxvt clone supporting Xft fonts and Unicode
+
+GNU_CONFIGURE=         yes
+USE_LANGUAGES=         c++
+USE_TOOLS+=            gmake pkg-config
+
+CONFIGURE_ARGS+=       --enable-combining              \
+                       --enable-xft                    \
+                       --enable-font-styles            \
+                       --enable-utmp                   \
+                       --enable-wtmp                   \
+                       --enable-lastlog                \
+                       --enable-xpm-background         \
+                       --enable-transparency           \
+                       --enable-tinting                \
+                       --enable-fading                 \
+                       --enable-menubar                \
+                       --enable-rxvt-scroll            \
+                       --enable-next-scroll            \
+                       --enable-xterm-scroll           \
+                       --enable-plain-scroll           \
+                       --enable-xim                    \
+                       --enable-ttygid                 \
+                       --enable-xgetdefault            \
+                       --disable-strings               \
+                       --enable-swapscreen             \
+                       --enable-iso14755               \
+                       --enable-frills                 \
+                       --enable-24bit                  \
+                       --disable-keepscrolling         \
+                       --enable-selectionscrolling     \
+                       --enable-mouswheel              \
+                       --enable-slipwheeling           \
+                       --enable-text-blink             \
+                       --enable-pointer-blank          \
+                       --with-codesets=all             \
+                       --with-term=rxvt
+
+.include "../../fonts/Xft2/buildlink3.mk"
+.include "../../graphics/xpm/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b34b3cd4f4e3 -r 6ee097062d8b x11/rxvt-unicode/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rxvt-unicode/PLIST    Fri Oct 14 00:32:53 2005 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/14 00:32:53 minskim Exp $
+bin/urxvt
+bin/urxvtc
+bin/urxvtd
+man/man1/urxvt.1
+man/man1/urxvtc.1
+man/man1/urxvtd.1
+man/man7/urxvt.7
diff -r b34b3cd4f4e3 -r 6ee097062d8b x11/rxvt-unicode/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rxvt-unicode/distinfo Fri Oct 14 00:32:53 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/14 00:32:53 minskim Exp $
+
+SHA1 (rxvt-unicode-5.7.tar.bz2) = 56bc160ba579bfedaec864499b7773cf3a33862c
+RMD160 (rxvt-unicode-5.7.tar.bz2) = 4b7348b430e2142581d80829798c8c1ff40d0b0a
+Size (rxvt-unicode-5.7.tar.bz2) = 848618 bytes
+SHA1 (patch-aa) = 8cd8bc0a7a00e0871bd98cdbee8672ea65448218
diff -r b34b3cd4f4e3 -r 6ee097062d8b x11/rxvt-unicode/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rxvt-unicode/patches/patch-aa Fri Oct 14 00:32:53 2005 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/14 00:32:53 minskim Exp $
+
+--- configure.orig     2005-02-18 12:12:31.000000000 +0000
++++ configure
+@@ -3101,14 +3101,6 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 
+ 
+-if test -z "$orig_CXXFLAGS"; then
+-  CXXFLAGS='-O'
+-  if test x$GCC = xyes && test "x$GXX" = xyes; then
+-    CXXFLAGS="-g -O3"
+-  fi
+-  CFLAGS="$CXXFLAGS"
+-fi
+-
+ LINKER="$CXX"
+ if test x$GCC = xyes && test x$GXX = xyes; then
+ 



Home | Main Index | Thread Index | Old Index