A neXtaw based replacement for xfontsel
This commit is contained in:
parent
0a9b4bfd52
commit
3d50405659
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22066
5 changed files with 38 additions and 0 deletions
25
x11-fonts/nexfontsel/Makefile
Normal file
25
x11-fonts/nexfontsel/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: nexfontsel
|
||||
# Version required: 2.0
|
||||
# Date created: 99/09/29
|
||||
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= NeXFontSel-2.0
|
||||
PKGNAME= nexfontsel-2.0
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= neXtaw.6:${PORTSDIR}/x11-toolkits/neXtaw
|
||||
|
||||
USE_IMAKE= yes
|
||||
MAN1= nexfontsel.1
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults
|
||||
${INSTALL_DATA} ${WRKSRC}/NeXFontSel-ja.ad ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults/NeXFontSel
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-fonts/nexfontsel/distinfo
Normal file
1
x11-fonts/nexfontsel/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (NeXFontSel-2.0.tar.gz) = 665d14fd835d57dc8e4dd27c05b21974
|
1
x11-fonts/nexfontsel/pkg-comment
Normal file
1
x11-fonts/nexfontsel/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A neXtaw based replacement for xfontsel
|
8
x11-fonts/nexfontsel/pkg-descr
Normal file
8
x11-fonts/nexfontsel/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
NeXFontSel is a improve version of xfontsel. NeXFontSel has these
|
||||
advantage from standerd xfontsel.
|
||||
|
||||
o neXtaw's scrollable menu widget.
|
||||
o "reset button".
|
||||
o I18N sopport.
|
||||
|
||||
WWW: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/nexfontsel/
|
3
x11-fonts/nexfontsel/pkg-plist
Normal file
3
x11-fonts/nexfontsel/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/nexfontsel
|
||||
lib/X11/app-defaults/NeXFontSel
|
||||
lib/X11/ja_JP.EUC/app-defaults/NeXFontSel
|
Loading…
Reference in a new issue