1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Add new port: irc/irchat-jp

Irchat-jp is an IRC client written in Emacs Lisp, derived from irchat.
This is one of the oldest IRC client that handles ISO-2022-JP character
encoding (another one is ports/japanese/ircII).

Please note that this is irchat-JP, not irchat-PJ that is already in
FreeBSD ports repository (ports/irc/irchat-pj-*).

Reviewed by:    kuriyama
This commit is contained in:
Makoto Matsushita 2007-08-08 12:07:01 +00:00
parent 00a2fd0514
commit 8120ed6f3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197335
4 changed files with 50 additions and 0 deletions

View File

@ -45,6 +45,7 @@
SUBDIR += ircd-ru
SUBDIR += ircd-rusnet
SUBDIR += ircg
SUBDIR += irchat-jp
SUBDIR += irchat-pj-emacs20
SUBDIR += irchat-pj-emacs21
SUBDIR += irchat-pj-xemacs21-mule

42
irc/irchat-jp/Makefile Normal file
View File

@ -0,0 +1,42 @@
# New ports collection makefile for: irchat-jp
# Date Created: 8 Aug 2007
# Whom: Makoto Matsushita <matusita@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= irchat-jp
PORTVERSION= 26.d
#PORTREVISION= 0
CATEGORIES= irc elisp
MASTER_SITES= http://www.ircnet.jp/dist/irchat/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
EXTRACT_SUFX= .tgz
MAINTAINER= matusita@FreeBSD.org
COMMENT= IRC client for Emacs, derived from irchat
RUN_DEPENDS= ${LOCALBASE}/bin/dcc:${PORTSDIR}/irc/dcc
NO_WRKSUBDIR= YES
NO_BUILD= YES
USE_EMACS= YES
LISPDIR?= ${EMACS_SITE_LISPDIR}/${PORTNAME}
LISPFILES= irchat-commands.el irchat-ctcp.el irchat-dcc.el \
irchat-filter.el irchat-globals.el irchat-handle.el \
irchat-inlines.el irchat-iso-2022-jp.el irchat-misc.el \
irchat-original-copyright.el irchat-vars.el irchat.el
PLIST_DIRS= ${LISPDIR}
.for f in ${LISPFILES}
PLIST_FILES+= ${LISPDIR}/${f}
.endfor
do-install:
${MKDIR} ${PREFIX}/${LISPDIR}
.for f in ${LISPFILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${LISPDIR}
.endfor
.include <bsd.port.mk>

3
irc/irchat-jp/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (irchat-jp26d.tgz) = da4f6fbca7eec60b06edcf7fd99ef7df
SHA256 (irchat-jp26d.tgz) = 2e9c9cf80ba521b5a1f33070f2fbab092a4295db78a00d6eccf9f2f062e21575
SIZE (irchat-jp26d.tgz) = 45828

4
irc/irchat-jp/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
irchat-jp is an IRC client, derived from irchat and enhanced for
ISO-2022-JP Japanese character encoding.
WWW: http://www.ircnet.jp/irchat.html