Initial import of crxvt 2.10.

Crxvt is a Chinese (Big5) VT100 terminal emulator for X.
This commit is contained in:
kevlo 2000-05-31 02:23:56 +00:00
parent 3956d9eabf
commit 57123d197a
8 changed files with 78 additions and 0 deletions

32
chinese/crxvt/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/05/31 02:23:56 kevlo Exp $
DISTNAME= crxvt-2.10-2
PKGNAME= zh-${DISTNAME}
CATEGORIES= chinese
NEED_VERSION= 1.230
MASTER_SITES= ftp://ftp.linux.org.tw/pub/xcin/crxvt/old/
MAINTAINER= kevlo@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/chinese/taipei16.pcf.gz::chinese/taipeifonts
HAS_CONFIGURE= Yes
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' --os=OpenBSD --no-menu
FAKE= Yes
post-configure:
@cp ${FILESDIR}/config.status ${WRKSRC}
post-extract:
@cp ${FILESDIR}/OpenBSD ${WRKSRC}/script/os_def
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/crxvt ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/man/crxvt.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -0,0 +1,7 @@
OS=OpenBSD
CC=cc
CFLAGS=-O2
XINC=/usr/X11R6/include
XLIB=/usr/X11R6/lib
DEFS=-DBSD -DFREEBSD -DFAKE_RESOURCES -DTTYTAB=\"/etc/ttys\"
UTMP=/var/run/utmp

View File

@ -0,0 +1,18 @@
OS=OpenBSD
CC=cc
CFLAGS=-O2
XINC=/usr/X11R6/include
XLIB=/usr/X11R6/lib
UTMP=/var/run/utmp
DEFS=-DBSD -DFREEBSD -DFAKE_RESOURCES -DTTYTAB=\"/etc/ttys\"
PATH_CRXVT_PREFIX=/usr/local
PATH_CRXVT_BIN=/usr/local/bin
PATH_CRXVT_MAN=/usr/local/man
OPT_CRXVT_CFONT=-taipei-ming16-medium-r-normal-*-16-160-*-*-*-*-big5-0
OPT_CRXVT_EFONT=8x16
INSTALL=/usr/bin/install -c
INSTALL_PROGRAM=$(INSTALL)
INSTALL_DATA=$(INSTALL) -m 644
INSTALL_DIR=$(INSTALL) -d

3
chinese/crxvt/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (crxvt-2.10-2.tar.gz) = f4f58b631ab7e9193708721ade980f23
RMD160 (crxvt-2.10-2.tar.gz) = 334faba82f82979b131882c820b42c67a3be81df
SHA1 (crxvt-2.10-2.tar.gz) = 576041c33769b7b1e0c850c0a419f52a5ea18d1d

View File

@ -0,0 +1,11 @@
--- src/rxvt.c.orig Wed May 31 18:11:05 2000
+++ src/rxvt.c Wed May 31 18:11:16 2000
@@ -41,7 +41,7 @@
* master end of the pseudo-teletype pair with the command talking to
* the slave.
*/
-void main(int argc, char **argv)
+int main(int argc, char **argv)
{
int i;
char *shell;

View File

@ -0,0 +1 @@
Chinese(Big5) VT100 terminal emulator for X

4
chinese/crxvt/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
Crxvt is a Chinese (Big5) VT100 terminal emulator for X.
It is based on rxvt, which is intended as a replacement
for xterm for users who do not require the more esoteric
features of xterm.

2
chinese/crxvt/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
bin/crxvt
man/man1/crxvt.1