Skip to Content.
Sympa Menu

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

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 (fab5246e8fa82c1f08d31ab924c4f7b56dcaa296)
  • Date: Wed, 21 Oct 2015 15:24:36 +0000

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

ChangeLog | 3 +++
ftp/csup/BUILD | 1 +
ftp/csup/DEPENDS | 4 ++++
ftp/csup/DETAILS | 28 ++++++++++++++++++++++++++++
ftp/csup/HISTORY | 2 ++
ftp/csup/INSTALL | 1 +
ftp/csup/PREPARE | 2 ++
7 files changed, 41 insertions(+)

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

csup: new spell, CVSup clone

diff --git a/ChangeLog b/ChangeLog
index 66d29c1..6132817 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-10-21 Ismael Luceno <ismael AT sourcemage.org>
+ * ftp/csup: new spell, CVSup clone
+
2015-10-19 Treeve Jelbert <treeve AT sourcemage.org>
* fonts-x11/noto-sans-latin: Noto fonts
* fonts-x11/noto-serif-latin: ditto
diff --git a/ftp/csup/BUILD b/ftp/csup/BUILD
new file mode 100755
index 0000000..46fed64
--- /dev/null
+++ b/ftp/csup/BUILD
@@ -0,0 +1 @@
+make PREFIX=/usr
diff --git a/ftp/csup/DEPENDS b/ftp/csup/DEPENDS
new file mode 100755
index 0000000..913facf
--- /dev/null
+++ b/ftp/csup/DEPENDS
@@ -0,0 +1,4 @@
+depends SSL &&
+depends zlib &&
+depends bison &&
+depends flex
diff --git a/ftp/csup/DETAILS b/ftp/csup/DETAILS
new file mode 100755
index 0000000..7bbd46e
--- /dev/null
+++ b/ftp/csup/DETAILS
@@ -0,0 +1,28 @@
+. "$GRIMOIRE"/FUNCTIONS
+ SPELL=csup
+ VERSION=$(get_scm_version)
+ SOURCE="$SPELL-hg.tar.bz2"
+ SOURCE_URL[0]=hg_http://bitbucket.org/mux/$SPELL
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=1
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-hg"
+ WEB_SITE="https://bitbucket.org/mux/csup";
+ LICENSE[0]="BSD"
+ ENTERED=20151020
+ KEYWORDS=""
+ SHORT="CVSup clone"
+cat << EOF
+Csup is a rewrite of CVSup in the C language. It was started for pragmatic
+reasons rather than religious ones: the Modula-3 runtime environment has not
+been ported to all the achitectures supported by the various *BSD projects,
+plus it was increasingly difficult to find people for maintaining the code.
+
+CVSup is a software for distributing and updating collections of files
accross
+a network. It can efficiently and accurately mirror all types of files,
+including sources, binaries, hard links, symbolic links, and even device
nodes.
+In addition to being a great general-purpose mirroring tool, CVSup includes
+special features and optimizations specifically tailored to CVS repositories.
+
+CVSup is being used as the preferred way to update sources within the
FreeBSD,
+NetBSD and OpenBSD projects, and by many more projects.
+EOF
diff --git a/ftp/csup/HISTORY b/ftp/csup/HISTORY
new file mode 100644
index 0000000..52a5a81
--- /dev/null
+++ b/ftp/csup/HISTORY
@@ -0,0 +1,2 @@
+2015-10-20 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: spell created
diff --git a/ftp/csup/INSTALL b/ftp/csup/INSTALL
new file mode 100755
index 0000000..95a70a1
--- /dev/null
+++ b/ftp/csup/INSTALL
@@ -0,0 +1 @@
+make PREFIX=/usr install
diff --git a/ftp/csup/PREPARE b/ftp/csup/PREPARE
new file mode 100755
index 0000000..136a218
--- /dev/null
+++ b/ftp/csup/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/FUNCTIONS &&
+prepare_select_branch



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fab5246e8fa82c1f08d31ab924c4f7b56dcaa296), Ismael Luceno, 10/21/2015

Archive powered by MHonArc 2.6.24.

Top of Page