diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-03 05:38:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-03 05:38:34 +0800 |
commit | 559edc6a6ddbec59e2923264ca65f6ce32826485 (patch) | |
tree | 9645e1486155325621b268c4e492dce6195726ae /irc | |
parent | b019789c063f3631e28fb263e71c75f382722f8c (diff) | |
download | freebsd-ports-gnome-559edc6a6ddbec59e2923264ca65f6ce32826485.tar.gz freebsd-ports-gnome-559edc6a6ddbec59e2923264ca65f6ce32826485.tar.zst freebsd-ports-gnome-559edc6a6ddbec59e2923264ca65f6ce32826485.zip |
Remove old version of irc/keitairc, consider using the newer version, this also fix a conflict in pkgname
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/keitairc/Makefile | 43 | ||||
-rw-r--r-- | irc/keitairc/distinfo | 2 | ||||
-rw-r--r-- | irc/keitairc/pkg-descr | 10 |
4 files changed, 0 insertions, 56 deletions
diff --git a/irc/Makefile b/irc/Makefile index 2cb7a4b44cde..1cb64907b9bd 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -58,7 +58,6 @@ SUBDIR += irssi-scripts SUBDIR += irssi-xmpp SUBDIR += irssistats - SUBDIR += keitairc SUBDIR += keitairc2 SUBDIR += konversation-kde4 SUBDIR += kvirc diff --git a/irc/keitairc/Makefile b/irc/keitairc/Makefile deleted file mode 100644 index d81c4561aa61..000000000000 --- a/irc/keitairc/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Makoto Matsushita <matusita@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= keitairc -PORTVERSION= 1.33 -PORTREVISION= 1 -CATEGORIES= irc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ${PORTNAME}/27571 -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= #empty - -MAINTAINER= ports@FreeBSD.org -COMMENT= IRC proxy for mobilephone that have a web interface - -RUN_DEPENDS= ja-p5-Unicode-Japanese>=0:${PORTSDIR}/japanese/p5-Unicode-Japanese \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE-Component-Pluggable>=0:${PORTSDIR}/devel/p5-POE-Component-Pluggable \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ - p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig - -CONFLICTS= keitairc-2.* - -NO_BUILD= YES -NO_LATEST_LINK= YES -NO_WRKSUBDIR= YES -EXTRACT_CMD= ${CP} -EXTRACT_BEFORE_ARGS= -p -EXTRACT_AFTER_ARGS= ${WRKDIR} - -USES= shebangfix perl5 - -SHEBANG_FILES= keitairc - -PLIST_FILES= bin/keitairc - -NO_STAGE= yes -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/keitairc ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/irc/keitairc/distinfo b/irc/keitairc/distinfo deleted file mode 100644 index 527c7a88c502..000000000000 --- a/irc/keitairc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (keitairc) = 792197da1b107ac2298f73260a65d454253f493fd9a198207a5b21eca364777b -SIZE (keitairc) = 19194 diff --git a/irc/keitairc/pkg-descr b/irc/keitairc/pkg-descr deleted file mode 100644 index e48c99c269e8..000000000000 --- a/irc/keitairc/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Keitairc is an simple IRC client that have a web interface designed for -not-so-rich web client such as mobilephone. There are several features -for mobilephone access: - - - Quick: web accesskeys. - - Link: Convert PSID and URL strings to a link. - - Security: user/pass and "EZweb ID" authentication. - - Convenient: cookie authentication for next use. - -WWW: http://keitairc.sourceforge.jp/ |