Date: Sat, 2 Oct 2004 15:03:20 GMT From: Julian Stecklina <der_julian@web.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/72260: New port: irc/xchat-ecl-plugin A plugin to allow Common Lisp scripting in X-Chat 2.x Message-ID: <200410021503.i92F3KsQ029380@www.freebsd.org> Resent-Message-ID: <200410021510.i92FA8o3074451@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72260 >Category: ports >Synopsis: New port: irc/xchat-ecl-plugin A plugin to allow Common Lisp scripting in X-Chat 2.x >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Oct 02 15:10:08 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Julian Stecklina >Release: 5.3 BETA3 >Organization: >Environment: FreeBSD cornerstone.localnet 5.3-BETA3 FreeBSD 5.3-BETA3 #3: Fri Sep 10 05:33:57 CEST 2004 blitz@cornerstone.localnet:/usr/obj/usr/src/sys/CORNERSTONE i386 >Description: 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 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xchat-ecl-plugin # xchat-ecl-plugin/pkg-descr # xchat-ecl-plugin/distinfo # xchat-ecl-plugin/Makefile # echo c - xchat-ecl-plugin mkdir -p xchat-ecl-plugin > /dev/null 2>&1 echo x - xchat-ecl-plugin/pkg-descr sed 's/^X//' >xchat-ecl-plugin/pkg-descr << 'END-of-xchat-ecl-plugin/pkg-descr' XThe X-Chat ECL Plugin is a plugin to the famous X-Chat IRC Client that enables Xthe user to write and use own plugins that are written in Common Lisp. X XWWW: http://sourceforge.net/projects/xchatlisp/ X X- Julian Stecklina Xder_julian@web.de END-of-xchat-ecl-plugin/pkg-descr echo x - xchat-ecl-plugin/distinfo sed 's/^X//' >xchat-ecl-plugin/distinfo << 'END-of-xchat-ecl-plugin/distinfo' XMD5 (eclplugin-0.3.tar.gz) = 93dd79e4ab54c0163e29cdfcbd6eab27 XSIZE (eclplugin-0.3.tar.gz) = 20555 END-of-xchat-ecl-plugin/distinfo echo x - xchat-ecl-plugin/Makefile sed 's/^X//' >xchat-ecl-plugin/Makefile << 'END-of-xchat-ecl-plugin/Makefile' X# New ports collection makefile for: xchat-ecl-plugin X# Date Created: Sep 17 2004 X# Whom: Julian Stecklina <der_julian@web.de> X# X# $FreeBSD$ X# X XPORTNAME= xchat-ecl-plugin XPORTVERSION= 0.3 XCATEGORIES= irc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= xchatlisp XDISTNAME= eclplugin-${PORTVERSION} X XMAINTAINER= der_julian@web.de XCOMMENT= X-Chat 2.x plugin to allow Common Lisp scripting X XBUILD_DEPENDS= ecl:${PORTSDIR}/lang/ecl XRUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat2 X XINFO= xchatlisp X XWRKSRC= ${WRKDIR}/eclplugin-${PORTVERSION} XUSE_X_PREFIX= yes X XPLIST_FILES= lib/xchat/plugins/ecl.so X Xdo-build: X ( cd ${BUILD_WRKSRC} && make ecl.so ) X ( cd ${BUILD_WRKSRC}/doc && make xchatlisp.info ) X Xdo-install: X ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ecl.so ${PREFIX}/lib/xchat/plugins/ X ${INSTALL_MAN} ${BUILD_WRKSRC}/doc/xchatlisp.info ${PREFIX}/info/ X X.include <bsd.port.mk> END-of-xchat-ecl-plugin/Makefile exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410021503.i92F3KsQ029380>