aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-07-29 05:17:51 +0800
committerrene <rene@FreeBSD.org>2018-07-29 05:17:51 +0800
commita7bf984ac59bf798adc75ced8df745d1a6b4c4d5 (patch)
tree0ecfdbc2e641aebb618da3df0fef5745df0e2d53 /comms
parent4226ad6ce501e242a8701dbbc436ee61c9481e45 (diff)
downloadfreebsd-ports-gnome-a7bf984ac59bf798adc75ced8df745d1a6b4c4d5.tar.gz
freebsd-ports-gnome-a7bf984ac59bf798adc75ced8df745d1a6b4c4d5.tar.zst
freebsd-ports-gnome-a7bf984ac59bf798adc75ced8df745d1a6b4c4d5.zip
Remove expired ports:
2018-07-27 comms/xwota: No server message and no upstream releases 2018-07-27 audio/glame: Does not build
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile1
-rw-r--r--comms/xwota/Makefile37
-rw-r--r--comms/xwota/distinfo2
-rw-r--r--comms/xwota/files/patch-Makefile.in19
-rw-r--r--comms/xwota/files/patch-src_stuff.c19
-rw-r--r--comms/xwota/pkg-descr11
-rw-r--r--comms/xwota/pkg-plist9
7 files changed, 0 insertions, 98 deletions
diff --git a/comms/Makefile b/comms/Makefile
index b40fe881168b..a4a0a08d3ab2 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -204,7 +204,6 @@
SUBDIR += xmorse
SUBDIR += xnec2c
SUBDIR += xnecview
- SUBDIR += xwota
SUBDIR += yaac
SUBDIR += yagiuda
SUBDIR += yaps
diff --git a/comms/xwota/Makefile b/comms/xwota/Makefile
deleted file mode 100644
index ce5d7f060812..000000000000
--- a/comms/xwota/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Diane Bruce <db@db.net>
-# $FreeBSD$
-
-PORTNAME= xwota
-PORTVERSION= 0.4
-PORTREVISION= 8
-CATEGORIES= comms hamradio
-MASTER_SITES= http://people.fabaris.it/iz0ete/xwota/ \
- LOCAL/db
-
-MAINTAINER= hamradio@FreeBSD.org
-COMMENT= X version of who is on the air
-
-LICENSE= GPLv2
-
-DEPRECATED= No server message and no upstream releases
-EXPIRATION_DATE= 2018-07-27
-
-USES= gmake pkgconfig libtool
-USE_GNOME= gtk20
-GNU_CONFIGURE= yes
-
-OPTIONS_DEFINE= DOCS
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for d in ${WRKSRC}/README \
- ${WRKSRC}/COPYING \
- ${WRKSRC}/AUTHORS \
- ${WRKSRC}/ChangeLog \
- ${WRKSRC}/INSTALL \
- ${WRKSRC}/NEWS \
- ${WRKSRC}/TODO
- ${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/comms/xwota/distinfo b/comms/xwota/distinfo
deleted file mode 100644
index d068c14afd6a..000000000000
--- a/comms/xwota/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xwota-0.4.tar.gz) = 8c8f996270e4e93769ba0604c94bfaf5f8226b43eccb0b39c4938e4b5a7eec3c
-SIZE (xwota-0.4.tar.gz) = 359457
diff --git a/comms/xwota/files/patch-Makefile.in b/comms/xwota/files/patch-Makefile.in
deleted file mode 100644
index 64a1534abe18..000000000000
--- a/comms/xwota/files/patch-Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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:
-
diff --git a/comms/xwota/files/patch-src_stuff.c b/comms/xwota/files/patch-src_stuff.c
deleted file mode 100644
index 4ffb37bcd237..000000000000
--- a/comms/xwota/files/patch-src_stuff.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/stuff.c.orig 2006-07-28 12:00:10.000000000 -0400
-+++ src/stuff.c 2009-08-04 12:03:56.000000000 -0400
-@@ -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()
-@@ -330,7 +331,7 @@
- GtkTreePath *path;
- GtkWidget *spot_list;
-
--char eor[5];
-+char eor[6];
- char *p_eor;
- gchar *call,*freq,*country,*state,*grid,*county,*lat,*longitude,*status,*comments,*program,*f1,*f2,*d_ate,*t_ime;
- char datetime[50],latlong[50],status_comment[30],display_country[50];
diff --git a/comms/xwota/pkg-descr b/comms/xwota/pkg-descr
deleted file mode 100644
index 57cade46b418..000000000000
--- a/comms/xwota/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-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/
diff --git a/comms/xwota/pkg-plist b/comms/xwota/pkg-plist
deleted file mode 100644
index bf37e0d2c42e..000000000000
--- a/comms/xwota/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-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