mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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 PR: ports/103305 Submitted by: Diane Bruce <db at db.net
This commit is contained in:
parent
37e69c6cc7
commit
518cc42311
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173121
7 changed files with 102 additions and 0 deletions
|
@ -121,6 +121,7 @@
|
|||
SUBDIR += xdx
|
||||
SUBDIR += xlog
|
||||
SUBDIR += xnecview
|
||||
SUBDIR += xwota
|
||||
SUBDIR += yagiuda
|
||||
SUBDIR += yaps
|
||||
SUBDIR += yawmppp
|
||||
|
|
44
comms/xwota/Makefile
Normal file
44
comms/xwota/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# New ports collection makefile for: xwota
|
||||
# Date created: September 13 2006
|
||||
# Whom: Diane Bruce <db@db.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xwota
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= http://people.fabaris.it/iz0ete/xwota/
|
||||
|
||||
MAINTAINER= db@db.net
|
||||
COMMENT= X version of who is on the air
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for d in ${WRKSRC}/README \
|
||||
${WRKSRC}/COPYING \
|
||||
${WRKSRC}/AUTHORS \
|
||||
${WRKSRC}/ChangeLog \
|
||||
${WRKSRC}/INSTALL \
|
||||
${WRKSRC}/NEWS \
|
||||
${WRKSRC}/TODO
|
||||
@${INSTALL_DATA} ${WRKSRC}/${d} ${DOCSDIR}
|
||||
.endfor
|
||||
@${ECHO} ""
|
||||
@${ECHO} "xwota docs installed in ${DOCSDIR}"
|
||||
@${ECHO} ""
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= does not build 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
comms/xwota/distinfo
Normal file
3
comms/xwota/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (xwota-0.4.tar.gz) = 598b96037c27c3bff4d0146750cc5574
|
||||
SHA256 (xwota-0.4.tar.gz) = 8c8f996270e4e93769ba0604c94bfaf5f8226b43eccb0b39c4938e4b5a7eec3c
|
||||
SIZE (xwota-0.4.tar.gz) = 359457
|
19
comms/xwota/files/patch-Makefile.in
Normal file
19
comms/xwota/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,19 @@
|
|||
--- Makefile.in.orig Fri Jul 21 04:43:39 2006
|
||||
+++ Makefile.in Fri Sep 15 12:12:49 2006
|
||||
@@ -593,7 +593,6 @@
|
||||
done
|
||||
install: install-recursive
|
||||
install-exec: install-exec-recursive
|
||||
-install-data: install-data-recursive
|
||||
uninstall: uninstall-recursive
|
||||
|
||||
install-am: all-am
|
||||
@@ -635,7 +634,7 @@
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-xwotadocDATA
|
||||
+install-data-am:
|
||||
|
||||
install-exec-am:
|
||||
|
10
comms/xwota/files/patch-src_stuff.c
Normal file
10
comms/xwota/files/patch-src_stuff.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/stuff.c.orig Wed Sep 13 15:23:19 2006
|
||||
+++ src/stuff.c Wed Sep 13 15:24:18 2006
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "global.h"
|
||||
#include "stuff.h"
|
||||
|
||||
+void private_messages_log(gchar *date_msg_log,gchar *time_log,gchar *from,gchar *to,gchar *text);
|
||||
|
||||
|
||||
int load_preferences()
|
14
comms/xwota/pkg-descr
Normal file
14
comms/xwota/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
11
comms/xwota/pkg-plist
Normal file
11
comms/xwota/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
bin/xwota
|
||||
%%DATADIR%%/country.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Add table
Reference in a new issue