diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-01-14 02:30:00 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-01-14 02:30:00 +0000 |
commit | 1b837315f0ce513653265c85bfb72cb357fcb2ea (patch) | |
tree | 60043add59139c1edff57e23f9f7d7976117b554 | |
parent | f177df586296288168fa227030e8b7e7860f7228 (diff) | |
download | pkgsrc-1b837315f0ce513653265c85bfb72cb357fcb2ea.tar.gz |
aterm (Afterstep XVT) - a VT102 emulator for the X window system
aterm, version 0.4.0, is a colour vt102 terminal emulator, based
on rxvt 2.4.8 with Alfredo Kojima's additions of fast transparency,
intended as an xterm(1) replacement for users who do not require
features such as Tektronix 4014 emulation and toolkit-style
configurability. As a result, aterm uses much less swap space --
a significant advantage on a machine serving many X sessions.
It was created with AfterStep Window Manger users in mind, but is
not tied to any libraries, and can be used anywhere.
-rw-r--r-- | x11/aterm/Makefile | 32 | ||||
-rw-r--r-- | x11/aterm/files/md5 | 3 | ||||
-rw-r--r-- | x11/aterm/files/patch-sum | 3 | ||||
-rw-r--r-- | x11/aterm/patches/patch-aa | 34 | ||||
-rw-r--r-- | x11/aterm/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/aterm/pkg/DESCR | 9 | ||||
-rw-r--r-- | x11/aterm/pkg/PLIST | 1 |
7 files changed, 83 insertions, 0 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile new file mode 100644 index 00000000000..fb7f17810fa --- /dev/null +++ b/x11/aterm/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/14 02:30:00 hubertf Exp $ +# + +DISTNAME= aterm-0.4.0 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aterm/} + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://aterm.sourceforge.net/ + +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --enable-background-image \ + --enable-transparency \ + --enable-fading \ + --enable-graphics \ + --enable-xterm-scroll \ + --enable-kanji \ + --enable-big5 \ + --enable-greek \ + --with-xpm \ + --with-xpm-includes=${X11BASE}/include \ + --with-xpm-library=${X11BASE}/lib \ + --with-jpeg \ + --with-jpeg-includes=${LOCALBASE}/include \ + --with-jpeg-library=${LOCALBASE}/lib \ + --with-png \ + --with-png-library=${LOCALBASE}/lib \ + --with-png-includes=${LOCALBASE}/include \ + --enable-utmp \ + --enable-wtmp + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/aterm/files/md5 b/x11/aterm/files/md5 new file mode 100644 index 00000000000..ef14360b5c9 --- /dev/null +++ b/x11/aterm/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/01/14 02:30:00 hubertf Exp $ + +MD5 (aterm-0.4.0.tar.gz) = ae09530c1721681e151a2048146d7fd0 diff --git a/x11/aterm/files/patch-sum b/x11/aterm/files/patch-sum new file mode 100644 index 00000000000..f11b78a8779 --- /dev/null +++ b/x11/aterm/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2001/01/14 02:30:00 hubertf Exp $ + +MD5 (patch-aa) = c08bf2b119980fccdd3e14b82a290380 diff --git a/x11/aterm/patches/patch-aa b/x11/aterm/patches/patch-aa new file mode 100644 index 00000000000..4a336f9855d --- /dev/null +++ b/x11/aterm/patches/patch-aa @@ -0,0 +1,34 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/01/14 02:30:00 hubertf Exp $ + +--- configure.orig Sun Jan 14 02:20:09 2001 ++++ configure +@@ -1808,7 +1808,7 @@ + + # It would also be nice to do this for all -L options, not just this one. + if test -n "$x_libraries"; then +- X_LIBS="$X_LIBS -L$x_libraries" ++ X_LIBS="$X_LIBS -L$x_libraries -Wl,-R$x_libraries" + # For Solaris; some versions of Sun CC require a space after -R and + # others require no space. Words are not sufficient . . . . + case "`(uname -sr) 2>/dev/null`" in +@@ -1836,9 +1836,9 @@ + rm -f conftest* + if test $ac_R_nospace = yes; then + echo "$ac_t""no" 1>&6 +- X_LIBS="$X_LIBS -R$x_libraries" ++ X_LIBS="$X_LIBS -R$x_libraries -Wl,-R$x_libraries" + else +- LIBS="$ac_xsave_LIBS -R $x_libraries" ++ LIBS="$ac_xsave_LIBS -R $x_libraries -Wl,-R$x_libraries" + cat > conftest.$ac_ext <<EOF + #line 1844 "configure" + #include "confdefs.h" +@@ -1859,7 +1859,7 @@ + rm -f conftest* + if test $ac_R_space = yes; then + echo "$ac_t""yes" 1>&6 +- X_LIBS="$X_LIBS -R $x_libraries" ++ X_LIBS="$X_LIBS -R $x_libraries -Wl,-R$x_libraries" + else + echo "$ac_t""neither works" 1>&6 + fi diff --git a/x11/aterm/pkg/COMMENT b/x11/aterm/pkg/COMMENT new file mode 100644 index 00000000000..212d7c5ac83 --- /dev/null +++ b/x11/aterm/pkg/COMMENT @@ -0,0 +1 @@ +aterm (Afterstep XVT) - a VT102 emulator for the X window system diff --git a/x11/aterm/pkg/DESCR b/x11/aterm/pkg/DESCR new file mode 100644 index 00000000000..6a966ff1dfb --- /dev/null +++ b/x11/aterm/pkg/DESCR @@ -0,0 +1,9 @@ +aterm, version 0.4.0, is a colour vt102 terminal emulator, based +on rxvt 2.4.8 with Alfredo Kojima's additions of fast transparency, +intended as an xterm(1) replacement for users who do not require +features such as Tektronix 4014 emulation and toolkit-style +configurability. As a result, aterm uses much less swap space -- +a significant advantage on a machine serving many X sessions. + +It was created with AfterStep Window Manger users in mind, but is +not tied to any libraries, and can be used anywhere. diff --git a/x11/aterm/pkg/PLIST b/x11/aterm/pkg/PLIST new file mode 100644 index 00000000000..21c10e49be6 --- /dev/null +++ b/x11/aterm/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/14 02:30:00 hubertf Exp $ |