diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/fstobdf | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes:
svn path=/head/; revision=191544
Diffstat (limited to 'x11/fstobdf')
-rw-r--r-- | x11/fstobdf/Makefile | 22 | ||||
-rw-r--r-- | x11/fstobdf/distinfo | 3 | ||||
-rw-r--r-- | x11/fstobdf/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/fstobdf/Makefile b/x11/fstobdf/Makefile new file mode 100644 index 000000000000..868ad2b5c237 --- /dev/null +++ b/x11/fstobdf/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: fstobdf +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= fstobdf +PORTVERSION= 1.0.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Generate BDF font from X font server + +XORG_CAT= app +USE_XORG= x11 libfs + +PLIST_FILES= bin/fstobdf + +MAN1= fstobdf.1 + +.include <bsd.port.mk> diff --git a/x11/fstobdf/distinfo b/x11/fstobdf/distinfo new file mode 100644 index 000000000000..56ea2a179e6d --- /dev/null +++ b/x11/fstobdf/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/fstobdf-1.0.2.tar.bz2) = 99144743ab3cbb9cf37090fdc9e747db +SHA256 (xorg/app/fstobdf-1.0.2.tar.bz2) = 690e45b252cd96036dd9b89af8624eb423e16d4bd662b07d264a3f876ce7ac22 +SIZE (xorg/app/fstobdf-1.0.2.tar.bz2) = 82861 diff --git a/x11/fstobdf/pkg-descr b/x11/fstobdf/pkg-descr new file mode 100644 index 000000000000..5c95299bfed0 --- /dev/null +++ b/x11/fstobdf/pkg-descr @@ -0,0 +1,5 @@ +This package contains fstobdf, a program for generating BDF fonts from +an X font server. + +- Joel Dahl +joel@FreeBSD.org |