Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (591b542a11d8513360458cfc8441a0a0f4d17c17)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (591b542a11d8513360458cfc8441a0a0f4d17c17)
  • Date: Tue, 16 Aug 2022 16:53:54 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 ++
devel/fossil/DEPENDS | 13 ++++++++++++
devel/fossil/DETAILS | 53
+++++++++++++++++++++++++++++++++++++++++++++++++++
devel/fossil/HISTORY | 2 +
4 files changed, 71 insertions(+)

New commits:
commit 591b542a11d8513360458cfc8441a0a0f4d17c17
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

fossil: new spell, simple, high-reliability, distributed SCM

diff --git a/ChangeLog b/ChangeLog
index 5025553..56f4363 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-08-16 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/fossil: new spell, simple, high-reliability, distributed SCM
+
2022-08-14 Vlad Glagolev <stealth AT sourcemage.org>
* net/rofi-connman: new spell, menu-driven connman interface

diff --git a/devel/fossil/DEPENDS b/devel/fossil/DEPENDS
new file mode 100755
index 0000000..a3b699e
--- /dev/null
+++ b/devel/fossil/DEPENDS
@@ -0,0 +1,13 @@
+depends SSL &&
+depends sqlite --with-sqlite="$INSTALL_ROOT"/usr &&
+depends zlib &&
+
+optional_depends fuse \
+ '' \
+ --disable-fusefs \
+ 'for FUSE support' &&
+
+optional_depends tcl \
+ --with-tcl="$INSTALL_ROOT"/usr \
+ '' \
+ 'for TCL support'
diff --git a/devel/fossil/DETAILS b/devel/fossil/DETAILS
new file mode 100755
index 0000000..02b3c0e
--- /dev/null
+++ b/devel/fossil/DETAILS
@@ -0,0 +1,53 @@
+ SPELL=fossil
+ VERSION=2.19
+ SOURCE="$SPELL-src-$VERSION.tar.gz"
+
REF=1e131febd3fbb028d00cab6d020214e8fe36be95daaf93237523c29c542e9a5f
+ SOURCE_URL[0]=https://fossil-scm.org/home/tarball/$REF/$SOURCE
+
SOURCE_HASH=sha512:fcd84df2d84c3a958bb19228de4320456382d3c925717c58bec42de86d96383a9208fb31ba6aaeccd9bc6bba949048d5c1ce3d2b3e8535951956ae18d9aa34e4
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}"
+ WEB_SITE="https://sqlite.org/";
+ LICENSE[0]="BSD-2-Clause"
+ ENTERED=20220816
+ KEYWORDS=""
+ SHORT="simple, high-reliability, distributed SCM system"
+cat << EOF
+Fossil is a simple, high-reliability, distributed software configuration
+management system with these advanced features:
+
+* Project Management - In addition to doing distributed version control like
+ Git and Mercurial, Fossil also supports bug tracking, wiki, forum, email
+ alerts, chat, and technotes.
+
+* Built-in Web Interface - Fossil has a built-in, themeable, extensible, and
+ intuitive web interface with a rich variety of information pages (examples)
+ promoting situational awareness.
+
+* This entire website is just a running instance of Fossil. The pages you see
+ here are all wiki or embedded documentation or (in the case of the
+ download page) unversioned files. When you clone Fossil from one of its
+ self-hosting repositories, you get more than just source code - you get
+ this entire website.
+
+* All-in-one - Fossil is a single self-contained, stand-alone executable. To
+ install, simply download a precompiled binary for Linux, Mac, or Windows
+ and put it on your $PATH. Easy-to-compile source code is also available.
+
+* Self-host Friendly - Stand up a project website in minutes using a variety
+ of techniques. Fossil is CPU and memory efficient. Most projects can be
+ hosted comfortably on a $5/month VPS or a Raspberry Pi. You can also set
+ up an automatic GitHub mirror.
+
+* Simple Networking - Fossil uses ordinary HTTPS (or SSH if you prefer) for
+ network communications, so it works fine from behind firewalls and
+ proxies. The protocol is bandwidth efficient to the point that Fossil can
+ be used comfortably over dial-up, weak 3G, or airliner Wifi.
+
+* Autosync - Fossil supports "autosync" mode which helps to keep projects
+ moving forward by reducing the amount of needless forking and merging
+ often associated with distributed projects.
+
+* Robust & Reliable - Fossil stores content using an enduring file format in
+ an SQLite database so that transactions are atomic even if interrupted
+ by a power loss or system crash. Automatic self-checks verify that all
+ aspects of the repository are consistent prior to each commit.
+EOF
diff --git a/devel/fossil/HISTORY b/devel/fossil/HISTORY
new file mode 100644
index 0000000..3f4da5d
--- /dev/null
+++ b/devel/fossil/HISTORY
@@ -0,0 +1,2 @@
+2022-08-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (591b542a11d8513360458cfc8441a0a0f4d17c17), Ismael Luceno, 08/16/2022

Archive powered by MHonArc 2.6.24.

Top of Page