diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-12-05 15:48:51 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-12-05 15:48:51 +0000 |
commit | b2cea4ec14ad15d7f40ebba9cf7d6d01d4cb17f7 (patch) | |
tree | 4df76b439068852b251f3455e8f65b0988cb3316 /misc | |
parent | accf8f47fe84bfd2432e688c0d6f27375627895f (diff) | |
download | pkgsrc-b2cea4ec14ad15d7f40ebba9cf7d6d01d4cb17f7.tar.gz |
Initial addition of dt-1.1.6, Virtual consoles for NetBSD/mac68k (and macppc?).
Provided on pr 6535 by Frederick Bruckman.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dt/Makefile | 27 | ||||
-rw-r--r-- | misc/dt/files/md5 | 3 | ||||
-rw-r--r-- | misc/dt/patches/patch-aa | 18 | ||||
-rw-r--r-- | misc/dt/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/dt/pkg/DESCR | 3 | ||||
-rw-r--r-- | misc/dt/pkg/PLIST | 6 |
6 files changed, 58 insertions, 0 deletions
diff --git a/misc/dt/Makefile b/misc/dt/Makefile new file mode 100644 index 00000000000..571613b4733 --- /dev/null +++ b/misc/dt/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 15:48:51 frueauf Exp $ +# + +DISTNAME= dt-1.1.6 +WRKSRC= ${WRKDIR}/dt +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITES_LOCAL} + +MAINTAINER= fb@enteract.com + +.BEGIN: +.if (${MACHINE} != "mac68k") && (${MACHINE} != "macppc") +IGNORE= "is only useful for ports that have the adb and grf devices" +.endif + +MIRROR_DISTFILE=no + +ALL_TARGET= depend all +DTDOCSDIR= ${PREFIX}/share/doc/dt + +post-install: +.if !defined(NOPORTDOCS) + ${INSTALL_DATA_DIR} ${DTDOCSDIR} + (cd ${WRKSRC}; ${INSTALL_DATA} README dt.html example.dtrc ${DTDOCSDIR}) +.endif + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/dt/files/md5 b/misc/dt/files/md5 new file mode 100644 index 00000000000..529186c789b --- /dev/null +++ b/misc/dt/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/12/05 15:48:51 frueauf Exp $ + +MD5 (dt-1.1.6.tar.gz) = 45f7070a98ee381588b8b8a841371a63 diff --git a/misc/dt/patches/patch-aa b/misc/dt/patches/patch-aa new file mode 100644 index 00000000000..450418ff38b --- /dev/null +++ b/misc/dt/patches/patch-aa @@ -0,0 +1,18 @@ +$NetBSD: patch-aa,v 1.1.1.1 1998/12/05 15:48:51 frueauf Exp $ + +--- Makefile.orig Sun Nov 24 05:41:26 1996 ++++ Makefile Sun Nov 29 15:31:31 1998 +@@ -2,5 +2,5 @@ + + #CFLAGS = -g -Wall -Wno-unused +-CFLAGS = -O6 -Wall -Wno-unused ++CFLAGS += -O6 -Wall -Wno-unused + SRCS = main.c vt.c grf.c blit.c event.c kbd.c mouse.c mux.c func.c utmp.c bell.c vers.c + LIBS = +@@ -8,5 +8,5 @@ + DT = dt + # where to install the executable +-BINDIR = /usr/local/bin ++BINDIR = ${PREFIX}/bin + + all: $(DT) diff --git a/misc/dt/pkg/COMMENT b/misc/dt/pkg/COMMENT new file mode 100644 index 00000000000..da3f1670707 --- /dev/null +++ b/misc/dt/pkg/COMMENT @@ -0,0 +1 @@ +Virtual consoles for NetBSD/mac68k (and macppc?). diff --git a/misc/dt/pkg/DESCR b/misc/dt/pkg/DESCR new file mode 100644 index 00000000000..efece7e8ba8 --- /dev/null +++ b/misc/dt/pkg/DESCR @@ -0,0 +1,3 @@ +Provides virtual consoles for NetBSD/mac68k in a manner similar to +"screen," with the addition of mouse support. The only supported +platform is NetBSD/mac68k (and NetBSD/macppc, maybe). diff --git a/misc/dt/pkg/PLIST b/misc/dt/pkg/PLIST new file mode 100644 index 00000000000..eceb82e8a10 --- /dev/null +++ b/misc/dt/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/12/05 15:48:51 frueauf Exp $ +bin/dt +share/doc/dt/README +share/doc/dt/dt.html +share/doc/dt/example.dtrc +@dirrm share/doc/dt |