1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

add lostirc 0.1.2

LostIRC is a simple and minimal IRC client for X

PR:		40064
Submitted by:	Juan Salaverria <rael@vectorstar.net>
This commit is contained in:
Ying-Chieh Liao 2002-07-01 14:34:53 +00:00
parent 129c2df17b
commit 8aa5a5050f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62271
7 changed files with 78 additions and 0 deletions

View File

@ -24,6 +24,7 @@
SUBDIR += liece
SUBDIR += liece-dcc
SUBDIR += liece-emacs20
SUBDIR += lostirc
SUBDIR += muh
SUBDIR += nethirc
SUBDIR += ninja

35
irc/lostirc/Makefile Normal file
View File

@ -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>

1
irc/lostirc/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (lostirc-0.1.2.tar.gz) = 89518342feaeb5a64d2b3204071a3a50

View File

@ -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

1
irc/lostirc/pkg-comment Normal file
View File

@ -0,0 +1 @@
LostIRC is a simple and minimal IRC client for X

16
irc/lostirc/pkg-descr Normal file
View File

@ -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

9
irc/lostirc/pkg-plist Normal file
View File

@ -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