Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (52811ff11fc3cb317f26a2a2ab301294f3b61050)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (52811ff11fc3cb317f26a2a2ab301294f3b61050)
  • Date: Sun, 26 Mar 2017 03:41:25 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 3 +++
disk/pifs/DEPENDS | 4 ++++
disk/pifs/DETAILS | 18 ++++++++++++++++++
disk/pifs/HISTORY | 2 ++
disk/pifs/PREPARE | 2 ++
disk/pifs/PRE_BUILD | 3 +++
6 files changed, 32 insertions(+)

New commits:
commit 52811ff11fc3cb317f26a2a2ab301294f3b61050
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

new spell, the data-free filesystem

diff --git a/ChangeLog b/ChangeLog
index ecbb6f4..1e60532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-03-25 Pavel Vinogradov <public AT sourcemage.org>
+ * disk/pifs: new spell, the data-free filesystem
+
2017-03-24 Vlad Glagolev <stealth AT sourcemage.org>
* x11/xssstate: new spell, simple utility to get the X screensaver
state

diff --git a/disk/pifs/DEPENDS b/disk/pifs/DEPENDS
new file mode 100755
index 0000000..e56a26a
--- /dev/null
+++ b/disk/pifs/DEPENDS
@@ -0,0 +1,4 @@
+depends autoconf &&
+depends automake &&
+depends fuse &&
+depends git
diff --git a/disk/pifs/DETAILS b/disk/pifs/DETAILS
new file mode 100755
index 0000000..afb7449
--- /dev/null
+++ b/disk/pifs/DETAILS
@@ -0,0 +1,18 @@
+. "${GRIMOIRE}/FUNCTIONS"
+ SPELL="pifs"
+ VERSION=$(get_scm_version)
+ SOURCE="${SPELL}-git.tar.bz2"
+ SOURCE_URL[0]="git://github.com/philipl/pifs:pifs-git"
+ FORCE_DOWNLOAD="on"
+ SOURCE_IGNORE="volatile"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ WEB_SITE="https://github.com/philipl/pifs";
+ ENTERED="20170325"
+ LICENSE[0]="GPL"
+ SHORT="the data-free filesystem"
+cat << EOF
+πfs is a revolutionary new file system that, instead of wasting space storing
+your data on your hard drive, stores your data in π! You'll never run out of
+space again - π holds every file that could possibly exist! They said 100%
+compression was impossible? You're looking at it!
+EOF
diff --git a/disk/pifs/HISTORY b/disk/pifs/HISTORY
new file mode 100644
index 0000000..4b7061e
--- /dev/null
+++ b/disk/pifs/HISTORY
@@ -0,0 +1,2 @@
+2017-03-25 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, PREPARE: created spell
diff --git a/disk/pifs/PREPARE b/disk/pifs/PREPARE
new file mode 100755
index 0000000..f8b7d7e
--- /dev/null
+++ b/disk/pifs/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch
diff --git a/disk/pifs/PRE_BUILD b/disk/pifs/PRE_BUILD
new file mode 100755
index 0000000..5306604
--- /dev/null
+++ b/disk/pifs/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+autoreconf -v -i



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (52811ff11fc3cb317f26a2a2ab301294f3b61050), Pavel Vinogradov, 03/25/2017

Archive powered by MHonArc 2.6.24.

Top of Page