Path to this page:
./
wip/fstobdf,
Reads a font from a font server and writes bdf-format output
Branch: CURRENT,
Version: 1.0.7,
Package name: fstobdf-1.0.7,
Maintainer: blair.sadewitzThe fstobdf program reads a font from a font server and prints a BDF
file on the standard output that may be used to recreate the font.
This is useful in testing servers, debugging font metrics, and repro-
ducing lost BDF files.
Required to run:[
x11/libFS]
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 119.563 KB
Version history: (Expand)
- (2023-02-13) Package has been reborn
- (2022-10-06) Updated to version: fstobdf-1.0.7
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
CVS history: (Expand)
2014-12-31 15:15:08 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.6:
This minor maintenance release provides the usual set of accumulated
build configuration improvements, compiler warning fixes, and other
janitorial cleanups.
Alan Coopersmith (9):
Spell out -server in usage message to match man page
Print which option was in error along with usage message
Add -version option to print version
Print error and usage on invalid arg, instead of ignoring it
config: Add missing AC_CONFIG_SRCDIR
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Fix integer sign/size conversion warnings from clang & cppcheck
fstobdf 1.0.6
|
2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2012-09-29 01:21:47 by Aleksej Saushev | Files touched by this commit (64) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-09-13 15:41:20 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 1.0.5:
1.0.5:
This minor maintenance release provides the usual set of accumulated
build configuration improvements, compiler warning fixes, and other
janitorial cleanups.
Alan Coopersmith (5):
Fix gcc -Wwrite-strings warnings
Strip trailing whitespace
Treat FSServerName return value as a const char *
Mark usage() & Fail() as _X_NORETURN to silence gcc warnings
fstobdf 1.0.5
Gaetan Nadon (3):
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
config: move man pages into their own directory
1.0.4:
This minor maintenance release provides a few years worth of
accumulated build configuration improvements and janitorial cleanups.
Alan Coopersmith (5):
Add README with pointers to mailing lists, bugzilla, & git
config: upgrade to util-macros 1.8 for additional man page support
config: Remove unnecessary calls from configure.ac
Purge CVS version tags
fstobdf 1.0.4
Gaetan Nadon (7):
.gitignore: use common defaults with custom section # 24239
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Deploy the new XORG_DEFAULT_OPTIONS #24242
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
config: move CWARNFLAGS from configure.ac to Makefile.am
config: update AC_PREREQ statement to 2.60
Paulo Cesar Pereira de Andrade (1):
Ansification and compile warning fixes.
|
2009-11-09 20:37:39 by Tobias Nygren | Files touched by this commit (2) |
Log message:
Update to fstobdf-1.0.3. Changes:
Change fstobdf_CFLAGS to AM_CFLAGS to make automake-1.10 happier
renamed: .cvsignore -> .gitignore
Clarify syntax of -server & FONTSERVER in man page
Move extern declarations to fstobdf.h
Fill in COPYING with copyright/license notices from sources
Replace static ChangeLog with dist-hook to generate from git log
|
2008-05-25 00:31:40 by Tobias Nygren | Files touched by this commit (14) |
Log message:
Switch to MASTER_SITE_XORG.
|
2007-01-29 14:36:23 by Blair Sadewitz | Files touched by this commit (4) |
Log message:
Modular X.org font-server to bdf-format-output utility.
|