Skip to Content.
Sympa Menu

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

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 (b9b8718dee3489f23ab544e6ad0d0bf1a0d8ba7e)
  • Date: Sat, 19 Mar 2022 18:19:31 +0000

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

ChangeLog | 3 +++
chat-im/profanity/DETAILS | 2 +-
chat-im/profanity/HISTORY | 3 +++
utils/libtree/BUILD | 1 +
utils/libtree/DETAILS | 16 ++++++++++++++++
utils/libtree/HISTORY | 2 ++
utils/libtree/INSTALL | 1 +
7 files changed, 27 insertions(+), 1 deletion(-)

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

profanity: Fix SOURCE_URL

commit 4ec5a3136a096d11a5aaa047ac3410230551e8f4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libtree: new spell, ldd as a tree

diff --git a/ChangeLog b/ChangeLog
index 1ee83d8..aec1f2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-03-19 Ismael Luceno <ismael AT sourcemage.org>
+ * utils/libtree: new spell, ldd as a tree
+
2022-03-18 Ismael Luceno <ismael AT sourcemage.org>
* graphics-libs/zimg: new spell, Scaling, colorspace conversion,
and dithering library
diff --git a/chat-im/profanity/DETAILS b/chat-im/profanity/DETAILS
index 5a8fd87..78f41d2 100755
--- a/chat-im/profanity/DETAILS
+++ b/chat-im/profanity/DETAILS
@@ -9,7 +9,7 @@ if [[ ${PROFANITY_BRANCH} == scm ]]; then
else
VERSION=0.11.1
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE_URL[0]=https://profanity-im.github.io/${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL=(https://profanity-im.github.io/tarballs/$SOURCE)

SOURCE_HASH=sha512:8ba627c8c5390414d2afdf31f3ff82821db108f952d562529c28b23f2d1904014c683b016ddef5a4d90ae50ac5cff8e46eab31aab517bbe02042d6837af7bb2c
fi
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/chat-im/profanity/HISTORY b/chat-im/profanity/HISTORY
index c3ceebb..3ef108b 100644
--- a/chat-im/profanity/HISTORY
+++ b/chat-im/profanity/HISTORY
@@ -1,3 +1,6 @@
+2022-03-19 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+
2021-09-30 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 0.11.1

diff --git a/utils/libtree/BUILD b/utils/libtree/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/utils/libtree/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/utils/libtree/DETAILS b/utils/libtree/DETAILS
new file mode 100755
index 0000000..05b6cdc
--- /dev/null
+++ b/utils/libtree/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libtree
+ VERSION=3.1.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL=(https://github.com/haampie/$SPELL/archive/refs/tags/v$VERSION.tar.gz)
+
SOURCE_HASH=sha512:c4d030c693736009a42388fc6e12cf4a696ccd922ab5afbd5d05010392cc7410b0fb9205d89163fff14f8bffd6a73da49c069fd3fd6ea3cf3ae3f4f11b1f532c
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/haampie/libtree";
+ LICENSE[0]="MIT"
+ ENTERED=20220319
+ DOC_DIRS=
+ KEYWORDS=""
+ SHORT="ldd as a tree"
+cat << EOF
+A tool that: * turns ldd into a tree * explains how shared libraries are
+found or why they cannot be located
+EOF
diff --git a/utils/libtree/HISTORY b/utils/libtree/HISTORY
new file mode 100644
index 0000000..40fa04e
--- /dev/null
+++ b/utils/libtree/HISTORY
@@ -0,0 +1,2 @@
+2022-03-19 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/utils/libtree/INSTALL b/utils/libtree/INSTALL
new file mode 100755
index 0000000..c965c91
--- /dev/null
+++ b/utils/libtree/INSTALL
@@ -0,0 +1 @@
+make install PREFIX="$INSTALL_ROOT"/usr



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b9b8718dee3489f23ab544e6ad0d0bf1a0d8ba7e), Ismael Luceno, 03/19/2022

Archive powered by MHonArc 2.6.24.

Top of Page