From owner-cvs-all@FreeBSD.ORG Sat Jun 9 13:01:22 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5114F1065672; Sat, 9 Jun 2012 13:01:22 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 21D688FC18; Sat, 9 Jun 2012 13:01:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q59D1M8H052655; Sat, 9 Jun 2012 13:01:22 GMT (envelope-from makc@repoman.freebsd.org) Received: (from makc@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q59D1MAh052654; Sat, 9 Jun 2012 13:01:22 GMT (envelope-from makc) Message-Id: <201206091301.q59D1MAh052654@repoman.freebsd.org> From: Max Brazhnikov Date: Sat, 9 Jun 2012 13:01:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/gbdfed Makefile distinfo pkg-descr ports/x11-fonts/gbdfed/files patch-Makefile.in patch-bdf.c patch-fontgrid.c patch-glyphedit.c patch-gtkcompat.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2012 13:01:22 -0000 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 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)