Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2002 01:29:06 +0100 (CET)
From:      Morten Brix Pedersen <morten@wtf.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46605: update of LostIRC port
Message-ID:  <200212290029.gBT0T6143145@mysql.dailyrush.dk>

next in thread | raw e-mail | index | archive | help

>Number:         46605
>Category:       ports
>Synopsis:       update of LostIRC port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 28 16:30:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Morten Brix Pedersen
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD foo.dk 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Fri Feb 22 20:49:06 GMT 2002 root@foo.dk:/usr/src/sys/compile/MYKERNEL i386


>Description:
The current maintainer has for some months now not responded to my emails requesting a new version of the LostIRC port. So I'm submitting one myself.

The current version is very outdated and has some serious bugs which on some systems causes the application to abort when starting it. The new version also comes with many, many new features.

>How-To-Repeat:

>Fix:
diff -r -u lostirc_old/distinfo lostirc/distinfo
--- lostirc_old/distinfo        2002-12-29 01:05:20.000000000 +0100
+++ lostirc/distinfo    2002-12-29 01:04:58.000000000 +0100
@@ -1 +1 @@
-MD5 (lostirc-0.1.4.tar.gz) = 3c0f826692622c67912d70ef6cc47051
+MD5 (lostirc-0.2.4.tar.gz) = 5a22d2c4e651a36bd355c4408cb14ab7
diff -r -u lostirc_old/Makefile lostirc/Makefile
--- lostirc_old/Makefile        2002-12-29 01:05:06.000000000 +0100
+++ lostirc/Makefile    2002-12-29 01:10:54.000000000 +0100
@@ -6,24 +6,24 @@
 #
 
 PORTNAME=      lostirc
-PORTVERSION=   0.1.4
+PORTVERSION=   0.2.4
 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++
+LIB_DEPENDS=   gtkmm:${PORTSDIR}/x11-toolkits/gtk--2 \
+               sigc:${PORTSDIR}/devel/libsigc++12
 
 USE_X_PREFIX=  yes
 USE_GNOMENG=   yes
-USE_GNOME=     gtk12
+USE_GNOME=     gtk20
 GNU_CONFIGURE= yes
 
 MAN1=  lostirc.1
 
-DOCS=  AUTHORS COPYING ChangeLog TODO README INSTALL
+DOCS=  AUTHORS COPYING ChangeLog TODO README INSTALL NEWS
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -r -u lostirc_old/pkg-descr lostirc/pkg-descr
--- lostirc_old/pkg-descr       2002-12-29 01:05:06.000000000 +0100
+++ lostirc/pkg-descr   2002-12-29 01:06:05.000000000 +0100
@@ -1,15 +1,8 @@
-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
+LostIRC is a simple, yet very useful IRC client. It has features such as
+tab-autocompletion, multiple server support, automatic joining of
+servers/channels, logging and DCC sending which should cover the needs of most
+people. Another goal that the application has in mind, is 100% keyboard
+controlability. It was written using the gtkmm GUI library.

 WWW: http://lostirc.sourceforge.net/

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212290029.gBT0T6143145>