summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-14 12:02:11 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-14 12:02:11 +0000
commit5cbcb38840d2fd14971cca538398f92cd19a920e (patch)
treef2259bdda9a743f1a8823176d5afd92932b916c7 /irc
parent- Add new site in MASTER_SITES. (diff)
- Add irc/xchat-ecl-plugin 0.3, a plugin to allow Common Lisp scripting in
X-Chat 2.x. PR: ports/72260 Submitted by: Julian Stecklina <der_julian@web.de>
Notes
Notes: svn path=/head/; revision=133319
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/xchat-ecl-plugin/Makefile36
-rw-r--r--irc/xchat-ecl-plugin/distinfo2
-rw-r--r--irc/xchat-ecl-plugin/pkg-descr7
4 files changed, 46 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile
index 7f2d474138c5..c631289b59ad 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -99,6 +99,7 @@
SUBDIR += weechat
SUBDIR += xaric
SUBDIR += xchat
+ SUBDIR += xchat-ecl-plugin
SUBDIR += xchat-fish
SUBDIR += xchat-gnome
SUBDIR += xchat-mircryption
diff --git a/irc/xchat-ecl-plugin/Makefile b/irc/xchat-ecl-plugin/Makefile
new file mode 100644
index 000000000000..57d042754029
--- /dev/null
+++ b/irc/xchat-ecl-plugin/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: xchat-ecl-plugin
+# Date Created: Sep 17 2004
+# Whom: Julian Stecklina <der_julian@web.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xchat-ecl-plugin
+PORTVERSION= 0.3
+CATEGORIES= irc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= xchatlisp
+DISTNAME= eclplugin-${PORTVERSION}
+
+MAINTAINER= der_julian@web.de
+COMMENT= X-Chat 2.x plugin to allow Common Lisp scripting
+
+BUILD_DEPENDS= ecl:${PORTSDIR}/lang/ecl
+RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat2
+
+INFO= xchatlisp
+
+WRKSRC= ${WRKDIR}/eclplugin-${PORTVERSION}
+USE_X_PREFIX= yes
+
+PLIST_FILES= lib/xchat/plugins/ecl.so
+
+do-build:
+ ( cd ${BUILD_WRKSRC} && make ecl.so )
+ ( cd ${BUILD_WRKSRC}/doc && make xchatlisp.info )
+
+do-install:
+ ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ecl.so ${PREFIX}/lib/xchat/plugins/
+ ${INSTALL_MAN} ${BUILD_WRKSRC}/doc/xchatlisp.info ${PREFIX}/info/
+
+.include <bsd.port.mk>
diff --git a/irc/xchat-ecl-plugin/distinfo b/irc/xchat-ecl-plugin/distinfo
new file mode 100644
index 000000000000..d6e0f802227f
--- /dev/null
+++ b/irc/xchat-ecl-plugin/distinfo
@@ -0,0 +1,2 @@
+MD5 (eclplugin-0.3.tar.gz) = 93dd79e4ab54c0163e29cdfcbd6eab27
+SIZE (eclplugin-0.3.tar.gz) = 20555
diff --git a/irc/xchat-ecl-plugin/pkg-descr b/irc/xchat-ecl-plugin/pkg-descr
new file mode 100644
index 000000000000..03c19d9e4217
--- /dev/null
+++ b/irc/xchat-ecl-plugin/pkg-descr
@@ -0,0 +1,7 @@
+The X-Chat ECL Plugin is a plugin to the famous X-Chat IRC Client that enables
+the user to write and use own plugins that are written in Common Lisp.
+
+WWW: http://sourceforge.net/projects/xchatlisp/
+
+- Julian Stecklina
+der_julian@web.de