pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import bdf2sfd 1.0.0 as wip/bdf2sfd.
Module Name: pkgsrc-wip
Committed By: Frederic Cambus <fcambus%NetBSD.org@localhost>
Pushed By: fcambus
Date: Mon Feb 10 14:50:11 2020 +0100
Changeset: 7b708e3a145c15d2f4b9e9c461313b6311188a32
Modified Files:
Makefile
Added Files:
bdf2sfd/DESCR
bdf2sfd/Makefile
bdf2sfd/PLIST
bdf2sfd/distinfo
Log Message:
Import bdf2sfd 1.0.0 as wip/bdf2sfd.
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7b708e3a145c15d2f4b9e9c461313b6311188a32
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
bdf2sfd/DESCR | 4 ++++
bdf2sfd/Makefile | 14 ++++++++++++++
bdf2sfd/PLIST | 3 +++
bdf2sfd/distinfo | 6 ++++++
5 files changed, 28 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 2dce160249..6dce867100 100644
--- a/Makefile
+++ b/Makefile
@@ -238,6 +238,7 @@ SUBDIR+= basepkg
SUBDIR+= bashdb
SUBDIR+= bastard
SUBDIR+= bcftools
+SUBDIR+= bdf2sfd
SUBDIR+= beads
SUBDIR+= beanstalkd
SUBDIR+= beast
diff --git a/bdf2sfd/DESCR b/bdf2sfd/DESCR
new file mode 100644
index 0000000000..9e5de34deb
--- /dev/null
+++ b/bdf2sfd/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/bdf2sfd/Makefile b/bdf2sfd/Makefile
new file mode 100644
index 0000000000..f2b8bb614d
--- /dev/null
+++ b/bdf2sfd/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME= bdf2sfd-1.0.0
+CATEGORIES= converters
+MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
+
+MAINTAINER= fcambus%NetBSD.org@localhost
+HOMEPAGE= https://github.com/fcambus/bdf2sfd
+COMMENT= BDF to SFD converter
+LICENSE= 2-clause-bsd
+
+USE_CMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/bdf2sfd/PLIST b/bdf2sfd/PLIST
new file mode 100644
index 0000000000..87878083bf
--- /dev/null
+++ b/bdf2sfd/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/bdf2sfd
+man/man1/bdf2sfd.1
diff --git a/bdf2sfd/distinfo b/bdf2sfd/distinfo
new file mode 100644
index 0000000000..81ebbbbebf
--- /dev/null
+++ b/bdf2sfd/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (bdf2sfd-1.0.0.tar.gz) = fe80e7b6a318a5c3ef8388bf3e18394f87b5cf12
+RMD160 (bdf2sfd-1.0.0.tar.gz) = 9cca4d740db552d76bdde24a1345341b6fc4bb20
+SHA512 (bdf2sfd-1.0.0.tar.gz) = b349e8748acaad44f5c5bc5c3ce2aeee66759523fe4a53321d792692bb63178aecc2c9d3891461dcb04dea77bf3e74fae44f6cdf53a74842d3532bbf786880fb
+Size (bdf2sfd-1.0.0.tar.gz) = 8399 bytes
Home |
Main Index |
Thread Index |
Old Index