pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/fsv Initial import of fsv-0.9 from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/309fb805daf9
branches:  trunk
changeset: 477630:309fb805daf9
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Jul 06 15:03:13 2004 +0000

description:
Initial import of fsv-0.9 from pkgsrc-wip.

fsv (pronounced eff-ess-vee) is a file system visualizer in cyberspace.
It lays out files and directories in three dimensions, geometrically
representing the file system hierarchy to allow visual overview and
analysis. fsv can visualize a modest home directory, a workstation's
hard drive, or any arbitrarily large collection of files, limited only
by the host computer's memory and graphics hardware.

diffstat:

 sysutils/fsv/DESCR    |   6 ++++++
 sysutils/fsv/Makefile |  19 +++++++++++++++++++
 sysutils/fsv/PLIST    |  20 ++++++++++++++++++++
 sysutils/fsv/distinfo |   4 ++++
 4 files changed, 49 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r f65f6695a666 -r 309fb805daf9 sysutils/fsv/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fsv/DESCR        Tue Jul 06 15:03:13 2004 +0000
@@ -0,0 +1,6 @@
+fsv (pronounced eff-ess-vee) is a file system visualizer in cyberspace. 
+It lays out files and directories in three dimensions, geometrically 
+representing the file system hierarchy to allow visual overview and 
+analysis. fsv can visualize a modest home directory, a workstation's 
+hard drive, or any arbitrarily large collection of files, limited only 
+by the host computer's memory and graphics hardware.
diff -r f65f6695a666 -r 309fb805daf9 sysutils/fsv/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fsv/Makefile     Tue Jul 06 15:03:13 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/06 15:03:13 xtraeme Exp $
+#
+
+DISTNAME=      fsv-0.9
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fsv/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://fsv.sourceforge.net/
+COMMENT=       3D filesystem visualizer
+
+USE_BUILDLINK3=                yes
+GNU_CONFIGURE=         yes
+USE_GNU_TOOLS+=                make
+USE_X11=               yes
+
+.include "../../x11/gtkglarea/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f65f6695a666 -r 309fb805daf9 sysutils/fsv/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fsv/PLIST        Tue Jul 06 15:03:13 2004 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/06 15:03:13 xtraeme Exp $
+bin/fsv
+share/fsv/about.html
+share/fsv/back.png
+share/fsv/beyeview.png
+share/fsv/cd-root.png
+share/fsv/cd-up.png
+share/fsv/dirtree.png
+share/fsv/filelist.png
+share/fsv/fsv.html
+share/fsv/mapv.png
+share/fsv/menus.html
+share/fsv/mouse.html
+share/fsv/startup.html
+share/fsv/t1.html
+share/fsv/treev.png
+share/fsv/viewport.png
+share/fsv/window.html
+share/fsv/window.png
+@dirrm share/fsv
diff -r f65f6695a666 -r 309fb805daf9 sysutils/fsv/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fsv/distinfo     Tue Jul 06 15:03:13 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/07/06 15:03:13 xtraeme Exp $
+
+SHA1 (fsv-0.9.tar.gz) = ac0415e072891154d3e2282987d5121e68fe6bc8
+Size (fsv-0.9.tar.gz) = 325572 bytes



Home | Main Index | Thread Index | Old Index