Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (7207b901d437bcda151e409d0bd9ba78867c892b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (7207b901d437bcda151e409d0bd9ba78867c892b)
  • Date: Thu, 1 Jan 2026 09:48:28 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
openprinting/ttf/BUILD | 5 +++++
openprinting/ttf/DETAILS | 19 +++++++++++++++++++
openprinting/ttf/HISTORY | 3 +++
xorg-app/xauth/DETAILS | 2 +-
xorg-app/xauth/HISTORY | 3 +++
6 files changed, 34 insertions(+), 1 deletion(-)

New commits:
commit 7207b901d437bcda151e409d0bd9ba78867c892b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

add ttf-1.1.0

commit 924f7b9e6340409f7c06a0e44ff544dc010c2a82
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xauth: => 1.1.5

diff --git a/ChangeLog b/ChangeLog
index 308f3f8..c990c49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2026-01-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * openprinting/ttf: added, ttf library
+
2025-12-25 Pavel Vinogradov <public AT sourcemage.org>
* ruby-raa/ruby-4.0: new spell, Ruby 4.0

diff --git a/openprinting/ttf/BUILD b/openprinting/ttf/BUILD
new file mode 100755
index 0000000..9df457e
--- /dev/null
+++ b/openprinting/ttf/BUILD
@@ -0,0 +1,5 @@
+OPTS+=' --disable-static' &&
+OPTS+=' --enable-shared' &&
+cd $SOURCE_DIRECTORY &&
+default_build
+
diff --git a/openprinting/ttf/DETAILS b/openprinting/ttf/DETAILS
new file mode 100755
index 0000000..3a9c161
--- /dev/null
+++ b/openprinting/ttf/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ttf
+ VERSION=1.1.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$SPELL-$VERSION
+ WEB_SITE=https://www.msweet.org/pdfio
+
SOURCE_URL[0]=https://github.com/michaelrsweet/ttf/releases/download/v$VERSION/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=msweet.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://www.msweet.org/ttf
+ ENTERED=20251222
+ LICENSE[0]=APACHE
+ KEYWORDS="printer"
+ SHORT="TrueType/OpenType Font Library"
+cat << EOF
+TTF is a simple C library for using TrueType and OpenType font files.
+EOF
diff --git a/openprinting/ttf/HISTORY b/openprinting/ttf/HISTORY
new file mode 100644
index 0000000..d68ee60
--- /dev/null
+++ b/openprinting/ttf/HISTORY
@@ -0,0 +1,3 @@
+2026-01-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.0
+ spell created
diff --git a/xorg-app/xauth/DETAILS b/xorg-app/xauth/DETAILS
index 7a4e378..0097dff 100755
--- a/xorg-app/xauth/DETAILS
+++ b/xorg-app/xauth/DETAILS
@@ -1,6 +1,6 @@
SPELL=xauth
PKG=xauth
- VERSION=1.1.4
+ VERSION=1.1.5
SOURCE=${PKG}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-app/xauth/HISTORY b/xorg-app/xauth/HISTORY
index f16d00c..718286d 100644
--- a/xorg-app/xauth/HISTORY
+++ b/xorg-app/xauth/HISTORY
@@ -1,3 +1,6 @@
+2026-01-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.5
+
2025-03-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.4



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (7207b901d437bcda151e409d0bd9ba78867c892b), Treeve Jelbert, 01/01/2026

Archive powered by MHonArc 2.6.24.

Top of Page