diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-01 14:34:53 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-01 14:34:53 +0000 |
commit | 8aa5a5050fd4449f1317db61518a5c59d817ee3d (patch) | |
tree | 13ceb4d034af34055b0548d3f8d721cff147468d /irc | |
parent | upgrade to 5.4.0 (diff) |
add lostirc 0.1.2
LostIRC is a simple and minimal IRC client for X
PR: 40064
Submitted by: Juan Salaverria <rael@vectorstar.net>
Notes
Notes:
svn path=/head/; revision=62271
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/lostirc/Makefile | 35 | ||||
-rw-r--r-- | irc/lostirc/distinfo | 1 | ||||
-rw-r--r-- | irc/lostirc/files/patch-libirc_Socket.h | 15 | ||||
-rw-r--r-- | irc/lostirc/pkg-comment | 1 | ||||
-rw-r--r-- | irc/lostirc/pkg-descr | 16 | ||||
-rw-r--r-- | irc/lostirc/pkg-plist | 9 |
7 files changed, 78 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 3f971e51d5a0..794217746b11 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -24,6 +24,7 @@ SUBDIR += liece SUBDIR += liece-dcc SUBDIR += liece-emacs20 + SUBDIR += lostirc SUBDIR += muh SUBDIR += nethirc SUBDIR += ninja diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile new file mode 100644 index 000000000000..18449d168215 --- /dev/null +++ b/irc/lostirc/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: irc/lostirc +# Date created: 01 Jul 2002 +# Whom: Juan Salaverria <rael@vectorstar.net> +# +# $FreeBSD$ +# + +PORTNAME= lostirc +PORTVERSION= 0.1.2 +CATEGORIES= irc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= rael@vectorstar.net + +LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \ + sigc:${PORTSDIR}/devel/libsigc++ + +USE_X_PREFIX= yes +USE_GTK= yes +GNU_CONFIGURE= yes + +MAN1= lostirc.1 + +DOCS= AUTHORS COPYING ChangeLog TODO README INSTALL + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/irc/lostirc/distinfo b/irc/lostirc/distinfo new file mode 100644 index 000000000000..a82388136441 --- /dev/null +++ b/irc/lostirc/distinfo @@ -0,0 +1 @@ +MD5 (lostirc-0.1.2.tar.gz) = 89518342feaeb5a64d2b3204071a3a50 diff --git a/irc/lostirc/files/patch-libirc_Socket.h b/irc/lostirc/files/patch-libirc_Socket.h new file mode 100644 index 000000000000..be72d7cc1bda --- /dev/null +++ b/irc/lostirc/files/patch-libirc_Socket.h @@ -0,0 +1,15 @@ +--- src/libirc/Socket.h.orig Mon Jul 1 01:17:10 2002 ++++ src/libirc/Socket.h Mon Jul 1 01:17:30 2002 +@@ -22,6 +22,9 @@ + #include <netdb.h> + #include <string> + #include <exception> ++#include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h> + #include <sigc++/signal_system.h> + + class Socket : public SigC::Object +END-of-lostirc/fileEND-of-lostirc/files/patch-libirc_Socket.h +exit + diff --git a/irc/lostirc/pkg-comment b/irc/lostirc/pkg-comment new file mode 100644 index 000000000000..b30aba861f7e --- /dev/null +++ b/irc/lostirc/pkg-comment @@ -0,0 +1 @@ +LostIRC is a simple and minimal IRC client for X diff --git a/irc/lostirc/pkg-descr b/irc/lostirc/pkg-descr new file mode 100644 index 000000000000..ad04f7d08a36 --- /dev/null +++ b/irc/lostirc/pkg-descr @@ -0,0 +1,16 @@ +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 new file mode 100644 index 000000000000..86e1a6a8f8ac --- /dev/null +++ b/irc/lostirc/pkg-plist @@ -0,0 +1,9 @@ +share/gnome/apps/Internet/lostirc.desktop +bin/lostirc +%%PORTDOCS%%share/doc/lostirc/AUTHORS +%%PORTDOCS%%share/doc/lostirc/COPYING +%%PORTDOCS%%share/doc/lostirc/ChangeLog +%%PORTDOCS%%share/doc/lostirc/INSTALL +%%PORTDOCS%%share/doc/lostirc/README +%%PORTDOCS%%share/doc/lostirc/TODO +%%PORTDOCS%%@dirrm share/doc/lostirc |