Bug 168726 - New port: x11-fonts/gbdfed - A GTK2 bitmap font editor
Summary: New port: x11-fonts/gbdfed - A GTK2 bitmap font editor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-05 21:50 UTC by lichray
Modified: 2012-06-09 14:10 UTC (History)
0 users

See Also:


Attachments
gbdfed.shar (5.04 KB, text/plain)
2012-06-05 21:50 UTC, lichray
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2012-06-05 21:50:20 UTC
	
	gbdfed is a powerful BDF font editor with a long history (plus xmbdfed's).

	http://sofia.nmsu.edu/~mleisher/Software/gbdfed/

Fix: Some patches are obtained from Debian's bug reports.
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2012-06-09 00:32:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-09 14:01:31 UTC
makc        2012-06-09 13:01:22 UTC

  FreeBSD ports repository

  Modified files:
    x11-fonts            Makefile 
  Added files:
    x11-fonts/gbdfed     Makefile distinfo pkg-descr 
    x11-fonts/gbdfed/files patch-Makefile.in patch-bdf.c 
                           patch-fontgrid.c patch-glyphedit.c 
                           patch-gtkcompat.h 
  Log:
  Add new port x11-fonts/gbdfed:
  
  gbdfed is a GTK-based BDF font editor. It can import:
   - Metafont PK/GF fonts
   - Han Bitmap Font Format (HBF) fonts
   - Linux console (PSF, CP, and EGA/VGA) fonts
   - Sun VF fonts, OpenType (OTF & TTF) fonts
  Alternatively it can load a font from the X server. Export is
  supported to PSF2 Linux console fonts and HEX fonts.
  
  WWW:    http://sofia.nmsu.edu/~mleisher/Software/gbdfed/
  
  PR:             ports/168726
  Submitted by:   Zhihao Yuan <lichray at gmail.com>
  
  Revision  Changes    Path
  1.137     +1 -0      ports/x11-fonts/Makefile
  1.1       +27 -0     ports/x11-fonts/gbdfed/Makefile (new)
  1.1       +2 -0      ports/x11-fonts/gbdfed/distinfo (new)
  1.1       +13 -0     ports/x11-fonts/gbdfed/files/patch-Makefile.in (new)
  1.1       +12 -0     ports/x11-fonts/gbdfed/files/patch-bdf.c (new)
  1.1       +26 -0     ports/x11-fonts/gbdfed/files/patch-fontgrid.c (new)
  1.1       +11 -0     ports/x11-fonts/gbdfed/files/patch-glyphedit.c (new)
  1.1       +11 -0     ports/x11-fonts/gbdfed/files/patch-gtkcompat.h (new)
  1.1       +9 -0      ports/x11-fonts/gbdfed/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2012-06-09 14:02:36 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!