Initial import of crxvt, a low memory usage xterm replacement with color

and skin support. Provided by Rui-Xiang Guo in pkg/8529.
This commit is contained in:
wiz 2001-03-14 12:14:18 +00:00
parent 31a76baf81
commit 8aa9ac7282
7 changed files with 63 additions and 0 deletions

25
x11/crxvt/Makefile Normal file
View file

@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 12:14:18 wiz Exp $
#
DISTNAME= crxvt-2.10-2
PKGNAME= crxvt-2.10.2
CATEGORIES= chinese x11
MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/crxvt/old/ \
ftp://ftp.ncu.edu.tw/OS/Linux/Chinese/xcin/crxvt/old/ \
ftp://linux.cis.nctu.edu.tw/packages/chinese/X/xcin/crxvt/old/
MAINTAINER= rxg@ms25.url.com.tw
HOMEPAGE= http://xcin.linux.org.tw/old/
COMMENT= low memory usage xterm replacement that supports color & xcin
DEPENDS+= intlfonts-1.2:../../fonts/intlfonts
USE_X11BASE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --os=NetBSD --no-menu
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/crxvt ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/man/crxvt.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"

3
x11/crxvt/files/md5 Normal file
View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 2001/03/14 12:14:18 wiz Exp $
SHA1 (crxvt-2.10-2.tar.gz) = 576041c33769b7b1e0c850c0a419f52a5ea18d1d

View file

@ -0,0 +1,4 @@
$NetBSD: patch-sum,v 1.1.1.1 2001/03/14 12:14:18 wiz Exp $
SHA1 (patch-aa) = e59184e4c63f133584478b6b0396bbb2350bd8c5
SHA1 (patch-ab) = ad532be4af4750e046d0a400ef515e169ff87bbe

View file

@ -0,0 +1,11 @@
$NetBSD: patch-aa,v 1.1.1.1 2001/03/14 12:14:18 wiz Exp $
--- script/config.status.orig Tue Sep 28 03:41:04 1999
+++ script/config.status Tue Sep 28 03:41:43 1999
@@ -10,5 +10,5 @@
PATH_CRXVT_BIN=/usr/local/bin
PATH_CRXVT_MAN=/usr/local/man
-OPT_CRXVT_CFONT=-twmoe-kai-medium-r-normal--16-160-75-75-c-160-big5-1
+OPT_CRXVT_CFONT=-eten-fixed-medium-r-normal--16-150-75-75-c-160-big5.eten-0
OPT_CRXVT_EFONT=8x16

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1.1.1 2001/03/14 12:14:18 wiz Exp $
--- src/Makefile.in.orig Sat Nov 25 16:59:13 2000
+++ src/Makefile.in Sat Nov 25 17:01:59 2000
@@ -57,7 +57,7 @@
all: crxvt
crxvt: $(OBJS)
- $(CC) -o $@ $(OBJS) -lX11 -L$(XLIB)
+ $(CC) -o $@ $(OBJS) -lX11 -L$(XLIB) -Wl,-R${X11BASE}/lib -lXext
.c.o:
$(CC) -c -o $*.o $(CFLAGS) -I$(XINC) $(DEFS) $(EXTRA_DEFINES) $<

4
x11/crxvt/pkg/DESCR Normal file
View file

@ -0,0 +1,4 @@
From now on, the crxvt program in xcin-2.3.X package will be separated
out and maintained independently. The version number, 2.10, is adopted
from the "src/ChangeLog" file, and "-2" means the minor changes or bug
fixes by me. So this is the "crxvt-2.10-2" package.

3
x11/crxvt/pkg/PLIST Normal file
View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/14 12:14:18 wiz Exp $
bin/crxvt
man/man1/crxvt.1