Skip to Content.
Sympa Menu

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

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 (ca0416051ebaacd88f05ddc15dfbad718cea7baf)
  • Date: Fri, 4 Nov 2022 22:35:27 +0000

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

ChangeLog | 3 +++
devel/mujs/DETAILS | 6 +++---
devel/mujs/HISTORY | 3 +++
http/edbrowse/BUILD | 4 ++++
http/edbrowse/DEPENDS | 4 ++++
http/edbrowse/DETAILS | 21 +++++++++++++++++++++
http/edbrowse/HISTORY | 2 ++
http/edbrowse/INSTALL | 2 ++
8 files changed, 42 insertions(+), 3 deletions(-)

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

edbrowse: new spell, Command Line Editor & Browser

commit 96d66f321ade4b5a33641e02d67ebc4209d3c6c8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mujs 1.3.0

diff --git a/ChangeLog b/ChangeLog
index c646291..0c48ef5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-11-04 Ismael Luceno <ismael AT sourcemage.org>
+ * http/edbrowse: new spell, Command Line Editor & Browser
+
2022-10-28 Pavel Vinogradov <public AT sourcemage.org>
* python-pypi/glad2: new spell, Multi-Language GL/GLES/EGL/GLX/WGL
Loader-
Generator
diff --git a/devel/mujs/DETAILS b/devel/mujs/DETAILS
index 0a9f327..820d99a 100755
--- a/devel/mujs/DETAILS
+++ b/devel/mujs/DETAILS
@@ -1,8 +1,8 @@
SPELL=mujs
- VERSION=1.2.0
- SOURCE="$SPELL-$VERSION.tar.xz"
+ VERSION=1.3.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]="https://mujs.com/downloads/$SOURCE";
-
SOURCE_HASH=sha512:04cc246091bf878aadfa2382ef46c8c42cd04924d9459558016f27474ae3ebca7fc7a0fda7b4efee1bd668b8b051030a2e1f9f40722cb547700c7f84857f4071
+
SOURCE_HASH=sha512:1e9590892b1a0b139f8959a64e4255f5695c8e2dca355858155275628345ac3bb4168779dc6115bd6ac62b8615932762d3f348a1c6d0ee8d56cb43a863c4e0c3
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://mujs.com/";
LICENSE[0]="ISC"
diff --git a/devel/mujs/HISTORY b/devel/mujs/HISTORY
index 8a2d08f..6d78c93 100644
--- a/devel/mujs/HISTORY
+++ b/devel/mujs/HISTORY
@@ -1,3 +1,6 @@
+2022-11-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.0
+
2022-03-18 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD, patches/*: spell
created
* BUILD, DEPENDS: made readline optional
diff --git a/http/edbrowse/BUILD b/http/edbrowse/BUILD
new file mode 100755
index 0000000..c5716d4
--- /dev/null
+++ b/http/edbrowse/BUILD
@@ -0,0 +1,4 @@
+make -C src -j "$MAKE_NJOBS" \
+ QUICKJS_DIR="$INSTALL_ROOT"/usr/include/quickjs \
+ QUICKJS_LDFLAGS="-L$INSTALL_ROOT/usr/lib/quickjs -lquickjs -ldl
-latomic" \
+ CC="${CC:-cc}"
diff --git a/http/edbrowse/DEPENDS b/http/edbrowse/DEPENDS
new file mode 100755
index 0000000..cba1171
--- /dev/null
+++ b/http/edbrowse/DEPENDS
@@ -0,0 +1,4 @@
+depends ODBC-MGR &&
+depends curl &&
+depends quickjs &&
+depends pcre2
diff --git a/http/edbrowse/DETAILS b/http/edbrowse/DETAILS
new file mode 100755
index 0000000..84f0d9f
--- /dev/null
+++ b/http/edbrowse/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=edbrowse
+ VERSION=3.8.5
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/CMB/$SPELL/archive/refs/tags/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:5de86c9d68b315740ff6d371ca619f0d8550286ccf05f717b056e78c7dbed1999e2367570774704a24dd002fcc60b7a9ea571438256550dc3bc0b1ea43dda218
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://edbrowse.org/";
+ LICENSE[0]="GPL-2.0-or-later"
+ ENTERED=20221104
+ KEYWORDS=""
+ SHORT="Command Line Editor & Browser"
+cat << EOF
+Edbrowse is a combination editor, browser, and mail client that is 100%
+text based. The interface is similar to /bin/ed, though there are many
+more features, such as editing multiple files simultaneously, and rendering
+html. This program was originally written for blind users, but many sighted
+users have taken advantage of the unique scripting capabilities of this
+program, which can be found nowhere else. A batch job, or cron job, can
+access web pages on the internet, submit forms, and send email, with no human
+intervention whatsoever. edbrowse can also tap into databases through ODBC.
+EOF
diff --git a/http/edbrowse/HISTORY b/http/edbrowse/HISTORY
new file mode 100644
index 0000000..7245c03
--- /dev/null
+++ b/http/edbrowse/HISTORY
@@ -0,0 +1,2 @@
+2022-11-04 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/http/edbrowse/INSTALL b/http/edbrowse/INSTALL
new file mode 100755
index 0000000..bbca51b
--- /dev/null
+++ b/http/edbrowse/INSTALL
@@ -0,0 +1,2 @@
+make -C src install \
+ PREFIX="$INSTALL_ROOT"/usr



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ca0416051ebaacd88f05ddc15dfbad718cea7baf), Ismael Luceno, 11/04/2022

Archive powered by MHonArc 2.6.24.

Top of Page