diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-17 04:44:52 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-17 04:44:52 +0000 |
commit | ac19b99b1986475d9d6ca48f5b518e8e871672d8 (patch) | |
tree | 0df83f9b11846fd700d22c4c41d77bb4b216df29 /x11-fonts | |
parent | Change MAINTAINER to ports@freebsd.org because (now former) maintainer (diff) |
Import of tkfont, a Tk-based replacement for xfontsel.
PR: 6594
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Notes
Notes:
svn path=/head/; revision=11017
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/tkfont/Makefile | 30 | ||||
-rw-r--r-- | x11-fonts/tkfont/distinfo | 1 | ||||
-rw-r--r-- | x11-fonts/tkfont/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fonts/tkfont/pkg-descr | 7 | ||||
-rw-r--r-- | x11-fonts/tkfont/pkg-plist | 12 |
5 files changed, 51 insertions, 0 deletions
diff --git a/x11-fonts/tkfont/Makefile b/x11-fonts/tkfont/Makefile new file mode 100644 index 000000000000..84529ff08fb5 --- /dev/null +++ b/x11-fonts/tkfont/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: tkfont-1.1 +# Version required: 1.1 +# Date created: 11 May 1998 +# Whom: Brett Taylor +# +# $Id:$ +# + +DISTNAME= tkfont-1.1 +CATEGORIES= x11 tk80 +MASTER_SITES= http://cdrom.com/pub/linux/tsx-11/sources/usr.bin.X11/ + +MAINTAINER= brett@peloton.physics.montana.edu + +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 + +NO_BUILD= yes + +post-patch: + ${SED} -e "s,#!/usr/X11/bin/wish,#!$(LOCALBASE)/bin/wish8.0," < ${WRKSRC}/tkfont > ${WRKSRC}/tkfont.new + ${MV} ${WRKSRC}/tkfont.new ${WRKSRC}/tkfont + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/tkfont ${PREFIX}/bin + @${MKDIR} ${PREFIX}/lib/tkfont + @${INSTALL_SCRIPT} ${WRKSRC}/GetFontDirs ${PREFIX}/lib/tkfont + @for file in COPYING Bugs.txt FileMenu.txt FindFont FontDirs.txt FontTypes.txt HelpText.txt README WhatsNew.txt; do \ + ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/lib/tkfont; \ + done +.include <bsd.port.mk> diff --git a/x11-fonts/tkfont/distinfo b/x11-fonts/tkfont/distinfo new file mode 100644 index 000000000000..9c73af3f8ab3 --- /dev/null +++ b/x11-fonts/tkfont/distinfo @@ -0,0 +1 @@ +MD5 (tkfont-1.1.tar.gz) = 251bc9fd6aab4920c6f20c5e55f67781 diff --git a/x11-fonts/tkfont/pkg-comment b/x11-fonts/tkfont/pkg-comment new file mode 100644 index 000000000000..677ccf7dd226 --- /dev/null +++ b/x11-fonts/tkfont/pkg-comment @@ -0,0 +1 @@ +A Tk based replacement for xfontsel. diff --git a/x11-fonts/tkfont/pkg-descr b/x11-fonts/tkfont/pkg-descr new file mode 100644 index 000000000000..e87860a25ac4 --- /dev/null +++ b/x11-fonts/tkfont/pkg-descr @@ -0,0 +1,7 @@ +This is a port of tkfont, a Tk based replacement (and much better IMHO) +for xfontsel. I find this particularly useful when I'm going to use +The Gimp to design something and want to pick a font without starting +gimp. Xfontsel can't scroll far enough down to see all of the fonts. +-------------- +Brett Taylor +brett@peloton.physics.montana.edu diff --git a/x11-fonts/tkfont/pkg-plist b/x11-fonts/tkfont/pkg-plist new file mode 100644 index 000000000000..3418ad6894b1 --- /dev/null +++ b/x11-fonts/tkfont/pkg-plist @@ -0,0 +1,12 @@ +bin/tkfont +lib/tkfont/COPYING +lib/tkfont/README +lib/tkfont/HelpText.txt +lib/tkfont/FontTypes.txt +lib/tkfont/FontDirs.txt +lib/tkfont/FileMenu.txt +lib/tkfont/Bugs.txt +lib/tkfont/GetFontDirs +lib/tkfont/FindFont +lib/tkfont/WhatsNew.txt +@dirrm lib/tkfont |