Skip to Content.
Sympa Menu

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

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 (4ffbb039431aa7f4832f2e6e86ee6a8df148ef7b)
  • Date: Mon, 27 Nov 2023 04:57:09 +0000

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

ChangeLog | 15 +++++++++------
shell-term-fm/ytree/BUILD | 1 +
shell-term-fm/ytree/DEPENDS | 1 +
shell-term-fm/ytree/DETAILS | 15 +++++++++++++++
shell-term-fm/ytree/HISTORY | 4 ++++
shell-term-fm/ytree/PRE_BUILD | 4 ++++
6 files changed, 34 insertions(+), 6 deletions(-)

New commits:
commit 4ffbb039431aa7f4832f2e6e86ee6a8df148ef7b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

shell-term-fm/ytree: new spell, UNIX Filemanager

diff --git a/ChangeLog b/ChangeLog
index 2670401..2d77122 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
+2023-11-26 Pavel Vinogradov <public AT sourcemage.org>
+ * shell-term-fm/ytree: new spell, UNIX Filemanager
+
2023-11-21 Treeve Jelbert <treeve AT sourcemage.org>
* kde.gpg: add "Friedrich W. H. Kossebau <kossebau AT kde.org>"

2023-11-19 Treeve Jelbert <treeve AT sourcemage.org>
* openprinting/pdfio: added, read/write pdf files

-2023-11-18 Pavel Vinogradov <public AT sorcemage.org>
+2023-11-18 Pavel Vinogradov <public AT sourcemage.org>
* utils/rdfind: new spell, find duplicate files utility
* wm-addons/louvre: new spell, C++ library for building Wayland
compositors

@@ -55,7 +58,7 @@
2023-09-24 Treeve Jelbert <treeve AT sourcemage.org>
* crypto/blake3: added, BLAKE3 crypto hash library

-2023-09-16 Pavel Vinogradov <public AT sorcemage.org>
+2023-09-16 Pavel Vinogradov <public AT sourcemage.org>
* libs/sdbus-cpp: new spell, high-level C++ D-Bus library for Linux

2023-09-10 Treeve Jelbert <treeve AT sourcemage.org>
@@ -72,21 +75,21 @@
* graphics/nsxiv: new spell, Neo (or New or Not) Simple (or Small or
Suckless) X Image Viewer

-2023-09-04 Pavel Vinogradov <public AT sorcemage.org>
+2023-09-04 Pavel Vinogradov <public AT sourcemage.org>
* libs/fast_float: new spell, a fast and exact implementation of the
C++
from_chars functions for float and double types

2023-08-27 Ismael Luceno <ismael AT sourcemage.org>
* chat-irc/catgirl: new spell, IRC client

-2023-08-27 Pavel Vinogradov <public AT sorcemage.org>
+2023-08-27 Pavel Vinogradov <public AT sourcemage.org>
* FUNCTIONS: more improvements in apply_patch_dir, now checks for
*.diff
and/or *.patch specifically before applying them
* libs/libqb: new spell, a library for logging, tracing, ipc, and poll
* utils/usbguard: new spell, a software framework for implementing
USB device
authorization policies

-2023-08-26 Pavel Vinogradov <public AT sorcemage.org>
+2023-08-26 Pavel Vinogradov <public AT sourcemage.org>
* FUNCTIONS: simplified apply_patch_dir, removed apply_patch_dir_find

2023-08-24 Vlad Glagolev <stealth AT sourcemage.org>
@@ -18849,7 +18852,7 @@
* collab/Zope: Renamed to collab/zope
* display/Y: Renamed to display/y

-2004-06-04 Jason Flatt <jflatt AT sorcemage.org>
+2004-06-04 Jason Flatt <jflatt AT sourcemage.org>
* kernels/splashutils: Renamed to kernels/bootsplash

2004-06-03 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/shell-term-fm/ytree/BUILD b/shell-term-fm/ytree/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/shell-term-fm/ytree/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/shell-term-fm/ytree/DEPENDS b/shell-term-fm/ytree/DEPENDS
new file mode 100755
index 0000000..5764a9c
--- /dev/null
+++ b/shell-term-fm/ytree/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
diff --git a/shell-term-fm/ytree/DETAILS b/shell-term-fm/ytree/DETAILS
new file mode 100755
index 0000000..1bc6647
--- /dev/null
+++ b/shell-term-fm/ytree/DETAILS
@@ -0,0 +1,15 @@
+ SPELL="ytree"
+ VERSION="2.06"
+
SOURCE_HASH="sha512:731d023ad2b8d4adc9712a1caf142b989188d1e545313f3b6f3c07b93893d933bf8a08f3dc2cac9ba4b92cd761468f36170b2cbf5695753fc964fa94596e74b5"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ SOURCE_URL[0]="https://www.han.de/%7Ewerner/${SOURCE}";
+ WEB_SITE="https://www.han.de/~werner/ytree.html";
+ ENTERED="20231126"
+ LICENSE[0]="GPL"
+ KEYWORDS="console file manager"
+ SHORT="UNIX Filemanager"
+cat << EOF
+Ytree - a (curses-based) file manager similar to DOS Xtree(tm).
+for browsing filesystems and archives (RAR/SPM/RPM/TAR/ARC/LHA/ZIP/ZOO).
+EOF
diff --git a/shell-term-fm/ytree/HISTORY b/shell-term-fm/ytree/HISTORY
new file mode 100644
index 0000000..eb7da67
--- /dev/null
+++ b/shell-term-fm/ytree/HISTORY
@@ -0,0 +1,4 @@
+2023-11-26 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, PRE_BUILD: created the spell, version 2.06
+
+
diff --git a/shell-term-fm/ytree/PRE_BUILD b/shell-term-fm/ytree/PRE_BUILD
new file mode 100755
index 0000000..e38e590
--- /dev/null
+++ b/shell-term-fm/ytree/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+sed 's; -ltinfo;;' -i Makefile



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4ffbb039431aa7f4832f2e6e86ee6a8df148ef7b), Pavel Vinogradov, 11/26/2023

Archive powered by MHonArc 2.6.24.

Top of Page