Mon Feb 17 10:36:51 2014 UTC ()
Import ori-0.8.1 as filesystems/ori.

Ori is a distributed file system built for offline operation and
empowers the user with control over synchronization operations and
conflict resolution. It provides history through light weight
snapshots and allows users to verify the history has not been
tampered with. Through the use of replication, instances can be
resilient and recover damaged data from other nodes.


(wiz)
diff -r0 -r1.1 pkgsrc/filesystems/ori/DESCR
diff -r0 -r1.1 pkgsrc/filesystems/ori/Makefile
diff -r0 -r1.1 pkgsrc/filesystems/ori/PLIST
diff -r0 -r1.1 pkgsrc/filesystems/ori/distinfo

File Added: pkgsrc/filesystems/ori/DESCR
Ori is a distributed file system built for offline operation and
empowers the user with control over synchronization operations and
conflict resolution. It provides history through light weight
snapshots and allows users to verify the history has not been
tampered with. Through the use of replication, instances can be
resilient and recover damaged data from other nodes.

File Added: pkgsrc/filesystems/ori/Makefile
# $NetBSD: Makefile,v 1.1 2014/02/17 10:36:51 wiz Exp $

DISTNAME=	ori-0.8.1
CATEGORIES=	filesystems
MASTER_SITES=	https://bitbucket.org/orifs/ori/downloads/
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://ori.scs.stanford.edu/
COMMENT=	Secure distributed file system
LICENSE=	isc

BUILD_DEPENDS+=	scons>=2.0:../../devel/scons

USE_LANGUAGES=	c c++
USE_TOOLS+=	pkg-config

SUBST_CLASSES+=		man
SUBST_SED.man+=		-e "s,share/man,${PKGMANDIR},"
SUBST_FILES.man+=	SConstruct
SUBST_STAGE.man=	pre-build
SUBST_MESSAGE.man=	Fixing man page installation path.

do-build:
	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons

do-install:
	cd ${WRKSRC} && ${SETENV} ${INSTALL_ENV} ${PREFIX}/bin/scons install PREFIX=${DESTDIR}${PREFIX}

.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/libevent/buildlink3.mk"
.include "../../filesystems/fuse/buildlink3.mk"
.include "../../net/mDNSResponder/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/filesystems/ori/PLIST
@comment $NetBSD: PLIST,v 1.1 2014/02/17 10:36:51 wiz Exp $
bin/ori
bin/oridbg
bin/orifs
bin/orisync
man/man1/ori.1
man/man1/oridbg.1
man/man1/orifs.1
man/man1/orisync.1

File Added: pkgsrc/filesystems/ori/distinfo
$NetBSD: distinfo,v 1.1 2014/02/17 10:36:51 wiz Exp $

SHA1 (ori-0.8.1.tar.xz) = 4362159f6e24781724122d2927a2d45389b8b65d
RMD160 (ori-0.8.1.tar.xz) = 03378e5d63059562d5a82314981b410c073077fd
Size (ori-0.8.1.tar.xz) = 296216 bytes