summaryrefslogtreecommitdiffstats
path: root/irc/lostirc
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /irc/lostirc
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'irc/lostirc')
-rw-r--r--irc/lostirc/Makefile39
-rw-r--r--irc/lostirc/distinfo3
-rw-r--r--irc/lostirc/files/patch-src::libirc::DCC.cpp17
-rw-r--r--irc/lostirc/files/patch-src::libirc::Parser.cpp11
-rw-r--r--irc/lostirc/pkg-descr16
-rw-r--r--irc/lostirc/pkg-plist12
6 files changed, 0 insertions, 98 deletions
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile
deleted file mode 100644
index bfde407c8..000000000
--- a/irc/lostirc/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: irc/lostirc
-# Date created: 01 Jul 2002
-# Whom: Juan Salaverria <rael@vectorstar.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= lostirc
-PORTVERSION= 0.4.6
-PORTREVISION= 3
-CATEGORIES= irc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
- http://demian.dyndns.org/src/
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A simple and minimal IRC client for X
-
-LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
-
-USE_X_PREFIX= yes
-USE_GNOME= gnomehack gnomeprefix gnometarget
-USE_GCC= 3.4+
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --disable-kde
-
-MAN1= lostirc.1
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in AUTHORS ChangeLog TODO README INSTALL
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/irc/lostirc/distinfo b/irc/lostirc/distinfo
deleted file mode 100644
index 7844ea7ae..000000000
--- a/irc/lostirc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (lostirc-0.4.6.tar.gz) = 501cd56bc0740d599540fb415718b939
-SHA256 (lostirc-0.4.6.tar.gz) = 50f07178d65fdbed1e85980af039cdf251ae044fee639aaeb28e3949ef6e7edd
-SIZE (lostirc-0.4.6.tar.gz) = 622926
diff --git a/irc/lostirc/files/patch-src::libirc::DCC.cpp b/irc/lostirc/files/patch-src::libirc::DCC.cpp
deleted file mode 100644
index ebebd2531..000000000
--- a/irc/lostirc/files/patch-src::libirc::DCC.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/libirc/DCC.cpp.ori Sat Feb 7 17:25:51 2004
-+++ src/libirc/DCC.cpp Sat Feb 7 17:27:32 2004
-@@ -16,12 +16,13 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- */
-
-+#include <sys/types.h>
-+
- #ifndef WIN32
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #else
--#include <sys/types.h>
- #include <sys/stat.h>
- #define stat _stat
- #endif
diff --git a/irc/lostirc/files/patch-src::libirc::Parser.cpp b/irc/lostirc/files/patch-src::libirc::Parser.cpp
deleted file mode 100644
index a71575d93..000000000
--- a/irc/lostirc/files/patch-src::libirc::Parser.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/libirc/Parser.cpp.orig Sat May 31 09:25:44 2003
-+++ src/libirc/Parser.cpp Mon Jul 7 00:37:53 2003
-@@ -681,7 +681,7 @@
- ss >> time;
-
- long date = std::atol(time.c_str());
-- time = std::ctime(&date);
-+ time = std::ctime((const time_t *)&date);
-
- Channel *c = _conn->findChannel(chan);
- assert(c);
diff --git a/irc/lostirc/pkg-descr b/irc/lostirc/pkg-descr
deleted file mode 100644
index ad04f7d08..000000000
--- a/irc/lostirc/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-LostIRC is an IRC client for X, written in C++ using gtkmm as a widget set.
-The goal of the first stable version, is to make a simple, keyboard
-controlled IRC application with basic features implemented.
-
-Key features:
-
- * Simple and minimal client, where the keyboard can be used almost
- exclusively
- * Tab-completion for both nicks and commands
- * Autojoin servers and set which IRC commands to execute on connect
- * Multi-server support
- * DCC SEND support
-
-WWW: http://lostirc.sourceforge.net/
-
-morten@wtf.dk
diff --git a/irc/lostirc/pkg-plist b/irc/lostirc/pkg-plist
deleted file mode 100644
index 495ef7bf7..000000000
--- a/irc/lostirc/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-bin/lostirc
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-share/applications/lostirc.desktop
-share/pixmaps/lostirc.png
-share/locale/da/LC_MESSAGES/lostirc.mo
-share/locale/fr/LC_MESSAGES/lostirc.mo
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrmtry share/applications