pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Initial stab at importing LizardFS. Doesn't quite work on NetBSD yet.
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By: cfkoch
Date: Sat Dec 3 14:45:01 2016 -0800
Changeset: a63fe78058da006053ec0e19b13870b4ae6347fd
Modified Files:
lizardfs/Makefile
lizardfs/PLIST
lizardfs/distinfo
Added Files:
lizardfs/DESCR
lizardfs/TODO
Log Message:
Initial stab at importing LizardFS. Doesn't quite work on NetBSD yet.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a63fe78058da006053ec0e19b13870b4ae6347fd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lizardfs/DESCR | 5 +++++
lizardfs/Makefile | 6 ++++--
lizardfs/PLIST | 1 +
lizardfs/TODO | 3 +++
lizardfs/distinfo | 1 +
5 files changed, 14 insertions(+), 2 deletions(-)
diffs:
diff --git a/lizardfs/DESCR b/lizardfs/DESCR
new file mode 100644
index 0000000..76e6469
--- /dev/null
+++ b/lizardfs/DESCR
@@ -0,0 +1,5 @@
+LizardFS is a highly reliable, scalable and efficient distributed file
+system. It spreads data over a number of physical servers, making it visible
+to an end user as a single file system.
+
+LizardFS is a fork of MooseFS.
diff --git a/lizardfs/Makefile b/lizardfs/Makefile
index a2e0ab3..e2dcfe0 100644
--- a/lizardfs/Makefile
+++ b/lizardfs/Makefile
@@ -3,10 +3,11 @@
PKGNAME= lizardfs-${VERSION}
VERSION= 3.10.4
CATEGORIES= filesystems
+MASTER_SITES= # defined
GIT_REPOSITORIES= lizardfs
-GIT_REPO.lizardfs= https://github.com/lizardfs/lizardfs.git
-GIT_TAG.lizardfs= v${PKGVERSION_NOREV}
+GIT_REPO.lizardfs= https://github.com/christiank/lizardfs.git
+GIT_BRANCH.lizardfs= cfkoch_netbsdrefuse
MAINTANER= cfkoch%edgebsd.org@localhost
HOMEPAGE= http://lizardfs.com/
@@ -24,6 +25,7 @@ pre-configure:
mkdir -p ${WRKSRC}/${dir}
.endfor
+.include "../../devel/boost-libs/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"
.include "../../wip/mk/git-package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/lizardfs/PLIST b/lizardfs/PLIST
index e69de29..48d96a5 100644
--- a/lizardfs/PLIST
+++ b/lizardfs/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/lizardfs/TODO b/lizardfs/TODO
new file mode 100644
index 0000000..688992f
--- /dev/null
+++ b/lizardfs/TODO
@@ -0,0 +1,3 @@
+- doesn't work on librefuse systems because we seem to depend on features
+ present only in fuse_lowlevel.h, which is present only in "vanilla"
+ libfuse.
diff --git a/lizardfs/distinfo b/lizardfs/distinfo
index e69de29..caca805 100644
--- a/lizardfs/distinfo
+++ b/lizardfs/distinfo
@@ -0,0 +1 @@
+# $NetBSD$
Home |
Main Index |
Thread Index |
Old Index