diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-08-25 06:07:43 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-08-25 06:07:43 +0000 |
commit | 429f87c41daebc6800755c26587b84e20d44636f (patch) | |
tree | 4c7b4d585d721fe1691c6517e24203573539ecb3 /korean/bitchx | |
parent | 253c66d044b04594ec2a641e00feda8dec44940b (diff) | |
download | ports-429f87c41daebc6800755c26587b84e20d44636f.tar.gz ports-429f87c41daebc6800755c26587b84e20d44636f.zip |
Notes
Diffstat (limited to 'korean/bitchx')
-rw-r--r-- | korean/bitchx/Makefile | 31 | ||||
-rw-r--r-- | korean/bitchx/distinfo | 1 | ||||
-rw-r--r-- | korean/bitchx/pkg-comment | 1 | ||||
-rw-r--r-- | korean/bitchx/pkg-descr | 12 | ||||
-rw-r--r-- | korean/bitchx/pkg-plist | 6 |
5 files changed, 51 insertions, 0 deletions
diff --git a/korean/bitchx/Makefile b/korean/bitchx/Makefile new file mode 100644 index 000000000000..54685bdf9081 --- /dev/null +++ b/korean/bitchx/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: BitchX ircII client patched for korean +# Version required: kr-75p1 +# Date created: 3 Jun 1999 +# Whom: hollywar +# +# $Id$ +# + +DISTNAME= bitchx-kr-75p1 +PKGNAME= ko-bitchx-75p1 +CATEGORIES= korean net +MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ \ + ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ + +MAINTAINER= hollywar@mail.holywar.net + +GNU_CONFIGURE= yes + +post-patch: + ${SED} -e s,__PREFIX__,$(PREFIX), $(WRKSRC)/include/config.h > $(WRKSRC)/include/config.h.new + ${MV} $(WRKSRC)/include/config.h.new $(WRKSRC)/include/config.h + +do-install: + ${MKDIR} ${PREFIX}/lib/bx + ${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin + @(ln -sf ${PREFIX}/bin/BitchX ${PREFIX}/bin/bx) + ${INSTALL_PROGRAM} ${WRKSRC}/source/scr-bx ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bx + +.include <bsd.port.mk> diff --git a/korean/bitchx/distinfo b/korean/bitchx/distinfo new file mode 100644 index 000000000000..2520420159c7 --- /dev/null +++ b/korean/bitchx/distinfo @@ -0,0 +1 @@ +MD5 (bitchx-kr-75p1.tar.gz) = f62a053daba6f7f2dbc467806955aa27 diff --git a/korean/bitchx/pkg-comment b/korean/bitchx/pkg-comment new file mode 100644 index 000000000000..e86865839215 --- /dev/null +++ b/korean/bitchx/pkg-comment @@ -0,0 +1 @@ +An alternative BitchX client patched for korean. diff --git a/korean/bitchx/pkg-descr b/korean/bitchx/pkg-descr new file mode 100644 index 000000000000..b3eae3f8023b --- /dev/null +++ b/korean/bitchx/pkg-descr @@ -0,0 +1,12 @@ +ko-bitchx-75p1 +-------------- + +BitchX is an enhanced ircII client. It includes many built-in features +normally found only in scripts. Including, full ANSI color, userlists, +flood protection, and built CDCC (XDCC) file offering. + +Korean patch ; + 1. cocoja [ 2 Byte language support (IO) , Default server changed ] + 2. hollywar [ Almost global message and type of date&time changed to hangul ] + +Oh Junseon <hollywar@mail.holywar.net> diff --git a/korean/bitchx/pkg-plist b/korean/bitchx/pkg-plist new file mode 100644 index 000000000000..218ac2da8fa3 --- /dev/null +++ b/korean/bitchx/pkg-plist @@ -0,0 +1,6 @@ +bin/BitchX +bin/bx +bin/scr-bx +bin/wserv +lib/bx/BitchX.help +@dirrm lib/bx |