diff options
author | matusita <matusita@FreeBSD.org> | 2007-08-08 20:07:01 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2007-08-08 20:07:01 +0800 |
commit | e60331408b05ef69e692ff9ded2e71a540c7d15d (patch) | |
tree | e18d043d35acff5af2f8bda62d2642a155536801 /irc/irchat-jp | |
parent | 3dc0c69a5f4e6eb29bc7112c448e58796e8ffc72 (diff) | |
download | freebsd-ports-gnome-e60331408b05ef69e692ff9ded2e71a540c7d15d.tar.gz freebsd-ports-gnome-e60331408b05ef69e692ff9ded2e71a540c7d15d.tar.zst freebsd-ports-gnome-e60331408b05ef69e692ff9ded2e71a540c7d15d.zip |
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
Diffstat (limited to 'irc/irchat-jp')
-rw-r--r-- | irc/irchat-jp/Makefile | 42 | ||||
-rw-r--r-- | irc/irchat-jp/distinfo | 3 | ||||
-rw-r--r-- | irc/irchat-jp/pkg-descr | 4 |
3 files changed, 49 insertions, 0 deletions
diff --git a/irc/irchat-jp/Makefile b/irc/irchat-jp/Makefile new file mode 100644 index 000000000000..611fab6dd1bf --- /dev/null +++ b/irc/irchat-jp/Makefile @@ -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> diff --git a/irc/irchat-jp/distinfo b/irc/irchat-jp/distinfo new file mode 100644 index 000000000000..7ada8113f03c --- /dev/null +++ b/irc/irchat-jp/distinfo @@ -0,0 +1,3 @@ +MD5 (irchat-jp26d.tgz) = da4f6fbca7eec60b06edcf7fd99ef7df +SHA256 (irchat-jp26d.tgz) = 2e9c9cf80ba521b5a1f33070f2fbab092a4295db78a00d6eccf9f2f062e21575 +SIZE (irchat-jp26d.tgz) = 45828 diff --git a/irc/irchat-jp/pkg-descr b/irc/irchat-jp/pkg-descr new file mode 100644 index 000000000000..e7d850fd5341 --- /dev/null +++ b/irc/irchat-jp/pkg-descr @@ -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 |