From 79a3f6147256b246b6bdc6c2001f59331e1a4b2f Mon Sep 17 00:00:00 2001 From: minoura Date: Fri, 26 Nov 1999 14:25:33 +0000 Subject: Import pkgsrc for xcruise-0.2, inviting you to a 3D-formed filesystem galaxy. --- x11/xcruise/Makefile | 20 ++++++++++++++++++++ x11/xcruise/files/md5 | 3 +++ x11/xcruise/files/patch-sum | 3 +++ x11/xcruise/patches/patch-aa | 13 +++++++++++++ x11/xcruise/pkg/COMMENT | 1 + x11/xcruise/pkg/DESCR | 3 +++ x11/xcruise/pkg/PLIST | 4 ++++ 7 files changed, 47 insertions(+) create mode 100644 x11/xcruise/Makefile create mode 100644 x11/xcruise/files/md5 create mode 100644 x11/xcruise/files/patch-sum create mode 100644 x11/xcruise/patches/patch-aa create mode 100644 x11/xcruise/pkg/COMMENT create mode 100644 x11/xcruise/pkg/DESCR create mode 100644 x11/xcruise/pkg/PLIST (limited to 'x11') diff --git a/x11/xcruise/Makefile b/x11/xcruise/Makefile new file mode 100644 index 00000000000..619d60e0d14 --- /dev/null +++ b/x11/xcruise/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/11/26 14:25:33 minoura Exp $ +# + +DISTNAME= xcruise-0.2 +CATEGORIES= x11 graphics +MASTER_SITES= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/ + +MAINTAINER= minoura@netbsd.org +HOMEPAGE= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/ # in Japanese + +# LICENSE= GPL + +USE_X11BASE= yes +USE_IMAKE= yes + +post-install: + $(MKDIR) $(PREFIX)/share/doc/xcruise + $(INSTALL_DATA) $(WRKSRC)/README $(PREFIX)/share/doc/xcruise + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xcruise/files/md5 b/x11/xcruise/files/md5 new file mode 100644 index 00000000000..52bf7a3e85b --- /dev/null +++ b/x11/xcruise/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/11/26 14:25:33 minoura Exp $ + +MD5 (xcruise-0.2.tar.gz) = 7bef223331c4760ac1cfad7d883e9a65 diff --git a/x11/xcruise/files/patch-sum b/x11/xcruise/files/patch-sum new file mode 100644 index 00000000000..aa997f7712f --- /dev/null +++ b/x11/xcruise/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/11/26 14:25:33 minoura Exp $ + +MD5 (patch-aa) = f4d35b7ae07238c7506878a272558a97 diff --git a/x11/xcruise/patches/patch-aa b/x11/xcruise/patches/patch-aa new file mode 100644 index 00000000000..09290ddf01d --- /dev/null +++ b/x11/xcruise/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/11/26 14:25:33 minoura Exp $ + +--- Imakefile.orig Thu Nov 25 17:56:14 1999 ++++ Imakefile Thu Nov 25 23:43:28 1999 +@@ -11,6 +11,6 @@ + SYS_LIBRARIES = MathLibrary + LOCAL_LIBRARIES = $(XLIB) + +-CDEBUGFLAGS = -g ++XCOMM CDEBUGFLAGS = -g + +-ComplexProgramTarget(xcruise) ++ComplexProgramTargetNoMan(xcruise) diff --git a/x11/xcruise/pkg/COMMENT b/x11/xcruise/pkg/COMMENT new file mode 100644 index 00000000000..8451782505d --- /dev/null +++ b/x11/xcruise/pkg/COMMENT @@ -0,0 +1 @@ +XCruise allows you to ``cruise'' within a 3D-formed file system. diff --git a/x11/xcruise/pkg/DESCR b/x11/xcruise/pkg/DESCR new file mode 100644 index 00000000000..600fadda0d5 --- /dev/null +++ b/x11/xcruise/pkg/DESCR @@ -0,0 +1,3 @@ +XCruise allows you to ``cruise'' within a 3D-formed file system. +It constructs the universe from a directory tree, and you can +move your viewpoint with mouse. diff --git a/x11/xcruise/pkg/PLIST b/x11/xcruise/pkg/PLIST new file mode 100644 index 00000000000..3598f908b9d --- /dev/null +++ b/x11/xcruise/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/26 14:25:33 minoura Exp $ +bin/xcruise +share/doc/xcruise/README +@dirrm share/doc/xcruise -- cgit v1.2.3