aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-05 18:03:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-05 18:03:15 +0000
commit380e258a409cfc09f61904e113de70ea9a6521bf (patch)
tree7ef2ef829c9116e741ecf19f244e07afd78bdd35 /irc
parentbd27ba56cc4cf2caf6a179012afe6bb1023177ce (diff)
downloadports-380e258a409cfc09f61904e113de70ea9a6521bf.tar.gz
ports-380e258a409cfc09f61904e113de70ea9a6521bf.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/xchat-ecl-plugin/Makefile41
-rw-r--r--irc/xchat-ecl-plugin/distinfo3
-rw-r--r--irc/xchat-ecl-plugin/pkg-descr7
4 files changed, 0 insertions, 52 deletions
diff --git a/irc/Makefile b/irc/Makefile
index 31e03ddcbaff..10707da35530 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -118,7 +118,6 @@
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
deleted file mode 100644
index f81ef660f8dc..000000000000
--- a/irc/xchat-ecl-plugin/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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
-PORTREVISION= 1
-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/xchat
-
-BROKEN= Does not build
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
-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
deleted file mode 100644
index 596684deb68d..000000000000
--- a/irc/xchat-ecl-plugin/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (eclplugin-0.3.tar.gz) = 93dd79e4ab54c0163e29cdfcbd6eab27
-SHA256 (eclplugin-0.3.tar.gz) = 634ef259b5f702342cecdfc3706a17d8626ce7ca323747560e56e3725d10d446
-SIZE (eclplugin-0.3.tar.gz) = 20555
diff --git a/irc/xchat-ecl-plugin/pkg-descr b/irc/xchat-ecl-plugin/pkg-descr
deleted file mode 100644
index 03c19d9e4217..000000000000
--- a/irc/xchat-ecl-plugin/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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