fsv stable port information

Package: fsv
Version: 0.9
Revision: 12
Description: 3D file system visualizer
DescDetail: <<
fsv (pronounced effessvee) 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 hardware constraints.
<<
DescPort: <<
Uses gtkglarea (not gtkglarea2) which is only availa as a .a.

Modify to use system GNU getopt instead of distribution lib/getopt.
<<
Homepage: http://fsv.sourceforge.net/
License: LGPL
Maintainer: Daniel Macks
BuildDepends: gettext-dev, gtk+, gtkglarea, x11-dev, glib, fink (>= 0.24.12-1)
Depends: x11, gtk+-shlibs
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 0f68e27d638c45dbdf4f66fa19f811f0
PatchFile: %n.patch
PatchFile-MD5: fa63b892244c1216c72274e50f8e065c
SetLDFLAGS: -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
PatchScript: <<
%{default_script}
rm lib/getopt*
<<
ConfigureParams: --mandir='${prefix}/share/man' --infodir='${prefix}/share/info'
DocFiles: AUTHORS COPYING ChangeLog NEWS NOTES README TODO

fsv stable port .patch

diff -Nurd -x'*~' fsv-0.9.orig/lib/Makefile.in fsv-0.9/lib/Makefile.in
--- fsv-0.9.orig/lib/Makefile.in 2000-01-15 19:44:24.000000000 -0500
+++ fsv-0.9/lib/Makefile.in 2003-12-16 00:55:38.000000000 -0500
@@ -99,10 +99,10 @@

INCLUDES = @GTK_CFLAGS@

-noinst_HEADERS = gnome-i18nP.h gnome-color-picker.h gnome-dateedit.h getopt.h nvstore.h
+noinst_HEADERS = gnome-i18nP.h gnome-color-picker.h gnome-dateedit.h nvstore.h

libgnomeui_a_SOURCES = gnome-color-picker.c gnome-dateedit.c
-libmisc_a_SOURCES = getopt.c getopt1.c nvstore.c
+libmisc_a_SOURCES = nvstore.c
libmisc_a_LIBADD = @LIBOBJS@

EXTRA_DIST = README.gnome
@@ -119,7 +119,7 @@
libgnomeui_a_LIBADD =
libgnomeui_a_OBJECTS = gnome-color-picker.o gnome-dateedit.o
libmisc_a_DEPENDENCIES = @LIBOBJS@
-libmisc_a_OBJECTS = getopt.o getopt1.o nvstore.o
+libmisc_a_OBJECTS = nvstore.o
AR = ar
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
diff -Nurd -x'*~' fsv-0.9.orig/src/fsv.c fsv-0.9/src/fsv.c
--- fsv-0.9.orig/src/fsv.c 2000-01-26 21:49:55.000000000 -0500
+++ fsv-0.9/src/fsv.c 2003-12-16 00:46:07.000000000 -0500
@@ -28,7 +28,7 @@

#include
#include
-#include "getopt.h"
+#include

#include "about.h"
#include "animation.h"

fsv _unstable_ port information

Package: fsv
Version: 0.9
Revision: 12
Description: 3D file system visualizer
DescDetail: <<
fsv (pronounced effessvee) 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 hardware constraints.
<<
DescPort: <<
Uses gtkglarea (not gtkglarea2) which is only availa as a .a.

Modify to use system GNU getopt instead of distribution lib/getopt.
<<
Homepage: http://fsv.sourceforge.net/
License: LGPL
Maintainer: Daniel Macks
BuildDepends: gettext-dev, gtk+, gtkglarea, x11-dev, glib, fink (>= 0.24.12-1)
Depends: x11, gtk+-shlibs
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 0f68e27d638c45dbdf4f66fa19f811f0
PatchFile: %n.patch
PatchFile-MD5: fa63b892244c1216c72274e50f8e065c
SetLDFLAGS: -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
PatchScript: <<
%{default_script}
rm lib/getopt*
<<
ConfigureParams: --mandir='${prefix}/share/man' --infodir='${prefix}/share/info'
DocFiles: AUTHORS COPYING ChangeLog NEWS NOTES README TODO

fsv _unstable_ port .patch

diff -Nurd -x'*~' fsv-0.9.orig/lib/Makefile.in fsv-0.9/lib/Makefile.in
--- fsv-0.9.orig/lib/Makefile.in 2000-01-15 19:44:24.000000000 -0500
+++ fsv-0.9/lib/Makefile.in 2003-12-16 00:55:38.000000000 -0500
@@ -99,10 +99,10 @@

INCLUDES = @GTK_CFLAGS@

-noinst_HEADERS = gnome-i18nP.h gnome-color-picker.h gnome-dateedit.h getopt.h nvstore.h
+noinst_HEADERS = gnome-i18nP.h gnome-color-picker.h gnome-dateedit.h nvstore.h

libgnomeui_a_SOURCES = gnome-color-picker.c gnome-dateedit.c
-libmisc_a_SOURCES = getopt.c getopt1.c nvstore.c
+libmisc_a_SOURCES = nvstore.c
libmisc_a_LIBADD = @LIBOBJS@

EXTRA_DIST = README.gnome
@@ -119,7 +119,7 @@
libgnomeui_a_LIBADD =
libgnomeui_a_OBJECTS = gnome-color-picker.o gnome-dateedit.o
libmisc_a_DEPENDENCIES = @LIBOBJS@
-libmisc_a_OBJECTS = getopt.o getopt1.o nvstore.o
+libmisc_a_OBJECTS = nvstore.o
AR = ar
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
diff -Nurd -x'*~' fsv-0.9.orig/src/fsv.c fsv-0.9/src/fsv.c
--- fsv-0.9.orig/src/fsv.c 2000-01-26 21:49:55.000000000 -0500
+++ fsv-0.9/src/fsv.c 2003-12-16 00:46:07.000000000 -0500
@@ -28,7 +28,7 @@

#include
#include
-#include "getopt.h"
+#include

#include "about.h"
#include "animation.h"