summaryrefslogtreecommitdiff
path: root/x11/mxterm
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-10-28 02:52:33 +0000
committerminskim <minskim@pkgsrc.org>2005-10-28 02:52:33 +0000
commit2f13e5d19bd9960294625493b802a68270df63be (patch)
treee09ae58cb46f0f06c1034c4f0fb93f13d032c614 /x11/mxterm
parent8e8d9742f3011832a362f35851f4403c86415419 (diff)
downloadpkgsrc-2f13e5d19bd9960294625493b802a68270df63be.tar.gz
Import mxterm from pkgsrc-wip. Packaged by Greg Schenzel.
This is mxterm, the Motif version of XTerm, the terminal emulator for the X Window System. It provides a standard DEC VT102 compatible terminal for all command line programs.
Diffstat (limited to 'x11/mxterm')
-rw-r--r--x11/mxterm/DESCR3
-rw-r--r--x11/mxterm/Makefile19
-rw-r--r--x11/mxterm/PLIST7
-rw-r--r--x11/mxterm/distinfo8
-rw-r--r--x11/mxterm/patches/patch-aa14
-rw-r--r--x11/mxterm/patches/patch-ab13
-rw-r--r--x11/mxterm/patches/patch-ac16
7 files changed, 80 insertions, 0 deletions
diff --git a/x11/mxterm/DESCR b/x11/mxterm/DESCR
new file mode 100644
index 00000000000..512fbbf267c
--- /dev/null
+++ b/x11/mxterm/DESCR
@@ -0,0 +1,3 @@
+This is mxterm, the Motif version of XTerm, the terminal emulator for
+the X Window System. It provides a standard DEC VT102 compatible
+terminal for all command line programs.
diff --git a/x11/mxterm/Makefile b/x11/mxterm/Makefile
new file mode 100644
index 00000000000..4a41371c438
--- /dev/null
+++ b/x11/mxterm/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/28 02:52:33 minskim Exp $
+
+DISTNAME= mxterm_129
+PKGNAME= ${DISTNAME:S/_/-/}
+CATEGORIES= x11
+MASTER_SITES= http://www.unixdev.net/downloads/mxterm/129/
+
+MAINTAINER= inittab@unixdev.net
+#HOMEPAGE= http://www.fh-wilhelmshaven.de/~akcaagaa/index_mxterm.html
+HOMEPAGE= http://www.unixdev.net/projects/mxterm
+COMMENT= Motif XTerm
+
+GNU_CONFIGURE= YES
+
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+
+.include "../../mk/motif.buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/mxterm/PLIST b/x11/mxterm/PLIST
new file mode 100644
index 00000000000..cf9bd8b2e35
--- /dev/null
+++ b/x11/mxterm/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/28 02:52:33 minskim Exp $
+bin/mxterm
+bin/resize
+lib/X11/app-defaults/MXTerm
+lib/X11/app-defaults/MXTerm-color
+man/man1/mxterm.1
+man/man1/resize.1
diff --git a/x11/mxterm/distinfo b/x11/mxterm/distinfo
new file mode 100644
index 00000000000..97c14778753
--- /dev/null
+++ b/x11/mxterm/distinfo
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/28 02:52:33 minskim Exp $
+
+SHA1 (mxterm_129.tar.gz) = 863732aa1096aac58f42f8f6c94c95bfa189aaf7
+RMD160 (mxterm_129.tar.gz) = 67e40886f25c60752d94cdb3bda831baf1863eb9
+Size (mxterm_129.tar.gz) = 743816 bytes
+SHA1 (patch-aa) = f3976a6aa351bf72a0f9b1f7f34c37dee8edcfe9
+SHA1 (patch-ab) = 123581ccc1c0cc1a930fd49f24119f2686091d65
+SHA1 (patch-ac) = 7ea09555918a4273a08abf05c39fad56ae7f3064
diff --git a/x11/mxterm/patches/patch-aa b/x11/mxterm/patches/patch-aa
new file mode 100644
index 00000000000..0a8e5d4b59a
--- /dev/null
+++ b/x11/mxterm/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/28 02:52:33 minskim Exp $
+
+--- main.c.orig 2004-11-05 18:29:49.000000000 -0700
++++ main.c 2004-11-05 17:33:39.000000000 -0700
+@@ -90,6 +90,9 @@
+ #include <error.h>
+ #include <menu.h>
+
++#include <utmp.h>
++#include <utmpx.h>
++
+ #ifdef AMOEBA
+ #include <amoeba.h>
+ #include <cmdreg.h>
diff --git a/x11/mxterm/patches/patch-ab b/x11/mxterm/patches/patch-ab
new file mode 100644
index 00000000000..eab5ac70b98
--- /dev/null
+++ b/x11/mxterm/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2005/10/28 02:52:33 minskim Exp $
+
+--- Makefile.in.orig 2005-05-08 18:56:07.000000000 -0600
++++ Makefile.in 2005-05-08 19:01:51.000000000 -0600
+@@ -30,7 +30,7 @@
+ manext = 1
+ bindir = $(exec_prefix)/bin
+ libdir = $(exec_prefix)/lib
+-mandir = $(prefix)/share/man/man$(manext)
++mandir = $(prefix)/man/man$(manext)
+ appsdir = $(libdir)/X11/app-defaults
+
+ #### End of system configuration section. ####
diff --git a/x11/mxterm/patches/patch-ac b/x11/mxterm/patches/patch-ac
new file mode 100644
index 00000000000..1eb232fc01d
--- /dev/null
+++ b/x11/mxterm/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1.1.1 2005/10/28 02:52:33 minskim Exp $
+
+--- Makefile.in.orig 2004-11-05 18:53:48.000000000 -0700
++++ Makefile.in 2004-11-05 20:50:47.000000000 -0700
+@@ -12,9 +12,9 @@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_DATA = @INSTALL_DATA@
+
+-X_CFLAGS = @X_CFLAGS@
++X_CFLAGS = @X_CFLAGS@ @CPPFLAGS@
+ X_LIBS = @X_LIBS@
+-X_EXTRA_LIBS = @X_EXTRA_LIBS@
++X_EXTRA_LIBS = @X_EXTRA_LIBS@ @LDFLAGS@
+
+ IMAKE_CFLAGS = @IMAKE_CFLAGS@
+ EXTRA_CFLAGS = @EXTRA_CFLAGS@