Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e6a8e5d6c977648b5712413732204155e11a3cc7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e6a8e5d6c977648b5712413732204155e11a3cc7)
  • Date: Wed, 22 Jul 2009 16:01:26 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
net/openafs/BUILD | 7 +++++++
net/openafs/DEPENDS | 8 ++++++++
net/openafs/DETAILS | 22 ++++++++++++++++++++++
net/openafs/HISTORY | 2 ++
net/openafs/INSTALL | 3 +++
6 files changed, 46 insertions(+)

New commits:
commit e6a8e5d6c977648b5712413732204155e11a3cc7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

openafs: new spell, open source implementation of the Andrew file system
(AFS)

diff --git a/ChangeLog b/ChangeLog
index 265881e..b45774a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * net/openafs: new spell, open source implementation of the Andrew
file
+ system (AFS)
+
2009-07-22 Arjan Bouter <abouter AT sourcemage.org>
* crypto/libsasl: new spell, cyrus-sasl client libs only

diff --git a/net/openafs/BUILD b/net/openafs/BUILD
new file mode 100755
index 0000000..6b75f69
--- /dev/null
+++ b/net/openafs/BUILD
@@ -0,0 +1,7 @@
+OPTS="--enable-largefile-fileserver \
+ --enable-supergroups \
+ $OPTS" &&
+
+make_single &&
+default_build &&
+make_normal
diff --git a/net/openafs/DEPENDS b/net/openafs/DEPENDS
new file mode 100755
index 0000000..f6c330b
--- /dev/null
+++ b/net/openafs/DEPENDS
@@ -0,0 +1,8 @@
+optional_depends linux-pam \
+ "--enable-pam" \
+ "--disable-pam" \
+ "for PAM support" &&
+
+optional_depends krb5 \
+ "--with-krb5" "" \
+ "for Kerberos 5 support"
diff --git a/net/openafs/DETAILS b/net/openafs/DETAILS
new file mode 100755
index 0000000..0aadb0b
--- /dev/null
+++ b/net/openafs/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=openafs
+ VERSION=1.4.11
+ SOURCE=$SPELL-$VERSION-src.tar.bz2
+ SOURCE_URL[0]=http://www.openafs.org/dl/$SPELL/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:07f26d18921a8913f557fe1a72b715125d36c9a08f790d82b2424391fb05db25a093bb86657abd487413e53eef48b0c516d8b10e09bb041de9a297388dba390b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://www.openafs.org/";
+ LICENSE[0]=IBM
+ ENTERED=20090722
+ SHORT="open source implementation of the Andrew file system (AFS)"
+cat << EOF
+AFS is a distributed filesystem product, pioneered at Carnegie Mellon
University
+and supported and developed as a product by Transarc Corporation (now IBM
+Pittsburgh Labs). It offers a client-server architecture for file sharing,
+providing location independence, scalability, security, and transparent
+migration capabilities for data.
+
+IBM branched the source of the AFS product, and made a copy of the source
+available for community development and maintenance.
+
+They called the release OpenAFS.
+EOF
diff --git a/net/openafs/HISTORY b/net/openafs/HISTORY
new file mode 100644
index 0000000..7c4bf57
--- /dev/null
+++ b/net/openafs/HISTORY
@@ -0,0 +1,2 @@
+2009-07-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/net/openafs/INSTALL b/net/openafs/INSTALL
new file mode 100755
index 0000000..9d9a4c0
--- /dev/null
+++ b/net/openafs/INSTALL
@@ -0,0 +1,3 @@
+make_single &&
+default_install &&
+make_normal



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e6a8e5d6c977648b5712413732204155e11a3cc7), Vlad Glagolev, 07/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page