Skip to Content.
Sympa Menu

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

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 (d9d787caf061106f6e3f34d534b9d2d48acd7181)
  • Date: Sun, 6 Jun 2021 14:59:59 +0000

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

ChangeLog | 3 +++
http/lagrange/CONFIGURE | 1 +
http/lagrange/DEPENDS | 10 ++++++++++
http/lagrange/DETAILS | 22 ++++++++++++++++++++++
http/lagrange/HISTORY | 2 ++
5 files changed, 38 insertions(+)

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

lagrange: new spell, GUI client for browsing Geminispace

diff --git a/ChangeLog b/ChangeLog
index d5eb041..27715d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-06-06 Ismael Luceno <ismael AT sourcemage.org>
+ * http/lagrange: new spell, GUI client for browsing Geminispace
+
2021-06-04 Florian Franzmann <bwlf AT bandrate.org>
* libs/libmd: new spell, message digest functions from BSD

diff --git a/http/lagrange/CONFIGURE b/http/lagrange/CONFIGURE
new file mode 100755
index 0000000..b1e2770
--- /dev/null
+++ b/http/lagrange/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/CMAKE_CONFIGURE
diff --git a/http/lagrange/DEPENDS b/http/lagrange/DEPENDS
new file mode 100755
index 0000000..a8a0e99
--- /dev/null
+++ b/http/lagrange/DEPENDS
@@ -0,0 +1,10 @@
+. "$GRIMOIRE"/CMAKE_DEPENDS
+depends sdl2 &&
+depends cmake &&
+depends SSL &&
+depends zlib &&
+depends pcre &&
+depends libunistring &&
+optional_depends mpg123 \
+ ENABLE_MPG123={ON,OFF} \
+ "for MPEG audio support"
diff --git a/http/lagrange/DETAILS b/http/lagrange/DETAILS
new file mode 100755
index 0000000..b097d98
--- /dev/null
+++ b/http/lagrange/DETAILS
@@ -0,0 +1,22 @@
+. "$GRIMOIRE"/CMAKE_FUNCTIONS
+ SPELL=lagrange
+ VERSION=1.5.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://git.skyjake.fi/gemini/$SPELL/releases/download/v$VERSION/$SOURCE
+
SOURCE_HASH=sha512:157c0bf3eee446ed66f9ad90a24aaee763a0a88834c9cecfafd95112e35f22f569766cb56567dde97a18b96a2485885374962571b0d0545d356b9fc65e9994b1
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://gmi.skyjake.fi/lagrange/";
+ LICENSE[0]="BSD-2-clause"
+ ENTERED=20210606
+ KEYWORDS=""
+ SHORT="GUI client for browsing Geminispace"
+cat << EOF
+Lagrange is a desktop GUI client for browsing Geminispace. It offers modern
+conveniences familiar from web browsers, such as smooth scrolling, inline
+image viewing, multiple tabs, visual themes, Unicode fonts, bookmarks,
+history, and page outlines.
+
+Like Gemini, Lagrange has been designed with minimalism in mind. It depends
+on a small number of essential libraries. It is written in C and uses SDL
+for hardware-accelerated graphics. OpenSSL is used for secure communications.
+EOF
diff --git a/http/lagrange/HISTORY b/http/lagrange/HISTORY
new file mode 100644
index 0000000..3f14246
--- /dev/null
+++ b/http/lagrange/HISTORY
@@ -0,0 +1,2 @@
+2021-06-06 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d9d787caf061106f6e3f34d534b9d2d48acd7181), Ismael Luceno, 06/06/2021

Archive powered by MHonArc 2.6.24.

Top of Page