From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 15 17:10:28 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7AE016A521 for ; Fri, 15 Sep 2006 17:10:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB89A43D94 for ; Fri, 15 Sep 2006 17:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8FHALnZ080022 for ; Fri, 15 Sep 2006 17:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8FHALHX080021; Fri, 15 Sep 2006 17:10:21 GMT (envelope-from gnats) Resent-Date: Fri, 15 Sep 2006 17:10:21 GMT Resent-Message-Id: <200609151710.k8FHALHX080021@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Diane Bruce Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42A0B16A403 for ; Fri, 15 Sep 2006 17:06:50 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (heceta.db.net [142.46.199.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE86F43D66 for ; Fri, 15 Sep 2006 17:06:49 +0000 (GMT) (envelope-from db@db.net) Received: from db by diana.db.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1GOH9I-000DDP-LH for FreeBSD-gnats-submit@freebsd.org; Fri, 15 Sep 2006 13:06:44 -0400 Message-Id: Date: Fri, 15 Sep 2006 13:06:44 -0400 From: Diane Bruce Sender: Diane Bruce To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/103305: [NEW PORT] comms/xwota: X version of who is on the air X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2006 17:10:28 -0000 >Number: 103305 >Category: ports >Synopsis: [NEW PORT] comms/xwota: X version of who is on the air >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 15 17:10:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Diane Bruce >Release: FreeBSD 4.11-RELEASE-p9 i386 >Organization: none >Environment: System: FreeBSD heceta.db.net 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #4: Tue May 17 16:07:52 EDT 2005 >Description: Xwota is a very simple Linux/FreeBSD/xBSD client for the WOTA Database (Who is On The Air Database) written by me (IZ0ETE). It's very similar to a DX Cluster client, but it works with the WOTA server. If you don't known what is the WOTA DB, please read some info at http://www.wotadb.org. It's written in C and GTK, and it should work on the latest Linux/BSD distributions. Please report to me your successful installation. (Linux, FreeBSD at the moment) WWW: http://people.fabaris.it/iz0ete/xwota/ - Diane VA3DB db@db.net Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- xwota-0.4.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xwota # xwota/Makefile # xwota/files # xwota/files/patch-src_stuff.c # xwota/files/patch-Makefile.in # xwota/pkg-descr # xwota/pkg-plist # xwota/distinfo # echo c - xwota mkdir -p xwota > /dev/null 2>&1 echo x - xwota/Makefile sed 's/^X//' >xwota/Makefile << 'END-of-xwota/Makefile' X# New ports collection makefile for: xwota X# Date created: September 13 2006 X# Whom: Diane Bruce END-of-xwota/Makefile echo c - xwota/files mkdir -p xwota/files > /dev/null 2>&1 echo x - xwota/files/patch-src_stuff.c sed 's/^X//' >xwota/files/patch-src_stuff.c << 'END-of-xwota/files/patch-src_stuff.c' X--- src/stuff.c.orig Wed Sep 13 15:23:19 2006 X+++ src/stuff.c Wed Sep 13 15:24:18 2006 X@@ -22,6 +22,7 @@ X #include "global.h" X #include "stuff.h" X X+void private_messages_log(gchar *date_msg_log,gchar *time_log,gchar *from,gchar *to,gchar *text); X X X int load_preferences() END-of-xwota/files/patch-src_stuff.c echo x - xwota/files/patch-Makefile.in sed 's/^X//' >xwota/files/patch-Makefile.in << 'END-of-xwota/files/patch-Makefile.in' X--- Makefile.in.orig Fri Jul 21 04:43:39 2006 X+++ Makefile.in Fri Sep 15 12:12:49 2006 X@@ -593,7 +593,6 @@ X done X install: install-recursive X install-exec: install-exec-recursive X-install-data: install-data-recursive X uninstall: uninstall-recursive X X install-am: all-am X@@ -635,7 +634,7 @@ X X info-am: X X-install-data-am: install-xwotadocDATA X+install-data-am: X X install-exec-am: X END-of-xwota/files/patch-Makefile.in echo x - xwota/pkg-descr sed 's/^X//' >xwota/pkg-descr << 'END-of-xwota/pkg-descr' XXwota is a very simple Linux/FreeBSD/xBSD client for the WOTA Database X(Who is On The Air Database) written by me (IZ0ETE). XIt's very similar to a DX Cluster client, but it works with the WOTA server. XIf you don't known what is the WOTA DB, please read some info at Xhttp://www.wotadb.org. XIt's written in C and GTK, and it should work on the latest XLinux/BSD distributions. XPlease report to me your successful installation. (Linux, FreeBSD at the moment) X X XWWW: http://people.fabaris.it/iz0ete/xwota/ X X- Diane VA3DB Xdb@db.net END-of-xwota/pkg-descr echo x - xwota/pkg-plist sed 's/^X//' >xwota/pkg-plist << 'END-of-xwota/pkg-plist' Xbin/xwota X%%DATADIR%%/country.txt X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog X%%PORTDOCS%%%%DOCSDIR%%/COPYING X%%PORTDOCS%%%%DOCSDIR%%/INSTALL X%%PORTDOCS%%%%DOCSDIR%%/NEWS X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/TODO X@dirrm %%DATADIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-xwota/pkg-plist echo x - xwota/distinfo sed 's/^X//' >xwota/distinfo << 'END-of-xwota/distinfo' XMD5 (xwota-0.4.tar.gz) = 598b96037c27c3bff4d0146750cc5574 XSHA256 (xwota-0.4.tar.gz) = 8c8f996270e4e93769ba0604c94bfaf5f8226b43eccb0b39c4938e4b5a7eec3c XSIZE (xwota-0.4.tar.gz) = 359457 END-of-xwota/distinfo exit --- xwota-0.4.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: