diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-01 14:34:53 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-01 14:34:53 +0000 |
commit | a95477f8c5553d19abacbb44a888fcc7bc8f58c3 (patch) | |
tree | 5f7cd4aab0e087598a7fcee578c30a03c92fa490 /irc | |
parent | 75821f508a31f1f7defa0a0d170ca71eccb7385f (diff) | |
download | FreeBSD-ports-a95477f8c5553d19abacbb44a888fcc7bc8f58c3.zip FreeBSD-ports-a95477f8c5553d19abacbb44a888fcc7bc8f58c3.tar.gz |
add lostirc 0.1.2
LostIRC is a simple and minimal IRC client for X
PR: 40064
Submitted by: Juan Salaverria <rael@vectorstar.net>
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 3f971e5..7942177 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 0000000..18449d1 --- /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 0000000..a823881 --- /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 0000000..be72d7c --- /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 0000000..b30aba8 --- /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 0000000..ad04f7d --- /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 0000000..86e1a6a --- /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 |