Path to this page:
./
fonts/pcf2bdf,
Convert X font from PCF to BDF
Branch: CURRENT,
Version: 1.07,
Package name: pcf2bdf-1.07,
Maintainer: tech-pkg-jaPcf2bdf is a font de-compiler. It converts X fonts from Portable
Compiled Format (PCF) to Bitmap Distribution Format (BDF). It can
also accept a compressed/gzipped PCF file as input, but gzip must
be found in your PATH.
FONTBOUNDINGBOX in a BDF file is not used by bdftopcf, so pcf2bdf
generates irresponsible values.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 18.656 KB
Version history: (Expand)
- (2023-03-03) Updated to version: pcf2bdf-1.07
- (2020-03-08) Updated to version: pcf2bdf-1.06
- (2017-11-23) Package has been reborn
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2006-02-06) Updated to version: pcf2bdf-1.04nb1
CVS history: (Expand)
2023-03-03 10:52:17 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
pcf2bdf: update to 1.07.
1.07 2022/02/23
- CVE-2022-23318
Fixed: heap buffer overflow on invalid intput pcf.
- CVE-2022-23319
Fixed: segmentation fault on invalid intput pcf.
|
2021-10-26 12:28:41 by Nia Alarie | Files touched by this commit (864) |
Log message:
fonts: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:05:29 by Nia Alarie | Files touched by this commit (864) |
Log message:
fonts: Remove SHA1 hashes for distfiles
|
2020-03-07 23:51:40 by Frederic Cambus | Files touched by this commit (4) | |
Log message:
pcf2bdf: update to 1.06.
pkgsrc changes:
- Upstream moved to GitHub
- Add missing LICENSE marker
- Stop patching Makefile.gcc and use a do-build target instead
ChangeLog:
1.06:
- Fixed: too-long-path-to-input.pcf.gz causes stack-based buffer overflow.
1.05:
- The size should come from POINT_SIZE instead of PIXEL_SIZE.
- Internal quotation characters in a string property should be indicated
(or "quoted") by using two quotation characters in a row.
- Fix avoid crash with large compressed metrics tables. (Colin Watson)
- Fix support gzipped source. (Colin Watson)
- Fix use C++ compiler and simplify using GNU extensions. (Jonas Smedegaard)
- Other fixes.
|
2017-09-03 10:37:04 by Thomas Klausner | Files touched by this commit (182) |
Log message:
Comment out dead MASTER_SITES/HOMEPAGEs.
|
2015-11-03 21:45:25 by Alistair G. Crooks | Files touched by this commit (776) |
Log message:
Add SHA512 digests for distfiles for fonts category
Problems found locating distfiles:
Package acroread7-chsfont: missing distfile acrobat7-fonts/chsfont.tar.gz
Package acroread7-font-share: missing distfile acrobat7-fonts/korfont.tar.gz
Package acroread7-korfont: missing distfile acrobat7-fonts/korfont.tar.gz
Package acroread9-chtfont: missing distfile \
acrobat9-fonts/FontPack910_cht_i486-linux.tar.bz2
Package acroread9-jpnfont: missing distfile \
acrobat9-fonts/FontPack910_jpn_i486-linux.tar.bz2
Package cyberbase-ttf: missing distfile cyberbit-ttf/Cyberbase.ZIP
Package cyberbit-ttf: missing distfile cyberbit-ttf/Cyberbit.ZIP
Package pixel-sagas-startrek: missing distfile PS_Font_Fontana.zip
Package pixel-sagas-startrek: missing distfile PS_Font_Montalban.zip
Package pixel-sagas-startrek: missing distfile PS_Font_Probert.zip
Package pixel-sagas-startrek: missing distfile PS_Font_Sternbach.zip
Package pixel-sagas-startrek: missing distfile PS_Font_Trek_Arrowcaps.zip
Package umefont-ttf: missing distfile umefont_560.tar.xz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2012-10-03 20:28:33 by Aleksej Saushev | Files touched by this commit (154) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2008-03-03 21:17:13 by Johnny C. Lam | Files touched by this commit (43) |
Log message:
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
|