the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: pdumpfs
Version: 0.6
Revision: 1
Source: http://www.namazu.org/~satoru/%n/%n-%v.tar.gz
Source-MD5: be5c211c3ac23dea5fb2033fe2f67448
Depends: ruby
CompileScript: <<
sed 's|#! /usr/local/bin/ruby|#! %p/bin/ruby|'
<<
InstallScript: <<
install -d -m 755 %i/bin %i/share/man/man8 %i/share/man/ja/man8
install -c -m 755 pdumpfs.fink %i/bin/pdumpfs
install -c -m 644 man/man8/pdumpfs.8 %i/share/man/man8/
install -c -m 644 man/ja/man8/pdumpfs.8 %i/share/man/ja/man8/
<<
DocFiles: *.html
Description: Daily backup system similar to Plan9's dumpfs
DescDetail: <<
pdumpfs is a simple daily backup system similar to Plan9's
dumpfs which preserves every daily snapshot. pdumpfs is
written in Ruby.
You can access the past snapshots at any time for retrieving
a certain day's file. Let's backup your home directory with
pdumpfs!
<<
License: GPL
Maintainer: None
DescPackaging: <<
Originally packaged by Masanori Sekino.
<<
Homepage: http://www.namazu.org/~satoru/pdumpfs/index.html.en