ports/65977: New port: comms/xdx TCP/IP DX-cluster client for Amateur Radio

Carl Makin carl at stagecraft.cx
Mon Apr 26 05:40:12 UTC 2004


>Number:         65977
>Category:       ports
>Synopsis:       New port: comms/xdx TCP/IP DX-cluster client for Amateur Radio
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 25 22:40:11 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Carl Makin
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD bumper.stagecraft.cx 4.9-STABLE FreeBSD 4.9-STABLE #14: Sun Feb 8 19:11:25 EST 2004 carl at bumper.stagecraft.cx:/usr/obj/usr/src/sys/BUMPER i386


	
>Description:
xdx - tcp/ip DX-cluster client for Amateur Radio
================================================
 
Xdx is a DX-cluster client which shows a list with DX announcements and a
separate text widget with WWV, WCY, "To ALL" and other server messages.


WWW: http://www.qsl.net/pg4i/linux/xdx.html

	
>How-To-Repeat:
	
>Fix:
See attached shar file for new port.
	

--- xdx.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:
#
#	xdx
#	xdx/distinfo
#	xdx/pkg-plist
#	xdx/pkg-descr
#	xdx/Makefile
#	xdx/files
#	xdx/files/patch-Makefile.in
#	xdx/files/patch-net.c
#
echo c - xdx
mkdir -p xdx > /dev/null 2>&1
echo x - xdx/distinfo
sed 's/^X//' >xdx/distinfo << 'END-of-xdx/distinfo'
XMD5 (xdx-1.1.tar.gz) = 7dd266838f1da12f09752b3068b32f71
XSIZE (xdx-1.1.tar.gz) = 194165
END-of-xdx/distinfo
echo x - xdx/pkg-plist
sed 's/^X//' >xdx/pkg-plist << 'END-of-xdx/pkg-plist'
Xbin/xdx
Xshare/xdx/MANUAL
Xshare/xdx/pixmaps/bigsmile.png
Xshare/xdx/pixmaps/cry.png
Xshare/xdx/pixmaps/sad.png
Xshare/xdx/pixmaps/smile.png
Xshare/xdx/pixmaps/wink.png
Xshare/xdx/pixmaps/xdx.png
Xshare/xdx/pixmaps/xdx.xcf
Xshare/xdx/pixmaps/xdx.xpm
X at dirrm share/xdx/pixmaps
X at dirrm share/xdx
END-of-xdx/pkg-plist
echo x - xdx/pkg-descr
sed 's/^X//' >xdx/pkg-descr << 'END-of-xdx/pkg-descr'
Xxdx - tcp/ip DX-cluster client for Amateur Radio
X================================================
X 
XXdx is a DX-cluster client which shows a list with DX announcements and a
Xseparate text widget with WWV, WCY, "To ALL" and other server messages.
X
X
XWWW: http://www.qsl.net/pg4i/linux/xdx.html
X
X
X- Carl
Xcarl at stagecraft.cx
END-of-xdx/pkg-descr
echo x - xdx/Makefile
sed 's/^X//' >xdx/Makefile << 'END-of-xdx/Makefile'
X# New ports collection makefile for:   xdx
X# Date created:                21st April, 2004
X# Whom:                        Carl Makin <carl at stagecraft.cx>
X#
X# $FreeBSD:$
X#
X
XPORTNAME=	xdx
XPORTVERSION=	1.1
XCATEGORIES=	comms
XMASTER_SITES=	http://www.qsl.net/pg4i/download/
X
XMAINTAINER=	carl at stagecraft.cx
XCOMMENT=	TCP/IP DX-cluster client for Amateur Radio
X
XGNU_CONFIGURE=		yes
XUSE_GMAKE=		yes
XUSE_GNOME=		gtk20
XUSE_X_PREFIX=		yes
X
X.include <bsd.port.mk>
END-of-xdx/Makefile
echo c - xdx/files
mkdir -p xdx/files > /dev/null 2>&1
echo x - xdx/files/patch-Makefile.in
sed 's/^X//' >xdx/files/patch-Makefile.in << 'END-of-xdx/files/patch-Makefile.in'
X--- src/Makefile.in.orig	Wed Apr 21 22:58:09 2004
X+++ src/Makefile.in	Wed Apr 21 22:58:26 2004
X@@ -133,12 +133,7 @@
X 	@PACKAGE_CFLAGS@ -I.. \
X 	-DPACKAGE_DATA_DIR=\"$(datadir)/xdx\" \
X 	-DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\" \
X-	-DPACKAGE_SOURCE_DIR=\"$(srcdir)\" \
X-	-DG_DISABLE_DEPRECATED \
X-	-DGDK_DISABLE_DEPRECATED \
X-	-DGDK_PIXBUF_DISABLE_DEPRECATED \
X-	-DGTK_DISABLE_DEPRECATED
X-
X+	-DPACKAGE_SOURCE_DIR=\"$(srcdir)\" 
X 
X bin_PROGRAMS = xdx
X 
END-of-xdx/files/patch-Makefile.in
echo x - xdx/files/patch-net.c
sed 's/^X//' >xdx/files/patch-net.c << 'END-of-xdx/files/patch-net.c'
X--- src/net.c.orig	Wed Apr 21 23:01:29 2004
X+++ src/net.c	Wed Apr 21 23:01:46 2004
X@@ -38,11 +38,11 @@
X #include <sys/types.h>
X #include <string.h>
X #include <errno.h>
X-#include <resolv.h>
X #include <netdb.h>
X #include <sys/socket.h>
X #include <netinet/in.h>
X #include <arpa/inet.h>
X+#include <resolv.h>
X #include <signal.h>
X #include <fcntl.h>
X #include <gtk/gtk.h>
END-of-xdx/files/patch-net.c
exit
--- xdx.shar ends here ---


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



More information about the freebsd-ports-bugs mailing list