diff options
author | imura <imura@FreeBSD.org> | 2000-01-18 15:15:24 +0000 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-01-18 15:15:24 +0000 |
commit | 0c31427eebb987f5dc2073f4b0ce735fa9049848 (patch) | |
tree | ad90d13b3ff6e55b550f8e98fdd75e3ec9ab120a /x11-fm | |
parent | 8f7e80d037aaa40c73bebe6634120af3ba5f1a04 (diff) | |
download | FreeBSD-ports-0c31427eebb987f5dc2073f4b0ce735fa9049848.zip FreeBSD-ports-0c31427eebb987f5dc2073f4b0ce735fa9049848.tar.gz |
Move xcruise port from x11 to x11-fm category.
Pointed out by: PW
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/Makefile | 1 | ||||
-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 |
7 files changed, 49 insertions, 0 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile index 00f5bab..58d3c9d 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -15,6 +15,7 @@ SUBDIR += tkdesk SUBDIR += workplace SUBDIR += x-files + SUBDIR += xcruise SUBDIR += xfm SUBDIR += xnc diff --git a/x11-fm/xcruise/Makefile b/x11-fm/xcruise/Makefile new file mode 100644 index 0000000..f09de72 --- /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 0000000..2655ede --- /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 0000000..09290dd --- /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 0000000..a2bfc4d --- /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 0000000..f0fce87 --- /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 0000000..fae616b --- /dev/null +++ b/x11-fm/xcruise/pkg-plist @@ -0,0 +1,3 @@ +bin/xcruise +share/doc/xcruise/README +@dirrm share/doc/xcruise |