filelight _unstable_ port information

Package: filelight
Version: 1.0-beta6
Revision: 1013
Description: Prettier graphical disk usage utility
License: GPL
Homepage: http://www.methylblue.com/filelight/index.php
Maintainer: Dave Vasilevsky
DescDetail: <<
Filelight allows you to understand exactly where your diskspace is being
used by graphically representating your filesystem as a set of concentric
segmented-rings.

Does include resource fork and extended attribute usage for local scans,
since it counts blocks and not bytes.
<<
DescPort: <<
Porting changes:
- Use mntent compatibility wrapper, don't include mount options that
don't exist on OS X.
- Don't find /dev and /.vol virtual volumes.
- Consider AFP to be remote
- Case sensitivity in Config.h/config.h

Bug fixes:
- Don't call guessIconName() on deleted Disk.
- Clarify mixed-up if statement around localLister.cpp:117 so that
avoiding cross-FS scanning works.
- Use doubles (not ints) in sincos(). Make function static to avert
multiple defs.
- createAboutData() should allow caller to manage memory.
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
Source: http://www.methylblue.com/%{Ni}/packages/%{Ni}-%v.tar.bz2
Source-MD5: 42d887e9df66ec3d16a59c2a778eaf73

Depends: kdebase3-unified (>= 3.4.3-1021), libgettext3-shlibs, libiconv
BuildDepends: arts-dev (>= 1.4.3-1021), autoconf (>= 2.60-1), automake1.7, cctools (>= 446-1) | cctools-single-module, fink (>= 0.20.2.1-1), freetype219, kdelibs3-unified-dev (>= 3.4.3-1021), libart2, libidn, libpng3 (>= 1.2.5-4), qt3 (>= 3.3.5-1026), x11-dev, libgettext3-dev, gettext-tools, libiconv-dev, xmkmf
BuildConflicts: unsermake
GCC: 4.0
CustomMirror: <<
nam-US: http://ranger.befunk.com/fink
nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
nam-CA: http://www.southofheaven.net/befunk
<<
Source2: mirror:custom:kde-admindir/kde-admindir-1182.tar.bz2
Source2ExtractDir: %n-%v
Source2-MD5: b37c9ce91682d7972da7770d6bc085fb
PatchScript: <<
sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g' admin/*.*
echo "KDE_ENABLE_HIDDEN_VISIBILITY" >> configure.in.in
perl -pi -e 's,(Autoconf.*)\),\1 | *Autoconf*2.6* \),g' admin/cvs.sh

mv src/part/Config.h src/part/PartConfig.h
find src/part -type f | xargs perl -i -pe 's/Config\.h/PartConfig.h/g'
<<
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
ConfigureParams: --with-distribution='Fink/Mac OS X'
CompileScript: <<
#!/bin/sh -ev

export HOME=/tmp
export PREFIX="%p"
. ./environment-helper.sh
export lt_cv_sys_max_cmd_len=65536
echo $CONFIGURE_PARAMS

./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs
./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
./build-helper.sh make %N %v %r make all all_libraries="$ALL_LIBRARIES"
<<
InstallScript: <<
#!/bin/sh -ev

export PREFIX="%p"
. ./environment-helper.sh

./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d

mkdir -p %i/share/doc/installed-packages
touch %i/share/doc/installed-packages/%N
<<