aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-09-07 18:10:11 +0800
committerbapt <bapt@FreeBSD.org>2011-09-07 18:10:11 +0800
commitca62104eff975f45f9c05b3acf76a1ddb718df29 (patch)
tree0e769b6780c7274f6387005dab17b12015deb53e /net
parent1937baea6c939570879dfae03ab85994c21838ba (diff)
downloadfreebsd-ports-gnome-ca62104eff975f45f9c05b3acf76a1ddb718df29.tar.gz
freebsd-ports-gnome-ca62104eff975f45f9c05b3acf76a1ddb718df29.tar.zst
freebsd-ports-gnome-ca62104eff975f45f9c05b3acf76a1ddb718df29.zip
2011-09-01 korean/hlatexfonts-ocf: No more public distfiles
2011-09-01 korean/pgp.language: No more public distfiles 2011-09-01 games/xgammon: No more public distfiles 2011-09-01 korean/hanIM: No more public distfiles 2011-09-01 misc/gplbp: No more public distfiles 2011-09-01 net/vyqchat: No more public distfiles 2011-09-01 news/xmitbin: No more public distfiles 2011-09-01 games/tvp: No more public distfiles 2011-09-01 games/glasteroids: No more public distfiles 2011-09-01 games/xscrabble: No more public distfiles 2011-09-01 games/xbat: No more public distfiles 2011-09-01 korean/hanmiscutils: No more public distfiles 2011-09-01 net-p2p/hagelslag: No more public distfiles 2011-09-01 games/cgoban2: No more public distfiles 2011-09-01 games/krosswordplayer: No more public distfiles 2011-09-01 korean/helvis: No more public distfiles 2011-09-01 print/mgv: No more public distfiles 2011-09-01 japanese/linux-JM: No more public distfiles 2011-09-01 games/xlines: No more public distfiles 2011-09-01 games/xgame: No more public distfiles 2011-09-01 net/ttt: No more public distfiles 2011-09-01 games/merlin: No more public distfiles 2011-09-01 games/xshisen: No more public distfiles 2011-09-01 games/slige: No more public distfiles 2011-09-01 games/wmtimebomb: No more public distfiles 2011-09-01 net-mgmt/cfgstoragemk: No more public distfiles
Diffstat (limited to 'net')
-rw-r--r--net/Makefile2
-rw-r--r--net/ttt/Makefile35
-rw-r--r--net/ttt/distinfo2
-rw-r--r--net/ttt/files/patch-net_names.c21
-rw-r--r--net/ttt/files/patch-net_read.c17
-rw-r--r--net/ttt/files/patch-node.c20
-rw-r--r--net/ttt/pkg-descr15
-rw-r--r--net/ttt/pkg-plist5
-rw-r--r--net/vyqchat/Makefile46
-rw-r--r--net/vyqchat/distinfo2
-rw-r--r--net/vyqchat/files/patch-src-settings.cpp21
-rw-r--r--net/vyqchat/files/patch-src-sound.cpp10
-rw-r--r--net/vyqchat/files/patch-src-user.cpp13
-rw-r--r--net/vyqchat/files/patch-src-vcprotocol.cpp10
-rw-r--r--net/vyqchat/pkg-descr9
-rw-r--r--net/vyqchat/pkg-plist42
16 files changed, 0 insertions, 270 deletions
diff --git a/net/Makefile b/net/Makefile
index 63d95daf63d0..171f30f5c50e 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1111,7 +1111,6 @@
SUBDIR += tsocks
SUBDIR += ttbudget
SUBDIR += ttlscan
- SUBDIR += ttt
SUBDIR += tucan
SUBDIR += twinkle
SUBDIR += twitux
@@ -1145,7 +1144,6 @@
SUBDIR += vnstat
SUBDIR += vserver
SUBDIR += vtun
- SUBDIR += vyqchat
SUBDIR += wackamole
SUBDIR += wackford-squeers
SUBDIR += wakeonlan
diff --git a/net/ttt/Makefile b/net/ttt/Makefile
deleted file mode 100644
index 1421233d73e7..000000000000
--- a/net/ttt/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: ttt
-# Date created: 22 September 1998
-# Whom: Kenjiro Cho <kjc@csl.sony.co.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ttt
-PORTVERSION= 1.8.2
-PORTREVISION= 3
-CATEGORIES= net tk ipv6
-MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Tele Traffic Tapper, a network traffic monitoring tool
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-BROKEN= Does not fetch
-
-LIB_DEPENDS= BLT24:${PORTSDIR}/x11-toolkits/blt
-
-USE_TK= 84+
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER} \
- --with-tk=${LOCALBASE}/lib/tk${TK_VER}
-INSTALL_TARGET= install install-man
-MAN1= ttt.1 tttprobe.1 tttview.1
-
-post-configure:
- ${REINPLACE_CMD} 's|^CFLAGS *=.*|CFLAGS=${CFLAGS}|' \
- ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>
diff --git a/net/ttt/distinfo b/net/ttt/distinfo
deleted file mode 100644
index 3e5595e645f7..000000000000
--- a/net/ttt/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ttt-1.8.2.tar.gz) = 15ae1d935d9461b7f73ab1c06ed789ccc77f166c71c705a56191378dbcb14c03
-SIZE (ttt-1.8.2.tar.gz) = 138877
diff --git a/net/ttt/files/patch-net_names.c b/net/ttt/files/patch-net_names.c
deleted file mode 100644
index 3221c40ea399..000000000000
--- a/net/ttt/files/patch-net_names.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- net_names.c.orig 2004-08-14 14:32:15.000000000 +0200
-+++ net_names.c 2007-10-02 00:07:03.000000000 +0200
-@@ -161,6 +161,9 @@
- return NULL;
- }
-
-+static char *inet6_ntoa(uint32_t *addr); /* should be replaced by addr2ascii */
-+
-+
- char *net_getname(long type, long *id)
- {
- char *buf, *name;
-@@ -261,8 +264,6 @@
- case TTTTYPE_IPV6HOST:
- {
- u_int32_t tmp[4];
-- static char *inet6_ntoa(u_int32_t *addr); /* should be replaced
-- by addr2ascii */
- if ((buf = malloc(sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx")))
- == NULL)
- fatal_error("get_protoname: no memory\n");
diff --git a/net/ttt/files/patch-net_read.c b/net/ttt/files/patch-net_read.c
deleted file mode 100644
index 3f533b0b4732..000000000000
--- a/net/ttt/files/patch-net_read.c
+++ /dev/null
@@ -1,17 +0,0 @@
-
- Included patch fixes the problem
-
---- patch-net_read.c begins here ---
---- net_read.c.orig Tue May 29 11:16:23 2007
-+++ net_read.c Tue May 29 11:16:48 2007
-@@ -58,6 +58,7 @@
- #include <sys/socket.h>
- #include <sys/ioctl.h>
- #include <net/if.h>
-+#include <net/bpf.h>
- #ifdef __OpenBSD__
- #include <net/if_pflog.h>
- #endif
---- patch-net_read.c ends here ---
-
-
diff --git a/net/ttt/files/patch-node.c b/net/ttt/files/patch-node.c
deleted file mode 100644
index e06d07bb7047..000000000000
--- a/net/ttt/files/patch-node.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- node.c.orig 2004-05-19 12:20:44.000000000 +0200
-+++ node.c 2007-10-02 00:27:29.000000000 +0200
-@@ -89,7 +89,7 @@
- static int b_collectgarbage(int tab_no);
- static int b_countfree(int tab_no);
- static struct t_node *b_getfree(int tab_no);
--static int fls(int i);
-+int fls(int i);
- #ifdef IPV6
- static int node_comp_id(long *a, long *b);
- #endif
-@@ -599,7 +599,7 @@
- }
-
- /* fls - find last set bit --- reverse function of vax ffs */
--static int fls(int i)
-+ int fls(int i)
- {
- int index;
-
diff --git a/net/ttt/pkg-descr b/net/ttt/pkg-descr
deleted file mode 100644
index 25d2086aa995..000000000000
--- a/net/ttt/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
- TTT: Tele Traffic Tapper
-
-ttt is yet another descendant of tcpdump but it is capable of real-time,
-graphical, and remote traffic-monitoring. ttt won't replace tcpdump,
-rather, it helps you find out what to look into with tcpdump.
-
-Features:
- - Automatic Ranking of Protocols and Hosts
- - Real-Time Monitoring
- - Remote Monitoring with IP-Multicast support
- - IPv6 Aware: (experimental)
- - Portable
- - Easy to customize
-
-WWW: http://www.sonycsl.co.jp/~kjc/software.html#ttt
diff --git a/net/ttt/pkg-plist b/net/ttt/pkg-plist
deleted file mode 100644
index 57f9308c80fc..000000000000
--- a/net/ttt/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/ttt
-bin/tttprobe
-bin/tttview
-lib/ttt/ttt.tcl
-@dirrm lib/ttt
diff --git a/net/vyqchat/Makefile b/net/vyqchat/Makefile
deleted file mode 100644
index 24825c53a88f..000000000000
--- a/net/vyqchat/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: vyqchat
-# Date created: 25 August 2005
-# Whom: vic_semionov
-#
-# $FreeBSD$
-#
-
-PORTNAME= vyqchat
-PORTVERSION= 0.2.9
-CATEGORIES= net
-MASTER_SITES= http://www.linux-projects.net/d/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Qt LAN chat, compatible with Vypress Chat
-
-BROKEN= unfetchable
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-USE_QT_VER= 3
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-Qt-dir=${QT_PREFIX}
-
-QTCFGLIBS= ${PTHREAD_LIBS}
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_ARTS)
-LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts
-.else
-CONFIGURE_ARGS+=--without-arts
-.endif
-
-.if defined(WITH_LIBAO)
-LIB_DEPENDS+= ao:${PORTSDIR}/audio/libao
-.else
-CONFIGURE_ARGS+=--without-libao
-.endif
-
-.if !defined(WITHOUT_ARTS) || defined(WITH_LIBAO)
-LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net/vyqchat/distinfo b/net/vyqchat/distinfo
deleted file mode 100644
index fe097cbdeaf4..000000000000
--- a/net/vyqchat/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (vyqchat-0.2.9.tar.gz) = 113f9fc2959eebc3344464cb47243e6b1c2b6428587a5afd85b7faaa0ff987d1
-SIZE (vyqchat-0.2.9.tar.gz) = 415762
diff --git a/net/vyqchat/files/patch-src-settings.cpp b/net/vyqchat/files/patch-src-settings.cpp
deleted file mode 100644
index 1e6601b5ebb6..000000000000
--- a/net/vyqchat/files/patch-src-settings.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/settings.cpp.orig 2006-05-16 05:34:35.000000000 +0900
-+++ src/settings.cpp 2011-03-16 13:57:41.000000000 +0900
-@@ -12,14 +12,14 @@
-
- #include "global.h"
- #include "settings.h"
-+#include <stdlib.h>
- #include <unistd.h>
- #include <sys/ioctl.h>
--#include <net/if.h>
--#include <netinet/in.h>
--#include <sys/socket.h>
- #include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
--#include <stdlib.h>
-+#include <net/if.h>
-
- Settings::Settings() /*{{{*/
- {
diff --git a/net/vyqchat/files/patch-src-sound.cpp b/net/vyqchat/files/patch-src-sound.cpp
deleted file mode 100644
index 9119cf1d8d3a..000000000000
--- a/net/vyqchat/files/patch-src-sound.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/sound.cpp.orig 2010-06-06 16:28:57.000000000 +0200
-+++ src/sound.cpp 2010-06-06 16:29:34.000000000 +0200
-@@ -173,6 +173,7 @@ void SoundLibAo::play(VyEvent evt)/*{{{*
- {
- ao_sample_format frmt;
-
-+ memset(&frmt, 0, sizeof(frmt));
- frmt.bits = sizeof(short) << 3;
- frmt.channels = sfinf[evt].channels;
- frmt.rate = sfinf[evt].samplerate;
diff --git a/net/vyqchat/files/patch-src-user.cpp b/net/vyqchat/files/patch-src-user.cpp
deleted file mode 100644
index 960845e644c6..000000000000
--- a/net/vyqchat/files/patch-src-user.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/user.cpp Mon Jul 18 21:54:08 2005
-+++ src/user.cpp Sun Sep 18 21:48:55 2005
-@@ -42,7 +42,9 @@
-
- int User::height(const QListBox *lb) const/*{{{*/
- {
-- return QMAX(lb->fontMetrics().height(), Icons::icon_user.pixmap(QIconSet::Small, true).height());
-+ int h1 = lb->fontMetrics().height();
-+ int h2 = Icons::icon_user.pixmap(QIconSet::Small, true).height();
-+ return QMAX(h1, h2);
- }/*}}}*/
-
- int User::width(const QListBox *lb) const/*{{{*/
diff --git a/net/vyqchat/files/patch-src-vcprotocol.cpp b/net/vyqchat/files/patch-src-vcprotocol.cpp
deleted file mode 100644
index 4080a2830c72..000000000000
--- a/net/vyqchat/files/patch-src-vcprotocol.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/vcprotocol.cpp Mon Jul 18 21:58:26 2005
-+++ src/vcprotocol.cpp Sun Sep 18 21:21:41 2005
-@@ -20,6 +20,7 @@
- #include <unistd.h>
- #include <fcntl.h>
- #include <stdlib.h>
-+#include <time.h>
- #include <iostream>
-
- //
diff --git a/net/vyqchat/pkg-descr b/net/vyqchat/pkg-descr
deleted file mode 100644
index 3a5c3866848e..000000000000
--- a/net/vyqchat/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-VyQChat is a real-time, text-based, serverless chat program dedicated to LANs,
-that runs on Linux using Qt/X11 library. It is almost 100% compatible with
-Vypress Chat(TM) for Windows. It allows you to chat with friends on public or
-private channels, send and recieve messages etc. The GUI is meant to be
-user-friendly and lets you to do most things with mouse. There is also optional
-sound support. VyQChat has been written in C++ and requires Qt library, version
-3.x.
-
-WWW: http://www.linux-projects.net/projects
diff --git a/net/vyqchat/pkg-plist b/net/vyqchat/pkg-plist
deleted file mode 100644
index 65f26be46665..000000000000
--- a/net/vyqchat/pkg-plist
+++ /dev/null
@@ -1,42 +0,0 @@
-bin/vyqchat
-%%DATADIR%%/crystal/beep.png
-%%DATADIR%%/crystal/cancel.png
-%%DATADIR%%/crystal/channel.png
-%%DATADIR%%/crystal/channel_alert.png
-%%DATADIR%%/crystal/channel_normal.png
-%%DATADIR%%/crystal/comm.png
-%%DATADIR%%/crystal/enter.png
-%%DATADIR%%/crystal/info.png
-%%DATADIR%%/crystal/massmessage.png
-%%DATADIR%%/crystal/message.png
-%%DATADIR%%/crystal/priv.png
-%%DATADIR%%/crystal/priv_alert.png
-%%DATADIR%%/crystal/settings.png
-%%DATADIR%%/crystal/themeinfo
-%%DATADIR%%/crystal/user.png
-%%DATADIR%%/crystal/user_away.png
-%%DATADIR%%/crystal/user_dnd.png
-%%DATADIR%%/crystal/user_offline.png
-%%DATADIR%%/default/channel.png
-%%DATADIR%%/default/channel_alert.png
-%%DATADIR%%/default/channel_normal.png
-%%DATADIR%%/default/comm.png
-%%DATADIR%%/default/enter.png
-%%DATADIR%%/default/info.png
-%%DATADIR%%/default/massmessage.png
-%%DATADIR%%/default/message.png
-%%DATADIR%%/default/priv.png
-%%DATADIR%%/default/priv_alert.png
-%%DATADIR%%/default/settings.png
-%%DATADIR%%/default/themeinfo
-%%DATADIR%%/default/user.png
-%%DATADIR%%/default/user_away.png
-%%DATADIR%%/default/user_dnd.png
-%%DATADIR%%/default/user_offline.png
-%%DATADIR%%/tr/vyqchat_pl.qm
-%%DATADIR%%/tr/vyqchat_ru.qm
-%%DATADIR%%/tr/vyqchat_tr.qm
-@dirrm %%DATADIR%%/tr
-@dirrm %%DATADIR%%/default
-@dirrm %%DATADIR%%/crystal
-@dirrm %%DATADIR%%