aboutsummaryrefslogtreecommitdiff
path: root/irc/irchat-jp
diff options
context:
space:
mode:
authorMakoto Matsushita <matusita@FreeBSD.org>2007-08-08 12:07:01 +0000
committerMakoto Matsushita <matusita@FreeBSD.org>2007-08-08 12:07:01 +0000
commit8120ed6f3da886a138da8674456bc78bc799364f (patch)
treed268fa68d9d15eab660d524fb2324e2929e30a43 /irc/irchat-jp
parent00a2fd0514d1b2a14f89dabaa437c664c221101f (diff)
downloadports-8120ed6f3da886a138da8674456bc78bc799364f.tar.gz
ports-8120ed6f3da886a138da8674456bc78bc799364f.zip
Notes
Diffstat (limited to 'irc/irchat-jp')
-rw-r--r--irc/irchat-jp/Makefile42
-rw-r--r--irc/irchat-jp/distinfo3
-rw-r--r--irc/irchat-jp/pkg-descr4
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