summaryrefslogtreecommitdiff
path: root/fonts/pcf2bdf
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26fonts: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07fonts: Remove SHA1 hashes for distfilesnia1-2/+1
2020-03-07pcf2bdf: update to 1.06.fcambus4-61/+22
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-03Comment out dead MASTER_SITES/HOMEPAGEs.wiz1-3/+3
2015-11-03Add SHA512 digests for distfiles for fonts categoryagc1-1/+2
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-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-3/+6
their files via a custom do-install target.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-06-15- don't override compiler variablesgrant2-12/+18
- don't gcc specific flags
2004-06-15this uses a c++ compiler.grant1-1/+2
2004-03-09Invoke the C++ compiler explicitly - fixes a build problem with gcc3.agc2-1/+26
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-02Reformat.wiz1-6/+6
2002-12-31first import of pcf2bdf-1.04, a bitmap font de-compiler to the NetBSDkei5-0/+67
Packages Collection. Pcf2bdf is a font de-compiler. It converts X font from Portable Compiled Format (PCF) to Bitmap Distribution For- mat (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 generate irresponsible values.