diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 10:34:20 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 10:34:20 +0800 |
commit | fcc68252f1bccab1cee9c7e7ceb52fd9bc152147 (patch) | |
tree | cd7a8895d7dfcbdec20eac225649bd423d1d18ad /irc | |
parent | 06ea4a8d3c7472680c68cab9f8683d6e50e84862 (diff) | |
download | freebsd-ports-graphics-fcc68252f1bccab1cee9c7e7ceb52fd9bc152147.tar.gz freebsd-ports-graphics-fcc68252f1bccab1cee9c7e7ceb52fd9bc152147.tar.zst freebsd-ports-graphics-fcc68252f1bccab1cee9c7e7ceb52fd9bc152147.zip |
Remove the ircatlite port, which has not been updated in >4 years.
Requested by: maintainer
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/ircatlite/Makefile | 43 | ||||
-rw-r--r-- | irc/ircatlite/distinfo | 1 | ||||
-rw-r--r-- | irc/ircatlite/pkg-descr | 18 | ||||
-rw-r--r-- | irc/ircatlite/pkg-plist | 7 |
5 files changed, 0 insertions, 70 deletions
diff --git a/irc/Makefile b/irc/Makefile index 3eb219b2de1..45de618788a 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -24,7 +24,6 @@ SUBDIR += insub SUBDIR += irc SUBDIR += ircII - SUBDIR += ircatlite SUBDIR += ircd-hybrid SUBDIR += ircd-hybrid-ru SUBDIR += ircd-ru diff --git a/irc/ircatlite/Makefile b/irc/ircatlite/Makefile deleted file mode 100644 index 6464fee6d09..00000000000 --- a/irc/ircatlite/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: IRcatLite-r20000308 -# Date Created: May 14 2000 -# Whom: Yoshikazu GOTO <goto@snowy.to> -# -# $FreeBSD$ -# - -PORTNAME= ircatlite -PORTVERSION= 2000.03.08 -PORTREVISION= 1 -CATEGORIES= irc -MASTER_SITES= http://www.pp.iij4u.or.jp/~tagami/gtk/ -DISTNAME= IRcatLite-r20000308 - -MAINTAINER= goto@snowy.to -COMMENT= A GTK based 'Internet Relay Chat' Client - -USE_GTK= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - -GNU_CONFIGURE= yes - -USE_X_PREFIX= yes - -DOCS= LICENSE INSTALL INSTALL.jp README README.jp - -WRKSRC= ${WRKDIR}/IRcatLite - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/ircat ${PREFIX}/bin/ircat -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/IRcatLite -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/IRcatLite -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/irc/ircatlite/distinfo b/irc/ircatlite/distinfo deleted file mode 100644 index 80b6ea0cd38..00000000000 --- a/irc/ircatlite/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (IRcatLite-r20000308.tar.gz) = b38d04b8eb37facd41449d7555e0c26d diff --git a/irc/ircatlite/pkg-descr b/irc/ircatlite/pkg-descr deleted file mode 100644 index dbb2591091c..00000000000 --- a/irc/ircatlite/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -IRcatLite - A GTK based 'Internet Relay Chat' Client -======================================================================= - -Author: Atsushi Tagami -Email: -WWW: http://www.pp.iij4u.or.jp/~tagami/gtk/ircat.html - -Description (from original "README" file) -=========== -* This software is IRC client using gtk+. - -* The INSTALL file gives detailed instructions how to install IRcatLite. - -* The LICENCE file contains the IRcatLite license. IRcatLite is licensed - under the "modified" BSD style license. - - -- Yoshikazu GOTO <goto@snowy.to> diff --git a/irc/ircatlite/pkg-plist b/irc/ircatlite/pkg-plist deleted file mode 100644 index 5bce509a8fa..00000000000 --- a/irc/ircatlite/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/ircat -share/doc/IRcatLite/LICENSE -share/doc/IRcatLite/README -share/doc/IRcatLite/README.jp -share/doc/IRcatLite/INSTALL -share/doc/IRcatLite/INSTALL.jp -@dirrm share/doc/IRcatLite |