diff options
Diffstat (limited to 'net')
83 files changed, 0 insertions, 1829 deletions
diff --git a/net/Makefile b/net/Makefile index ca059d06adec..98b9a35e5f94 100644 --- a/net/Makefile +++ b/net/Makefile @@ -68,7 +68,6 @@ SUBDIR += bounce SUBDIR += bredbandskollen SUBDIR += bsdec2-image-upload - SUBDIR += bsdproxy SUBDIR += bsdrcmds SUBDIR += bwi-firmware-kmod SUBDIR += bwn-firmware-kmod @@ -181,7 +180,6 @@ SUBDIR += geoipupdate SUBDIR += get_iplayer SUBDIR += gfbgraph - SUBDIR += gini SUBDIR += gkrellmwireless2 SUBDIR += glflow SUBDIR += glib-networking @@ -293,7 +291,6 @@ SUBDIR += ipdecap SUBDIR += ipgrab SUBDIR += iplog - SUBDIR += ipsorc SUBDIR += ipsumdump SUBDIR += ipsvd SUBDIR += ipxe @@ -303,7 +300,6 @@ SUBDIR += isc-dhcp44-relay SUBDIR += isc-dhcp44-server SUBDIR += istgt - SUBDIR += jags SUBDIR += jakarta-commons-net SUBDIR += java-beepcore SUBDIR += jcifs @@ -399,7 +395,6 @@ SUBDIR += libmxp SUBDIR += libnatpmp SUBDIR += libnet - SUBDIR += libnetdude SUBDIR += libnfs SUBDIR += libnids SUBDIR += libnss-cache @@ -511,9 +506,7 @@ SUBDIR += ndpi SUBDIR += ndproxy SUBDIR += nepenthes - SUBDIR += nepim SUBDIR += net6 - SUBDIR += netatalk SUBDIR += netatalk3 SUBDIR += netcat SUBDIR += netdude @@ -539,7 +532,6 @@ SUBDIR += nmsg SUBDIR += nncp SUBDIR += nng - SUBDIR += nocatsplash SUBDIR += norm SUBDIR += nph SUBDIR += ns3 @@ -1076,7 +1068,6 @@ SUBDIR += py-libdnet SUBDIR += py-libfte SUBDIR += py-libnet - SUBDIR += py-libstorj SUBDIR += py-magic-wormhole SUBDIR += py-matrix-synapse-ldap3 SUBDIR += py-maxminddb @@ -1368,7 +1359,6 @@ SUBDIR += scapy SUBDIR += scnc SUBDIR += scr_ipfm - SUBDIR += scribe SUBDIR += sdl2_net SUBDIR += sdl_net SUBDIR += seda @@ -1531,7 +1521,6 @@ SUBDIR += wireshark-qt5 SUBDIR += wizd SUBDIR += wlan2eth - SUBDIR += wmlj SUBDIR += wmnd SUBDIR += wmnet SUBDIR += wmnet2 @@ -1548,7 +1537,6 @@ SUBDIR += x11vnc SUBDIR += x2goclient SUBDIR += x2goclient-cli - SUBDIR += xferstats SUBDIR += xipmsg SUBDIR += xisp SUBDIR += xmlrpc-c diff --git a/net/bsdproxy/Makefile b/net/bsdproxy/Makefile deleted file mode 100644 index f02b98bc7899..000000000000 --- a/net/bsdproxy/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: roam@FreeBSD.org -# $FreeBSD$ - -PORTNAME= bsdproxy -PORTVERSION= 0.04 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= http://daveb.net/bsdproxy/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -GNU_CONFIGURE= yes -USE_GNOME= glib12 - -PLIST_FILES= bin/${PORTNAME} -PORTDOCS= ChangeLog README - -OPTIONS_DEFINE= DOCS - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/net/bsdproxy/distinfo b/net/bsdproxy/distinfo deleted file mode 100644 index 455308fddf4e..000000000000 --- a/net/bsdproxy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bsdproxy-0.04.tar.gz) = 00f1e6bf966bf944af27e466c1f0bc3858958f3e605dab9f1663ef6590ff2ab7 -SIZE (bsdproxy-0.04.tar.gz) = 87273 diff --git a/net/bsdproxy/files/patch-accept_client.c b/net/bsdproxy/files/patch-accept_client.c deleted file mode 100644 index ea93c2b79d2f..000000000000 --- a/net/bsdproxy/files/patch-accept_client.c +++ /dev/null @@ -1,13 +0,0 @@ -diff -urN -x .svn ../../branches/vendor/bsdproxy/accept_client.c ./accept_client.c ---- ../../branches/vendor/bsdproxy/accept_client.c 2008-06-08 22:30:53.000000000 +0300 -+++ ./accept_client.c 2008-06-08 22:53:22.000000000 +0300 -@@ -14,9 +14,6 @@ - #include <errno.h> - #include "proxy_protos.h" - --extern int errno; -- -- - void - accept_client ( struct kevent *ke, struct mdata *md ) - { diff --git a/net/bsdproxy/files/patch-proxy.c b/net/bsdproxy/files/patch-proxy.c deleted file mode 100644 index 54ef3df887bb..000000000000 --- a/net/bsdproxy/files/patch-proxy.c +++ /dev/null @@ -1,13 +0,0 @@ -diff -urN -x .svn ../../branches/vendor/bsdproxy/proxy.c ./proxy.c ---- ../../branches/vendor/bsdproxy/proxy.c 2008-06-08 22:30:53.000000000 +0300 -+++ ./proxy.c 2008-06-08 22:54:00.000000000 +0300 -@@ -16,9 +16,6 @@ - #include "config.h" - #include "proxy_protos.h" - --extern char *optarg; --extern int optind; -- - static int sig; - - /* usage() */ diff --git a/net/bsdproxy/files/patch-proxy_deinit.c b/net/bsdproxy/files/patch-proxy_deinit.c deleted file mode 100644 index 38c0a210f78c..000000000000 --- a/net/bsdproxy/files/patch-proxy_deinit.c +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN -x .svn ../../branches/vendor/bsdproxy/proxy_deinit.c ./proxy_deinit.c ---- ../../branches/vendor/bsdproxy/proxy_deinit.c 2008-06-08 22:30:53.000000000 +0300 -+++ ./proxy_deinit.c 2008-06-08 22:35:09.000000000 +0300 -@@ -21,7 +21,7 @@ - - if ( md ) { - -- logmsg(md,"deinit_mdata(%p)",md); -+ log_msg(md,"deinit_mdata(%p)",md); - - if ( md->r ) { - diff --git a/net/bsdproxy/files/patch-proxy_init.c b/net/bsdproxy/files/patch-proxy_init.c deleted file mode 100644 index 7824d1ed63ce..000000000000 --- a/net/bsdproxy/files/patch-proxy_init.c +++ /dev/null @@ -1,11 +0,0 @@ -diff -urN -x .svn ../../branches/vendor/bsdproxy/proxy_init.c ./proxy_init.c ---- ../../branches/vendor/bsdproxy/proxy_init.c 2008-06-08 22:30:53.000000000 +0300 -+++ ./proxy_init.c 2008-06-08 23:01:32.000000000 +0300 -@@ -10,6 +10,7 @@ - #include <sys/types.h> - #include <sys/socket.h> - #include <netdb.h> -+#include <string.h> - #include <unistd.h> - #include <time.h> - #include "config.h" diff --git a/net/bsdproxy/files/patch-proxy_protos.h b/net/bsdproxy/files/patch-proxy_protos.h deleted file mode 100644 index c0238aff159a..000000000000 --- a/net/bsdproxy/files/patch-proxy_protos.h +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN -x .svn ../../branches/vendor/bsdproxy/proxy_protos.h ./proxy_protos.h ---- ../../branches/vendor/bsdproxy/proxy_protos.h 2008-06-08 22:30:53.000000000 +0300 -+++ ./proxy_protos.h 2008-06-08 22:55:52.000000000 +0300 -@@ -52,7 +52,7 @@ - - /* proxy_util.c */ - --void log_msg ( struct mdata *md, char *fmt, ... ); -+void log_msg ( struct mdata *md, const char *fmt, ... ); - void print_stats ( struct mdata * ); - float diff_timeval ( struct timeval *t_start, struct timeval *t_finish ); - diff --git a/net/bsdproxy/files/patch-proxy_util.c b/net/bsdproxy/files/patch-proxy_util.c deleted file mode 100644 index 6e368b3d5c06..000000000000 --- a/net/bsdproxy/files/patch-proxy_util.c +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN -x .svn ../../branches/vendor/bsdproxy/proxy_util.c ./proxy_util.c ---- ../../branches/vendor/bsdproxy/proxy_util.c 2008-06-08 22:30:53.000000000 +0300 -+++ ./proxy_util.c 2008-06-08 23:00:09.000000000 +0300 -@@ -16,7 +16,7 @@ - */ - - void --log_msg ( struct mdata *md, char *fmt, ... ) -+log_msg ( struct mdata *md, const char *fmt, ... ) - { - va_list ap; - char bt[256]; diff --git a/net/bsdproxy/files/patch-read_data.c b/net/bsdproxy/files/patch-read_data.c deleted file mode 100644 index 074a5a5f8652..000000000000 --- a/net/bsdproxy/files/patch-read_data.c +++ /dev/null @@ -1,31 +0,0 @@ -diff -urN -x .svn ../../branches/vendor/bsdproxy/read_data.c ./read_data.c ---- ../../branches/vendor/bsdproxy/read_data.c 2008-06-08 22:30:53.000000000 +0300 -+++ ./read_data.c 2008-06-08 23:01:22.000000000 +0300 -@@ -12,9 +12,6 @@ - #include <sys/socket.h> - #include "proxy_protos.h" - --extern int errno; -- -- - void - read_data ( struct kevent *ke, struct mdata *md ) - { -@@ -27,7 +24,7 @@ - struct kevent sk; - struct sockaddr_in sa; - socklen_t sl; -- char *fr[2] = { "CLIENT", "SERVER" }; -+ const char *fr[2] = { "CLIENT", "SERVER" }; - - /* - if this is the first data we're reading over this connection, -@@ -54,7 +51,7 @@ - if it fails with errno = ENOTCONN, we're not connected yet. - */ - -- fd = (from == CLIENT) ? r : ke->ident; -+ fd = (from == CLIENT) ? r : (int)ke->ident; - - if ( md->r[ke->ident].bytes_read == 0 && - md->r[fd].status == FD_CLOSE ) { diff --git a/net/bsdproxy/files/patch-write_data.c b/net/bsdproxy/files/patch-write_data.c deleted file mode 100644 index 5ba4212d247d..000000000000 --- a/net/bsdproxy/files/patch-write_data.c +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN -x .svn ../../branches/vendor/bsdproxy/write_data.c ./write_data.c ---- ../../branches/vendor/bsdproxy/write_data.c 2008-06-08 22:30:53.000000000 +0300 -+++ ./write_data.c 2008-06-08 23:01:18.000000000 +0300 -@@ -19,7 +19,7 @@ - int rm = 0; - int qe = 0; - GSList *l; -- char *ct[2] = { "CLIENT", "SERVER" }; -+ const char *ct[2] = { "CLIENT", "SERVER" }; - - /* - if this is the first data we're reading over this connection, diff --git a/net/bsdproxy/pkg-descr b/net/bsdproxy/pkg-descr deleted file mode 100644 index d3b10a5e002f..000000000000 --- a/net/bsdproxy/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -bsdproxy is a generic, event-driven proxy designed specifically for the -BSD platform. It uses the kqueue()/kevent() system calls to determine -when to relay data from one side of the connection to the other. It also -uses GLib (http://www.gtk.org) data structures and memory management -functions to optimize steady-state performance (minimize unnecessary -memory allocation/deallocation). - -bsdproxy has been used to proxy HTTP, HTTPS, telnet, and mysql without -any problems. It should be able to serve as a transparent proxy for -anything over a TCP/IP connection. - -WWW: http://daveb.net/bsdproxy/ diff --git a/net/gini/Makefile b/net/gini/Makefile deleted file mode 100644 index 98d564b382a7..000000000000 --- a/net/gini/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: Kimura Fuyuki <fuyuki@hadaly.org> -# $FreeBSD$ - -PORTNAME= gini -PORTVERSION= 0.5.1 -PORTREVISION= 9 -CATEGORIES= net multimedia -MASTER_SITES= SF/${PORTNAME}/OldFiles - -MAINTAINER= ports@FreeBSD.org -COMMENT= Lightweight media streaming server - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= libvorbis.so:audio/libvorbis \ - libogg.so:audio/libogg - -USES= gmake localbase tar:bzip2 -GNU_CONFIGURE= yes -USE_GNOME= glib12 - -USERS= ${PORTNAME} -GROUPS= ${USERS} - -MAKE_JOBS_UNSAFE=yes - -OPTIONS_DEFINE= DOCS - -post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/gini.sh.sample ${STAGEDIR}${PREFIX}/etc/rc.d - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/net/gini/distinfo b/net/gini/distinfo deleted file mode 100644 index 75af0ceaac28..000000000000 --- a/net/gini/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gini-0.5.1.tar.bz2) = b4fb1987626b8db9578096ce9f717129680f0f70229d44dfd099540ef654716f -SIZE (gini-0.5.1.tar.bz2) = 176675 diff --git a/net/gini/files/gini.sh.sample b/net/gini/files/gini.sh.sample deleted file mode 100644 index 4a2658c40a1e..000000000000 --- a/net/gini/files/gini.sh.sample +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - if [ -x ${PREFIX}/sbin/gini ]; then - su -m gini -c "cd /var/log/gini && ${PREFIX}/sbin/gini -z >/dev/null" \ - && echo -n ' gini' - fi - ;; -stop) - killall gini && echo -n ' gini' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/net/gini/pkg-descr b/net/gini/pkg-descr deleted file mode 100644 index 4168bee0bd4c..000000000000 --- a/net/gini/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GINI is a lightweight, mostly Icecast/Shoutcast compatible streaming -server for broadcasting Ogg Vorbis, MP3, RIFF AVI, ASF/WMV, QuickTime -and RealMedia format files. - -WWW: http://gini.sourceforge.net/ diff --git a/net/gini/pkg-plist b/net/gini/pkg-plist deleted file mode 100644 index 27f14a99203f..000000000000 --- a/net/gini/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/ginicon -bin/ginifeed -etc/rc.d/gini.sh.sample -man/man1/ginicon.1.gz -man/man1/ginifeed.1.gz -man/man8/gini.8.gz -sbin/gini -%%PORTDOCS%%%%DOCSDIR%%/README diff --git a/net/ipsorc/Makefile b/net/ipsorc/Makefile deleted file mode 100644 index 16b936cadf51..000000000000 --- a/net/ipsorc/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ipsorc -PORTVERSION= 1.7.5 -PORTREVISION= 7 -CATEGORIES= net security -MASTER_SITES= http://200ok.org/distfiles/ipsorc/ \ - http://bsdforge.com/projects/source/net/ipsorcery/ - -MAINTAINER= portmaster@bsdforge.com -COMMENT= GTK GUI tool to create and send IP packets - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -LICENSE= GPLv2 - -USE_GNOME= gtk12 -USES= tar:bzip2 - -OPTIONS_DEFINE= DOCS -PORTDOCS= README HOWTO -PROGRAMS= ipmagic magic -PLIST_FILES= bin/ipmagic bin/magic - -post-patch: - @${REINPLACE_CMD} -e 's,gtk-config,${GTK_CONFIG},' ${WRKSRC}/Makefile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && \ - ${INSTALL_PROGRAM} ${PROGRAMS} ${STAGEDIR}${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) - -.include <bsd.port.mk> diff --git a/net/ipsorc/distinfo b/net/ipsorc/distinfo deleted file mode 100644 index 7ff6fc14d868..000000000000 --- a/net/ipsorc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ipsorc-1.7.5.tar.bz2) = 799c76b926bef177efbc274e71e9dd9a277fbf902ae852ec11c0002db69ba63b -SIZE (ipsorc-1.7.5.tar.bz2) = 157868 diff --git a/net/ipsorc/files/patch-aa b/net/ipsorc/files/patch-aa deleted file mode 100644 index 91d19cce8fcf..000000000000 --- a/net/ipsorc/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig Sun Nov 10 19:38:17 2002 -+++ Makefile Sun Nov 10 21:08:50 2002 -@@ -1,6 +1,5 @@ - ## Makefile for IP Sorcery ## - --CC = cc - SPELL = magic - SRC = ipmagic.c spellbook.c cauldron.c spells.c tcp.c icmp.c udp.c - CON = sorcery.c spells.c route.c ip.c tcp.c udp.c ipsorcery.c icmp.c -@@ -12,15 +11,15 @@ - all: con gtk - - con: -- $(CC) -g -O2 -Wall -ansi -D_VERSION_=\"1.7.5\" -D_CON_ $(CON) -o ipmagic -+ $(CC) $(CFLAGS) -Wall -ansi -D_VERSION_=\"1.7.5\" -D_CON_ $(CON) -o ipmagic - - - gtk: -- $(CC) -g -O2 -Wall -ansi -D_GTK_ $(SRC) -o $(SPELL) `gtk-config --cflags --libs` -+ $(CC) $(CFLAGS) -Wall -ansi -D_GTK_ $(SRC) -o $(SPELL) `$(GTK_CONFIG) --cflags --libs` - - - solaris: -- $(CC) -g -O2 -Wall -ansi -D_CON_ $(CON) -o $(SPELL) -lsocket -lnsl -+ $(CC) $(CFLAGS) -Wall -ansi -D_CON_ $(CON) -o $(SPELL) -lsocket -lnsl - - - install: con-install diff --git a/net/ipsorc/files/patch-sorcery.c b/net/ipsorc/files/patch-sorcery.c deleted file mode 100644 index 74eed0338ca4..000000000000 --- a/net/ipsorc/files/patch-sorcery.c +++ /dev/null @@ -1,11 +0,0 @@ ---- sorcery.c.orig Sun Nov 10 21:13:36 2002 -+++ sorcery.c Sun Nov 10 21:14:18 2002 -@@ -152,7 +152,7 @@ - if(exi.READ_IT) { - - /* open second socket for snooping them packets */ -- if((snoop = socket(PF_PACKET, SOCK_PACKET, ETH_P_ALL)) == -1) -+ if((snoop = socket(PF_INET, SOCK_RAW, 0)) == -1) - { - perror("snoop socket"); - exit(snoop); diff --git a/net/ipsorc/pkg-descr b/net/ipsorc/pkg-descr deleted file mode 100644 index 03c8de247321..000000000000 --- a/net/ipsorc/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -IP Sorcery is a network troubleshooting and firewall testing tool. The -prorgram works by generating custom "packets" and sending them to a -target host. Thus testing the authenticity of firewall rules and host -verification. It also has a graphical user interface. - -WWW: http://BSDforge.com/projects/net/ipsorcery/ diff --git a/net/jags/Makefile b/net/jags/Makefile deleted file mode 100644 index 2ce63f28f1e4..000000000000 --- a/net/jags/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Patrick Li <pat@databits.net> -# $FreeBSD$ - -PORTNAME= jags -PORTVERSION= 0.22.1 -PORTREVISION= 11 -CATEGORIES= net -MASTER_SITES= SF/${PORTNAME}/Jags/${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= JAGS - Just Another GTK+ Samba Client - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -CONFLICTS= jags-1.* - -USES= gmake samba:run # smbclient -USE_XORG= xi xext x11 -USE_GNOME= gtk12 -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/net/jags/distinfo b/net/jags/distinfo deleted file mode 100644 index 702779e2cf89..000000000000 --- a/net/jags/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jags-0.22.1.tar.gz) = 96ca815fa1a97c258a6ff8d587fea11d3e2e10875b0596d8d5d5fe081c96f455 -SIZE (jags-0.22.1.tar.gz) = 351518 diff --git a/net/jags/files/patch-src_jagsabout.h b/net/jags/files/patch-src_jagsabout.h deleted file mode 100644 index 5fc8e81baaec..000000000000 --- a/net/jags/files/patch-src_jagsabout.h +++ /dev/null @@ -1,9 +0,0 @@ ---- ./src/jagsabout.h.orig 2003-09-04 23:14:54.000000000 +0200 -+++ ./src/jagsabout.h 2014-01-08 10:20:11.000000000 +0100 -@@ -42,4 +42,6 @@ - - }; - -+gint on_close(GtkWidget *widget, JagsAbout *about); -+ - #endif diff --git a/net/jags/files/patch-src_jagsmenubar.h b/net/jags/files/patch-src_jagsmenubar.h deleted file mode 100644 index fd053118316b..000000000000 --- a/net/jags/files/patch-src_jagsmenubar.h +++ /dev/null @@ -1,26 +0,0 @@ ---- ./src/jagsmenubar.h.orig 2003-09-04 23:14:54.000000000 +0200 -+++ ./src/jagsmenubar.h 2014-01-08 10:20:11.000000000 +0100 -@@ -105,4 +105,23 @@ - - }; - -+gint mount_and_browse(GtkMenuItem *item, JagsMenuBar *jmb); -+gint browse(GtkMenuItem *item, JagsMenuBar *jmb); -+gint mount(GtkMenuItem *item, JagsMenuBar *jmb); -+gint mount_with(GtkMenuItem *item, JagsMenuBar *jmb); -+gint mount_with_command(GtkMenuItem *item, JagsMenuBar *jmb); -+gint preferences(GtkMenuItem *item, JagsConfig *conf); -+gint about(GtkMenuItem *item, JagsMenuBar *jmb); -+gint my_search(GtkMenuItem *item, JagsMenuBar *jmb); -+gint umount(GtkMenuItem *item, JagsMenuBar *jmb); -+gint mnts_window(GtkMenuItem *item, JagsMenuBar *jmb); -+gint bookmark_menu(GtkMenuItem *item, JagsMenuBar *jmb); -+gint bookmark_add(GtkMenuItem *item, JagsMenuBar *jmb); -+gint bookmark_edit(GtkMenuItem *item, JagsMenuBar *jmb); -+gint bookmark_selected(GtkMenuItem *item, JagsMenuBar *jmb); -+gint bookmarks_add_edit(GtkMenuItem *item, JagsMenuBar *jmb); -+void bookmarks_radio_local_toggle (GtkWidget *widget, gpointer data); -+gint bookmarks_edit_add_close(GtkWidget *widget, gpointer data); -+gint bookmarks_edit_add_ok(GtkWidget *widget, gpointer data); -+ - #endif diff --git a/net/jags/files/patch-src_jagsmntswindow.h b/net/jags/files/patch-src_jagsmntswindow.h deleted file mode 100644 index 90b304f19198..000000000000 --- a/net/jags/files/patch-src_jagsmntswindow.h +++ /dev/null @@ -1,17 +0,0 @@ ---- ./src/jagsmntswindow.h.orig 2003-09-04 23:14:54.000000000 +0200 -+++ ./src/jagsmntswindow.h 2014-01-08 10:20:11.000000000 +0100 -@@ -64,4 +64,14 @@ - - }; - -+gint close_mntswindow(GtkWidget *widget, JagsMntsWindow *me); -+gint toggle_automount(GtkWidget *widget, JagsMntsWindow *me); -+gint unmount_share(GtkWidget *widget, JagsMntsWindow *me); -+gint mnts_browse(GtkWidget *widget, JagsMntsWindow *me); -+gint change_mnt_path(GtkWidget *widget, JagsMntsWindow *me); -+void selection_made(GtkWidget *, gint, gint, GdkEventButton *, -+ gpointer, JagsMntsWindow *); -+gint mw_button_press(GtkWidget *widget, GdkEventButton *event, -+ JagsMntsWindow *me); -+ - #endif diff --git a/net/jags/files/patch-src_jagsmountwith.h b/net/jags/files/patch-src_jagsmountwith.h deleted file mode 100644 index 6dc1977d22d3..000000000000 --- a/net/jags/files/patch-src_jagsmountwith.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/jagsmountwith.h.orig 2003-09-04 23:14:54.000000000 +0200 -+++ ./src/jagsmountwith.h 2014-01-08 10:20:11.000000000 +0100 -@@ -50,4 +50,7 @@ - void browse(void); - }; - -+gint on_mount_with_ok(GtkWidget *, JagsMountWith *); -+gint on_mount_with_cancel(GtkWidget *, JagsMountWith *); -+ - #endif diff --git a/net/jags/files/patch-src_jagsmountwithcommand.h b/net/jags/files/patch-src_jagsmountwithcommand.h deleted file mode 100644 index 02a5196b4f86..000000000000 --- a/net/jags/files/patch-src_jagsmountwithcommand.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/jagsmountwithcommand.h.orig 2003-09-04 23:14:54.000000000 +0200 -+++ ./src/jagsmountwithcommand.h 2014-01-08 10:20:11.000000000 +0100 -@@ -45,5 +45,7 @@ - ~JagsMountWithCommand(); - }; - -+gint on_mount_with_command_ok(GtkWidget *, JagsMountWithCommand *); -+gint on_mount_with_command_cancel(GtkWidget *, JagsMountWithCommand *); - - #endif diff --git a/net/jags/files/patch-src_jagsprefsdialog.h b/net/jags/files/patch-src_jagsprefsdialog.h deleted file mode 100644 index 9052e0ede661..000000000000 --- a/net/jags/files/patch-src_jagsprefsdialog.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/jagsprefsdialog.h.orig 2003-09-04 23:14:54.000000000 +0200 -+++ ./src/jagsprefsdialog.h 2014-01-08 10:20:11.000000000 +0100 -@@ -57,4 +57,10 @@ - ~JagsPrefsDialog(); - }; - -+gint onPluginsChanged(GtkWidget *, GdkEvent *, JagsPrefsDialog *pd); -+gint on_cancel(GtkWidget *widget, JagsConfig *conf); -+gint on_apply(GtkWidget *widget, JagsConfig *conf2); -+gint on_close(GtkWidget *widget, JagsConfig *conf); -+void on_toggle_sound(GtkWidget *widget, JagsConfig *conf); -+ - #endif diff --git a/net/jags/files/patch-src_jagssearchdialog.h b/net/jags/files/patch-src_jagssearchdialog.h deleted file mode 100644 index b0c76f0c0fb5..000000000000 --- a/net/jags/files/patch-src_jagssearchdialog.h +++ /dev/null @@ -1,16 +0,0 @@ ---- ./src/jagssearchdialog.h.orig 2003-09-04 23:14:54.000000000 +0200 -+++ ./src/jagssearchdialog.h 2014-01-08 10:20:11.000000000 +0100 -@@ -52,6 +52,13 @@ - void set_string(gchar *s); - }; - -+gint search_clicked(GtkWidget *widget, JagsSearchDialog *me); -+gint on_close(GtkWidget *widget, JagsSearchDialog *me); -+gint onn_collapse(GtkWidget *item, JagsSearchDialog *mw); -+gint expandd_server(GtkWidget *widget, JagsSearchDialog *mw); -+gint onn_share_selected(GtkTree *tree, GtkWidget *widget, gpointer data, JagsSearchDialog *mw); -+gint check_dd_click(GtkWidget *widget, GdkEventButton *event, JagsSearchDialog *mw); -+gint button_presss (GtkWidget *widget, GdkEventButton *event, JagsSearchDialog *mw); - - - #endif diff --git a/net/jags/files/patch-src_mainwindow.cpp b/net/jags/files/patch-src_mainwindow.cpp deleted file mode 100644 index 247f72712740..000000000000 --- a/net/jags/files/patch-src_mainwindow.cpp +++ /dev/null @@ -1,56 +0,0 @@ ---- ./src/mainwindow.cpp.orig 2003-09-04 23:14:54.000000000 +0200 -+++ ./src/mainwindow.cpp 2014-01-08 10:20:11.000000000 +0100 -@@ -299,6 +299,8 @@ - gchar *workgroup = NULL, *command = NULL, *comment = NULL, *comment2 = NULL; - gint h; - -+ if(!parent_tree) -+ return FALSE; - - if (GTK_TREE(parent_tree)->children) - gtk_tree_remove_items(GTK_TREE(parent_tree), -@@ -349,11 +351,15 @@ - - while (glist->next) { - //---get the string width in pixels---------------------------------- -- h = gdk_string_width(style->font, "DDDDDDDDDDDDDDDDD") - -- gdk_string_width(style->font, (gchar *)glist->next->data); -- h /= gdk_string_width(style->font, "D"); -+ if(style) { -+ h = gdk_string_width(style->font, "DDDDDDDDDDDDDDDDD") - -+ gdk_string_width(style->font, (gchar *)glist->next->data); -+ h /= gdk_string_width(style->font, "D"); -+ comment = g_strnfill(h, 0x20); -+ } else { -+ comment = NULL; -+ } - -- comment = g_strnfill(h, 0x20); - comment2 = g_strescape(g_strconcat((gchar *)glist->next->data, comment, - (gchar *)glist2->next->data, NULL)); - g_free(comment); -@@ -414,6 +420,9 @@ - gchar *ShareName = new gchar[100]; - gint h; - -+ if(!parent_tree) -+ return FALSE; -+ - /* Get the text on this treeitem into "workgroup" */ - item = GTK_TREE(parent_tree)->tree_owner; - server = g_strdup_printf("%s", gtk_tree_item_get_text(item)); -@@ -478,9 +487,11 @@ - while (glist->next) { - if (g_strncasecmp((gchar *)glist->next->data, "Error", 5)) { - g_strdup_printf(ShareName,"%s", (gchar *)glist->next->data); -- h = gdk_string_width(style->font, "DDDDDDDDDDDDDDDDDDD") - -- gdk_string_width(style->font, (gchar *)glist->next->data); -- h /= gdk_string_width(style->font, " "); -+ if (style) { -+ h = gdk_string_width(style->font, "DDDDDDDDDDDDDDDDDDD") - -+ gdk_string_width(style->font, (gchar *)glist->next->data); -+ h /= gdk_string_width(style->font, " "); -+ } - comment = g_strnfill(h, 0x20); - comment2 = g_strconcat((gchar *)glist->next->data, comment, - (gchar *)glist3->next->data, NULL); diff --git a/net/jags/files/patch-src_mainwindow.h b/net/jags/files/patch-src_mainwindow.h deleted file mode 100644 index def2783971fb..000000000000 --- a/net/jags/files/patch-src_mainwindow.h +++ /dev/null @@ -1,15 +0,0 @@ ---- ./src/mainwindow.h.orig 2003-09-04 23:14:54.000000000 +0200 -+++ ./src/mainwindow.h 2014-01-08 10:20:11.000000000 +0100 -@@ -59,5 +59,12 @@ - - gint on_collapse(GtkWidget *item, MainWindow *mw); - gint check_server_click(GtkWidget *widget, GdkEventButton *event, MainWindow *mw); -+gint expand_network(GtkWidget *widget, MainWindow *mw); -+gint expand_workgroup(GtkWidget *widget, MainWindow *mw); -+gint expand_server(GtkWidget *widget, GtkTree *root_tree); -+gint on_share_selected(GtkTree *tree, GtkWidget *widget, gpointer data); -+gint on_workgroup_selected(GtkTree *tree, GtkWidget *widget, GtkTree *root_tree); -+gint check_d_click(GtkWidget *widget, GdkEventButton *event, MainWindow *mw); -+gint button_press(GtkWidget *, GdkEventButton *, MainWindow *mw); - - #endif diff --git a/net/jags/pkg-descr b/net/jags/pkg-descr deleted file mode 100644 index 846311ae9c6a..000000000000 --- a/net/jags/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Jags is a Gtk+ based windows network neighbourhood browser. The -program parses the output from smbclient ( part of the samba-package -) and use this to display a graphic view of the network. This -program does the parsing with help from shell- scripts. This means -that it's easy to change the functionality of the program and you -can edit this without touching the source-code. - -WWW: http://jags.sourceforge.net diff --git a/net/jags/pkg-plist b/net/jags/pkg-plist deleted file mode 100644 index 251443d15e3e..000000000000 --- a/net/jags/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -bin/jags -bin/fixsmbcop -%%DATADIR%%/pixmaps/Makefile.am -%%DATADIR%%/pixmaps/about.xpm -%%DATADIR%%/pixmaps/apply.xpm -%%DATADIR%%/pixmaps/blank.xpm -%%DATADIR%%/pixmaps/browse.xpm -%%DATADIR%%/pixmaps/cancel.xpm -%%DATADIR%%/pixmaps/computer.xpm -%%DATADIR%%/pixmaps/exit.xpm -%%DATADIR%%/pixmaps/i-bookmark.xpm -%%DATADIR%%/pixmaps/ipc.xpm -%%DATADIR%%/pixmaps/mount.xpm -%%DATADIR%%/pixmaps/network.xpm -%%DATADIR%%/pixmaps/new_item.xpm -%%DATADIR%%/pixmaps/ok.xpm -%%DATADIR%%/pixmaps/pass.xpm -%%DATADIR%%/pixmaps/printer.xpm -%%DATADIR%%/pixmaps/search.xpm -%%DATADIR%%/pixmaps/settings.xpm -%%DATADIR%%/pixmaps/smbnet.xpm -%%DATADIR%%/pixmaps/unmount.xpm -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/cat_outfile.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/echo.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/fetch_master_browser.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/fetch_master_browser_remote.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/fetch_remote_browser_workgroup.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/is_server_online.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/list_masterbrowsers.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/list_servers.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/list_shares_remote.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/list_workgroups.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/ls_mnts.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/ls_mnts_load.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/mount_share.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/mount_share_remote.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/mount_share_with_remote.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/search.sh -%%DATADIR%%/plugins/samba-2.0.7.cyrillic.plugin/umount.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/] -%%DATADIR%%/plugins/samba-2.0.7.plugin/cat_outfile.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/echo.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/fetch_master_browser.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/fetch_master_browser_remote.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/fetch_remote_browser_workgroup.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/is_server_online.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/list_masterbrowsers.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/list_servercomments.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/list_servers.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/list_shares.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/list_shares_remote.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/list_workgroups.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/ls_mnts.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/ls_mnts_load.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/mount_share.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/mount_share_remote.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/search.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/mount_share_with.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/mount_share_with_remote.sh -%%DATADIR%%/plugins/samba-2.0.7.plugin/umount.sh -%%DATADIR%%/sounds/apply2.ogg -%%DATADIR%%/sounds/exit2.ogg -%%DATADIR%%/sounds/jags2.ogg -%%DATADIR%%/sounds/nothing2.ogg -%%DATADIR%%/sounds/password2.ogg -%%DATADIR%%/sounds/settings2.ogg -%%DATADIR%%/sounds/share2.ogg -%%DATADIR%%/sounds/unmall2.ogg -%%DATADIR%%/jags.conf.sample -@dir %%DATADIR%%/plugins/freebsd-samba-2.0.7.plugin -@dir %%DATADIR%%/plugins/offline.plugin diff --git a/net/libnetdude/Makefile b/net/libnetdude/Makefile deleted file mode 100644 index 72431ed61009..000000000000 --- a/net/libnetdude/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Yann Berthier <yb@sainte-barbe.org> -# $FreeBSD$ - -PORTNAME= libnetdude -PORTVERSION= 0.12 -PORTREVISION= 3 -CATEGORIES= net -MASTER_SITES= SF/netdude/${PORTNAME}/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Library for manipulating libpcap/tcpdump trace files - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -LIB_DEPENDS= libltdl.so:devel/libltdl \ - libpcapnav.so:net/libpcapnav - -USES= libtool -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gtk-doc --disable-static --with-html-dir=${DOCSDIR} -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -USE_GNOME= glib12 -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip - -PLIST_SUB= PORTVERSION=${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e "s|netinet/if_fddi.h|net/fddi.h|g" \ - ${WRKSRC}/protocols/fddi/libnd_fddi.h - @${REINPLACE_CMD} -e 's|DOC_MODULE = libnetdude|DOC_MODULE =|' \ - ${WRKSRC}/docs/Makefile.in - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ - -e 's,-I$$(top_srcdir)/libltdl,@INCLTDL@,' \ - -e '/LIBADD/s,$$(top_builddir)/libltdl/libltdlc.la,@LIBLTDL@,' - -post-install: - @${RMDIR} ${STAGEDIR}${DOCSDIR}/images ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/net/libnetdude/distinfo b/net/libnetdude/distinfo deleted file mode 100644 index 6d4a42f115cd..000000000000 --- a/net/libnetdude/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libnetdude-0.12.tar.gz) = 5fe748368e047ec0d6506b581d9ab3295a6f1b20133081715bfec5e27991e979 -SIZE (libnetdude-0.12.tar.gz) = 1153015 diff --git a/net/libnetdude/files/patch-tools-Makefile.in b/net/libnetdude/files/patch-tools-Makefile.in deleted file mode 100644 index 5d1f8c0666ca..000000000000 --- a/net/libnetdude/files/patch-tools-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/Makefile.in.orig -+++ tools/Makefile.in -@@ -224,7 +224,7 @@ - MAINTAINERCLEANFILES = Makefile.in Makefile lndtool.c - INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/libltdl @glib_cflags@ @pcapnav_cflags@ -W -Wall ## -DMEMDEBUG - lndtool_SOURCES = lndtool.c --lndtool_LDADD = -L$(top_builddir)/src/ -lnetdude -+lndtool_LDADD = $(top_builddir)/src/libnetdude.la @pcapnav_libs@ - lndtool_LDFLAGS = -export-dynamic - all: all-am - diff --git a/net/libnetdude/pkg-descr b/net/libnetdude/pkg-descr deleted file mode 100644 index ffd53dd902c9..000000000000 --- a/net/libnetdude/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The core of the Netdude framework and the place where the packet manipulations -are performed. It allows you to implement trace file manipulations at a much -higher level of abstraction than code written directly on top of the pcap -library. - -WWW: http://netdude.sourceforge.net/ diff --git a/net/libnetdude/pkg-plist b/net/libnetdude/pkg-plist deleted file mode 100644 index 5835741c91df..000000000000 --- a/net/libnetdude/pkg-plist +++ /dev/null @@ -1,56 +0,0 @@ -bin/lndtool -include/libnetdude/%%PORTVERSION%%/libnd.h -include/libnetdude/%%PORTVERSION%%/libnd_debug.h -include/libnetdude/%%PORTVERSION%%/libnd_dumper.h -include/libnetdude/%%PORTVERSION%%/libnd_filter.h -include/libnetdude/%%PORTVERSION%%/libnd_filter_factory.h -include/libnetdude/%%PORTVERSION%%/libnd_filter_registry.h -include/libnetdude/%%PORTVERSION%%/libnd_globals.h -include/libnetdude/%%PORTVERSION%%/libnd_init.h -include/libnetdude/%%PORTVERSION%%/libnd_macros.h -include/libnetdude/%%PORTVERSION%%/libnd_magic.h -include/libnetdude/%%PORTVERSION%%/libnd_misc.h -include/libnetdude/%%PORTVERSION%%/libnd_null_protocol.h -include/libnetdude/%%PORTVERSION%%/libnd_packet.h -include/libnetdude/%%PORTVERSION%%/libnd_packet_iterator.h -include/libnetdude/%%PORTVERSION%%/libnd_packet_recycler.h -include/libnetdude/%%PORTVERSION%%/libnd_plugin.h -include/libnetdude/%%PORTVERSION%%/libnd_prefs.h -include/libnetdude/%%PORTVERSION%%/libnd_protocol.h -include/libnetdude/%%PORTVERSION%%/libnd_protocol_inst.h -include/libnetdude/%%PORTVERSION%%/libnd_protocol_plugin.h -include/libnetdude/%%PORTVERSION%%/libnd_protocol_registry.h -include/libnetdude/%%PORTVERSION%%/libnd_raw_protocol.h -include/libnetdude/%%PORTVERSION%%/libnd_registry.h -include/libnetdude/%%PORTVERSION%%/libnd_tcpdump.h -include/libnetdude/%%PORTVERSION%%/libnd_timestamp.h -include/libnetdude/%%PORTVERSION%%/libnd_tp.h -include/libnetdude/%%PORTVERSION%%/libnd_tpm.h -include/libnetdude/%%PORTVERSION%%/libnd_trace.h -include/libnetdude/%%PORTVERSION%%/libnd_types.h -include/libnetdude/%%PORTVERSION%%/plugins/libnd_bpf.h -include/libnetdude/%%PORTVERSION%%/plugins/libnd_cksumfix.h -include/libnetdude/%%PORTVERSION%%/protocols/fddi/libnd_fddi.h -include/libnetdude/%%PORTVERSION%%/protocols/icmp/libnd_icmp.h -include/libnetdude/%%PORTVERSION%%/protocols/ip/libnd_ip.h -include/libnetdude/%%PORTVERSION%%/protocols/snap/libnd_snap.h -include/libnetdude/%%PORTVERSION%%/protocols/tcp/libnd_tcb.h -include/libnetdude/%%PORTVERSION%%/protocols/tcp/libnd_tcp.h -include/libnetdude/%%PORTVERSION%%/protocols/udp/libnd_udp.h -include/libnetdude/%%PORTVERSION%%/protocols/vlan/libnd_vlan.h -lib/libnetdude.so -lib/libnetdude.so.0 -lib/libnetdude.so.0.0.0 -%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_bpf.so -%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_cksumfix.so -%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_802_11.so -%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_arp.so -%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ethernet.so -%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_fddi.so -%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_icmp.so -%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ip.so -%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_sll.so -%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_snap.so -%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_tcp.so -%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_udp.so -%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_vlan.so diff --git a/net/nepim/Makefile b/net/nepim/Makefile deleted file mode 100644 index 9685b838f812..000000000000 --- a/net/nepim/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Marcin Jessa <yazzy@yazzy.org> -# $FreeBSD$ - -PORTNAME= nepim -PORTVERSION= 0.53 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= SAVANNAH/nepim - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tool for measuring available bandwidth between hosts - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -LIB_DEPENDS= liboop.so:devel/liboop - -USES= gmake -ALL_TARGET= default -WRKSRC= ${WRKDIR}/${DISTNAME}/src -CFLAGS+= -DHAVE_IP_MREQ -DHAVE_IPV6_MREQ -DHAVE_IP_MREQN \ - -DHAVE_GROUP_SOURCE_REQ - -PLIST_FILES= bin/nepim - -post-patch: - @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ - ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/nepim ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/net/nepim/distinfo b/net/nepim/distinfo deleted file mode 100644 index b4cf934362ff..000000000000 --- a/net/nepim/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (nepim-0.53.tar.gz) = 51394b1de93c6f414c2a72cedc7b2e08ed1ac454325475d6927c26a8c396f5a5 -SIZE (nepim-0.53.tar.gz) = 70899 diff --git a/net/nepim/files/patch-Makefile b/net/nepim/files/patch-Makefile deleted file mode 100644 index aa8810d91654..000000000000 --- a/net/nepim/files/patch-Makefile +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig 2008-10-20 02:07:49.000000000 +0800 -+++ Makefile 2008-10-20 02:14:16.000000000 +0800 -@@ -38,17 +38,17 @@ - # ENABLE_DLOPEN defined as -DHAVE_DLOPEN. - # Otherwise, tcpwrapper support is disabled. - --OOP_BASE = /usr/local/oop -+OOP_BASE = %%LOCALBASE%% - OOP_INC = $(OOP_BASE)/include - OOP_LIB = $(OOP_BASE)/lib - - ENABLE_DLOPEN = -DHAVE_DLOPEN - --CC = gcc -+CC ?= gcc - WARN = -Wall - REENT = -D_REENTRANT - #DEBUG = -DNEPIM_DEBUG_KEEPALIVE -DNEPIM_DEBUG_FIXME --CFLAGS = $(WARN) $(REENT) $(DEBUG) -g -ggdb -I$(OOP_INC) $(ENABLE_DLOPEN) \ -+CFLAGS += $(WARN) $(REENT) $(DEBUG) -I$(OOP_INC) $(ENABLE_DLOPEN) \ - -DHAVE_IPV6_MREQ - LDFLAGS += -L$(OOP_LIB) -loop - diff --git a/net/nepim/pkg-descr b/net/nepim/pkg-descr deleted file mode 100644 index 27d33a048ef1..000000000000 --- a/net/nepim/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Nepim stands for network pipemeter, a tool for measuring available bandwidth -between hosts. nepim is also useful to generate network traffic for testing -purposes. Nepim operates in client/server mode, is able to handle multiple -parallel traffic streams, reports periodic partial statistics along the -testing, and supports IPv6. - -WWW: http://www.nongnu.org/nepim/ diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile deleted file mode 100644 index 596f05ed6d53..000000000000 --- a/net/netatalk/Makefile +++ /dev/null @@ -1,137 +0,0 @@ -# Created by: stb -# $FreeBSD$ - -PORTNAME= netatalk -PORTVERSION= 2.2.5 -PORTREVISION= 5 -PORTEPOCH= 1 -CATEGORIES= net print -MASTER_SITES= SF - -MAINTAINER= marcus@FreeBSD.org -COMMENT= File server for Mac OS X - -LIB_DEPENDS= libgcrypt.so:security/libgcrypt - -USES= bdb gmake iconv libtool perl5 tar:bzip2 -GNU_CONFIGURE= yes -CPPFLAGS+= -D_IPP_PRIVATE_STRUCTURES -INSTALL_TARGET= install-strip -USE_RC_SUBR= netatalk - -BROKEN_FreeBSD_12= does not build, OpenSSL 1.1 unsupported -DEPRECATED= Outdated branch of netatalk; use net/netatalk3 instead -EXPIRATION_DATE= 2018-12-21 - -CONFIGURE_ARGS+= --with-tcp-wrappers \ - --with-pkgconfdir=${PREFIX}/etc \ - ${ICONV_CONFIGURE_BASE} \ - --with-libgcrypt-dir=${LOCALBASE} \ - --with-uams-path=${PREFIX}/libexec/netatalk-uams \ - --with-bdb=${LOCALBASE} - -OPTIONS_DEFINE= SRVLOC PAM KRB5 ZEROCONF LDAP SENDFILE -SRVLOC_DESC= Service Location Protocol support -KRB5_DESC= Kerberos V UAM -ZEROCONF_DESC= Zeroconf (Bonjour) support -SENDFILE_DESC= sendfile support - -FILES= AppleVolumes.default AppleVolumes.system afp_ldap.conf \ - afpd.conf netatalk.conf -LINKS= unbin unhex unsingle hqx2bin single2bin macbinary \ - binheader nadheader - -CONFLICTS= bigloo-2.* cap-6.0.* tct-1.* netatalk-1* yudit-[0-9]* - -.if exists(/usr/include/netatalk/ddp.h) -OPTIONS_DEFINE+=APPLETALK TIMELORD -OPTIONS_DEFAULT=APPLETALK -APPLETALK_DESC= AppleTalk protocol support -TIMELORD_DESC= Timelord network time service -.endif - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MKRB5} -CONFIGURE_ARGS+= --enable-krbV-uam -PLIST_SUB+= NETATALKKRB5="" -.else -PLIST_SUB+= NETATALKKRB5="@comment " -.endif - -.if ${PORT_OPTIONS:MAPPLETALK} -CONFIGURE_ARGS+= --enable-ddp -PLIST_SUB+= APPLETALK="" -FILES+= atalkd.conf papd.conf -.else -PLIST_SUB+= APPLETALK="@comment " -.endif - -.if ${PORT_OPTIONS:MPAM} -CONFIGURE_ARGS+= --with-pam -PLIST_SUB+= NETATALKPAM="" -.else -CONFIGURE_ARGS+= --without-pam -PLIST_SUB+= NETATALKPAM="@comment " -.endif - -.if ${PORT_OPTIONS:MSRVLOC} -CONFIGURE_ARGS+= --enable-srvloc=${LOCALBASE} -LIB_DEPENDS+= libslp.so:net/openslp -SUB_LIST+= SRVLOC="slpd" -.else -SUB_LIST+= SRVLOC="" -.endif - -.if ${PORT_OPTIONS:MTIMELORD} -CONFIGURE_ARGS+= --enable-timelord -PLIST_SUB+= TIMELORD="" -.else -PLIST_SUB+= TIMELORD="@comment " -.endif - -.if ${PORT_OPTIONS:MZEROCONF} -CONFIGURE_ARGS+= --enable-zeroconf=${LOCALBASE} -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -LIB_DEPENDS+= libavahi-client.so:net/avahi-app -USES+= pkgconfig -SUB_LIST+= ZEROCONF="avahi_daemon" -.else -CONFIGURE_ARGS+= --disable-zerconf -SUB_LIST+= ZEROCONF="" -.endif - -.if ${PORT_OPTIONS:MLDAP} -CONFIGURE_ARGS+= --with-ldap -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -USE_OPENLDAP= yes -.else -CONFIGURE_ARGS+= --without-ldap -.endif - -.if ${PORT_OPTIONS:MSENDFILE} -CONFIGURE_ARGS+= --enable-sendfile -.else -CONFIGURE_ARGS+= --disable-sendfile -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%DB_NAME%%|${BDB_INCLUDE_DIR:T}| ; \ - s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/configure - -post-install: - @${RM} ${STAGEDIR}${PREFIX}/bin/nu ${STAGEDIR}${PREFIX}/bin/lp2pap.sh \ - ${STAGEDIR}${PREFIX}/bin/test_parse_mtab \ - ${STAGEDIR}${PREFIX}/bin/afpd-mtab.pl - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/macusers/macusers \ - ${STAGEDIR}${PREFIX}/bin/macusers -.for i in ${FILES} - ${MV} ${STAGEDIR}${PREFIX}/etc/${i} ${STAGEDIR}${PREFIX}/etc/${i}.sample -.endfor -.for i in ${LINKS} - ${LN} -sf megatron ${STAGEDIR}${PREFIX}/bin/${i} -.endfor - -.include <bsd.port.mk> diff --git a/net/netatalk/distinfo b/net/netatalk/distinfo deleted file mode 100644 index cc58498a6239..000000000000 --- a/net/netatalk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (netatalk-2.2.5.tar.bz2) = 7658afc793ab36f1cda7df5719598acbf366e213e27be1cbbc2d93631c368869 -SIZE (netatalk-2.2.5.tar.bz2) = 1290761 diff --git a/net/netatalk/files/netatalk.in b/net/netatalk/files/netatalk.in deleted file mode 100644 index 4408a7eb85b2..000000000000 --- a/net/netatalk/files/netatalk.in +++ /dev/null @@ -1,67 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: atalkd papd cnid_metad timelord afpd -# REQUIRE: DAEMON %%SRVLOC%% %%ZEROCONF%% -# KEYWORD: shutdown -# -# AppleTalk daemons. Make sure not to start atalkd in the background: -# its data structures must have time to stablize before running the -# other processes. -# - -# Set defaults. Please overide these in %%PREFIX%%/etc/netatalk.conf -ATALK_ZONE= -ATALK_NAME="`/bin/hostname -s`" -AFPD_UAMLIST= -AFPD_MAX_CLIENTS=50 -AFPD_GUEST=nobody - -# Load user config -if [ -f %%PREFIX%%/etc/netatalk.conf ]; then . %%PREFIX%%/etc/netatalk.conf; fi - -netatalk_enable=${netatalk_enable-"NO"} -atalkd_enable=${atalkd_enable-"NO"} -papd_enable=${papd_enable-"NO"} -cnid_metad_enable=${cnid_metad_enable-"NO"} -afpd_enable=${afpd_enable-"NO"} -timelord_enable=${timelord_enable-"NO"} - -. /etc/rc.subr - -name=netatalk -rcvar=netatalk_enable -hostname=`hostname -s` - -start_cmd=netatalk_start -stop_cmd=netatalk_stop - -netatalk_start() { - checkyesno atalkd_enable && %%PREFIX%%/sbin/atalkd - checkyesno atalkd_enable && \ - %%PREFIX%%/bin/nbprgstr -p 4 "${ATALK_NAME}:Workstation${ATALK_ZONE}" & - checkyesno atalkd_enable && \ - %%PREFIX%%/bin/nbprgstr -p 4 "${ATALK_NAME}:netatalk${ATALK_ZONE}" & - checkyesno papd_enable && %%PREFIX%%/sbin/papd - checkyesno cnid_metad_enable && %%PREFIX%%/sbin/cnid_metad - checkyesno timelord_enable && %%PREFIX%%/sbin/timelord - checkyesno afpd_enable && \ - %%PREFIX%%/sbin/afpd -n "${ATALK_NAME}${ATALK_ZONE}" \ - -s %%PREFIX%%/etc/AppleVolumes.system \ - -f %%PREFIX%%/etc/AppleVolumes.default \ - -g ${AFPD_GUEST} \ - -c ${AFPD_MAX_CLIENTS} \ - ${AFPD_UAMLIST} -} - -netatalk_stop() { - checkyesno timelord_enable && killall timelord - checkyesno afpd_enable && killall afpd - checkyesno cnid_metad_enable && killall cnid_metad - checkyesno papd_enable && killall papd - checkyesno atalkd_enable && killall atalkd -} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/net/netatalk/files/patch-config_netatalk.conf b/net/netatalk/files/patch-config_netatalk.conf deleted file mode 100644 index 9d3c7bf4c25f..000000000000 --- a/net/netatalk/files/patch-config_netatalk.conf +++ /dev/null @@ -1,20 +0,0 @@ ---- config/netatalk.conf.orig 2011-07-22 00:30:42.000000000 -0400 -+++ config/netatalk.conf 2011-07-30 18:01:04.000000000 -0400 -@@ -1,4 +1,5 @@ --# Netatalk configuration -+# netatalk configuration -+# For details see man netatalk.conf - - ######################################################################### - # Global configuration -@@ -21,8 +22,8 @@ export ATALK_MAC_CHARSET - - #### Set which daemons to run. - #### If you use AFP file server, run both cnid_metad and afpd. --CNID_METAD_RUN=yes --AFPD_RUN=yes -+#CNID_METAD_RUN=yes -+#AFPD_RUN=yes - - #### maximum number of clients that can connect: - #AFPD_MAX_CLIENTS=20 diff --git a/net/netatalk/files/patch-configure b/net/netatalk/files/patch-configure deleted file mode 100644 index 32e1af48bff0..000000000000 --- a/net/netatalk/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2012-04-26 10:27:12.000000000 -0400 -+++ configure 2012-07-08 21:21:38.000000000 -0400 -@@ -16127,7 +16127,7 @@ fi - fi - - # mDNS support using mDNSResponder -- ac_fn_c_check_header_mongrel "$LINENO" "dns_sd.h" "ac_cv_header_dns_sd_h" "$ac_includes_default" -+ ac_fn_c_check_header_mongrel "$LINENO" "xxxdns_sd.hxxx" "ac_cv_header_dns_sd_h" "$ac_includes_default" - if test "x$ac_cv_header_dns_sd_h" = xyes; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DNSServiceRegister in -ldns_sd" >&5 - $as_echo_n "checking for DNSServiceRegister in -ldns_sd... " >&6; } -@@ -18150,7 +18150,7 @@ if test "x$bdb_required" = "xyes"; then - trybdbdir="" - dobdbsearch=yes - bdb_search_dirs="/usr/local /usr" -- search_subdirs="/ /db5 /db5.1 /db51 /db5.0 /db50 /db4.8 /db48 /db4.7 /db47 /db4.6 /db46 /db4" -+ search_subdirs="/%%DB_NAME%% / /db5 /db5.1 /db51 /db5.0 /db50 /db4.8 /db48 /db4.7 /db47 /db4.6 /db46 /db4" - - bdbfound=no - savedcflags="$CFLAGS" diff --git a/net/netatalk/files/patch-etc_apfd_Makefile.in b/net/netatalk/files/patch-etc_apfd_Makefile.in deleted file mode 100644 index e91692393775..000000000000 --- a/net/netatalk/files/patch-etc_apfd_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- etc/afpd/Makefile.in.orig 2011-07-27 07:59:24.000000000 -0400 -+++ etc/afpd/Makefile.in 2011-07-30 18:03:30.000000000 -0400 -@@ -317,7 +317,7 @@ afpd_SOURCES = afp_asp.c afp_avahi.c afp - afpd_LDADD = \ - $(top_builddir)/libatalk/cnid/libcnid.la \ - $(top_builddir)/libatalk/libatalk.la \ -- @LIBGCRYPT_LIBS@ @ZEROCONF_LIBS@ @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @ACL_LIBS@ @PTHREAD_LIBS@ -+ @LIBGCRYPT_LIBS@ @ZEROCONF_LIBS@ @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @ACL_LIBS@ @PTHREAD_LIBS@ @PAM_LIBS@ - - afpd_LDFLAGS = -export-dynamic - afpd_CFLAGS = \ diff --git a/net/netatalk/files/patch-etc_cnid_dbd_cnid_metad.c b/net/netatalk/files/patch-etc_cnid_dbd_cnid_metad.c deleted file mode 100644 index e83a11997d16..000000000000 --- a/net/netatalk/files/patch-etc_cnid_dbd_cnid_metad.c +++ /dev/null @@ -1,10 +0,0 @@ ---- etc/cnid_dbd/cnid_metad.c.orig 2011-07-30 18:28:32.000000000 -0400 -+++ etc/cnid_dbd/cnid_metad.c 2011-07-30 18:29:01.000000000 -0400 -@@ -39,6 +39,7 @@ - #include <string.h> - #include <signal.h> - #include <sys/types.h> -+#include <sys/resource.h> - #include <sys/time.h> - #include <sys/wait.h> - #include <sys/uio.h> diff --git a/net/netatalk/files/patch-include_atalk_util.h b/net/netatalk/files/patch-include_atalk_util.h deleted file mode 100644 index 7df14fa51921..000000000000 --- a/net/netatalk/files/patch-include_atalk_util.h +++ /dev/null @@ -1,10 +0,0 @@ ---- include/atalk/util.h.orig 2010-06-09 18:45:10.000000000 -0400 -+++ include/atalk/util.h 2010-06-09 18:45:22.000000000 -0400 -@@ -17,6 +17,7 @@ - - #include <sys/cdefs.h> - #include <sys/types.h> -+#include <sys/socket.h> - #ifdef HAVE_UNISTD_H - #include <unistd.h> - #endif /* HAVE_UNISTD_H */ diff --git a/net/netatalk/pkg-descr b/net/netatalk/pkg-descr deleted file mode 100644 index ad933ec4bcd4..000000000000 --- a/net/netatalk/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Netatalk is an OpenSource software package, that can be used to turn an -inexpensive *NIX machine into an extremely high-performance and reliable -file server for Macintosh computers. - -Using Netatalk's AFP 3.2 compliant file-server leads to significantly higher -transmission speeds compared with Macs accessing a server via SaMBa/NFS -while providing clients with the best possible user experience (full support -for Macintosh metadata, flawlessly supporting mixed environments of classic -MacOS and MacOS X clients) - -Due to Netatalk speaking AppleTalk, the print-server task can provide -printing clients with full AppleTalk support as well as the server itself -with printing capabilities for AppleTalk-only printers. Starting with -version 2.0, Netatalk seamlessly interacts with CUPS on the server. - -After all, Netatalk can be used to act as an AppleTalk router, providing -both segmentation and zone names in Macintosh networks. - -WWW: http://netatalk.sourceforge.net/ diff --git a/net/netatalk/pkg-message b/net/netatalk/pkg-message deleted file mode 100644 index 23d91dbf7b03..000000000000 --- a/net/netatalk/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -### -If you compiled WITH_PAM support, you need to edit /etc/pam.conf to add -support for netatalk. To do so, add the following three lines to this -file: - -netatalk auth required pam_unix.so try_first_pass -netatalk account required pam_unix.so try_first_pass -netatalk session required pam_permit.so -### diff --git a/net/netatalk/pkg-plist b/net/netatalk/pkg-plist deleted file mode 100644 index 34ff8ace285a..000000000000 --- a/net/netatalk/pkg-plist +++ /dev/null @@ -1,177 +0,0 @@ -bin/ad -%%APPLETALK%%bin/add_netatalk_printer -bin/adv1tov2 -%%APPLETALK%%bin/aecho -bin/afpldaptest -bin/afppasswd -bin/apple_dump -bin/binheader -bin/asip-status.pl -bin/cnid2_create -bin/dbd -%%APPLETALK%%bin/getzones -bin/macusers -bin/megatron -bin/hqx2bin -bin/macbinary -bin/nadheader -bin/single2bin -bin/unbin -bin/unhex -bin/unsingle -%%APPLETALK%%bin/nbplkup -%%APPLETALK%%bin/nbprgstr -%%APPLETALK%%bin/nbpunrgstr -bin/netatalk-config -%%APPLETALK%%bin/pap -%%APPLETALK%%bin/papstatus -%%APPLETALK%%bin/psorder -%%APPLETALK%%bin/showppd -bin/uniconv -@sample etc/AppleVolumes.default.sample -@sample etc/AppleVolumes.system.sample -@sample etc/afpd.conf.sample -@sample etc/afp_ldap.conf.sample -%%APPLETALK%%@sample etc/atalkd.conf.sample -@sample etc/netatalk.conf.sample -%%APPLETALK%%@sample etc/papd.conf.sample -libexec/netatalk-uams/uams_clrtxt.so -libexec/netatalk-uams/uams_dhx.so -libexec/netatalk-uams/uams_dhx2.so -%%NETATALKPAM%%libexec/netatalk-uams/uams_dhx2_pam.a -%%NETATALKPAM%%libexec/netatalk-uams/uams_dhx2_pam.so -libexec/netatalk-uams/uams_dhx2_passwd.a -libexec/netatalk-uams/uams_dhx2_passwd.so -%%NETATALKPAM%%libexec/netatalk-uams/uams_dhx_pam.a -%%NETATALKPAM%%libexec/netatalk-uams/uams_dhx_pam.so -libexec/netatalk-uams/uams_dhx_passwd.a -libexec/netatalk-uams/uams_dhx_passwd.so -%%NETATALKKRB5%%libexec/netatalk-uams/uams_gss.a -%%NETATALKKRB5%%libexec/netatalk-uams/uams_gss.so -libexec/netatalk-uams/uams_guest.a -libexec/netatalk-uams/uams_guest.so -%%NETATALKPAM%%libexec/netatalk-uams/uams_pam.a -%%NETATALKPAM%%libexec/netatalk-uams/uams_pam.so -libexec/netatalk-uams/uams_passwd.a -libexec/netatalk-uams/uams_passwd.so -libexec/netatalk-uams/uams_randnum.a -libexec/netatalk-uams/uams_randnum.so -include/atalk/acl.h -include/atalk/adouble.h -include/atalk/aep.h -include/atalk/afp.h -include/atalk/asp.h -include/atalk/atp.h -include/atalk/cnid.h -include/atalk/compat.h -include/atalk/ddp.h -include/atalk/directory.h -include/atalk/dsi.h -include/atalk/ea.h -include/atalk/hash.h -include/atalk/ldapconfig.h -include/atalk/list.h -include/atalk/logger.h -include/atalk/nbp.h -include/atalk/netddp.h -include/atalk/queue.h -include/atalk/pap.h -include/atalk/paths.h -include/atalk/rtmp.h -include/atalk/server_child.h -include/atalk/server_ipc.h -include/atalk/tdb.h -include/atalk/uam.h -include/atalk/unicode.h -include/atalk/unix.h -include/atalk/util.h -include/atalk/uuid.h -include/atalk/vfs.h -include/atalk/volinfo.h -include/atalk/volume.h -include/atalk/zip.h -include/netatalk/aarp.h -include/netatalk/at.h -include/netatalk/at_var.h -include/netatalk/ddp.h -include/netatalk/ddp_var.h -include/netatalk/endian.h -include/netatalk/phase2.h -lib/libatalk.a -%%APPLETALK%%libexec/etc2ps.sh -%%APPLETALK%%libexec/ifmpap -%%APPLETALK%%libexec/ifmpaprev -%%APPLETALK%%libexec/ifpap -%%APPLETALK%%libexec/ifpaprev -%%APPLETALK%%libexec/ifwmpap -%%APPLETALK%%libexec/ifwmpaprev -%%APPLETALK%%libexec/ifwpap -%%APPLETALK%%libexec/ifwpaprev -%%APPLETALK%%libexec/ofmpap -%%APPLETALK%%libexec/ofpap -%%APPLETALK%%libexec/ofwmpap -%%APPLETALK%%libexec/ofwpap -%%APPLETALK%%libexec/psa -%%APPLETALK%%libexec/psf -%%APPLETALK%%libexec/tfmpap -%%APPLETALK%%libexec/tfmpaprev -%%APPLETALK%%libexec/tfpap -%%APPLETALK%%libexec/tfpaprev -%%APPLETALK%%libexec/tfwmpap -%%APPLETALK%%libexec/tfwmpaprev -%%APPLETALK%%libexec/tfwpap -%%APPLETALK%%libexec/tfwpaprev -man/man1/ad.1.gz -%%APPLETALK%%man/man1/aecho.1.gz -man/man1/afpldaptest.1.gz -man/man1/afppasswd.1.gz -man/man1/apple_dump.1.gz -man/man1/asip-status.pl.1.gz -man/man1/dbd.1.gz -%%APPLETALK%%man/man1/getzones.1.gz -man/man1/hqx2bin.1.gz -man/man1/macbinary.1.gz -man/man1/macusers.1.gz -man/man1/megatron.1.gz -%%APPLETALK%%man/man1/nbp.1.gz -%%APPLETALK%%man/man1/nbplkup.1.gz -%%APPLETALK%%man/man1/nbprgstr.1.gz -%%APPLETALK%%man/man1/nbpunrgstr.1.gz -man/man1/netatalk-config.1.gz -%%APPLETALK%%man/man1/pap.1.gz -%%APPLETALK%%man/man1/papstatus.1.gz -%%APPLETALK%%man/man1/psorder.1.gz -man/man1/single2bin.1.gz -man/man1/unbin.1.gz -man/man1/unhex.1.gz -man/man1/uniconv.1.gz -man/man1/unsingle.1.gz -%%APPLETALK%%man/man3/atalk_aton.3.gz -%%APPLETALK%%man/man3/nbp_name.3.gz -%%APPLETALK%%man/man4/atalk.4.gz -man/man5/AppleVolumes.5.gz -man/man5/AppleVolumes.default.5.gz -man/man5/AppleVolumes.system.5.gz -man/man5/afp_ldap.conf.5.gz -man/man5/afp_signature.conf.5.gz -man/man5/afp_voluuid.conf.5.gz -man/man5/afpd.conf.5.gz -%%APPLETALK%%man/man5/atalkd.conf.5.gz -man/man5/netatalk.conf.5.gz -%%APPLETALK%%man/man5/papd.conf.5.gz -man/man8/afpd.8.gz -%%APPLETALK%%man/man8/atalkd.8.gz -man/man8/cnid_dbd.8.gz -man/man8/cnid_metad.8.gz -%%APPLETALK%%man/man8/papd.8.gz -%%APPLETALK%%man/man8/papstatus.8.gz -%%APPLETALK%%man/man8/psf.8.gz -man/man8/timelord.8.gz -sbin/afpd -%%APPLETALK%%sbin/atalkd -sbin/cnid_dbd -sbin/cnid_metad -%%APPLETALK%%sbin/papd -%%TIMELORD%%sbin/timelord -share/aclocal/netatalk.m4 -%%APPLETALK%%%%DATADIR%%/pagecount.ps diff --git a/net/nocatsplash/Makefile b/net/nocatsplash/Makefile deleted file mode 100644 index 457826d13ae8..000000000000 --- a/net/nocatsplash/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: Bruce M Simpson <bms@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= nocatsplash -PORTVERSION= 0.82 -PORTREVISION= 3 -CATEGORIES= net -MASTER_SITES= http://farrokhi.net/distfiles/ \ - http://BSDforge.com/projects/source/net/nocatsplash/ -DISTNAME= NoCatSplash-nightly - -MAINTAINER= portmaster@BSDforge.com -COMMENT= Open 802.11 Splash Screen - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -LICENSE= GPLv2 - -USE_GNOME= glib12 - -CONFLICTS= nocatauth-server-[0-9]* - -GNU_CONFIGURE= yes -USES= gmake tar:tgz - -CONFIGURE_ARGS+= --disable-dependency-tracking -CONFIGURE_ARGS+= --disable-glibtest -CONFIGURE_ARGS+= --with-firewall=pfctl -CONFIGURE_ARGS+= --with-ghttpd -.if defined(AUTHMODE) -CONFIGURE_ARGS+= --with-mode=${AUTHMODE} -.endif -.if defined(DOCROOT) -CONFIGURE_ARGS+= --with-docroot=${DOCROOT} -.endif - -USERS= nocat -GROUPS= nocat - -.include <bsd.port.mk> diff --git a/net/nocatsplash/distinfo b/net/nocatsplash/distinfo deleted file mode 100644 index a2781d5a3178..000000000000 --- a/net/nocatsplash/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (NoCatSplash-nightly.tgz) = e9c5f83d7dff1896e390c7e8b461f1546dc5055b8f569078157829ac824a7025 -SIZE (NoCatSplash-nightly.tgz) = 109000 diff --git a/net/nocatsplash/files/patch-mkinstalldirs b/net/nocatsplash/files/patch-mkinstalldirs deleted file mode 100644 index cac39d059cc1..000000000000 --- a/net/nocatsplash/files/patch-mkinstalldirs +++ /dev/null @@ -1,28 +0,0 @@ ---- mkinstalldirs.orig 2003-01-02 10:39:12 UTC -+++ mkinstalldirs -@@ -7,25 +7,6 @@ - errstatus=0 - dirmode="" - --usage="\ --Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..." -- --# process command line arguments --while test $# -gt 0 ; do -- case "${1}" in -- -h | --help | --h* ) # -h for help -- echo "${usage}" 1>&2; exit 0 ;; -- -m ) # -m PERM arg -- shift -- test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; } -- dirmode="${1}" -- shift ;; -- -- ) shift; break ;; # stop option processing -- -* ) echo "${usage}" 1>&2; exit 1 ;; # unknown option -- * ) break ;; # first non-opt arg -- esac --done -- - for file - do - if test -d "$file"; then diff --git a/net/nocatsplash/files/patch-src__http.c b/net/nocatsplash/files/patch-src__http.c deleted file mode 100644 index 9b79495eeab2..000000000000 --- a/net/nocatsplash/files/patch-src__http.c +++ /dev/null @@ -1,35 +0,0 @@ ---- src/http.c.orig 2003-01-16 19:52:17 UTC -+++ src/http.c -@@ -1,8 +1,10 @@ --# include <glib.h> --# include <fcntl.h> --# include <sys/stat.h> -+# include <sys/param.h> - # include <sys/types.h> -+# include <sys/stat.h> - # include <sys/socket.h> -+# include <netinet/in.h> -+# include <glib.h> -+# include <fcntl.h> - # include <arpa/inet.h> - # include <unistd.h> - # include <errno.h> -@@ -17,9 +19,6 @@ - # define BUF_SIZ 16384 - # endif - --// not portable, apparently --# include <sys/sendfile.h> -- - GIOChannel *http_bind_socket( const char *ip, int port, int queue ) { - struct sockaddr_in addr; - int fd, r, n = 1; -@@ -354,7 +353,7 @@ ssize_t http_sendfile ( http_request *h, - return -1; - } - -- r = sendfile( out_fd, in_fd, &len, s.st_size ); -+ r = sendfile(in_fd, out_fd, 0, s.st_size, NULL, &len, 0); - if (r == -1) { - g_warning("http_sendfile send: %m"); - return -1; diff --git a/net/nocatsplash/files/patch-src__splashd.c b/net/nocatsplash/files/patch-src__splashd.c deleted file mode 100644 index b654b53bd44e..000000000000 --- a/net/nocatsplash/files/patch-src__splashd.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/splashd.c.orig 2003-02-23 03:09:46 UTC -+++ src/splashd.c -@@ -1,7 +1,10 @@ -+# include <sys/param.h> -+# include <sys/types.h> -+# include <sys/socket.h> -+# include <netinet/in.h> -+# include <pthread.h> - # include <glib.h> - # include <stdio.h> --# include <netinet/in.h> --# include <sys/socket.h> - # include <signal.h> - # include <string.h> - # include <time.h> diff --git a/net/nocatsplash/pkg-descr b/net/nocatsplash/pkg-descr deleted file mode 100644 index 461ee18b718c..000000000000 --- a/net/nocatsplash/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -NoCatSplash is a Open Public Network Gateway Daemon. It performs as a -[captive/open/active] portal. When run on a gateway/router on a network, -all web requests are redirected until the client either logs in or clicks -"I Accept" to an AUP. The gateway daemon then changes the firewall rules -on the gateway to pass traffic for that client (based on IP address and -MAC address). diff --git a/net/nocatsplash/pkg-plist b/net/nocatsplash/pkg-plist deleted file mode 100644 index 775b30594371..000000000000 --- a/net/nocatsplash/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -share/nocat/htdocs/test.html -share/nocat/htdocs/status.html -share/nocat/htdocs/splash.html -share/nocat/htdocs/images/update.gif -share/nocat/htdocs/images/skip.gif -share/nocat/htdocs/images/reset.gif -share/nocat/htdocs/images/register.gif -share/nocat/htdocs/images/logout.gif -share/nocat/htdocs/images/login.gif -share/nocat/htdocs/images/continue.gif -share/nocat/htdocs/images/auth_logo.gif -sbin/splashd -sbin/ghttpd -etc/nocat.conf -@dir libexec/nocat diff --git a/net/py-libstorj/Makefile b/net/py-libstorj/Makefile deleted file mode 100644 index 38c48b29d368..000000000000 --- a/net/py-libstorj/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# $FreeBSD$ - -PORTNAME= libstoraj -PORTVERSION= 1.0.2 -DISTVERSIONPREFIX= v -CATEGORIES= net -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= jhixson@FreeBSD.org -COMMENT= Python bindings for libstorj - -LICENSE= LGPL21+ - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-12-19 - -BUILD_DEPENDS= swig3.0:devel/swig30 -LIB_DEPENDS= libstorj.so:net/libstorj - -USES= localbase python:2.7 -USE_PYTHON= autoplist distutils -USE_GITHUB= yes -GH_ACCOUNT= Storj -GH_PROJECT= python-libstorj -GH_TAGNAME= b344699 -GH_TUPLE= Storj:libstorj:v1.0.2:libstorj - -pre-build: - @cd ${WRKSRC}; ${CP} -a ${WRKSRC_libstorj}/ ${WRKSRC}/ext/libstorj; \ - ${LOCALBASE}/bin/swig3.0 -c++ -python -outdir lib/ext lib/ext/python_libstorj.i - -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/lib/ext/_python_libstorj.so \ - ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_python_libstorj.so - -.include <bsd.port.mk> diff --git a/net/py-libstorj/distinfo b/net/py-libstorj/distinfo deleted file mode 100644 index f4de1c87c60e..000000000000 --- a/net/py-libstorj/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1513919359 -SHA256 (Storj-python-libstorj-v1.0.2-b344699_GH0.tar.gz) = d2c9af17b9012e5920aa38146497630c6bfb3c58f32770fecfe5d526a3029a95 -SIZE (Storj-python-libstorj-v1.0.2-b344699_GH0.tar.gz) = 8086 -SHA256 (Storj-libstorj-v1.0.2_GH0.tar.gz) = 1d355f2663fd7701c49a5d696e38e1e9bfb48829fca314c47f043d8e3fa8468e -SIZE (Storj-libstorj-v1.0.2_GH0.tar.gz) = 170883 diff --git a/net/py-libstorj/pkg-descr b/net/py-libstorj/pkg-descr deleted file mode 100644 index dfb6e138992e..000000000000 --- a/net/py-libstorj/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python bindings for libstorj - -WWW: https://github.com/Storj/python-libstorj diff --git a/net/scribe/Makefile b/net/scribe/Makefile deleted file mode 100644 index 8d9c36a808a4..000000000000 --- a/net/scribe/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> -# $FreeBSD$ - -PORTNAME= scribe -DISTVERSION= 2.2.2013.04.15 -PORTREVISION= 14 -CATEGORIES= net - -MAINTAINER= ports@FreeBSD.org -COMMENT= Aggregating log data streamed in real time - -LICENSE= APACHE20 - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-12-19 - -BUILD_DEPENDS= fb303>0:devel/fb303 \ - thrift:devel/thrift -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libevent.so:devel/libevent \ - libthrift.so:devel/thrift-cpp -RUN_DEPENDS= p5-Class-Accessor>0:devel/p5-Class-Accessor \ - p5-Thrift>0:devel/p5-Thrift \ - ${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift@${PY_FLAVOR} - -BROKEN_powerpc64= Does not build - -USE_GITHUB= yes -GH_ACCOUNT= facebookarchive -GH_TAGNAME= 7359a09 - -USES= autoreconf compiler gmake perl5 python -USE_PYTHON= py3kplist -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-boost-filesystem=boost_filesystem \ - --with-boost-system=boost_system \ - PY_PREFIX="${PREFIX}" -USE_RC_SUBR= ${PORTNAME} - -OPTIONS_DEFINE= EXAMPLES - -post-patch: - @${REINPLACE_CMD} -e 's/^AM_INIT_AUTOMAKE/#/' ${WRKSRC}/configure.ac - @${REINPLACE_CMD} -e '/boost/! s/shared_ptr/boost::&/g' \ - ${WRKSRC}/src/conf.cpp \ - ${WRKSRC}/src/conn_pool.cpp \ - ${WRKSRC}/src/dynamic_bucket_updater.cpp \ - ${WRKSRC}/src/env_default.cpp \ - ${WRKSRC}/src/file.cpp \ - ${WRKSRC}/src/scribe_server.cpp \ - ${WRKSRC}/src/store.cpp \ - ${WRKSRC}/src/store_queue.cpp - -post-configure: - @${REINPLACE_CMD} 's/-O3/${CXXFLAGS}/' ${WRKSRC}/src/Makefile - -post-build: - ${LOCALBASE}/bin/thrift -o ${WRKSRC} -I ${LOCALBASE}/share --gen "perl" ${WRKSRC}/if/scribe.thrift - -post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Scribe/Thrift - (cd ${WRKSRC}/gen-perl && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}) - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - -.include <bsd.port.pre.mk> - -.if ${COMPILER_TYPE} == clang -USE_CXXSTD= c++11 -.endif - -.include <bsd.port.post.mk> diff --git a/net/scribe/distinfo b/net/scribe/distinfo deleted file mode 100644 index 65313afa90ec..000000000000 --- a/net/scribe/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (facebookarchive-scribe-2.2.2013.04.15-7359a09_GH0.tar.gz) = 1701c31dd04a3f2ffc2e05d868e9a8ffe90de396998f008c3b29f9d0f169bebf -SIZE (facebookarchive-scribe-2.2.2013.04.15-7359a09_GH0.tar.gz) = 97255 diff --git a/net/scribe/files/patch-if__bucketupdater.thrift b/net/scribe/files/patch-if__bucketupdater.thrift deleted file mode 100644 index 9a5eb11f0e98..000000000000 --- a/net/scribe/files/patch-if__bucketupdater.thrift +++ /dev/null @@ -1,10 +0,0 @@ ---- if/bucketupdater.thrift.orig 2013-04-16 02:56:56 UTC -+++ if/bucketupdater.thrift -@@ -19,6 +19,7 @@ - - namespace cpp scribe.thrift - namespace java com.facebook.infrastructure.service -+namespace perl Scribe.Thrift - - // BucketStoreMapping service exception - exception BucketStoreMappingException { diff --git a/net/scribe/files/patch-src__Makefile.am b/net/scribe/files/patch-src__Makefile.am deleted file mode 100644 index 048eea8ddf7b..000000000000 --- a/net/scribe/files/patch-src__Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.am.orig 2013-04-16 02:56:56 UTC -+++ src/Makefile.am -@@ -34,7 +34,7 @@ all: - # - THRIFT = $(thrift_home)/bin/thrift - THRIFT_INCLUDES = -I $(fb303_home)/share/ --THRIFT_OPTS = $(THRIFT_INCLUDES) --gen cpp:pure_enums --gen py --gen php --gen java -+THRIFT_OPTS = $(THRIFT_INCLUDES) --gen cpp:pure_enums --gen py --gen php --gen java --gen perl - - # User defined conditionals and conditonal statements set up in configure.ac. - # FACEBOOK set in configure.ac diff --git a/net/scribe/files/scribe.in b/net/scribe/files/scribe.in deleted file mode 100644 index 06704887b293..000000000000 --- a/net/scribe/files/scribe.in +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: scribe -# REQUIRE: DAEMON -# KEYWORD: shutdown - -. /etc/rc.subr - -name="scribe" -rcvar=scribe_enable -pidfile="/var/run/${name}.pid" -command="%%PREFIX%%/bin/scribed" - -start_cmd=scribe_start -stop_postcmd=scribe_cleanup - -scribe_start() -{ - echo "Starting ${name}." - /usr/sbin/daemon -cf -p ${pidfile} ${command} ${scribe_flags} 2>>/var/log/scribe.log -} - -scribe_cleanup() { - [ -f ${pidfile} ] && /bin/unlink ${pidfile} -} - -load_rc_config "$name" - -: ${scribe_enable="NO"} - -run_rc_command "$1" diff --git a/net/scribe/pkg-descr b/net/scribe/pkg-descr deleted file mode 100644 index 9a7c85e880a6..000000000000 --- a/net/scribe/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Scribe is a server for aggregating log data streamed in real time from a large -number of servers. It is designed to be scalable, extensible without -client-side modification, and robust to failure of the network or any specific -machine. - -This is an archived project and is no longer supported or updated by Facebook. -Please do not file issues or pull-requests. If you wish to continue to develop -this code yourself, we recommend you fork it. - -WWW: https://github.com/facebookarchive/scribe diff --git a/net/scribe/pkg-plist b/net/scribe/pkg-plist deleted file mode 100644 index 286c00da71ce..000000000000 --- a/net/scribe/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/scribed -lib/libdynamicbucketupdater.a -lib/libscribe.a -%%SITE_PERL%%/Scribe/Thrift/Constants.pm -%%SITE_PERL%%/Scribe/Thrift/Types.pm -%%SITE_PERL%%/Scribe/Thrift/scribe.pm -%%PYTHON_SITELIBDIR%%/scribe-2.0-py%%PYTHON_VER%%.egg-info -%%PYTHON_SITELIBDIR%%/scribe/__init__.py -%%PYTHON_SITELIBDIR%%/scribe/__init__.pyc -%%PYTHON_SITELIBDIR%%/scribe/constants.py -%%PYTHON_SITELIBDIR%%/scribe/constants.pyc -%%PYTHON_SITELIBDIR%%/scribe/scribe.py -%%PYTHON_SITELIBDIR%%/scribe/scribe.pyc -%%PYTHON_SITELIBDIR%%/scribe/ttypes.py -%%PYTHON_SITELIBDIR%%/scribe/ttypes.pyc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example1.conf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example2central.conf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example2client.conf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hdfs_example.conf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hdfs_example2.conf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scribe_cat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scribe_ctrl diff --git a/net/wmlj/Makefile b/net/wmlj/Makefile deleted file mode 100644 index de745bda80ed..000000000000 --- a/net/wmlj/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Sergei Barbarash <sgt@outline.ru> -# $FreeBSD$ - -PORTNAME= wmlj -PORTVERSION= 0.4.0 -PORTREVISION= 9 -CATEGORIES= net -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Dockapp that monitors your friends list at LiveJournal.com - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -LIB_DEPENDS= libcurl.so:ftp/curl - -GNU_CONFIGURE= yes -USE_GNOME= gtk12 - -PLIST_FILES= bin/wmlj \ - man/man1/wmlj.1.gz - -post-patch: - @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/network.c - -.include <bsd.port.mk> diff --git a/net/wmlj/distinfo b/net/wmlj/distinfo deleted file mode 100644 index 42868f3020f2..000000000000 --- a/net/wmlj/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmlj-0.4.0.tar.gz) = c054a07d729092574cfce6c6eb625ed5c79d0117579bab0d18c5c5fb0a5a110f -SIZE (wmlj-0.4.0.tar.gz) = 84550 diff --git a/net/wmlj/files/patch-src_network.c b/net/wmlj/files/patch-src_network.c deleted file mode 100644 index 8e91ae9cbd33..000000000000 --- a/net/wmlj/files/patch-src_network.c +++ /dev/null @@ -1,24 +0,0 @@ ---- src/network.c.orig 2016-05-11 21:04:11 UTC -+++ src/network.c -@@ -72,7 +72,7 @@ skipline(char *text) { - } - - static char* --getline(char *text) { -+get_line(char *text) { - int len; - char *str; - -@@ -113,10 +113,10 @@ parse_response(char *buf) { - int read_keys = 0; - - while (*buf) { -- key = getline(buf); -+ key = get_line(buf); - buf = skipline(buf); - if (*buf) { -- val = getline(buf); -+ val = get_line(buf); - buf = skipline(buf); - - g_hash_table_insert(hash, g_strdup(key), g_strdup(val)); diff --git a/net/wmlj/pkg-descr b/net/wmlj/pkg-descr deleted file mode 100644 index 46bf1446d17f..000000000000 --- a/net/wmlj/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -wmlj monitors your Friends List at LiveJournal.com, an online -journaling service. It's designed to sit at your WindowMaker dock -panel. It checks the Friends List for updates every given time -interval, and if some of your friends post new entries, it signals -you with a neat graphic animation sequence. - -WWW: http://wmlj.sourceforge.net/ diff --git a/net/xferstats/Makefile b/net/xferstats/Makefile deleted file mode 100644 index f59bbf059f67..000000000000 --- a/net/xferstats/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Dima Sivachenko -# $FreeBSD$ - -PORTNAME= xferstats -PORTVERSION= 2.16 -PORTREVISION= 2 -CATEGORIES= net -MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/support/ - -MAINTAINER= demon@FreeBSD.org -COMMENT= Compiles information about file transfers from logfiles - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -USE_GNOME= glib12 -GNU_CONFIGURE= yes - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xferstats ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xferstats.8 ${STAGEDIR}${MANPREFIX}/man/man8 - ${INSTALL_DATA} ${WRKSRC}/xferstats.cfg \ - ${STAGEDIR}${PREFIX}/etc/xferstats.cfg.sample - -.include <bsd.port.mk> diff --git a/net/xferstats/distinfo b/net/xferstats/distinfo deleted file mode 100644 index f4a65946ff22..000000000000 --- a/net/xferstats/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xferstats-2.16.tar.gz) = 19b032709d4d473f9ed8cfe1134cc46254bf4eb39c4eee025d07dec1d0596819 -SIZE (xferstats-2.16.tar.gz) = 79327 diff --git a/net/xferstats/files/patch-parselog.c b/net/xferstats/files/patch-parselog.c deleted file mode 100644 index 6a0da013c765..000000000000 --- a/net/xferstats/files/patch-parselog.c +++ /dev/null @@ -1,84 +0,0 @@ ---- parselog.c.orig Sun Oct 13 17:39:55 2002 -+++ parselog.c Sun Oct 13 17:42:12 2002 -@@ -202,15 +202,11 @@ - - while (1) { - if (pointers->config->use_stdin) { -- if (feof(stdin)) -+ if (fgets(foo, sizeof(foo), stdin) == NULL) - break; -- /* there's probably a better way to do this :) */ -- fgets(foo, sizeof(foo), stdin); - } else { -- if (feof(log_stream)) -+ if (fgets(foo, sizeof(foo), log_stream) == NULL) - break; -- -- fgets(foo, sizeof(foo), log_stream); - } - - if ((len = strlen(foo)) < 42) -@@ -455,10 +451,8 @@ - #ifdef HAVE_MMAP - if (pointers->config->use_stdin) - { -- if (feof(stdin)) -+ if (fgets(foo, sizeof(foo), stdin) == NULL) - break; -- /* there's probably a better way to do this :) */ -- fgets(foo, sizeof(foo), stdin); - } - else - { -@@ -497,17 +491,13 @@ - #else /* HAVE_MMAP */ - if (pointers->config->use_stdin) - { -- if (feof(stdin)) -+ if (fgets(foo, sizeof(foo), stdin) == NULL) - break; -- /* there's probably a better way to do this :) */ -- fgets(foo, sizeof(foo), stdin); - } - else - { -- if (feof(log_stream)) -+ if (fgets(foo, sizeof(foo), log_stream) == NULL) - break; -- -- fgets(foo, sizeof(foo), log_stream); - } - #endif /* HAVE_MMAP */ - -@@ -770,10 +760,8 @@ - #ifdef HAVE_MMAP - if (pointers->config->use_stdin) - { -- if (feof(stdin)) -+ if (fgets(foo, sizeof(foo), stdin) == NULL) - break; -- /* there's probably a better way to do this :) */ -- fgets(foo, 2047, stdin); - } - else - { -@@ -812,17 +800,13 @@ - #else /* HAVE_MMAP */ - if (pointers->config->use_stdin) - { -- if (feof(stdin)) -+ if (fgets(foo, sizeof(foo), stdin) == NULL) - break; -- /* there's probably a better way to do this :) */ -- fgets(foo, 2047, stdin); - } - else - { -- if (feof(log_stream)) -+ if (fgets(foo, sizeof(foo), log_stream) == NULL) - break; -- -- fgets(foo, sizeof(foo), log_stream); - } - #endif /* HAVE_MMAP */ - diff --git a/net/xferstats/files/patch-xferstats.c b/net/xferstats/files/patch-xferstats.c deleted file mode 100644 index e07d53caa424..000000000000 --- a/net/xferstats/files/patch-xferstats.c +++ /dev/null @@ -1,23 +0,0 @@ ---- xferstats.x Thu Jan 11 19:49:22 2001 -+++ xferstats.c Thu Jan 11 19:50:31 2001 -@@ -2486,6 +2486,7 @@ - { - pointers_t * pointers; - char * default_logfile; -+ int first = 1; - - /* unbuffer stdout and stderr so output isn't lost */ - setbuf(stdout, NULL); -@@ -2559,10 +2560,11 @@ - - G_BLOW_CHUNKS(); - -- if (!pointers->first_ftp_line) { -+ if (first && !pointers->first_ftp_line) { - fprintf(stderr, "No data to process.\n"); - exit(0); - } -+ first = 0; - - generate_daily_data(pointers, pointers->first_ftp_line); - if (pointers->config->dow_traffic) diff --git a/net/xferstats/files/patch-xferstats.h b/net/xferstats/files/patch-xferstats.h deleted file mode 100644 index 5d8c8c41f9c8..000000000000 --- a/net/xferstats/files/patch-xferstats.h +++ /dev/null @@ -1,10 +0,0 @@ ---- xferstats.x Thu Jan 11 19:35:18 2001 -+++ xferstats.h Thu Jan 11 19:35:52 2001 -@@ -39,6 +39,7 @@ - - /* glibc's malloc is so damn efficient, chunks actually slow it down. so only - * use g_mem_chunks on non-glibc systems */ -+#define __GLIBC__ - #ifdef __GLIBC__ - # define G_MEM_CHUNK_ALLOC(bar) g_malloc(bar) - # define G_MEM_CHUNK_ALLOC0(bar) g_malloc0(bar) diff --git a/net/xferstats/pkg-descr b/net/xferstats/pkg-descr deleted file mode 100644 index 6f450184be08..000000000000 --- a/net/xferstats/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Xferstats is a utility that parses wu-ftpd, ncftpd, and (special) apache -xferlogs and gives various information and totals about the data transferred. diff --git a/net/xferstats/pkg-plist b/net/xferstats/pkg-plist deleted file mode 100644 index 73e099fdca4b..000000000000 --- a/net/xferstats/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/xferstats -etc/xferstats.cfg.sample -man/man8/xferstats.8.gz |