Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2000 18:32:34 +0900 (JST)
From:      sanpei@sanpei.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16022: now ports: x11/xcuise (Navigate through a three-dimensional view of a file system)
Message-ID:  <200001100932.SAA28571@lavender.yy.cs.keio.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         16022
>Category:       ports
>Synopsis:       now ports: x11/xcuise (Navigate through a three-dimensional view of a file system)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 10 01:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Keio Univ.
>Environment:


>Description:

Hi.
  I ported x11/xcruise:

	From /usr/X11R6/share/doc/xcruise/README
        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.

Thank you.

>How-To-Repeat:

>Fix:


#!/bin/sh
# This is a shell archive (produced by GNU sharutils 4.2).
# To extract the files from this archive, save it to some FILE, remove
# everything before the `!/bin/sh' line above, then type `sh FILE'.
#
# Made on 2000-01-10 18:24 JST by <sanpei@lavender.yy.cs.keio.ac.jp>.
# Source directory was `/tmp/q/ports/x11'.
#
# Existing files will *not* be overwritten unless `-c' is specified.
#
# This shar contains:
# length mode       name
# ------ ---------- ------------------------------------------
#     59 -rw-r--r-- xcuise/pkg/COMMENT
#    214 -rw-r--r-- xcuise/pkg/DESCR
#    130 -rw-r--r-- xcuise/pkg/PLIST
#    509 -rw-r--r-- xcuise/Makefile
#    113 -rw-r--r-- xcuise/files/md5
#    333 -rw-r--r-- xcuise/patches/patch-aa
#
save_IFS="${IFS}"
IFS="${IFS}:"
gettext_dir=FAILED
locale_dir=FAILED
first_param="$1"
for dir in $PATH
do
  if test "$gettext_dir" = FAILED && test -f $dir/gettext \
     && ($dir/gettext --version >/dev/null 2>&1)
  then
    set `$dir/gettext --version 2>&1`
    if test "$3" = GNU
    then
      gettext_dir=$dir
    fi
  fi
  if test "$locale_dir" = FAILED && test -f $dir/shar \
     && ($dir/shar --print-text-domain-dir >/dev/null 2>&1)
  then
    locale_dir=`$dir/shar --print-text-domain-dir`
  fi
done
IFS="$save_IFS"
if test "$locale_dir" = FAILED || test "$gettext_dir" = FAILED
then
  echo=echo
else
  TEXTDOMAINDIR=$locale_dir
  export TEXTDOMAINDIR
  TEXTDOMAIN=sharutils
  export TEXTDOMAIN
  echo="$gettext_dir/gettext -s"
fi
touch -am 1231235999 $$.touch >/dev/null 2>&1
if test ! -f 1231235999 && test -f $$.touch; then
  shar_touch=touch
else
  shar_touch=:
  echo
  $echo 'WARNING: not restoring timestamps.  Consider getting and'
  $echo "installing GNU \`touch', distributed in GNU File Utilities..."
  echo
fi
rm -f 1231235999 $$.touch
#
if mkdir _sh28369; then
  $echo 'x -' 'creating lock directory'
else
  $echo 'failed to create lock directory'
  exit 1
fi
# ============= xcuise/pkg/COMMENT ==============
if test ! -d 'xcuise'; then
  $echo 'x -' 'creating directory' 'xcuise'
  mkdir 'xcuise'
fi
if test ! -d 'xcuise/pkg'; then
  $echo 'x -' 'creating directory' 'xcuise/pkg'
  mkdir 'xcuise/pkg'
fi
if test -f 'xcuise/pkg/COMMENT' && test "$first_param" != -c; then
  $echo 'x -' SKIPPING 'xcuise/pkg/COMMENT' '(file already exists)'
else
  $echo 'x -' extracting 'xcuise/pkg/COMMENT' '(text)'
  sed 's/^X//' << 'SHAR_EOF' > 'xcuise/pkg/COMMENT' &&
Navigate through a three-dimensional view of a file system
SHAR_EOF
  $shar_touch -am 01101811100 'xcuise/pkg/COMMENT' &&
  chmod 0644 'xcuise/pkg/COMMENT' ||
  $echo 'restore of' 'xcuise/pkg/COMMENT' 'failed'
  if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
  && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
    md5sum -c << SHAR_EOF >/dev/null 2>&1 \
    || $echo 'xcuise/pkg/COMMENT:' 'MD5 check failed'
45d58d26d89109ed88f577d9e451e1e4  xcuise/pkg/COMMENT
SHAR_EOF
  else
    shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'xcuise/pkg/COMMENT'`"
    test 59 -eq "$shar_count" ||
    $echo 'xcuise/pkg/COMMENT:' 'original size' '59,' 'current size' "$shar_count!"
  fi
fi
# ============= xcuise/pkg/DESCR ==============
if test -f 'xcuise/pkg/DESCR' && test "$first_param" != -c; then
  $echo 'x -' SKIPPING 'xcuise/pkg/DESCR' '(file already exists)'
else
  $echo 'x -' extracting 'xcuise/pkg/DESCR' '(text)'
  sed 's/^X//' << 'SHAR_EOF' > 'xcuise/pkg/DESCR' &&
XXCruise 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.
X
WWW: http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/
SHAR_EOF
  $shar_touch -am 01101821100 'xcuise/pkg/DESCR' &&
  chmod 0644 'xcuise/pkg/DESCR' ||
  $echo 'restore of' 'xcuise/pkg/DESCR' 'failed'
  if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
  && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
    md5sum -c << SHAR_EOF >/dev/null 2>&1 \
    || $echo 'xcuise/pkg/DESCR:' 'MD5 check failed'
8d069b1ac1c28afcc186f138b12e1d5d  xcuise/pkg/DESCR
SHAR_EOF
  else
    shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'xcuise/pkg/DESCR'`"
    test 214 -eq "$shar_count" ||
    $echo 'xcuise/pkg/DESCR:' 'original size' '214,' 'current size' "$shar_count!"
  fi
fi
# ============= xcuise/pkg/PLIST ==============
if test -f 'xcuise/pkg/PLIST' && test "$first_param" != -c; then
  $echo 'x -' SKIPPING 'xcuise/pkg/PLIST' '(file already exists)'
else
  $echo 'x -' extracting 'xcuise/pkg/PLIST' '(text)'
  sed 's/^X//' << 'SHAR_EOF' > 'xcuise/pkg/PLIST' &&
@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
SHAR_EOF
  $shar_touch -am 01101811100 'xcuise/pkg/PLIST' &&
  chmod 0644 'xcuise/pkg/PLIST' ||
  $echo 'restore of' 'xcuise/pkg/PLIST' 'failed'
  if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
  && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
    md5sum -c << SHAR_EOF >/dev/null 2>&1 \
    || $echo 'xcuise/pkg/PLIST:' 'MD5 check failed'
2d71bbe13bd206ab65143045bda06760  xcuise/pkg/PLIST
SHAR_EOF
  else
    shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'xcuise/pkg/PLIST'`"
    test 130 -eq "$shar_count" ||
    $echo 'xcuise/pkg/PLIST:' 'original size' '130,' 'current size' "$shar_count!"
  fi
fi
# ============= xcuise/Makefile ==============
if test -f 'xcuise/Makefile' && test "$first_param" != -c; then
  $echo 'x -' SKIPPING 'xcuise/Makefile' '(file already exists)'
else
  $echo 'x -' extracting 'xcuise/Makefile' '(text)'
  sed 's/^X//' << 'SHAR_EOF' > 'xcuise/Makefile' &&
# 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$
#
X
DISTNAME=	xcruise-0.22
CATEGORIES=	x11 graphics
MASTER_SITES=	http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/
X
MAINTAINER=	sanpei@sanpei.org
X
USE_IMAKE=	yes
X
post-install:
X	@${MKDIR} ${PREFIX}/share/doc/xcruise
X	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise
X
X.include <bsd.port.mk>
SHAR_EOF
  $shar_touch -am 01101821100 'xcuise/Makefile' &&
  chmod 0644 'xcuise/Makefile' ||
  $echo 'restore of' 'xcuise/Makefile' 'failed'
  if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
  && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
    md5sum -c << SHAR_EOF >/dev/null 2>&1 \
    || $echo 'xcuise/Makefile:' 'MD5 check failed'
27eebea08b50d3abd9523f2ab16c7eda  xcuise/Makefile
SHAR_EOF
  else
    shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'xcuise/Makefile'`"
    test 509 -eq "$shar_count" ||
    $echo 'xcuise/Makefile:' 'original size' '509,' 'current size' "$shar_count!"
  fi
fi
# ============= xcuise/files/md5 ==============
if test ! -d 'xcuise/files'; then
  $echo 'x -' 'creating directory' 'xcuise/files'
  mkdir 'xcuise/files'
fi
if test -f 'xcuise/files/md5' && test "$first_param" != -c; then
  $echo 'x -' SKIPPING 'xcuise/files/md5' '(file already exists)'
else
  $echo 'x -' extracting 'xcuise/files/md5' '(text)'
  sed 's/^X//' << 'SHAR_EOF' > 'xcuise/files/md5' &&
$NetBSD: md5,v 1.3 1999/12/08 00:26:28 itohy Exp $
X
MD5 (xcruise-0.22.tar.gz) = 40361af90c752c1a21ac56ef252f3af9
SHAR_EOF
  $shar_touch -am 01101811100 'xcuise/files/md5' &&
  chmod 0644 'xcuise/files/md5' ||
  $echo 'restore of' 'xcuise/files/md5' 'failed'
  if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
  && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
    md5sum -c << SHAR_EOF >/dev/null 2>&1 \
    || $echo 'xcuise/files/md5:' 'MD5 check failed'
6b48f5723584171b4adffbf25d9677b6  xcuise/files/md5
SHAR_EOF
  else
    shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'xcuise/files/md5'`"
    test 113 -eq "$shar_count" ||
    $echo 'xcuise/files/md5:' 'original size' '113,' 'current size' "$shar_count!"
  fi
fi
# ============= xcuise/patches/patch-aa ==============
if test ! -d 'xcuise/patches'; then
  $echo 'x -' 'creating directory' 'xcuise/patches'
  mkdir 'xcuise/patches'
fi
if test -f 'xcuise/patches/patch-aa' && test "$first_param" != -c; then
  $echo 'x -' SKIPPING 'xcuise/patches/patch-aa' '(file already exists)'
else
  $echo 'x -' extracting 'xcuise/patches/patch-aa' '(text)'
  sed 's/^X//' << 'SHAR_EOF' > 'xcuise/patches/patch-aa' &&
$NetBSD: patch-aa,v 1.1.1.1 1999/11/26 14:25:33 minoura Exp $
X
--- Imakefile.orig	Thu Nov 25 17:56:14 1999
+++ Imakefile	Thu Nov 25 23:43:28 1999
@@ -11,6 +11,6 @@
X SYS_LIBRARIES = MathLibrary
X LOCAL_LIBRARIES = $(XLIB)
X 
-CDEBUGFLAGS = -g
+XCOMM CDEBUGFLAGS = -g
X 
-ComplexProgramTarget(xcruise)
+ComplexProgramTargetNoMan(xcruise)
SHAR_EOF
  $shar_touch -am 01101811100 'xcuise/patches/patch-aa' &&
  chmod 0644 'xcuise/patches/patch-aa' ||
  $echo 'restore of' 'xcuise/patches/patch-aa' 'failed'
  if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
  && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
    md5sum -c << SHAR_EOF >/dev/null 2>&1 \
    || $echo 'xcuise/patches/patch-aa:' 'MD5 check failed'
c5ea8009cfddd1266d2a5fae51424a3d  xcuise/patches/patch-aa
SHAR_EOF
  else
    shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'xcuise/patches/patch-aa'`"
    test 333 -eq "$shar_count" ||
    $echo 'xcuise/patches/patch-aa:' 'original size' '333,' 'current size' "$shar_count!"
  fi
fi
rm -fr _sh28369
exit 0

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001100932.SAA28571>