- 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>
This commit is contained in:
Florent Thoumie 2005-04-14 12:02:11 +00:00
parent 597ef06f15
commit 5cbcb38840
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133319
4 changed files with 46 additions and 0 deletions

View File

@ -99,6 +99,7 @@
SUBDIR += weechat
SUBDIR += xaric
SUBDIR += xchat
SUBDIR += xchat-ecl-plugin
SUBDIR += xchat-fish
SUBDIR += xchat-gnome
SUBDIR += xchat-mircryption

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (eclplugin-0.3.tar.gz) = 93dd79e4ab54c0163e29cdfcbd6eab27
SIZE (eclplugin-0.3.tar.gz) = 20555

View File

@ -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