diff options
author | R. Imura <imura@FreeBSD.org> | 2000-01-18 15:15:24 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-01-18 15:15:24 +0000 |
commit | ab8cce3a7749cdf1a1cbb5649435586c8b6e5019 (patch) | |
tree | 8c81a66c1fe11e751aecc00b5287fef6144d14ce /x11-fm/xcruise | |
parent | c6ba1aef12eab83173780bf0e10e229723641c45 (diff) |
Notes
Diffstat (limited to 'x11-fm/xcruise')
-rw-r--r-- | x11-fm/xcruise/Makefile | 22 | ||||
-rw-r--r-- | x11-fm/xcruise/distinfo | 3 | ||||
-rw-r--r-- | x11-fm/xcruise/files/patch-aa | 13 | ||||
-rw-r--r-- | x11-fm/xcruise/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fm/xcruise/pkg-descr | 6 | ||||
-rw-r--r-- | x11-fm/xcruise/pkg-plist | 3 |
6 files changed, 48 insertions, 0 deletions
diff --git a/x11-fm/xcruise/Makefile b/x11-fm/xcruise/Makefile new file mode 100644 index 000000000000..f09de7291ce1 --- /dev/null +++ b/x11-fm/xcruise/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xcruise +# Version required: 0.22 +# Date created: 22 December 1999 +# Whom: minoura@netbsd.org +# +# $NetBSD: Makefile,v 1.3 1999/12/22 15:37:13 sakamoto Exp $ +# $FreeBSD$ +# + +DISTNAME= xcruise-0.22 +CATEGORIES= x11-fm +MASTER_SITES= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/ + +MAINTAINER= sanpei@sanpei.org + +USE_IMAKE= yes + +post-install: + @${MKDIR} ${PREFIX}/share/doc/xcruise + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise + +.include <bsd.port.mk> diff --git a/x11-fm/xcruise/distinfo b/x11-fm/xcruise/distinfo new file mode 100644 index 000000000000..2655edeb707e --- /dev/null +++ b/x11-fm/xcruise/distinfo @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.3 1999/12/08 00:26:28 itohy Exp $ + +MD5 (xcruise-0.22.tar.gz) = 40361af90c752c1a21ac56ef252f3af9 diff --git a/x11-fm/xcruise/files/patch-aa b/x11-fm/xcruise/files/patch-aa new file mode 100644 index 000000000000..09290ddf01d3 --- /dev/null +++ b/x11-fm/xcruise/files/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-fm/xcruise/pkg-comment b/x11-fm/xcruise/pkg-comment new file mode 100644 index 000000000000..a2bfc4d74485 --- /dev/null +++ b/x11-fm/xcruise/pkg-comment @@ -0,0 +1 @@ +Navigate through a three-dimensional view of a file system diff --git a/x11-fm/xcruise/pkg-descr b/x11-fm/xcruise/pkg-descr new file mode 100644 index 000000000000..f0fce87c4639 --- /dev/null +++ b/x11-fm/xcruise/pkg-descr @@ -0,0 +1,6 @@ +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. +It is only a viewer, take care of motion sickness, though. + +WWW: http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/ diff --git a/x11-fm/xcruise/pkg-plist b/x11-fm/xcruise/pkg-plist new file mode 100644 index 000000000000..fae616b7b24f --- /dev/null +++ b/x11-fm/xcruise/pkg-plist @@ -0,0 +1,3 @@ +bin/xcruise +share/doc/xcruise/README +@dirrm share/doc/xcruise |