Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2018 07:09:27 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481206 - in head/x11-fonts: . psftools
Message-ID:  <201810040709.w9479R27038334@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Oct  4 07:09:27 2018
New Revision: 481206
URL: https://svnweb.freebsd.org/changeset/ports/481206

Log:
  New port: x11-fonts/psftools
  
  The PSF Tools are an attempt to do something similar to NetPBM, for
  simple fixed-width bitmap fonts.
  
  The current release can convert the following formats to PSF:
  
  - Raw (DOS-style) font
  - Windows font (FNT, FON)
  - Sinclair Spectrum +3
  - MDA character ROM dump
  - DOS/Linux codepages (CP, CPI)
  - Hercules WriteOn (WOF)
  - Wyse-60 soft font
  - BBC Micro soft font
  - Plain text
  
  and PSF to the following formats:
  
  - Raw font
  - Windows font (FNT, FON)
  - Hercules WriteOn (WOF)
  - DOS codepages (CPI)
  - Sinclair Spectrum +3
  - BDF
  - C include file
  - BSD 'wsfont' kernel header
  - XBM image containing all characters
  - Single PBM image for each character
  - Plain text
  - Wyse-60 soft font
  - BBC Micro soft font
  
  WWW: http://www.seasip.info/Unix/PSF/

Added:
  head/x11-fonts/psftools/
  head/x11-fonts/psftools/Makefile   (contents, props changed)
  head/x11-fonts/psftools/distinfo   (contents, props changed)
  head/x11-fonts/psftools/pkg-descr   (contents, props changed)
  head/x11-fonts/psftools/pkg-plist   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Thu Oct  4 07:07:55 2018	(r481205)
+++ head/x11-fonts/Makefile	Thu Oct  4 07:09:27 2018	(r481206)
@@ -168,6 +168,7 @@
     SUBDIR += profont
     SUBDIR += proggy_fonts
     SUBDIR += proggy_fonts-ttf
+    SUBDIR += psftools
     SUBDIR += py-QtAwesome
     SUBDIR += py-bdflib
     SUBDIR += roboto-fonts-ttf

Added: head/x11-fonts/psftools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/psftools/Makefile	Thu Oct  4 07:09:27 2018	(r481206)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	psftools
+PORTVERSION=	1.0.10
+CATEGORIES=	x11-fonts
+MASTER_SITES=	http://www.seasip.info/Unix/PSF/
+
+MAINTAINER=	tobik@FreeBSD.org
+COMMENT=	Converters for simple fixed-width bitmap fonts
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		libtool
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-static
+INSTALL_TARGET=	install-strip
+
+.include <bsd.port.mk>

Added: head/x11-fonts/psftools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/psftools/distinfo	Thu Oct  4 07:09:27 2018	(r481206)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1538634601
+SHA256 (psftools-1.0.10.tar.gz) = 1bc03214a29c4fc461a7aa11b9a3debde419b1271fa5110273ded961774e2b6f
+SIZE (psftools-1.0.10.tar.gz) = 764867

Added: head/x11-fonts/psftools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/psftools/pkg-descr	Thu Oct  4 07:09:27 2018	(r481206)
@@ -0,0 +1,32 @@
+The PSF Tools are an attempt to do something similar to NetPBM, for
+simple fixed-width bitmap fonts.
+
+The current release can convert the following formats to PSF:
+
+- Raw (DOS-style) font
+- Windows font (FNT, FON)
+- Sinclair Spectrum +3
+- MDA character ROM dump
+- DOS/Linux codepages (CP, CPI)
+- Hercules WriteOn (WOF)
+- Wyse-60 soft font
+- BBC Micro soft font
+- Plain text
+
+and PSF to the following formats:
+
+- Raw font
+- Windows font (FNT, FON)
+- Hercules WriteOn (WOF)
+- DOS codepages (CPI)
+- Sinclair Spectrum +3
+- BDF
+- C include file
+- BSD 'wsfont' kernel header
+- XBM image containing all characters
+- Single PBM image for each character
+- Plain text
+- Wyse-60 soft font
+- BBC Micro soft font
+
+WWW: http://www.seasip.info/Unix/PSF/

Added: head/x11-fonts/psftools/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/psftools/pkg-plist	Thu Oct  4 07:09:27 2018	(r481206)
@@ -0,0 +1,66 @@
+bin/bbc2psf
+bin/cpi2psf
+bin/cpicomp
+bin/cpidcomp
+bin/fnt2psf
+bin/fnts2fon
+bin/fon2fnts
+bin/mda2psf
+bin/page2cp2
+bin/psf2bbc
+bin/psf2bdf
+bin/psf2bsd
+bin/psf2fnt
+bin/psf2inc
+bin/psf2pbms
+bin/psf2raw
+bin/psf2txt
+bin/psf2wof
+bin/psf2wyse
+bin/psf2xbm
+bin/psf2zx
+bin/psfjoin
+bin/psfmerge
+bin/psfpages
+bin/psfs2cpi
+bin/psfs2mda
+bin/psfxform
+bin/raw2psf
+bin/txt2psf
+bin/wof2psf
+bin/wyse2psf
+bin/zx2psf
+include/psflib.h
+include/psfutils.h
+lib/libpsf.so
+lib/libpsf.so.0
+lib/libpsf.so.0.1.1
+man/man1/cpi2psf.1.gz
+man/man1/cpicomp.1.gz
+man/man1/cpidcomp.1.gz
+man/man1/fnt2psf.1.gz
+man/man1/fnts2fon.1.gz
+man/man1/fon2fnts.1.gz
+man/man1/mda2psf.1.gz
+man/man1/psf2bdf.1.gz
+man/man1/psf2bsd.1.gz
+man/man1/psf2fnt.1.gz
+man/man1/psf2inc.1.gz
+man/man1/psf2pbms.1.gz
+man/man1/psf2raw.1.gz
+man/man1/psf2txt.1.gz
+man/man1/psf2wof.1.gz
+man/man1/psf2wyse.1.gz
+man/man1/psf2xbm.1.gz
+man/man1/psf2zx.1.gz
+man/man1/psfjoin.1.gz
+man/man1/psfmerge.1.gz
+man/man1/psfpages.1.gz
+man/man1/psfs2cpi.1.gz
+man/man1/psfs2mda.1.gz
+man/man1/psfxform.1.gz
+man/man1/raw2psf.1.gz
+man/man1/txt2psf.1.gz
+man/man1/wof2psf.1.gz
+man/man1/wyse2psf.1.gz
+man/man1/zx2psf.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810040709.w9479R27038334>