WEB_SITE=https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
ENTERED=20020110
diff --git a/disk/xfsprogs/HISTORY b/disk/xfsprogs/HISTORY
index 701898e..ddfa274 100644
--- a/disk/xfsprogs/HISTORY
+++ b/disk/xfsprogs/HISTORY
@@ -1,3 +1,6 @@
+2020-03-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 5.5.0
+
2019-12-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 5.4.0
* BUILD: disable_reject_underlinking
diff --git a/graphics-libs/libspiro/DEPENDS b/graphics-libs/libspiro/DEPENDS
new file mode 100755
index 0000000..1f0a9ef
--- /dev/null
+++ b/graphics-libs/libspiro/DEPENDS
@@ -0,0 +1,3 @@
+depends gcc &&
+depends autoconf &&
+depends automake
diff --git a/graphics-libs/libspiro/DETAILS b/graphics-libs/libspiro/DETAILS
new file mode 100755
index 0000000..b328540
--- /dev/null
+++ b/graphics-libs/libspiro/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=libspiro
+ VERSION=20190731
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/fontforge/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:ddc4d57bd3e55addd2c64a487ff22458235bdd72fd88c1a2ac2f287a7a9279fa99e899e0054da7366983f94fa8d2bf01e074767497143a08184c493bab4de301
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://github.com/fontforge/libspiro"
+ LICENSE[0]=GPL
+ ENTERED=20200314
+ SHORT="simplifies the drawing of beautiful curves"
+cat << EOF
+Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful
+curves.
+
+Using bézier splines an artist can easily draw curves with the same slope
+on either side of an on-curve point. Spiros, on the other hand, are based
+on clothoid splines which make it easy to maintain constant curvature as
+well as constant slope. Such curves will simply look nicer.
+
+Raph Levien's spiro splines only use on-curve points and so are easier to
+use and more intuitive to the artist.
+
+This library will take an array of spiro control points and convert them
+into a series of bézier splines which can then be used in the myriad of
+ways the world has come to use béziers.
+EOF
diff --git a/graphics-libs/libspiro/HISTORY b/graphics-libs/libspiro/HISTORY
new file mode 100644
index 0000000..1aa9325
--- /dev/null
+++ b/graphics-libs/libspiro/HISTORY
@@ -0,0 +1,3 @@
+2020-03-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * PRE_BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/graphics-libs/libspiro/PRE_BUILD
b/graphics-libs/libspiro/PRE_BUILD
new file mode 100755
index 0000000..1ad610c
--- /dev/null
+++ b/graphics-libs/libspiro/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+autoreconf -fi
diff --git a/graphics/fontforge/DETAILS b/graphics/fontforge/DETAILS
index 42772a7..fa8fa3f 100755
--- a/graphics/fontforge/DETAILS
+++ b/graphics/fontforge/DETAILS
@@ -1,9 +1,9 @@
SPELL=fontforge
- VERSION=20120731-b
-
SOURCE_HASH=sha512:2be710332c1186de792a1fe8abf037a2a1e92991a97fa6ca296fe14423bcdb347c1246b91eb571996b907a83f999a8a02cfaae54959b161d1ff852cf60eef19f
- SOURCE=${SPELL}_full-$VERSION.tar.bz2
+ VERSION=20200314
+
SOURCE_HASH=sha512:9eecee6162d5d160c9fe5d3e229763edb0b52f53529659f0fa8b41cf3edf0685509f51d3993da0e6e2c36fecde867af60062e131e10d7fdfbaac16323855818f
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
+
SOURCE_URL[0]=https://github.com/fontforge/fontforge/archive/$VERSION.tar.gz
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
if [[ "$INSTALL_DOCS" == "y" ]]; then
DOCS_VERSION=20100429
diff --git a/graphics/fontforge/HISTORY b/graphics/fontforge/HISTORY
index 91f08aa..80c63ce 100644
--- a/graphics/fontforge/HISTORY
+++ b/graphics/fontforge/HISTORY
@@ -1,3 +1,6 @@
+2020-03-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 20200314
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)