Package Details: lessfs 1.7.0-1

Package Base: lessfs
Description: High performance inline data deduplicating file system for FUSE
Upstream URL: http://www.lessfs.com/
Category: system
Licenses: GPL
Submitter: Tomato
Maintainer: None
Last Packager: None
Votes: 15
First Submitted: 2010-03-03 15:28
Last Updated: 2013-12-14 12:37

Latest Comments

Comment by mindcat

2013-12-14 13:06

then I disown this package, because it is not working again :(

Comment by mindcat

2013-12-14 12:28

I am lazy, so I just update this package now.

Comment by mindcat

2013-12-14 11:41

I am going try to maintain this package now.

Comment by Tomato

2013-09-14 10:49

sorry, I don't work with lessfs any more so I'm orphaning the package

if the new maintainer has any questions about packaging, I'm willing to help, but I won't be maintaining the package, sorry

Comment by mindcat

2013-08-24 15:46

Please update lessfs to 1.5.13

Comment by mindcat

2013-08-24 15:37

Where is mklessfs and lessfsck!? how to use lessfs!?

Comment by gwpl

2012-03-23 23:48

Tip: Before installing it's good to install : snappy [1] and hamsterdb [2] , thanks to that your lessfs will be compiled with buildin support for them. (Snappy is really interesting as Google's compression amazingly fast)

[1] snappy https://aur.archlinux.org/packages.php?ID=47673
[2] hamsterdb https://aur.archlinux.org/packages.php?ID=17218

P.S. It seems that hamsterdb is outdated in aur, so in case of failure, remove it and try with just snappy.

Comment by dzaragoza

2012-01-15 21:32

Hello

Current stable version is 1.5.7 and adds support for Googles snappy compression. 1.6.0 beta is also available.

Regards.

Anonymous comment

2011-08-28 04:25

1.5.0 is out.

Comment by Tomato

2011-07-17 15:36

made db and hamsterdb optional dependencies, if makepkg detects that those packages are installed it will automatically add switches to ./configure script

Comment by raw

2011-05-27 08:36

not sure if bdb should be a optional dependency; many packages require db anyway (perl, postfix, python, ruby, samba, pam, heimdal,...)

Comment by raw

2011-05-27 08:33

updated pkgbuild for 1.4.2 with lzo and berkeleydb-support. please update.

# Maintainer: Hubert Kario <kario@wit.edu.pl>

pkgname=lessfs
pkgver=1.4.2
pkgrel=1
pkgdesc="High performance inline data deduplicating file system for FUSE"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.lessfs.com/"

makedepends=('lzo2' 'gcc' 'make' 'fuse' 'tokyocabinet' 'mhash' 'openssl' 'db')
depends=('lzo2' 'tokyocabinet' 'mhash' 'openssl' 'db')
optdepends=('hamsterdb: alternative database to tokyo cabinet or bdb')
#conflicts=("$_pkgname")
#provides=("$_pkgname=$pkgver")
source=(http://sourceforge.net/projects/lessfs/files/lessfs/lessfs-$pkgver/lessfs-$pkgver.tar.gz/download)
sha1sums=('bc744d347a58ae8705cc2c1c27cc658c1885fd62')

build() {
cd "$pkgname-$pkgver"
./configure --with-lzo --with-crypto --with-berkeleydb --prefix=/usr || return 1
make || return 1
make prefix="$pkgdir/usr" install || return 1
mkdir -p "$pkgdir/etc/lessfs"
install -m 644 -D etc/lessfs.cfg-hamsterdb $pkgdir/etc/lessfs/sample.cfg-hamsterdb
install -m 644 -D etc/lessfs.cfg-tokyocabinet $pkgdir/etc/lessfs/sample.cfg-tokyocabinet
install -m 644 -D etc/lessfs.cfg-bdb.cfg $pkgdir/etc/lessfs/sample.cfg-bdb
install -m 644 -D etc/lessfs.cfg $pkgdir/etc/lessfs/sample.cfg
mkdir -p "$pkgdir/usr/share/doc/lessfs"
install -m 644 -D FAQ DB_CONFIG RELEASE_NOTES_1.4.0 README README.berkeleydb README.hashes README.replication README.file_io README.crypto README.performance_or_suffer ChangeLog "$pkgdir/usr/share/doc/lessfs"
}

Comment by Tomato

2011-01-17 08:17

Yeah, it should. I just wanted to put the new version quickly, will have to fix it.

Comment by jose1711

2011-01-16 20:15

hamsterdb should now become optdependency

Comment by Tomato

2010-04-11 14:12

updated to 1.0.8

Comment by Tomato

2010-03-27 16:29

bugfix release