ports/103305: [NEW PORT] comms/xwota: X version of who is on the air

Diane Bruce db at db.net
Fri Sep 15 17:10:28 UTC 2006


>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 at 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 <db at db.net
X#
X# $FreeBSD:$
X#
X
XPORTNAME=	xwota
XPORTVERSION=	0.4
XCATEGORIES=	comms hamradio
XMASTER_SITES=	http://people.fabaris.it/iz0ete/xwota/
X
XMAINTAINER=	db at db.net
XCOMMENT=	X version of who is on the air
X
XUSE_GNOME=	gtk20
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XUSE_AUTOTOOLS=	libtool:15
X
Xpost-install:
X.if	!defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for	d in ${WRKSRC}/README \
X	${WRKSRC}/COPYING \
X	${WRKSRC}/AUTHORS \
X	${WRKSRC}/ChangeLog \
X	${WRKSRC}/INSTALL \
X	${WRKSRC}/NEWS \
X	${WRKSRC}/TODO
X	@${INSTALL_DATA} ${WRKSRC}/${d} ${DOCSDIR}
X.endfor
X	@${ECHO} ""
X	@${ECHO} "xwota docs installed in ${DOCSDIR}"
X	@${ECHO} ""
X.endif
X
X.include <bsd.port.mk>
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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list