public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/bdf2sfd/
@ 2023-04-06 16:49 Maciej Barć
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2023-04-06 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     22399bffe0e64202b27c6d519ad7e8daa52ac358
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  6 16:19:30 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Apr  6 16:49:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22399bff

media-fonts/bdf2sfd: new package; add 1.1.8

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 media-fonts/bdf2sfd/Manifest             |  1 +
 media-fonts/bdf2sfd/bdf2sfd-1.1.8.ebuild | 21 +++++++++++++++++++++
 media-fonts/bdf2sfd/metadata.xml         | 25 +++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/media-fonts/bdf2sfd/Manifest b/media-fonts/bdf2sfd/Manifest
new file mode 100644
index 000000000000..80d6a411dfc9
--- /dev/null
+++ b/media-fonts/bdf2sfd/Manifest
@@ -0,0 +1 @@
+DIST bdf2sfd-1.1.8.tar.gz 20127 BLAKE2B d8710462a29fa3f0b4be209ca6f9afecab7ea53388d6a4e156f98d4e47ce5af8c21b0c4914a77c18bb0a227f61b1e5029896850f1bf4d28ecd469430424813e4 SHA512 7c9eff206f73a5e6cf9d81dcba93cf286c17bcf7e7eb139446deae61b45e73c545e72e9419965f616808a0f9ae86782a8a104280f2fed80286adbb542e321cd1

diff --git a/media-fonts/bdf2sfd/bdf2sfd-1.1.8.ebuild b/media-fonts/bdf2sfd/bdf2sfd-1.1.8.ebuild
new file mode 100644
index 000000000000..f6d53bc9bf6c
--- /dev/null
+++ b/media-fonts/bdf2sfd/bdf2sfd-1.1.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="BDF to SFD converter, allowing to vectorize bitmap fonts"
+HOMEPAGE="https://github.com/fcambus/bdf2sfd/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/fcambus/${PN}.git"
+else
+	SRC_URI="https://github.com/fcambus/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"

diff --git a/media-fonts/bdf2sfd/metadata.xml b/media-fonts/bdf2sfd/metadata.xml
new file mode 100644
index 000000000000..53a51b699913
--- /dev/null
+++ b/media-fonts/bdf2sfd/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+  <maintainer type="person">
+    <email>xgqt@gentoo.org</email>
+    <name>Maciej Barć</name>
+  </maintainer>
+  <longdescription>
+    bdf2sfd is a BDF to SFD converter, allowing to vectorize bitmap fonts. It
+    works by converting each pixel of a glyph to a polygon, which produces
+    large and unoptimized SFD files that should be post-processed using
+    FontForge. There are several reasons why it might be desirable to convert
+    bitmap fonts to OpenType or TrueType versions. This allow for example to
+    use them as Web fonts, or simply to keep using them in some terminal
+    emulators, since Pango 1.44 dropped support for bitmap fonts. It was
+    originally created to generate OpenType versions of Spleen, and is released
+    in the hope it can be useful to convert other fonts as well.
+  </longdescription>
+  <upstream>
+    <changelog>https://raw.githubusercontent.com/fcambus/bdf2sfd/master/ChangeLog</changelog>
+    <bugs-to>https://github.com/fcambus/bdf2sfd/issues</bugs-to>
+    <remote-id type="github">fcambus/bdf2sfd</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/bdf2sfd/
@ 2023-05-05 13:38 Arthur Zamarin
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2023-05-05 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b565bb028ac70a90ed1ef92c9c15d4645b266f8b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 13:38:26 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 13:38:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b565bb02

media-fonts/bdf2sfd: Stabilize 1.1.8 amd64, #905756

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-fonts/bdf2sfd/bdf2sfd-1.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/bdf2sfd/bdf2sfd-1.1.8.ebuild b/media-fonts/bdf2sfd/bdf2sfd-1.1.8.ebuild
index f6d53bc9bf6c..fc447d5b22e4 100644
--- a/media-fonts/bdf2sfd/bdf2sfd-1.1.8.ebuild
+++ b/media-fonts/bdf2sfd/bdf2sfd-1.1.8.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]] ; then
 else
 	SRC_URI="https://github.com/fcambus/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="BSD-2"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-05 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-06 16:49 [gentoo-commits] repo/gentoo:master commit in: media-fonts/bdf2sfd/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2023-05-05 13:38 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox