diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /net | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
100 files changed, 0 insertions, 3418 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile deleted file mode 100644 index e04898b53..000000000 --- a/net/avahi/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -# New ports collection makefile for: avahi -# Date created: 18 November 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net/avahi/Makefile,v 1.18 2006/10/11 05:40:17 marcus Exp $ - -PORTNAME= avahi -PORTVERSION= 0.6.14 -PORTREVISION?= 0 -CATEGORIES?= net dns -MASTER_SITES= http://www.avahi.org/download/ - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= Service discovery on a local network - -LIB_DEPENDS?= expat.6:${PORTSDIR}/textproc/expat2 \ - daemon.2:${PORTSDIR}/devel/libdaemon \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gdbm.3:${PORTSDIR}/databases/gdbm - -USE_GNOME?= gnomehack ltverhack glib20 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -USE_GETOPT_LONG=yes -CONFIGURE_ARGS?=--with-distro=freebsd \ - --with-dbus-system-address=unix:path=/var/run/dbus/dbus.pipe \ - --disable-qt3 \ - --disable-qt4 \ - --disable-python \ - --disable-mono \ - --disable-monodoc \ - --disable-doxygen-doc \ - --disable-doxygen-dot \ - --localstatedir=/var \ - --enable-compat-howl \ - --disable-autoipd \ - --mandir=${PREFIX}/man -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.if !defined(AVAHI_SLAVE) -CONFLICTS= howl-[0-9]* - -MAN1= avahi-browse-domains.1 avahi-browse.1 avahi-publish-address.1 \ - avahi-publish-service.1 avahi-publish.1 avahi-resolve-address.1 \ - avahi-resolve-host-name.1 avahi-resolve.1 avahi-set-host-name.1 -MAN5= avahi-daemon.conf.5 avahi.service.5 avahi.hosts.5 -MAN8= avahi-daemon.8 avahi-dnsconfd.8 avahi-dnsconfd.action.8 - -OPTIONS= GTK2 "Build a GTK+ 2 browser utility" off \ - LIBDNS "Enable mDNSResponder compatibility" off -.endif - -.include <bsd.port.pre.mk> - -.if !defined(AVAHI_SLAVE) -.if defined(WITH_LIBDNS) -CONFIGURE_ARGS+=--enable-compat-libdns_sd -PLIST_SUB+= LIBDNS="" -CONFLICTS+= mDNSResponder-[0-9]* -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+libdns -.else -CONFIGURE_ARGS+=--disable-compat-libdns_sd -PLIST_SUB+= LIBDNS="@comment " -.endif - -.if defined(WITH_GTK2) -USE_GNOME+= libglade2 -PLIST_SUB+= GTK="" -.else -CONFIGURE_ARGS+=--disable-gtk -PLIST_SUB+= GTK="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-ldl||g ; s|netdev|network|g' \ - ${WRKSRC}/configure \ - ${WRKSRC}/avahi-client/Makefile.in \ - ${WRKSRC}/avahi-daemon/Makefile.in - -post-install: -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - -.endif - -.include <bsd.port.post.mk> diff --git a/net/avahi/distinfo b/net/avahi/distinfo deleted file mode 100644 index 8ab897bd5..000000000 --- a/net/avahi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (avahi-0.6.14.tar.gz) = 6abad76bbc2ac0f51a8869b3a2e5c238 -SHA256 (avahi-0.6.14.tar.gz) = e599f03b2d493b492fc23f50c5fe7bbf78af90e79a0c6c8c2e6600048e71c2e6 -SIZE (avahi-0.6.14.tar.gz) = 923556 diff --git a/net/avahi/files/patch-Makefile.in b/net/avahi/files/patch-Makefile.in deleted file mode 100644 index 188015092..000000000 --- a/net/avahi/files/patch-Makefile.in +++ /dev/null @@ -1,41 +0,0 @@ ---- Makefile.in.orig Wed Oct 11 01:31:58 2006 -+++ Makefile.in Wed Oct 11 01:34:55 2006 -@@ -1057,21 +1056,29 @@ uninstall-info: uninstall-info-recursive - avahi-core.pc: avahi-core.pc.in - sed -e 's,@prefix\@,$(prefix),g' \ - -e 's,@libdir\@,$(libdir),g' \ -+ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ -+ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ - -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ - - @HAVE_DBUS_TRUE@avahi-client.pc: avahi-client.pc.in - @HAVE_DBUS_TRUE@ sed -e 's,@prefix\@,$(prefix),g' \ - @HAVE_DBUS_TRUE@ -e 's,@libdir\@,$(libdir),g' \ -+@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ -+@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ - @HAVE_DBUS_TRUE@ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ - - @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@avahi-compat-howl.pc: avahi-compat-howl.pc.in - @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ sed -e 's,@prefix\@,$(prefix),g' \ - @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ -e 's,@libdir\@,$(libdir),g' \ -+@ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ -+@ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ - @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ -e 's,@HOWL_COMPAT_VERSION\@,$(HOWL_COMPAT_VERSION),g' $< > $@ - - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@avahi-compat-libdns_sd.pc: avahi-compat-libdns_sd.pc.in - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ sed -e 's,@prefix\@,$(prefix),g' \ - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -e 's,@libdir\@,$(libdir),g' \ -+@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ -+@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ - - @HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@avahi-sharp.pc: avahi-sharp.pc.in -@@ -1082,6 +1089,8 @@ avahi-core.pc: avahi-core.pc.in - @HAVE_GLIB_TRUE@avahi-glib.pc: avahi-glib.pc.in - @HAVE_GLIB_TRUE@ sed -e 's,@prefix\@,$(prefix),g' \ - @HAVE_GLIB_TRUE@ -e 's,@libdir\@,$(libdir),g' \ -+@HAVE_GLIB_TRUE@ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ -+@HAVE_GLIB_TRUE@ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ - @HAVE_GLIB_TRUE@ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ - - @HAVE_QT3_TRUE@avahi-qt3.pc: avahi-qt3.pc.in diff --git a/net/avahi/files/patch-avahi-client.pc.in b/net/avahi/files/patch-avahi-client.pc.in deleted file mode 100644 index e980e52e0..000000000 --- a/net/avahi/files/patch-avahi-client.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-client.pc.in.orig Mon May 15 02:28:25 2006 -+++ avahi-client.pc.in Mon May 15 02:30:08 2006 -@@ -6,5 +6,5 @@ - Name: avahi-client - Description: Avahi Multicast DNS Responder (Client Support) - Version: @PACKAGE_VERSION@ --Libs: -L${libdir} -lavahi-common -lavahi-client --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -lavahi-common -lavahi-client @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi/files/patch-avahi-compat-howl.pc.in b/net/avahi/files/patch-avahi-compat-howl.pc.in deleted file mode 100644 index f101cc1da..000000000 --- a/net/avahi/files/patch-avahi-compat-howl.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-compat-howl.pc.in.orig Sun Jan 29 13:32:39 2006 -+++ avahi-compat-howl.pc.in Sun Jan 29 13:32:56 2006 -@@ -6,5 +6,5 @@ - Name: avahi-compat-howl - Description: Avahi Multicast DNS Responder (HOWL Compatibility) - Version: @HOWL_COMPAT_VERSION@ --Libs: -L${libdir} -lhowl --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -lhowl @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi/files/patch-avahi-compat-libdns_sd.pc.in b/net/avahi/files/patch-avahi-compat-libdns_sd.pc.in deleted file mode 100644 index 8487c1b5a..000000000 --- a/net/avahi/files/patch-avahi-compat-libdns_sd.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-compat-libdns_sd.pc.in.orig Sun Jan 29 13:33:21 2006 -+++ avahi-compat-libdns_sd.pc.in Sun Jan 29 13:33:40 2006 -@@ -6,5 +6,5 @@ - Name: avahi-compat-libdns_sd - Description: Avahi Multicast DNS Responder (libdns_sd Compatibility) - Version: @PACKAGE_VERSION@ --Libs: -L${libdir} -ldns_sd --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -ldns_sd @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi/files/patch-avahi-core.pc.in b/net/avahi/files/patch-avahi-core.pc.in deleted file mode 100644 index fdde41be9..000000000 --- a/net/avahi/files/patch-avahi-core.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-core.pc.in.orig Sun Jan 29 13:31:30 2006 -+++ avahi-core.pc.in Sun Jan 29 13:31:48 2006 -@@ -6,5 +6,5 @@ - Name: avahi-core - Description: Avahi Multicast DNS Responder (Embeddable Stack) - Version: @PACKAGE_VERSION@ --Libs: -L${libdir} -lavahi-common -lavahi-core --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -lavahi-common -lavahi-core @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi/files/patch-avahi-core_dns.c b/net/avahi/files/patch-avahi-core_dns.c deleted file mode 100644 index 3c24721e5..000000000 --- a/net/avahi/files/patch-avahi-core_dns.c +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-core/dns.c.orig Thu Oct 12 12:43:19 2006 -+++ avahi-core/dns.c Thu Oct 12 12:43:31 2006 -@@ -28,6 +28,7 @@ - #include <stdio.h> - #include <assert.h> - -+#include <sys/types.h> - #include <netinet/in.h> - - #include <avahi-common/defs.h> diff --git a/net/avahi/files/patch-avahi-glib.pc.in b/net/avahi/files/patch-avahi-glib.pc.in deleted file mode 100644 index e2633c32d..000000000 --- a/net/avahi/files/patch-avahi-glib.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-glib.pc.in.orig Mon May 15 02:31:01 2006 -+++ avahi-glib.pc.in Mon May 15 02:31:25 2006 -@@ -7,5 +7,5 @@ - Description: Avahi Multicast DNS Responder (GLib Support) - Version: @PACKAGE_VERSION@ - Requires: glib-2.0 --Libs: -L${libdir} -lavahi-glib --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -lavahi-glib @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi/files/patch-configure b/net/avahi/files/patch-configure deleted file mode 100644 index ab78027c6..000000000 --- a/net/avahi/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sun Sep 3 12:31:45 2006 -+++ configure Sun Sep 3 12:32:34 2006 -@@ -20559,6 +20559,7 @@ echo $ECHO_N "checking whether to check - check_inconsistencies=yes - case "${host_cpu}-${host_os}" in - *-darwin*) check_inconsistencies=no ;; -+ *-freebsd*) check_inconsistencies=no ;; - esac - if test x"$GCC" != xyes -o "x$check_inconsistencies" != xyes ; then - { echo "$as_me:$LINENO: result: no" >&5 diff --git a/net/avahi/pkg-descr b/net/avahi/pkg-descr deleted file mode 100644 index fb85b6205..000000000 --- a/net/avahi/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Service discovery on a local network -- this means that you can plug your -laptop or computer into a network and instantly be able to view other people -who you can chat with, find printers to print to or find files being shared. -This kind of technology is already found in MacOS X (branded 'Rendezvous', -'Bonjour' and sometimes 'ZeroConf') and is very convenient. - -WWW: http://www.avahi.org/ diff --git a/net/avahi/pkg-install b/net/avahi/pkg-install deleted file mode 100644 index 9bbd14bce..000000000 --- a/net/avahi/pkg-install +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=avahi - GROUP=${USER} - UID=558 - GID=${UID} - PW=/usr/sbin/pw - - if ${PW} group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if ${PW} groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if ${PW} user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d "/nonexistent" -s /sbin/nologin -c "Avahi Daemon User" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - exit 0 - ;; -esac diff --git a/net/avahi/pkg-plist b/net/avahi/pkg-plist deleted file mode 100644 index 242c7b2b8..000000000 --- a/net/avahi/pkg-plist +++ /dev/null @@ -1,121 +0,0 @@ -bin/avahi-browse -bin/avahi-browse-domains -%%GTK%%bin/avahi-discover-standalone -bin/avahi-publish -bin/avahi-publish-address -bin/avahi-publish-service -bin/avahi-resolve -bin/avahi-resolve-address -bin/avahi-resolve-host-name -bin/avahi-set-host-name -etc/avahi/avahi-daemon.conf -etc/avahi/avahi-dnsconfd.action -etc/avahi/hosts -etc/avahi/services/sftp-ssh.service -etc/avahi/services/ssh.service -etc/dbus-1/system.d/avahi-dbus.conf -etc/rc.d/avahi-daemon.sh -etc/rc.d/avahi-dnsconfd.sh -include/avahi-client/client.h -include/avahi-client/lookup.h -include/avahi-client/publish.h -include/avahi-common/address.h -include/avahi-common/alternative.h -include/avahi-common/cdecl.h -include/avahi-common/defs.h -include/avahi-common/domain.h -include/avahi-common/error.h -include/avahi-common/gccmacro.h -include/avahi-common/llist.h -include/avahi-common/malloc.h -include/avahi-common/rlist.h -include/avahi-common/simple-watch.h -include/avahi-common/strlst.h -include/avahi-common/thread-watch.h -include/avahi-common/timeval.h -include/avahi-common/watch.h -include/avahi-compat-howl/corby/buffer.h -include/avahi-compat-howl/corby/channel.h -include/avahi-compat-howl/corby/corby.h -include/avahi-compat-howl/corby/message.h -include/avahi-compat-howl/corby/object.h -include/avahi-compat-howl/corby/orb.h -include/avahi-compat-howl/discovery/discovery.h -include/avahi-compat-howl/discovery/text_record.h -include/avahi-compat-howl/howl.h -include/avahi-compat-howl/rendezvous/rendezvous.h -include/avahi-compat-howl/rendezvous/text_record.h -include/avahi-compat-howl/salt/address.h -include/avahi-compat-howl/salt/debug.h -include/avahi-compat-howl/salt/interface.h -include/avahi-compat-howl/salt/platform.h -include/avahi-compat-howl/salt/salt.h -include/avahi-compat-howl/salt/signal.h -include/avahi-compat-howl/salt/socket.h -include/avahi-compat-howl/salt/time.h -%%LIBDNS%%include/avahi-compat-libdns_sd/dns_sd.h -include/avahi-core/core.h -include/avahi-core/log.h -include/avahi-core/lookup.h -include/avahi-core/publish.h -include/avahi-core/rr.h -include/avahi-glib/glib-malloc.h -include/avahi-glib/glib-watch.h -lib/libavahi-client.a -lib/libavahi-client.la -lib/libavahi-client.so -lib/libavahi-client.so.3 -lib/libavahi-common.a -lib/libavahi-common.la -lib/libavahi-common.so -lib/libavahi-common.so.3 -lib/libavahi-core.a -lib/libavahi-core.la -lib/libavahi-core.so -lib/libavahi-core.so.4 -lib/libavahi-glib.a -lib/libavahi-glib.la -lib/libavahi-glib.so -lib/libavahi-glib.so.1 -%%LIBDNS%%lib/libdns_sd.a -%%LIBDNS%%lib/libdns_sd.la -%%LIBDNS%%lib/libdns_sd.so -%%LIBDNS%%lib/libdns_sd.so.1 -lib/libhowl.a -lib/libhowl.la -lib/libhowl.so -lib/libhowl.so.0 -libdata/pkgconfig/avahi-client.pc -libdata/pkgconfig/avahi-compat-howl.pc -%%LIBDNS%%libdata/pkgconfig/avahi-compat-libdns_sd.pc -libdata/pkgconfig/avahi-core.pc -libdata/pkgconfig/avahi-glib.pc -sbin/avahi-daemon -sbin/avahi-dnsconfd -%%DATADIR%%/avahi-service.dtd -%%GTK%%%%DATADIR%%/interfaces/avahi-discover.glade -%%DATADIR%%/introspection/AddressResolver.introspect -%%DATADIR%%/introspection/DomainBrowser.introspect -%%DATADIR%%/introspection/EntryGroup.introspect -%%DATADIR%%/introspection/HostNameResolver.introspect -%%DATADIR%%/introspection/RecordBrowser.introspect -%%DATADIR%%/introspection/Server.introspect -%%DATADIR%%/introspection/ServiceBrowser.introspect -%%DATADIR%%/introspection/ServiceResolver.introspect -%%DATADIR%%/introspection/ServiceTypeBrowser.introspect -%%DATADIR%%/service-types -@dirrm %%DATADIR%%/introspection -%%GTK%%@dirrm %%DATADIR%%/interfaces -@dirrm %%DATADIR%% -@dirrm include/avahi-glib -@dirrm include/avahi-core -%%LIBDNS%%@dirrm include/avahi-compat-libdns_sd -@dirrm include/avahi-compat-howl/salt -@dirrm include/avahi-compat-howl/rendezvous -@dirrm include/avahi-compat-howl/discovery -@dirrm include/avahi-compat-howl/corby -@dirrm include/avahi-compat-howl -@dirrm include/avahi-common -@dirrm include/avahi-client -@dirrm etc/avahi/services -@dirrm etc/avahi diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile deleted file mode 100644 index e3abea76d..000000000 --- a/net/crescendo/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: crescendo -# Date created: 27.Apr 2000 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ -# $MCom: ports/net/crescendo/Makefile,v 1.1 2006/10/04 15:53:23 ahze Exp $ -# - -PORTNAME= crescendo -PORTVERSION= 1.1.7 -PORTREVISION= 5 -CATEGORIES= net gnome -# Master Site broken -#MASTER_SITES= http://crescendo.lyrical.net/files/ -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= dinoex - -MAINTAINER= ports@FreeBSD.org -COMMENT= A gnome frontend for tinyfuge - -RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue - -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-compile-warnings=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CFLAGS+= -g -PLIST_SUB= DOCDIR=share/doc/${PORTNAME} -MODIFY= Makefile.in data/Makefile.in - -USE_XLIB= yes -USE_GNOME= gnomelibs - -post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - -pre-patch: -.for i in ${MODIFY} - @${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sed - ${SED} -e 's=$$(prefix)/share/=$$(datadir)/gnome/=g' \ - ${WRKSRC}/${i}.sed > ${WRKSRC}/${i} -.endfor - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in AUTHORS ChangeLog HACKING INSTALL NEWS \ - README README.BINARY TODO - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net/crescendo/distinfo b/net/crescendo/distinfo deleted file mode 100644 index 52fa3aa13..000000000 --- a/net/crescendo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (crescendo-1.1.7.tar.gz) = 6c52e50c61d279eeb6dceac3252ffdde -SHA256 (crescendo-1.1.7.tar.gz) = e931fb1b7e10a9bbd1abca61854e9eeefa18fa49083291335307ae6bed3ba90a -SIZE (crescendo-1.1.7.tar.gz) = 637778 diff --git a/net/crescendo/files/patch-aa b/net/crescendo/files/patch-aa deleted file mode 100644 index b26a31dd9..000000000 --- a/net/crescendo/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- src/splash.c.orig Fri Oct 13 00:38:03 2000 -+++ src/splash.c Fri Oct 13 00:38:50 2000 -@@ -32,7 +32,7 @@ - gtk_signal_connect (GTK_OBJECT(WinSplash), "button_press_event", GTK_SIGNAL_FUNC (gtk_widget_destroy), NULL); - - if(cresc_pref->prefix) { -- temp = g_strconcat (cresc_pref->prefix, "share/crescendo/cr-splash1.jpg", NULL); -+ temp = g_strconcat (CRESCENDO_DATADIR, "/cr-splash1.jpg", NULL); - picSplash = gnome_pixmap_new_from_file(temp); - gtk_container_add(GTK_CONTAINER(WinSplash),picSplash); - g_free(temp); diff --git a/net/crescendo/pkg-descr b/net/crescendo/pkg-descr deleted file mode 100644 index 5e1dc3115..000000000 --- a/net/crescendo/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Oooookay, so you have tinyfugue, and you want -it pretty, Well, here's your toy. This should -be -really- straightforward. If you've got this -out of cvs, run ./autogen.sh ; make and you are -set. - -PLEASE READ HACKING, if you are a developer. - -If you got this from a dist, then, ./configure -should be what you need. Have fun, - -need some help, email me, Will LaSHell -will@lashell.net - -WWW: http://crescendo.lyrical.net/ diff --git a/net/crescendo/pkg-plist b/net/crescendo/pkg-plist deleted file mode 100644 index ca27d66e8..000000000 --- a/net/crescendo/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/crescendo -share/gnome/crescendo/cr-about.jpg -share/gnome/crescendo/cr-splash1.jpg -share/gnome/crescendo/startup2.wav -share/gnome/apps/Internet/crescendo.desktop -share/gnome/pixmaps/crescendo.png -@dirrm share/gnome/crescendo -%%PORTDOCS%%%%DOCDIR%%/AUTHORS -%%PORTDOCS%%%%DOCDIR%%/ChangeLog -%%PORTDOCS%%%%DOCDIR%%/HACKING -%%PORTDOCS%%%%DOCDIR%%/INSTALL -%%PORTDOCS%%%%DOCDIR%%/NEWS -%%PORTDOCS%%%%DOCDIR%%/README -%%PORTDOCS%%%%DOCDIR%%/README.BINARY -%%PORTDOCS%%%%DOCDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCDIR%% diff --git a/net/diradmin/Makefile b/net/diradmin/Makefile deleted file mode 100644 index bd738bb26..000000000 --- a/net/diradmin/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: diradmin -# Date created: 24 April 2003 -# Whom: Lewis Thompson <purple@lewiz.net> -# -# $FreeBSD$ -# - -PORTNAME= diradmin -PORTVERSION= 1.5.1 -PORTREVISION= 4 -CATEGORIES= net -MASTER_SITES= http://diradmin.open-it.org/releases/ \ - http://diradmin.open-it.org/releases/old/ -DISTNAME= directory_administrator-${PORTVERSION} - -MAINTAINER= lewiz@compsoc.man.ac.uk -COMMENT= A smart LDAP directory management tool - -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_GMAKE= yes -USE_GNOME= gnomelibs -USE_OPENLDAP= yes -USE_OPENSSL= yes -CFLAGS+= -I/usr/src/lib/libcrypt - -PORTDOCS= AUTHORS CREDITS ChangeLog INSTALL NEWS \ - README TODO - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net/diradmin/distinfo b/net/diradmin/distinfo deleted file mode 100644 index 6ec574315..000000000 --- a/net/diradmin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (directory_administrator-1.5.1.tar.gz) = 6ce1d8f2715ed100ec297779e7557d46 -SHA256 (directory_administrator-1.5.1.tar.gz) = d785fd8575ca068254b3fead5ee54a2b01ed701622a79796661d02a70f664490 -SIZE (directory_administrator-1.5.1.tar.gz) = 460818 diff --git a/net/diradmin/files/patch-aa b/net/diradmin/files/patch-aa deleted file mode 100644 index a5126d74c..000000000 --- a/net/diradmin/files/patch-aa +++ /dev/null @@ -1,34 +0,0 @@ ---- aclocal.m4.orig Fri Dec 19 22:55:07 2003 -+++ aclocal.m4 Fri Dec 19 22:57:03 2003 -@@ -1539,6 +1539,6 @@ - dnl LDAP_CHECKS - AC_DEFUN([LDAP_CHECKS], - [ -- LDFLAGS="$LDFLAGS -llber -lldap -lresolv -lcrypt" -+ LDFLAGS="$LDFLAGS -llber -lldap -lcrypt" - ]) - - ---- configure.orig Fri Dec 19 22:55:22 2003 -+++ configure Fri Dec 19 22:56:07 2003 -@@ -5413,7 +5413,7 @@ - - - -- LDFLAGS="$LDFLAGS -llber -lldap -lresolv -lcrypt" -+ LDFLAGS="$LDFLAGS -llber -lldap -lcrypt" - - - - - ---- macros/ldap.m4.orig Fri Dec 19 22:55:34 2003 -+++ macros/ldap.m4 Fri Dec 19 22:57:46 2003 -@@ -1,5 +1,5 @@ - dnl LDAP_CHECKS - AC_DEFUN([LDAP_CHECKS], - [ -- LDFLAGS="$LDFLAGS -llber -lldap -lresolv -lcrypt" -+ LDFLAGS="$LDFLAGS -llber -lldap -lcrypt" - ]) - diff --git a/net/diradmin/files/patch-configure b/net/diradmin/files/patch-configure deleted file mode 100644 index 066499b4f..000000000 --- a/net/diradmin/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Tue Feb 24 16:10:24 2004 -+++ configure Tue Feb 24 16:12:33 2004 -@@ -5413,7 +5413,7 @@ - - - -- LDFLAGS="$LDFLAGS -llber -lldap -lcrypt" -+ LDFLAGS="$LDFLAGS -L/usr/local/lib -llber -lldap -lcrypt" - - - -@@ -5625,7 +5625,7 @@ - - fi - --PACKAGE_PIXMAPS_DIR="/share/pixmaps/${PACKAGE}" -+PACKAGE_PIXMAPS_DIR="/share/gnome/pixmaps/${PACKAGE}" - - PACKAGE_APPLNK_DIR="/share/applications" - SYSTEM_MENU_DIR="/lib/menu" diff --git a/net/diradmin/files/patch-src-charset.c b/net/diradmin/files/patch-src-charset.c deleted file mode 100644 index c7b8a66e3..000000000 --- a/net/diradmin/files/patch-src-charset.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/charset.c.orig Wed Jun 11 23:25:17 2003 -+++ src/charset.c Thu Jan 22 10:18:01 2004 -@@ -165,12 +165,12 @@ - - - char* replacement_table(char* string) { --return NULL; - char**a,b; - char*position; - char*tempstring,tempstring2; - //int replacementlength; - int current; -+return NULL; - tempstring = g_strdup(string); - for (current=0;_latinchars[current];current++) { - g_print("To replace: %s Replacement: %s\n",_latinchars[current],_replacements[current]); diff --git a/net/diradmin/files/patch-src-prefs.c b/net/diradmin/files/patch-src-prefs.c deleted file mode 100644 index 34702b476..000000000 --- a/net/diradmin/files/patch-src-prefs.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/prefs.c.orig Thu Jun 12 15:03:12 2003 -+++ src/prefs.c Thu Jan 22 10:16:30 2004 -@@ -34,6 +34,7 @@ - gchar *homedir = NULL; - gchar *cfgfile = NULL; - connection_profile *connprof = NULL; -+ gint tls; - - gboolean is_default; - -@@ -53,7 +54,6 @@ - preferences.logindefaults.VUID_MAX = 60000; - preferences.logindefaults.VGID_MIN = 500; - preferences.logindefaults.VGID_MAX = 60000; -- gint tls; - - - diff --git a/net/diradmin/pkg-descr b/net/diradmin/pkg-descr deleted file mode 100644 index a4b4a855f..000000000 --- a/net/diradmin/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Directory administrator is a smart LDAP directory management tool. It -can be used to manage UNIX users and groups in a single sign-on setup, -corporate address book , information, host-based access control and -advanced mail routing. It's extremely easy to install and use, yet -powerful at the same time. Along with popular software, it's the -preferred solution for single sign-on maintenance. - -WWW: http://diradmin.open-it.org/ - -lewiz <purple@lewiz.info> diff --git a/net/diradmin/pkg-plist b/net/diradmin/pkg-plist deleted file mode 100644 index c01186ec2..000000000 --- a/net/diradmin/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/directory_administrator -share/applications/dragonfear-directory_administrator.desktop -share/gnome/pixmaps/directory_administrator/briefcase.png -share/gnome/pixmaps/directory_administrator/byruddo.png -share/gnome/pixmaps/directory_administrator/cellphone.png -share/gnome/pixmaps/directory_administrator/diradminlogo.ico -share/gnome/pixmaps/directory_administrator/diradminlogo.png -share/gnome/pixmaps/directory_administrator/diradminlogo.xcf -share/gnome/pixmaps/directory_administrator/gnome-computer.png -share/gnome/pixmaps/directory_administrator/gnome-gnomecard.png -share/gnome/pixmaps/directory_administrator/gnome-who.png -share/gnome/pixmaps/directory_administrator/group-icon.xpm -share/gnome/pixmaps/directory_administrator/house.png -share/gnome/pixmaps/directory_administrator/ico-mail.png -share/gnome/pixmaps/directory_administrator/new-16.xpm -share/gnome/pixmaps/directory_administrator/new.xpm -share/gnome/pixmaps/directory_administrator/newgroup-16.xpm -share/gnome/pixmaps/directory_administrator/newgroup.xpm -share/gnome/pixmaps/directory_administrator/old-group-icon.xpm -share/gnome/pixmaps/directory_administrator/old-user-icon.xpm -share/gnome/pixmaps/directory_administrator/user-icon.xpm -@dirrm share/gnome/pixmaps/directory_administrator -@dirrmtry share/applications diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile deleted file mode 100644 index f16cb3270..000000000 --- a/net/ekiga/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# Ports collection Makefile for: gnomemeeting -# Date created: 24/07/2001 -# Whom: roger@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= ekiga -PORTVERSION= 2.0.2 -PORTREVISION= 5 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 - -MAINTAINER= jbq@caraldi.com -COMMENT= VoIP phone for GNOME - -LIB_DEPENDS= opal_r.2:${PORTSDIR}/net/opal - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_SDL= sdl -INSTALLS_OMF= yes -USE_GNOME= libgnomeui gnomeprefix gnomehack gnomedocutils \ - evolutiondataserver intlhack -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - SDL_CONFIG="${SDL_CONFIG}" -CONFIGURE_ARGS= --with-pwlib-dir=${LOCALBASE} \ - --with-opal-dir=${LOCALBASE} - -GCONF_SCHEMAS= ekiga.schemas -MAN1= ekiga.1 - -.include <bsd.port.pre.mk> - -.ifndef (WITHOUT_AVAHI) -LIB_DEPENDS+= avahi-core.4:${PORTSDIR}/net/avahi -CONFIGURE_ARGS+=--enable-avahi -.else -CONFIGURE_ARGS+=--disable-avahi -.endif - -.ifndef (WITHOUT_DBUS) -LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus -CONFIGURE_ARGS+=--enable-dbus -PLIST_SUB+= DBUS:="" -.else -CONFIGURE_ARGS+=--disable-dbus -PLIST_SUB+= DBUS:="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|@prefix@/@DATADIRNAME@|${PREFIX}/share/gnome|' \ - ${WRKSRC}/*schemas* - @${REINPLACE_CMD} -e 's|{datadir}/dbus-1|(prefix)/share/dbus-1|g' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.post.mk> diff --git a/net/ekiga/distinfo b/net/ekiga/distinfo deleted file mode 100644 index 792e607a5..000000000 --- a/net/ekiga/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ekiga-2.0.2.tar.bz2) = d593da6ac49dce495ef4c6ada06b54b6 -SHA256 (ekiga-2.0.2.tar.bz2) = 49cb294dde936850bdec15f1d9621f04eacc827055a1d7d5c2004949906a0fe7 -SIZE (ekiga-2.0.2.tar.bz2) = 4808008 diff --git a/net/ekiga/files/patch-src-gui-libintl b/net/ekiga/files/patch-src-gui-libintl deleted file mode 100644 index 5b987de36..000000000 --- a/net/ekiga/files/patch-src-gui-libintl +++ /dev/null @@ -1,31 +0,0 @@ ---- src/gui/addressbook.cpp.orig Sun Mar 12 20:11:33 2006 -+++ src/gui/addressbook.cpp Tue Apr 4 12:17:23 2006 -@@ -38,6 +38,7 @@ - - #include "../../config.h" - -+#include <libintl.h> - #include "addressbook.h" - #include "main.h" - #include "chat.h" ---- src/gui/main.cpp.orig Sun Mar 12 20:11:34 2006 -+++ src/gui/main.cpp Tue Apr 4 12:17:27 2006 -@@ -38,6 +38,7 @@ - - #include "../../config.h" - -+#include <libintl.h> - #include "main.h" - #include "callshistory.h" - -@@ -78,10 +79,6 @@ - #include <gdk/gdkx.h> - #else - #include "winpaths.h" --#endif -- --#if defined(P_FREEBSD) || defined (P_MACOSX) --#include <libintl.h> - #endif - - #include <libxml/parser.h> diff --git a/net/ekiga/files/patch-src-gui-main.cpp b/net/ekiga/files/patch-src-gui-main.cpp deleted file mode 100644 index 44833bfee..000000000 --- a/net/ekiga/files/patch-src-gui-main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gui/main.cpp.orig Thu Jun 22 10:00:56 2006 -+++ src/gui/main.cpp Thu Jun 22 10:03:18 2006 -@@ -1282,7 +1282,7 @@ - gtk_container_set_border_width (GTK_CONTAINER (button), 0); - gtk_container_add (GTK_CONTAINER (button), box); - -- gtk_widget_add_accelerator (button, "activate", -+ gtk_widget_add_accelerator (button, "clicked", - mw->accel, key_kp [i], - (GdkModifierType) 0, (GtkAccelFlags) 0); - diff --git a/net/ekiga/pkg-descr b/net/ekiga/pkg-descr deleted file mode 100644 index 6413ccfc2..000000000 --- a/net/ekiga/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Ekiga is a free Voice over IP phone allowing you to do free calls over the -Internet. - -Ekiga is the first Open Source application to support both H.323 and SIP, as -well as audio and video. Ekiga was formerly known as GnomeMeeting. - -WWW: http://www.ekiga.org/ diff --git a/net/ekiga/pkg-plist b/net/ekiga/pkg-plist deleted file mode 100644 index d47d8cb4e..000000000 --- a/net/ekiga/pkg-plist +++ /dev/null @@ -1,263 +0,0 @@ -bin/ekiga -bin/ekiga-config-tool -%%DBUS:%%bin/ekiga-helper -libdata/bonobo/servers/ekiga.server -%%DBUS:%%share/dbus-1/services/net.ekiga.helper.service -%%DBUS:%%share/dbus-1/services/net.ekiga.instance.service -share/gnome/applications/ekiga.desktop -share/gnome/help/ekiga/C/ekiga.xml -share/gnome/help/ekiga/C/figures/accounts_d1.png -share/gnome/help/ekiga/C/figures/accounts_h323.png -share/gnome/help/ekiga/C/figures/accounts_sip.png -share/gnome/help/ekiga/C/figures/audio_codecs.png -share/gnome/help/ekiga/C/figures/call_d1.png -share/gnome/help/ekiga/C/figures/chat_d1.png -share/gnome/help/ekiga/C/figures/config_d1.png -share/gnome/help/ekiga/C/figures/config_d10.png -share/gnome/help/ekiga/C/figures/config_d2.png -share/gnome/help/ekiga/C/figures/config_d3.png -share/gnome/help/ekiga/C/figures/config_d4.png -share/gnome/help/ekiga/C/figures/config_d5.png -share/gnome/help/ekiga/C/figures/config_d6.png -share/gnome/help/ekiga/C/figures/config_d7.png -share/gnome/help/ekiga/C/figures/config_d8.png -share/gnome/help/ekiga/C/figures/config_d9.png -share/gnome/help/ekiga/C/figures/lumi.png -share/gnome/help/ekiga/C/figures/stats.png -share/gnome/help/ekiga/bg/ekiga.xml -share/gnome/help/ekiga/bg/figures/accounts_d1.png -share/gnome/help/ekiga/bg/figures/accounts_h323.png -share/gnome/help/ekiga/bg/figures/accounts_sip.png -share/gnome/help/ekiga/bg/figures/audio_codecs.png -share/gnome/help/ekiga/bg/figures/call_d1.png -share/gnome/help/ekiga/bg/figures/chat_d1.png -share/gnome/help/ekiga/bg/figures/config_d1.png -share/gnome/help/ekiga/bg/figures/config_d10.png -share/gnome/help/ekiga/bg/figures/config_d2.png -share/gnome/help/ekiga/bg/figures/config_d3.png -share/gnome/help/ekiga/bg/figures/config_d4.png -share/gnome/help/ekiga/bg/figures/config_d5.png -share/gnome/help/ekiga/bg/figures/config_d6.png -share/gnome/help/ekiga/bg/figures/config_d7.png -share/gnome/help/ekiga/bg/figures/config_d8.png -share/gnome/help/ekiga/bg/figures/config_d9.png -share/gnome/help/ekiga/bg/figures/lumi.png -share/gnome/help/ekiga/bg/figures/stats.png -share/gnome/help/ekiga/de/ekiga.xml -share/gnome/help/ekiga/de/figures/accounts_d1.png -share/gnome/help/ekiga/de/figures/accounts_h323.png -share/gnome/help/ekiga/de/figures/accounts_sip.png -share/gnome/help/ekiga/de/figures/audio_codecs.png -share/gnome/help/ekiga/de/figures/call_d1.png -share/gnome/help/ekiga/de/figures/chat_d1.png -share/gnome/help/ekiga/de/figures/config_d1.png -share/gnome/help/ekiga/de/figures/config_d10.png -share/gnome/help/ekiga/de/figures/config_d2.png -share/gnome/help/ekiga/de/figures/config_d3.png -share/gnome/help/ekiga/de/figures/config_d4.png -share/gnome/help/ekiga/de/figures/config_d5.png -share/gnome/help/ekiga/de/figures/config_d6.png -share/gnome/help/ekiga/de/figures/config_d7.png -share/gnome/help/ekiga/de/figures/config_d8.png -share/gnome/help/ekiga/de/figures/config_d9.png -share/gnome/help/ekiga/de/figures/lumi.png -share/gnome/help/ekiga/de/figures/stats.png -share/gnome/help/ekiga/es/ekiga.xml -share/gnome/help/ekiga/es/figures/accounts_d1.png -share/gnome/help/ekiga/es/figures/accounts_h323.png -share/gnome/help/ekiga/es/figures/accounts_sip.png -share/gnome/help/ekiga/es/figures/audio_codecs.png -share/gnome/help/ekiga/es/figures/call_d1.png -share/gnome/help/ekiga/es/figures/chat_d1.png -share/gnome/help/ekiga/es/figures/config_d1.png -share/gnome/help/ekiga/es/figures/config_d10.png -share/gnome/help/ekiga/es/figures/config_d2.png -share/gnome/help/ekiga/es/figures/config_d3.png -share/gnome/help/ekiga/es/figures/config_d4.png -share/gnome/help/ekiga/es/figures/config_d5.png -share/gnome/help/ekiga/es/figures/config_d6.png -share/gnome/help/ekiga/es/figures/config_d7.png -share/gnome/help/ekiga/es/figures/config_d8.png -share/gnome/help/ekiga/es/figures/config_d9.png -share/gnome/help/ekiga/es/figures/lumi.png -share/gnome/help/ekiga/es/figures/stats.png -share/gnome/help/ekiga/fr/ekiga.xml -share/gnome/help/ekiga/fr/figures/accounts_d1.png -share/gnome/help/ekiga/fr/figures/accounts_h323.png -share/gnome/help/ekiga/fr/figures/accounts_sip.png -share/gnome/help/ekiga/fr/figures/audio_codecs.png -share/gnome/help/ekiga/fr/figures/call_d1.png -share/gnome/help/ekiga/fr/figures/chat_d1.png -share/gnome/help/ekiga/fr/figures/config_d1.png -share/gnome/help/ekiga/fr/figures/config_d10.png -share/gnome/help/ekiga/fr/figures/config_d2.png -share/gnome/help/ekiga/fr/figures/config_d3.png -share/gnome/help/ekiga/fr/figures/config_d4.png -share/gnome/help/ekiga/fr/figures/config_d5.png -share/gnome/help/ekiga/fr/figures/config_d6.png -share/gnome/help/ekiga/fr/figures/config_d7.png -share/gnome/help/ekiga/fr/figures/config_d8.png -share/gnome/help/ekiga/fr/figures/config_d9.png -share/gnome/help/ekiga/fr/figures/lumi.png -share/gnome/help/ekiga/fr/figures/stats.png -share/gnome/help/ekiga/uk/ekiga.xml -share/gnome/help/ekiga/uk/figures/accounts_d1.png -share/gnome/help/ekiga/uk/figures/accounts_h323.png -share/gnome/help/ekiga/uk/figures/accounts_sip.png -share/gnome/help/ekiga/uk/figures/audio_codecs.png -share/gnome/help/ekiga/uk/figures/call_d1.png -share/gnome/help/ekiga/uk/figures/chat_d1.png -share/gnome/help/ekiga/uk/figures/config_d1.png -share/gnome/help/ekiga/uk/figures/config_d10.png -share/gnome/help/ekiga/uk/figures/config_d2.png -share/gnome/help/ekiga/uk/figures/config_d3.png -share/gnome/help/ekiga/uk/figures/config_d4.png -share/gnome/help/ekiga/uk/figures/config_d5.png -share/gnome/help/ekiga/uk/figures/config_d6.png -share/gnome/help/ekiga/uk/figures/config_d7.png -share/gnome/help/ekiga/uk/figures/config_d8.png -share/gnome/help/ekiga/uk/figures/config_d9.png -share/gnome/help/ekiga/uk/figures/lumi.png -share/gnome/help/ekiga/uk/figures/stats.png -share/gnome/omf/ekiga/ekiga-C.omf -share/gnome/omf/ekiga/ekiga-bg.omf -share/gnome/omf/ekiga/ekiga-de.omf -share/gnome/omf/ekiga/ekiga-es.omf -share/gnome/omf/ekiga/ekiga-fr.omf -share/gnome/omf/ekiga/ekiga-uk.omf -share/gnome/pixmaps/ekiga.png -share/gnome/pixmaps/ekiga/ekiga-logo.png -share/gnome/pixmaps/ekiga/ekiga.png -share/gnome/sounds/ekiga/busytone.wav -share/gnome/sounds/ekiga/dialtone.wav -share/gnome/sounds/ekiga/newmessage.wav -share/gnome/sounds/ekiga/ring.wav -share/gnome/sounds/ekiga/voicemail.wav -share/locale/am/LC_MESSAGES/ekiga.mo -share/locale/ar/LC_MESSAGES/ekiga.mo -share/locale/az/LC_MESSAGES/ekiga.mo -share/locale/be/LC_MESSAGES/ekiga.mo -share/locale/bg/LC_MESSAGES/ekiga.mo -share/locale/bn/LC_MESSAGES/ekiga.mo -share/locale/bs/LC_MESSAGES/ekiga.mo -share/locale/ca/LC_MESSAGES/ekiga.mo -share/locale/cs/LC_MESSAGES/ekiga.mo -share/locale/cy/LC_MESSAGES/ekiga.mo -share/locale/da/LC_MESSAGES/ekiga.mo -share/locale/de/LC_MESSAGES/ekiga.mo -share/locale/dz/LC_MESSAGES/ekiga.mo -share/locale/el/LC_MESSAGES/ekiga.mo -share/locale/en_CA/LC_MESSAGES/ekiga.mo -share/locale/en_GB/LC_MESSAGES/ekiga.mo -share/locale/es/LC_MESSAGES/ekiga.mo -share/locale/et/LC_MESSAGES/ekiga.mo -share/locale/eu/LC_MESSAGES/ekiga.mo -share/locale/fa/LC_MESSAGES/ekiga.mo -share/locale/fi/LC_MESSAGES/ekiga.mo -share/locale/fr/LC_MESSAGES/ekiga.mo -share/locale/ga/LC_MESSAGES/ekiga.mo -share/locale/gl/LC_MESSAGES/ekiga.mo -share/locale/gu/LC_MESSAGES/ekiga.mo -share/locale/he/LC_MESSAGES/ekiga.mo -share/locale/hi/LC_MESSAGES/ekiga.mo -share/locale/hr/LC_MESSAGES/ekiga.mo -share/locale/hu/LC_MESSAGES/ekiga.mo -share/locale/id/LC_MESSAGES/ekiga.mo -share/locale/is/LC_MESSAGES/ekiga.mo -share/locale/it/LC_MESSAGES/ekiga.mo -share/locale/ja/LC_MESSAGES/ekiga.mo -share/locale/ka/LC_MESSAGES/ekiga.mo -share/locale/ko/LC_MESSAGES/ekiga.mo -share/locale/ku/LC_MESSAGES/ekiga.mo -share/locale/lt/LC_MESSAGES/ekiga.mo -share/locale/lv/LC_MESSAGES/ekiga.mo -share/locale/mk/LC_MESSAGES/ekiga.mo -share/locale/ml/LC_MESSAGES/ekiga.mo -share/locale/mn/LC_MESSAGES/ekiga.mo -share/locale/mr/LC_MESSAGES/ekiga.mo -share/locale/ms/LC_MESSAGES/ekiga.mo -share/locale/nb/LC_MESSAGES/ekiga.mo -share/locale/ne/LC_MESSAGES/ekiga.mo -share/locale/nl/LC_MESSAGES/ekiga.mo -share/locale/pa/LC_MESSAGES/ekiga.mo -share/locale/pl/LC_MESSAGES/ekiga.mo -share/locale/pt/LC_MESSAGES/ekiga.mo -share/locale/pt_BR/LC_MESSAGES/ekiga.mo -share/locale/ro/LC_MESSAGES/ekiga.mo -share/locale/ru/LC_MESSAGES/ekiga.mo -share/locale/rw/LC_MESSAGES/ekiga.mo -share/locale/sk/LC_MESSAGES/ekiga.mo -share/locale/sq/LC_MESSAGES/ekiga.mo -share/locale/sr/LC_MESSAGES/ekiga.mo -share/locale/sr@Latn/LC_MESSAGES/ekiga.mo -share/locale/sv/LC_MESSAGES/ekiga.mo -share/locale/ta/LC_MESSAGES/ekiga.mo -share/locale/th/LC_MESSAGES/ekiga.mo -share/locale/tr/LC_MESSAGES/ekiga.mo -share/locale/uk/LC_MESSAGES/ekiga.mo -share/locale/vi/LC_MESSAGES/ekiga.mo -share/locale/wa/LC_MESSAGES/ekiga.mo -share/locale/xh/LC_MESSAGES/ekiga.mo -share/locale/zh_CN/LC_MESSAGES/ekiga.mo -share/locale/zh_HK/LC_MESSAGES/ekiga.mo -share/locale/zh_TW/LC_MESSAGES/ekiga.mo -@dirrm share/gnome/sounds/ekiga -@dirrm share/gnome/pixmaps/ekiga -@dirrm share/gnome/omf/ekiga -@dirrm share/gnome/help/ekiga/uk/figures -@dirrm share/gnome/help/ekiga/uk -@dirrm share/gnome/help/ekiga/fr/figures -@dirrm share/gnome/help/ekiga/fr -@dirrm share/gnome/help/ekiga/es/figures -@dirrm share/gnome/help/ekiga/es -@dirrm share/gnome/help/ekiga/de/figures -@dirrm share/gnome/help/ekiga/de -@dirrm share/gnome/help/ekiga/bg/figures -@dirrm share/gnome/help/ekiga/bg -@dirrm share/gnome/help/ekiga/C/figures -@dirrm share/gnome/help/ekiga/C -@dirrm share/gnome/help/ekiga -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile deleted file mode 100644 index a653aa0b3..000000000 --- a/net/gnome-netstatus/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnomenetstatus -# Date Created: 05 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-netstatus -PORTVERSION= 2.12.0 -PORTREVISION= 3 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-netstatus/2.12 -DISTNAME= gnome-netstatus-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME applet that shows network status - -USE_XLIB= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_BZIP2= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 \ - gnomedocutils -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= netstatus.schemas - -.include <bsd.port.mk> diff --git a/net/gnome-netstatus/distinfo b/net/gnome-netstatus/distinfo deleted file mode 100644 index e35e5f4c0..000000000 --- a/net/gnome-netstatus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-netstatus-2.12.0.tar.bz2) = a5f23731a3bf232969e82afef8792a36 -SHA256 (gnome2/gnome-netstatus-2.12.0.tar.bz2) = 14118e71b852a77b9cb8cfe290598afb4d267cac4f6606c99b16b0b2fa807dc9 -SIZE (gnome2/gnome-netstatus-2.12.0.tar.bz2) = 473226 diff --git a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c b/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c deleted file mode 100644 index b674048d5..000000000 --- a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c +++ /dev/null @@ -1,25 +0,0 @@ ---- src/netstatus-sysdeps.c.orig Mon Mar 14 09:34:06 2005 -+++ src/netstatus-sysdeps.c Mon Jan 30 21:44:49 2006 -@@ -430,11 +430,11 @@ static inline char * - get_an_data (const char *iface, - int *signal_strength) - { -+ struct an_ltv_status *sts; -+ struct an_req areq; - #ifdef AN_RID_RSSI_MAP - struct an_ltv_rssi_map an_rssimap; - #endif -- struct an_req areq; -- struct an_ltv_status *sts; - int level; - char *error = NULL; - gboolean rssimap_valid = FALSE; -@@ -548,6 +548,8 @@ netstatus_sysdeps_read_iface_wireless_de - g_strncasecmp (iface, "wi", 2) && - g_strncasecmp (iface, "ath", 3) && - g_strncasecmp (iface, "ndis", 4) && -+ g_strncasecmp (iface, "ural", 4) && -+ g_strncasecmp (iface, "ral", 3) && - g_strncasecmp (iface, "ipw", 3) && - g_strncasecmp (iface, "iwi", 3) && - g_strncasecmp (iface, "acx", 3)) diff --git a/net/gnome-netstatus/pkg-descr b/net/gnome-netstatus/pkg-descr deleted file mode 100644 index 0848cf01f..000000000 --- a/net/gnome-netstatus/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Gnome-netstatus is a panel applet which provides information about -network interfaces. diff --git a/net/gnome-netstatus/pkg-plist b/net/gnome-netstatus/pkg-plist deleted file mode 100644 index e7d18bad3..000000000 --- a/net/gnome-netstatus/pkg-plist +++ /dev/null @@ -1,223 +0,0 @@ -libdata/bonobo/servers/GNOME_NetstatusApplet_Factory.server -libexec/gnome-netstatus-applet -share/gnome/gnome-2.0/ui/GNOME_NetstatusApplet.xml -share/gnome/gnome-netstatus/gnome-netstatus.glade -share/gnome/help/gnome-netstatus/C/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/C/legal.xml -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/de/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/de/legal.xml -share/gnome/help/gnome-netstatus/es/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/fr/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/fr/legal.xml -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/it/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/it/legal.xml -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/ja/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/ja/legal.xml -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/ko/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/ko/legal.xml -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/sv/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/sv/legal.xml -share/gnome/help/gnome-netstatus/uk/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/zh_CN/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/zh_CN/legal.xml -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/zh_HK/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/zh_HK/legal.xml -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/zh_TW/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/zh_TW/legal.xml -share/gnome/omf/gnome-netstatus/gnome-netstatus-C.omf -share/gnome/omf/gnome-netstatus/gnome-netstatus-de.omf -share/gnome/omf/gnome-netstatus/gnome-netstatus-es.omf -share/gnome/omf/gnome-netstatus/gnome-netstatus-fr.omf -share/gnome/omf/gnome-netstatus/gnome-netstatus-it.omf -share/gnome/omf/gnome-netstatus/gnome-netstatus-ja.omf -share/gnome/omf/gnome-netstatus/gnome-netstatus-ko.omf -share/gnome/omf/gnome-netstatus/gnome-netstatus-sv.omf -share/gnome/omf/gnome-netstatus/gnome-netstatus-uk.omf -share/gnome/omf/gnome-netstatus/gnome-netstatus-zh_CN.omf -share/gnome/omf/gnome-netstatus/gnome-netstatus-zh_HK.omf -share/gnome/omf/gnome-netstatus/gnome-netstatus-zh_TW.omf -share/gnome/pixmaps/gnome-netstatus-tx.png -share/icons/hicolor/48x48/apps/gnome-netstatus-0-24.png -share/icons/hicolor/48x48/apps/gnome-netstatus-25-49.png -share/icons/hicolor/48x48/apps/gnome-netstatus-50-74.png -share/icons/hicolor/48x48/apps/gnome-netstatus-75-100.png -share/icons/hicolor/48x48/apps/gnome-netstatus-disconn.png -share/icons/hicolor/48x48/apps/gnome-netstatus-error.png -share/icons/hicolor/48x48/apps/gnome-netstatus-idle.png -share/icons/hicolor/48x48/apps/gnome-netstatus-rx.png -share/icons/hicolor/48x48/apps/gnome-netstatus-tx.png -share/icons/hicolor/48x48/apps/gnome-netstatus-txrx.png -share/locale/ar/LC_MESSAGES/gnome-netstatus.mo -share/locale/az/LC_MESSAGES/gnome-netstatus.mo -share/locale/bg/LC_MESSAGES/gnome-netstatus.mo -share/locale/bn/LC_MESSAGES/gnome-netstatus.mo -share/locale/bs/LC_MESSAGES/gnome-netstatus.mo -share/locale/ca/LC_MESSAGES/gnome-netstatus.mo -share/locale/cs/LC_MESSAGES/gnome-netstatus.mo -share/locale/cy/LC_MESSAGES/gnome-netstatus.mo -share/locale/da/LC_MESSAGES/gnome-netstatus.mo -share/locale/de/LC_MESSAGES/gnome-netstatus.mo -share/locale/el/LC_MESSAGES/gnome-netstatus.mo -share/locale/en_CA/LC_MESSAGES/gnome-netstatus.mo -share/locale/en_GB/LC_MESSAGES/gnome-netstatus.mo -share/locale/es/LC_MESSAGES/gnome-netstatus.mo -share/locale/et/LC_MESSAGES/gnome-netstatus.mo -share/locale/eu/LC_MESSAGES/gnome-netstatus.mo -share/locale/fa/LC_MESSAGES/gnome-netstatus.mo -share/locale/fi/LC_MESSAGES/gnome-netstatus.mo -share/locale/fr/LC_MESSAGES/gnome-netstatus.mo -share/locale/ga/LC_MESSAGES/gnome-netstatus.mo -share/locale/gl/LC_MESSAGES/gnome-netstatus.mo -share/locale/gu/LC_MESSAGES/gnome-netstatus.mo -share/locale/hi/LC_MESSAGES/gnome-netstatus.mo -share/locale/hr/LC_MESSAGES/gnome-netstatus.mo -share/locale/hu/LC_MESSAGES/gnome-netstatus.mo -share/locale/id/LC_MESSAGES/gnome-netstatus.mo -share/locale/it/LC_MESSAGES/gnome-netstatus.mo -share/locale/ja/LC_MESSAGES/gnome-netstatus.mo -share/locale/ko/LC_MESSAGES/gnome-netstatus.mo -share/locale/lt/LC_MESSAGES/gnome-netstatus.mo -share/locale/mn/LC_MESSAGES/gnome-netstatus.mo -share/locale/ms/LC_MESSAGES/gnome-netstatus.mo -share/locale/nb/LC_MESSAGES/gnome-netstatus.mo -share/locale/ne/LC_MESSAGES/gnome-netstatus.mo -share/locale/nl/LC_MESSAGES/gnome-netstatus.mo -share/locale/nn/LC_MESSAGES/gnome-netstatus.mo -share/locale/no/LC_MESSAGES/gnome-netstatus.mo -share/locale/pa/LC_MESSAGES/gnome-netstatus.mo -share/locale/pl/LC_MESSAGES/gnome-netstatus.mo -share/locale/pt/LC_MESSAGES/gnome-netstatus.mo -share/locale/pt_BR/LC_MESSAGES/gnome-netstatus.mo -share/locale/ro/LC_MESSAGES/gnome-netstatus.mo -share/locale/ru/LC_MESSAGES/gnome-netstatus.mo -share/locale/rw/LC_MESSAGES/gnome-netstatus.mo -share/locale/sk/LC_MESSAGES/gnome-netstatus.mo -share/locale/sq/LC_MESSAGES/gnome-netstatus.mo -share/locale/sr/LC_MESSAGES/gnome-netstatus.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-netstatus.mo -share/locale/sv/LC_MESSAGES/gnome-netstatus.mo -share/locale/ta/LC_MESSAGES/gnome-netstatus.mo -share/locale/th/LC_MESSAGES/gnome-netstatus.mo -share/locale/tr/LC_MESSAGES/gnome-netstatus.mo -share/locale/uk/LC_MESSAGES/gnome-netstatus.mo -share/locale/vi/LC_MESSAGES/gnome-netstatus.mo -share/locale/wa/LC_MESSAGES/gnome-netstatus.mo -share/locale/xh/LC_MESSAGES/gnome-netstatus.mo -share/locale/zh_CN/LC_MESSAGES/gnome-netstatus.mo -share/locale/zh_TW/LC_MESSAGES/gnome-netstatus.mo -@dirrm share/gnome/omf/gnome-netstatus -@dirrm share/gnome/help/gnome-netstatus/zh_TW/figures -@dirrm share/gnome/help/gnome-netstatus/zh_TW -@dirrm share/gnome/help/gnome-netstatus/zh_HK/figures -@dirrm share/gnome/help/gnome-netstatus/zh_HK -@dirrm share/gnome/help/gnome-netstatus/zh_CN/figures -@dirrm share/gnome/help/gnome-netstatus/zh_CN -@dirrm share/gnome/help/gnome-netstatus/uk -@dirrm share/gnome/help/gnome-netstatus/sv/figures -@dirrm share/gnome/help/gnome-netstatus/sv -@dirrm share/gnome/help/gnome-netstatus/ko/figures -@dirrm share/gnome/help/gnome-netstatus/ko -@dirrm share/gnome/help/gnome-netstatus/ja/figures -@dirrm share/gnome/help/gnome-netstatus/ja -@dirrm share/gnome/help/gnome-netstatus/it/figures -@dirrm share/gnome/help/gnome-netstatus/it -@dirrm share/gnome/help/gnome-netstatus/fr/figures -@dirrm share/gnome/help/gnome-netstatus/fr -@dirrm share/gnome/help/gnome-netstatus/es -@dirrm share/gnome/help/gnome-netstatus/de/figures -@dirrm share/gnome/help/gnome-netstatus/de -@dirrm share/gnome/help/gnome-netstatus/C -@dirrm share/gnome/help/gnome-netstatus -@dirrm share/gnome/gnome-netstatus -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile deleted file mode 100644 index 3ab75c3e0..000000000 --- a/net/gnome-nettool/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gnomenetwork -# Date Created: 03 June 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net/gnome-nettool/Makefile,v 1.31 2006/08/21 16:43:11 ahze Exp $ -# - -PORTNAME= gnome-nettool -PORTVERSION= 2.16.0 -PORTEPOCH= 1 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-nettool/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= gnome-nettool-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME utility that provides network information statistics - -USE_XLIB= yes -USE_BZIP2= yes -USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CFLAGS+= -DHAVE_SOCKADDR_SA_LEN - -post-install: - ${MKDIR} ${PREFIX}/share/gnome/pixmaps - ${LN} -sf ${PREFIX}/share/gnome/gnome-nettool/pixmaps/gnome-nettool.png \ - ${PREFIX}/share/gnome/pixmaps/gnome-nettool.png - -.include <bsd.port.mk> diff --git a/net/gnome-nettool/distinfo b/net/gnome-nettool/distinfo deleted file mode 100644 index c310ad794..000000000 --- a/net/gnome-nettool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-nettool-2.16.0.tar.bz2) = 58d9171efdf368910934fb71194763eb -SHA256 (gnome2/gnome-nettool-2.16.0.tar.bz2) = 6e3d1f1ff86622ef4e39c99a470e03ab316a76eb0f66f953eebd12c2621f4be7 -SIZE (gnome2/gnome-nettool-2.16.0.tar.bz2) = 501870 diff --git a/net/gnome-nettool/files/patch-src_info.c b/net/gnome-nettool/files/patch-src_info.c deleted file mode 100644 index 7faf5e433..000000000 --- a/net/gnome-nettool/files/patch-src_info.c +++ /dev/null @@ -1,270 +0,0 @@ ---- src/info.c.orig Mon Apr 3 15:41:33 2006 -+++ src/info.c Sun Apr 23 21:57:39 2006 -@@ -20,6 +20,10 @@ - #include <gtk/gtk.h> - #include <glib/gi18n.h> - #include <glib/gprintf.h> -+#include <sys/types.h> -+#include <string.h> -+#include <errno.h> -+#include <unistd.h> - - #ifdef HAVE_CONFIG_H - # include <config.h> -@@ -38,6 +42,11 @@ - #include <sys/ioctl.h> - #include <stdlib.h> - #include <net/if.h> -+#ifdef __FreeBSD__ -+#include <sys/sysctl.h> -+#include <net/if_dl.h> -+#include <net/if_media.h> -+#endif - - #include "info.h" - #include "utils.h" -@@ -58,6 +67,7 @@ static InfoInterfaceDescription info_ifa - { N_("Ethernet Interface"), INFO_INTERFACE_ETH, "16_ethernet.xpm", "eth", NULL }, - { N_("Wireless Interface"), INFO_INTERFACE_WLAN, "wavelan-16.png", "wlan", NULL }, - { N_("Modem Interface"), INFO_INTERFACE_PPP, "16_ppp.xpm", "ppp", NULL }, -+ { N_("Modem Interface"), INFO_INTERFACE_PPP, "16_ppp.xpm", "tun", NULL }, - { N_("Parallel Line Interface"), INFO_INTERFACE_PLIP, "16_plip.xpm", "plip", NULL }, - { N_("Infrared Interface"), INFO_INTERFACE_IRLAN, "irda-16.png", "irlan", NULL }, - { N_("Loopback Interface"), INFO_INTERFACE_LO, "16_loopback.xpm", "lo", NULL }, -@@ -128,9 +138,42 @@ info_get_interface_from_dev_name (const - { - gint i; - gchar *path; -- -+ gchar *dev_type = NULL; -+#if defined(__FreeBSD__) -+ int s; -+ struct ifmediareq ifmr; -+ -+ if ((s = socket (AF_INET, SOCK_DGRAM, 0)) > -1) { -+ -+ (void) memset (&ifmr, 0, sizeof (ifmr)); -+ (void) strncpy (ifmr.ifm_name, dev_name, sizeof (ifmr.ifm_name)); -+ -+ if (ioctl (s, SIOCGIFMEDIA, (caddr_t) &ifmr) > -1) { -+ switch (IFM_TYPE (ifmr.ifm_active)) { -+ case IFM_ETHER: -+ dev_type = "eth"; -+ break; -+ case IFM_FDDI: -+ case IFM_TOKEN: -+#ifdef IFM_ATM -+ case IFM_ATM: -+#endif -+ dev_type = "other_type"; -+ break; -+ case IFM_IEEE80211: -+ dev_type = "wlan"; -+ break; -+ } -+ } -+ close (s); -+ } -+#endif /* defined(__FreeBSD__) */ -+ -+ if (!dev_type) -+ dev_type = (gchar *) dev_name; -+ - for (i = 0; info_iface_desc[i].name; i++) -- if (strstr (dev_name, info_iface_desc[i].prefix) == dev_name) { -+ if (strstr (dev_type, info_iface_desc[i].prefix) == dev_type) { - (*iface) = g_strdup_printf ("%s (%s)", _(info_iface_desc[i].name), dev_name); - if (info_iface_desc[i].pixbuf == NULL) { - path = g_build_filename (PIXMAPS_DIR, info_iface_desc[i].icon, NULL); -@@ -217,38 +260,87 @@ info_nic_update_stats (gpointer data) - gchar tx[10], tx_error[10], tx_drop[10], tx_ovr[10]; - */ - gchar iface[30]; /*, flags[30]; */ -- gchar rx_bytes[16], rx_pkt[10], rx_error[10], rx_drop[10], rx_fifo[10]; -- gchar frame[10], compressed[10], multicast[10]; -- gchar tx_bytes[16], tx_pkt[10], tx_error[10], tx_drop[10], tx_fifo[10]; -+ gchar rx_bytes[16], rx_pkt[10], rx_error[10]; -+ gchar tx_bytes[16], tx_pkt[10], tx_error[10]; - gchar collissions[10]; -+#if defined(__linux__) -+ gchar rx_drop[10], rx_fifo[10]; -+ gchar frame[10], compressed[10], multicast[10]; -+ gchar tx_drop[10], tx_fifo[10]; -+#elif defined(__FreeBSD__) -+ char *p; -+ gchar **tokens, **argv; -+ int i; -+ int pipe_out; -+#endif - - GIOChannel *io = NULL; - gchar *line; - gboolean title = TRUE; - const gchar *text; - gchar *text_tx_bytes, *text_rx_bytes; -- -+ - g_return_val_if_fail (info != NULL, FALSE); - - model = gtk_combo_box_get_model (GTK_COMBO_BOX (info->combo)); - text = info_get_nic (info); - if (!text) - return FALSE; -- -+ - #if defined(__linux__) - io = g_io_channel_new_file ("/proc/net/dev", "r", NULL); -- -+#elif defined(__FreeBSD__) -+ if (!g_shell_parse_argv ("/usr/bin/netstat -in -b -f link", NULL, &argv, NULL)) { -+ return FALSE; -+ } -+ if (!g_spawn_async_with_pipes (NULL, argv, NULL, 0, NULL, NULL, NULL, NULL, &pipe_out, NULL, NULL)) { -+ g_strfreev (argv); -+ return FALSE; -+ } -+ -+ g_strfreev (argv); -+ -+ io = g_io_channel_unix_new (pipe_out); -+#endif /* defined(__linux__) */ -+ - while (g_io_channel_read_line (io, &line, NULL, NULL, NULL) == G_IO_STATUS_NORMAL) { - if (title) { - title = FALSE; - g_free (line); - continue; - } -+#if defined(__linux__) - line = g_strdelimit (line, ":", ' '); - sscanf (line, "%s %s %s %s %s %s %s %s %s %s %s %s %s %s %s", iface, - rx_bytes, rx_pkt, rx_error, rx_drop, rx_fifo, frame, - compressed, multicast, - tx_bytes, tx_pkt, tx_error, tx_drop, tx_fifo, collissions); -+#elif defined(__FreeBSD__) -+ tokens = (gchar **) g_malloc0 (sizeof (gchar *) * 12); -+ p = strtok (line, " \t\n"); -+ /* We only care about 11 fields for now */ -+ for (i = 0; i < 11 && p; i++, p = strtok (NULL, " \t\n")) { -+ tokens[i] = g_strdup (p); -+ } -+ -+ if (i == 0 || i < 10) { -+ g_free (line); -+ g_strfreev (tokens); -+ continue; -+ } -+ -+ g_strlcpy (iface, tokens[0], sizeof (iface)); -+ -+ g_strlcpy (collissions, tokens[--i], sizeof (collissions)); -+ g_strlcpy (tx_bytes, tokens[--i], sizeof (tx_bytes)); -+ g_strlcpy (tx_error, tokens[--i], sizeof (tx_error)); -+ g_strlcpy (tx_pkt, tokens[--i], sizeof (tx_pkt)); -+ g_strlcpy (rx_bytes, tokens[--i], sizeof (rx_bytes)); -+ g_strlcpy (rx_error, tokens[--i], sizeof (rx_error)); -+ g_strlcpy (rx_pkt, tokens[--i], sizeof (rx_pkt)); -+ -+ g_strfreev (tokens); -+#endif /* defined(__linux__) */ - - if (g_ascii_strcasecmp (iface, text) == 0) { - /* -@@ -276,7 +368,9 @@ info_nic_update_stats (gpointer data) - } - - g_io_channel_unref (io); --#endif /* defined(__linux__) */ -+#if defined(__FreeBSD__) -+ close (pipe_out); -+#endif /* defined(__FreeBSD__) */ - - return TRUE; - } -@@ -405,8 +499,20 @@ info_get_nic_information (const gchar *n - InfoIpAddr *ip; - gint flags; - mii_data_result data; -+#ifdef __FreeBSD__ -+ gint hwmib[6]; -+ size_t hwlen; -+ gchar *hwbuf; -+ guchar *hwptr; -+ struct if_msghdr *hwifm; -+ struct sockaddr_dl *hwsinptr; -+#endif - -- getifaddrs (&ifa0); -+ if (getifaddrs (&ifa0) != 0) { -+ g_warning ("getifaddrs failed: %s", g_strerror (errno)); -+ goto fail; -+ } -+ memset (&data, 0, sizeof (data)); - - for (ifr6 = ifa0; ifr6; ifr6 = ifr6->ifa_next) { - if (strcmp (ifr6->ifa_name, nic) != 0) { -@@ -452,7 +558,9 @@ info_get_nic_information (const gchar *n - ifc.ifc_req = (struct ifreq *) buf; - ioctl (sockfd, SIOCGIFCONF, &ifc); - -+#if defined(__linux__) - data = mii_get_basic (nic); -+#endif /* defined(__linux__) */ - - for (ptr = buf; ptr < buf + ifc.ifc_len;) { - ifr = (struct ifreq *) ptr; -@@ -483,6 +591,45 @@ info_get_nic_information (const gchar *n - (int) ((guchar *) &ifrcopy.ifr_hwaddr.sa_data)[3], - (int) ((guchar *) &ifrcopy.ifr_hwaddr.sa_data)[4], - (int) ((guchar *) &ifrcopy.ifr_hwaddr.sa_data)[5]); -+#elif defined(__FreeBSD__) -+ hwmib[0] = CTL_NET; -+ hwmib[1] = AF_ROUTE; -+ hwmib[2] = 0; -+ hwmib[3] = AF_LINK; -+ hwmib[4] = NET_RT_IFLIST; -+ if ((hwmib[5] = if_nametoindex (nic)) == 0) { -+ g_sprintf (dst, NOT_AVAILABLE); -+ goto hwfail; -+ } -+ if (sysctl (hwmib, 6, NULL, &hwlen, NULL, 0) < 0) { -+ g_sprintf (dst, NOT_AVAILABLE); -+ goto hwfail; -+ } -+ if ((hwbuf = g_malloc (hwlen)) == NULL) { -+ g_sprintf (dst, NOT_AVAILABLE); -+ goto hwfail; -+ } -+ if (sysctl (hwmib, 6, hwbuf, &hwlen, NULL, 0) < 0) { -+ g_sprintf (dst, NOT_AVAILABLE); -+ goto hwfail; -+ } -+ -+ hwifm = (struct if_msghdr *) hwbuf; -+ hwsinptr = (struct sockaddr_dl *) (hwifm + 1); -+ hwptr = (guchar *) LLADDR (hwsinptr); -+ if (*hwptr != 0 || *(hwptr + 1) != 0 || -+ *(hwptr + 2) != 0 || *(hwptr + 3) != 0 || -+ *(hwptr + 4) != 0 || *(hwptr + 5) != 0) { -+ g_sprintf (dst, "%02x:%02x:%02x:%02x:%02x:%02x", -+ *hwptr, *(hwptr + 1), *(hwptr + 2), -+ *(hwptr + 3), *(hwptr + 4), *(hwptr + 5)); -+ } -+ else { -+ g_sprintf (dst, NOT_AVAILABLE); -+ } -+ g_free (hwbuf); -+ -+hwfail: - #else - g_sprintf (dst, NOT_AVAILABLE); - #endif /* SIOCGIFHWADDR */ -@@ -595,6 +742,8 @@ info_get_nic_information (const gchar *n - } - - freeifaddrs (ifa0); -+fail: -+ ; - } - - static gint * diff --git a/net/gnome-nettool/files/patch-src_lookup.c b/net/gnome-nettool/files/patch-src_lookup.c deleted file mode 100644 index 9744c1397..000000000 --- a/net/gnome-nettool/files/patch-src_lookup.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/lookup.c.orig Sun Jul 3 17:47:02 2005 -+++ src/lookup.c Sun Jul 3 17:47:20 2005 -@@ -21,6 +21,7 @@ - #include <gtk/gtk.h> - #include <glib/gi18n.h> - #include <glib/gprintf.h> -+#include <sys/types.h> - - #include "lookup.h" - #include "utils.h" diff --git a/net/gnome-nettool/files/patch-src_netstat.c b/net/gnome-nettool/files/patch-src_netstat.c deleted file mode 100644 index 1eec84927..000000000 --- a/net/gnome-nettool/files/patch-src_netstat.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/netstat.c.orig Tue Jul 6 13:55:25 2004 -+++ src/netstat.c Fri Aug 20 15:55:40 2004 -@@ -108,12 +108,17 @@ - g_return_val_if_fail (netinfo != NULL, NULL); - - if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (netinfo->routing))) { -+#ifdef __FreeBSD__ -+ /* XXX We only support ipv4 now */ -+ option = g_strdup ("-rn -f inet"); -+#else - /* Works for Solaris and Linux */ - if (netinfo_is_ipv6_enable ()) { - option = g_strdup ("-rn -A inet -A inet6"); - } else { - option = g_strdup ("-rn -A inet"); - } -+#endif - - if (netinfo->stbar_text) - g_free (netinfo->stbar_text); diff --git a/net/gnome-nettool/files/patch-src_nettool.c b/net/gnome-nettool/files/patch-src_nettool.c deleted file mode 100644 index 1009298e6..000000000 --- a/net/gnome-nettool/files/patch-src_nettool.c +++ /dev/null @@ -1,37 +0,0 @@ ---- src/nettool.c.orig Fri Apr 14 08:36:08 2006 -+++ src/nettool.c Fri May 12 15:54:15 2006 -@@ -24,6 +24,7 @@ - #include <string.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <signal.h> - #include <errno.h> - #include <sys/wait.h> -@@ -360,6 +361,10 @@ netinfo_io_text_buffer_dialog (GIOChanne - len, NULL); - } - -+ g_free (text); -+ -+ return TRUE; -+ - } else if (status == G_IO_STATUS_AGAIN) { - char buf[1]; - -@@ -371,12 +376,13 @@ netinfo_io_text_buffer_dialog (GIOChanne - } - g_string_append_c (netinfo->command_output, buf[0]); - } -+ -+ g_free (text); -+ return TRUE; - } else if (status == G_IO_STATUS_EOF) { - } - - g_free (text); -- -- return TRUE; - } - - /* The condition is not G_IO_HUP | G_IO_ERR | G_IO_NVAL, so diff --git a/net/gnome-nettool/files/patch-src_utils.c b/net/gnome-nettool/files/patch-src_utils.c deleted file mode 100644 index 921c78049..000000000 --- a/net/gnome-nettool/files/patch-src_utils.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/utils.c.orig Fri May 6 16:10:28 2005 -+++ src/utils.c Sun Jul 3 17:48:12 2005 -@@ -24,6 +24,8 @@ - on GNOME 2.0 */ - - #include "utils.h" -+#include <stdlib.h> -+#include <limits.h> - #include <string.h> - #include <glib/gi18n.h> - -@@ -240,7 +242,7 @@ util_legible_bytes (gchar *bytes) - const gchar *unit = "B"; - gchar *result; - -- sscanf (bytes, "%lld", &rx); -+ rx = strtoull (bytes, (char **)NULL, 10); - short_rx = rx * 10; - - if (rx > 1125899906842624ull) { diff --git a/net/gnome-nettool/pkg-descr b/net/gnome-nettool/pkg-descr deleted file mode 100644 index 5619126fe..000000000 --- a/net/gnome-nettool/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gnome-nettool is a utility for getting network information such as interface -statistics, and for front-ending commands like ping and traceroute. It -is very similar to the MacOS X Network Utility. diff --git a/net/gnome-nettool/pkg-plist b/net/gnome-nettool/pkg-plist deleted file mode 100644 index 468d8c450..000000000 --- a/net/gnome-nettool/pkg-plist +++ /dev/null @@ -1,132 +0,0 @@ -bin/gnome-nettool -share/gnome/applications/gnome-nettool.desktop -share/gnome/gnome-nettool/dialogs/gnome-nettool.glade -share/gnome/gnome-nettool/pixmaps/16_ethernet.xpm -share/gnome/gnome-nettool/pixmaps/16_loopback.xpm -share/gnome/gnome-nettool/pixmaps/16_plip.xpm -share/gnome/gnome-nettool/pixmaps/16_ppp.xpm -share/gnome/gnome-nettool/pixmaps/irda-16.png -share/gnome/gnome-nettool/pixmaps/network.png -share/gnome/gnome-nettool/pixmaps/wavelan-16.png -share/gnome/help/gnome-nettool/C/gnome-nettool.xml -share/gnome/help/gnome-nettool/C/legal.xml -share/gnome/omf/gnome-nettool/gnome-nettool-C.omf -share/gnome/pixmaps/gnome-nettool.png -share/icons/hicolor/48x48/apps/gnome-nettool.png -share/locale/ar/LC_MESSAGES/gnome-nettool.mo -share/locale/az/LC_MESSAGES/gnome-nettool.mo -share/locale/bg/LC_MESSAGES/gnome-nettool.mo -share/locale/bn/LC_MESSAGES/gnome-nettool.mo -share/locale/bn_IN/LC_MESSAGES/gnome-nettool.mo -share/locale/bs/LC_MESSAGES/gnome-nettool.mo -share/locale/ca/LC_MESSAGES/gnome-nettool.mo -share/locale/cs/LC_MESSAGES/gnome-nettool.mo -share/locale/cy/LC_MESSAGES/gnome-nettool.mo -share/locale/da/LC_MESSAGES/gnome-nettool.mo -share/locale/de/LC_MESSAGES/gnome-nettool.mo -share/locale/dz/LC_MESSAGES/gnome-nettool.mo -share/locale/el/LC_MESSAGES/gnome-nettool.mo -share/locale/en_CA/LC_MESSAGES/gnome-nettool.mo -share/locale/en_GB/LC_MESSAGES/gnome-nettool.mo -share/locale/es/LC_MESSAGES/gnome-nettool.mo -share/locale/et/LC_MESSAGES/gnome-nettool.mo -share/locale/eu/LC_MESSAGES/gnome-nettool.mo -share/locale/fa/LC_MESSAGES/gnome-nettool.mo -share/locale/fi/LC_MESSAGES/gnome-nettool.mo -share/locale/fr/LC_MESSAGES/gnome-nettool.mo -share/locale/ga/LC_MESSAGES/gnome-nettool.mo -share/locale/gl/LC_MESSAGES/gnome-nettool.mo -share/locale/gu/LC_MESSAGES/gnome-nettool.mo -share/locale/he/LC_MESSAGES/gnome-nettool.mo -share/locale/hi/LC_MESSAGES/gnome-nettool.mo -share/locale/hr/LC_MESSAGES/gnome-nettool.mo -share/locale/hu/LC_MESSAGES/gnome-nettool.mo -share/locale/id/LC_MESSAGES/gnome-nettool.mo -share/locale/it/LC_MESSAGES/gnome-nettool.mo -share/locale/ja/LC_MESSAGES/gnome-nettool.mo -share/locale/ka/LC_MESSAGES/gnome-nettool.mo -share/locale/ko/LC_MESSAGES/gnome-nettool.mo -share/locale/lt/LC_MESSAGES/gnome-nettool.mo -share/locale/lv/LC_MESSAGES/gnome-nettool.mo -share/locale/mg/LC_MESSAGES/gnome-nettool.mo -share/locale/mk/LC_MESSAGES/gnome-nettool.mo -share/locale/ml/LC_MESSAGES/gnome-nettool.mo -share/locale/mn/LC_MESSAGES/gnome-nettool.mo -share/locale/ms/LC_MESSAGES/gnome-nettool.mo -share/locale/nb/LC_MESSAGES/gnome-nettool.mo -share/locale/ne/LC_MESSAGES/gnome-nettool.mo -share/locale/nl/LC_MESSAGES/gnome-nettool.mo -share/locale/or/LC_MESSAGES/gnome-nettool.mo -share/locale/pa/LC_MESSAGES/gnome-nettool.mo -share/locale/pl/LC_MESSAGES/gnome-nettool.mo -share/locale/pt/LC_MESSAGES/gnome-nettool.mo -share/locale/pt_BR/LC_MESSAGES/gnome-nettool.mo -share/locale/ro/LC_MESSAGES/gnome-nettool.mo -share/locale/ru/LC_MESSAGES/gnome-nettool.mo -share/locale/rw/LC_MESSAGES/gnome-nettool.mo -share/locale/sk/LC_MESSAGES/gnome-nettool.mo -share/locale/sl/LC_MESSAGES/gnome-nettool.mo -share/locale/sq/LC_MESSAGES/gnome-nettool.mo -share/locale/sr/LC_MESSAGES/gnome-nettool.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-nettool.mo -share/locale/sv/LC_MESSAGES/gnome-nettool.mo -share/locale/ta/LC_MESSAGES/gnome-nettool.mo -share/locale/th/LC_MESSAGES/gnome-nettool.mo -share/locale/tr/LC_MESSAGES/gnome-nettool.mo -share/locale/uk/LC_MESSAGES/gnome-nettool.mo -share/locale/vi/LC_MESSAGES/gnome-nettool.mo -share/locale/wa/LC_MESSAGES/gnome-nettool.mo -share/locale/xh/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_CN/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_HK/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_TW/LC_MESSAGES/gnome-nettool.mo -@dirrm share/gnome/omf/gnome-nettool -@dirrm share/gnome/help/gnome-nettool/C -@dirrm share/gnome/help/gnome-nettool -@dirrm share/gnome/gnome-nettool/pixmaps -@dirrm share/gnome/gnome-nettool/dialogs -@dirrm share/gnome/gnome-nettool -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/net/liferea/Makefile b/net/liferea/Makefile deleted file mode 100644 index 4f9a2fcf2..000000000 --- a/net/liferea/Makefile +++ /dev/null @@ -1,89 +0,0 @@ -# Ports collection Makefile for: liferea -# Date created: 28 August 2003 -# Whom: Hye-Shik Chang <perky@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= liferea -PORTVERSION= 1.0.23 -PORTREVISION= 2 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= liferea - -MAINTAINER= pav@FreeBSD.org -COMMENT= Simple RSS/RDF feed reader - -USE_XLIB= yes -USE_GECKO= mozilla firefox -USE_GNOME= gnomeprefix gnomehack libgtkhtml -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir=${PREFIX}/man -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= liferea.1 -GCONF_SCHEMAS= liferea.schemas - -OPTIONS= DBUS "Enable dbus support" on \ - XPI "Firefox extension to subscribe feeds (req. dbus)" off \ - MOZILLA "Use Mozilla for rendering" off \ - XULRUNNER "Use Xulrunner for rendering" off - -.include <bsd.port.pre.mk> - -.ifdef WITH_MOZILLA -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" -CONFIGURE_ARGS+=--enable-gecko=${GECKO} -PLIST_SUB= MOZ="" -.else -CONFIGURE_ARGS+=--disable-gecko -PLIST_SUB= MOZ="@comment " -.endif - -.ifdef WITH_XPI -PATCH_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS+= firefox:${PORTSDIR}/www/firefox -PLIST_SUB+= XPI="" -.else -PLIST_SUB+= XPI="@comment " -.endif - -.ifdef WITH_XULRUNNER -BUILD_DEPENDS+= xulrunner:${PORTSDIR}/www/xulrunner -RUN_DEPENDS+= xulrunner:${PORTSDIR}/www/xulrunner -PLIST_SUB+= XUL="" -.else -CONFIGURE_ARGS+=--disable-xulrunner -PLIST_SUB+= XUL="@comment " -.endif - -.ifdef WITHOUT_DBUS -CONFIGURE_ARGS+=--disable-dbus -.else -LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus -.endif - -post-patch: -.ifdef WITH_MOZILLA - ${REINPLACE_CMD} -e 's,firefox-,$$gecko_provider-,g' \ - -e 's,\(gecko_provider=\).*$$,\1${GECKO},' \ - -e 's,{print $$1},{print $$2},g' \ - ${WRKSRC}/configure -.endif -.ifdef WITH_XPI - @${MKDIR} ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} - @${UNZIP_CMD} -q -d ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} ${WRKSRC}/feedbag.xpi -.endif - -post-install: -.ifdef WITH_XPI - ${MKDIR} ${PREFIX}/lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome - ${INSTALL_DATA} ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome/feedbag.jar ${PREFIX}/lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome - ${INSTALL_DATA} ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome.manifest ${PREFIX}/lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} - ${INSTALL_DATA} ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/install.rdf ${PREFIX}/lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} -.endif - -.include <bsd.port.post.mk> diff --git a/net/liferea/distinfo b/net/liferea/distinfo deleted file mode 100644 index b19457fca..000000000 --- a/net/liferea/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (liferea-1.0.23.tar.gz) = f3f5499e4b8a032cdb595eb47255829a -SHA256 (liferea-1.0.23.tar.gz) = b94caa271f4ff7fd7254d30a255b1c54b03c4bb2fbe795979967eec16c38b432 -SIZE (liferea-1.0.23.tar.gz) = 1571355 diff --git a/net/liferea/files/patch-5.X_build_fix b/net/liferea/files/patch-5.X_build_fix deleted file mode 100644 index a5c26d0ae..000000000 --- a/net/liferea/files/patch-5.X_build_fix +++ /dev/null @@ -1,10 +0,0 @@ ---- src/net/zlib_interface.c.orig Tue Jan 24 22:28:04 2006 -+++ src/net/zlib_interface.c Sat May 20 22:46:03 2006 -@@ -29,6 +29,7 @@ - #include <stdio.h> - #include <zlib.h> - #include <string.h> -+#include <sys/types.h> - - int JG_ZLIB_DEBUG = 1; - diff --git a/net/liferea/files/patch-dont_install_wrapper_script b/net/liferea/files/patch-dont_install_wrapper_script deleted file mode 100644 index d050e8eff..000000000 --- a/net/liferea/files/patch-dont_install_wrapper_script +++ /dev/null @@ -1,22 +0,0 @@ ---- src/Makefile.in.orig Mon May 29 17:07:31 2006 -+++ src/Makefile.in Mon May 29 17:08:38 2006 -@@ -204,7 +204,7 @@ - - - bin_PROGRAMS = liferea-bin --bin_SCRIPTS = liferea liferea-add-feed -+bin_SCRIPTS = liferea-add-feed - - liferea_bin_SOURCES = \ - atom10.c atom10.h \ -@@ -374,8 +374,8 @@ - || test -f $$p1 \ - ; then \ - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ -- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ -- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \ -+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/liferea"; \ -+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/liferea || exit 1; \ - else :; fi; \ - done - diff --git a/net/liferea/pkg-descr b/net/liferea/pkg-descr deleted file mode 100644 index 3f0b1f4cf..000000000 --- a/net/liferea/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Liferea is a simple FeedReader clone. It is a reader for RSS/RDF -feeds. The problem with FeedReader: for now its only available for -Windows. There are some projects for GNU/Linux or Unices, but no -satisfying solutions for GTK/GNOME. Therefore I started to write -this program. Liferea is an abbreviation for Linux Feed Reader. - -WWW: http://liferea.sourceforge.net/ diff --git a/net/liferea/pkg-plist b/net/liferea/pkg-plist deleted file mode 100644 index 94c9fe82d..000000000 --- a/net/liferea/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -bin/liferea -bin/liferea-add-feed -%%XPI%%lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome/feedbag.jar -%%XPI%%lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome.manifest -%%XPI%%lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/install.rdf -lib/liferea/liblihtmlg.la -lib/liferea/liblihtmlg.so -%%MOZ%%lib/liferea/liblihtmlm.la -%%MOZ%%lib/liferea/liblihtmlm.so -%%XUL%%lib/liferea/liblihtmlx.la -%%XUL%%lib/liferea/liblihtmlx.so -share/gnome/applications/liferea.desktop -share/gnome/liferea/css/adblock.css -share/gnome/liferea/css/liferea.css -share/gnome/liferea/css/liferea2.css -share/gnome/liferea/doc/html/about_de.html -share/gnome/liferea/doc/html/about_en.html -share/gnome/liferea/doc/html/enclosures_de.html -share/gnome/liferea/doc/html/enclosures_en.html -share/gnome/liferea/doc/html/faq_de.html -share/gnome/liferea/doc/html/faq_en.html -share/gnome/liferea/doc/html/faq_ja.html -share/gnome/liferea/doc/html/folders_de.html -share/gnome/liferea/doc/html/folders_en.html -share/gnome/liferea/doc/html/headlines_de.html -share/gnome/liferea/doc/html/headlines_en.html -share/gnome/liferea/doc/html/help_feed_available.png -share/gnome/liferea/doc/html/help_feed_error.png -share/gnome/liferea/doc/html/help_feed_ocs.png -share/gnome/liferea/doc/html/help_feed_prop_auth_1.0.0.png -share/gnome/liferea/doc/html/help_feed_prop_cache_1.0.0.png -share/gnome/liferea/doc/html/help_feed_prop_enclosures_1.0.0.png -share/gnome/liferea/doc/html/help_feed_prop_general_1.0.0.png -share/gnome/liferea/doc/html/help_feed_prop_source_1.0.0.png -share/gnome/liferea/doc/html/help_item_flag.png -share/gnome/liferea/doc/html/help_prefs_browser_1.0.0.png -share/gnome/liferea/doc/html/help_prefs_enclosures_1.0.0.png -share/gnome/liferea/doc/html/help_prefs_feeds_1.0.0.png -share/gnome/liferea/doc/html/help_prefs_folders_1.0.0.png -share/gnome/liferea/doc/html/help_prefs_gui_1.0.0.png -share/gnome/liferea/doc/html/help_prefs_headlines_1.0.0.png -share/gnome/liferea/doc/html/help_prefs_proxy_1.0.0.png -share/gnome/liferea/doc/html/help_search_1.0.0.png -share/gnome/liferea/doc/html/help_subscribe_1.0.0.png -share/gnome/liferea/doc/html/help_vfolder_1.0.0.png -share/gnome/liferea/doc/html/preferences_de.html -share/gnome/liferea/doc/html/preferences_en.html -share/gnome/liferea/doc/html/reference.css -share/gnome/liferea/doc/html/reference_de.html -share/gnome/liferea/doc/html/reference_en.html -share/gnome/liferea/doc/html/reference_ja.html -share/gnome/liferea/doc/html/reference_nl.html -share/gnome/liferea/doc/html/searching_de.html -share/gnome/liferea/doc/html/searching_en.html -share/gnome/liferea/doc/html/subscriptions_de.html -share/gnome/liferea/doc/html/subscriptions_en.html -share/gnome/liferea/doc/html/topics_de.html -share/gnome/liferea/doc/html/topics_en.html -share/gnome/liferea/doc/html/topics_ja.html -share/gnome/liferea/doc/html/updating_de.html -share/gnome/liferea/doc/html/updating_en.html -share/gnome/liferea/dtd/html.ent -share/gnome/liferea/opml/feedlist.opml -share/gnome/liferea/opml/feedlist_de.opml -share/gnome/liferea/opml/feedlist_es.opml -share/gnome/liferea/opml/feedlist_fr.opml -share/gnome/liferea/opml/feedlist_nl.opml -share/gnome/liferea/opml/feedlist_pl.opml -share/gnome/liferea/opml/feedlist_sk.opml -share/gnome/liferea/pixmaps/arrow.png -share/gnome/liferea/pixmaps/available.png -share/gnome/liferea/pixmaps/available_offline.png -share/gnome/liferea/pixmaps/directory.png -share/gnome/liferea/pixmaps/edit.png -share/gnome/liferea/pixmaps/empty.png -share/gnome/liferea/pixmaps/empty_offline.png -share/gnome/liferea/pixmaps/flag.png -share/gnome/liferea/pixmaps/liferea.png -share/gnome/liferea/pixmaps/ocs.png -share/gnome/liferea/pixmaps/offline.png -share/gnome/liferea/pixmaps/online.png -share/gnome/liferea/pixmaps/read.xpm -share/gnome/liferea/pixmaps/technorati.png -share/gnome/liferea/pixmaps/unread.png -share/gnome/liferea/pixmaps/vfolder.png -share/gnome/pixmaps/liferea.png -share/locale/bg/LC_MESSAGES/liferea.mo -share/locale/ca/LC_MESSAGES/liferea.mo -share/locale/cs/LC_MESSAGES/liferea.mo -share/locale/de/LC_MESSAGES/liferea.mo -share/locale/es/LC_MESSAGES/liferea.mo -share/locale/fi/LC_MESSAGES/liferea.mo -share/locale/fr/LC_MESSAGES/liferea.mo -share/locale/it/LC_MESSAGES/liferea.mo -share/locale/ja/LC_MESSAGES/liferea.mo -share/locale/ko/LC_MESSAGES/liferea.mo -share/locale/mk/LC_MESSAGES/liferea.mo -share/locale/nl/LC_MESSAGES/liferea.mo -share/locale/pl/LC_MESSAGES/liferea.mo -share/locale/pt_BR/LC_MESSAGES/liferea.mo -share/locale/ro/LC_MESSAGES/liferea.mo -share/locale/ru/LC_MESSAGES/liferea.mo -share/locale/sk/LC_MESSAGES/liferea.mo -share/locale/sv/LC_MESSAGES/liferea.mo -share/locale/zh_CN/LC_MESSAGES/liferea.mo -share/locale/zh_TW/LC_MESSAGES/liferea.mo -@dirrm share/gnome/liferea/pixmaps -@dirrm share/gnome/liferea/opml -@dirrm share/gnome/liferea/dtd -@dirrm share/gnome/liferea/doc/html -@dirrm share/gnome/liferea/doc -@dirrm share/gnome/liferea/css -@dirrm share/gnome/liferea -@dirrm lib/liferea -%%XPI%%@dirrm lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome -%%XPI%%@dirrm lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/net/penguintv/Makefile b/net/penguintv/Makefile deleted file mode 100644 index 45e640f1b..000000000 --- a/net/penguintv/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: PenguinTV-devel -# Date created: 14 March 2006 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# -# $FreeBSD$ - -PORTNAME= PenguinTV -PORTVERSION= 2.0.2 -PORTREVISION= 1 -CATEGORIES= net audio multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= penguintv - -MAINTAINER= edwin@mavetju.org -COMMENT= Graphical RSS feed reader with incorperated playback functions - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/py-pysqlite21 \ - ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ - ${PYXML} -.if defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \ - ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} -.endif -RUN_DEPENDS= ${BUILD_DEPENDS} - -OPTIONS= MOZILLA "Use Mozilla rendered (experimental)" OFF - -USE_GNOME= gnomehier pygnomeextras pygnome2 -USE_PYTHON= yes - -GCONF_SCHEMAS= penguintv.schema - -CONFLICTS= PenguinTV-devel-[0-9]* - -.include <bsd.port.pre.mk> - -.if defined(WITH_MOZILLA) -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex \ - mozilla-config:${PORTSDIR}/www/mozilla -PLIST_SUB+= WITH_MOZILLA="" -.else -EXTRA_PATCHES+= ${FILESDIR}/patchmozilla-setup.py -PLIST_SUB+= WITH_MOZILLA="@comment " -.endif - -pre-fetch: - @${ECHO_MSG} If you are upgrading from 1.x, please export your subscriptions for save-keeping! - @${ECHO_MSG} The database scheme should be upgraded automatically. - @sleep 5 - -do-build: - cd ${WRKSRC} && ${PYTHON_CMD} setup.py build - -do-install: - cd ${WRKSRC} && ${PYTHON_CMD} setup.py install - -post-install: - @${MKDIR} ${LOCALBASE}/etc/gconf/schemas - @${INSTALL_DATA} ${WRKSRC}/share/penguintv.schema \ - ${LOCALBASE}/etc/gconf/schemas/ - -.include <bsd.port.post.mk> diff --git a/net/penguintv/distinfo b/net/penguintv/distinfo deleted file mode 100644 index f26e329a0..000000000 --- a/net/penguintv/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PenguinTV-2.0.2.tar.gz) = 292fd58d69bec8e5afbe28723aabdd26 -SHA256 (PenguinTV-2.0.2.tar.gz) = 55b74a959ede8e4a4eadb03324e7b05cd2f76b1fd8684d2cd9606fa3e9f5564d -SIZE (PenguinTV-2.0.2.tar.gz) = 320690 diff --git a/net/penguintv/files/patch-share__defaultsubs.opml b/net/penguintv/files/patch-share__defaultsubs.opml deleted file mode 100644 index e2fb2d9fb..000000000 --- a/net/penguintv/files/patch-share__defaultsubs.opml +++ /dev/null @@ -1,24 +0,0 @@ ---- share/defaultsubs.opml.orig Sun Jul 16 01:36:04 2006 -+++ share/defaultsubs.opml Mon Jul 17 08:36:35 2006 -@@ -1,6 +1,21 @@ - <opml version="1.1"> - <head><title>All</title></head> - <body> -+ <outline xmlUrl="http://feeds.feedburner.com/Bsdtalk" -+ text="bsdtalk" -+ description="Technical talks about the BSD family of free operating systems." -+ title="bsdtalk"> -+ </outline> -+ <outline xmlUrl="http://feeds.blastpodcast.com/freebsdforall/index.xml" -+ text="FreeBSD For All" -+ description="User oriented talks about FreeBSD." -+ title="FreeBSD For All"> -+ </outline> -+ <outline xmlUrl="http://www.mavetju.org/unix/multimedia-rss.php" -+ text="FreeBSD MultiMedia Resources List" -+ description="FreeBSD MultiMedia Resources List by Edwin Groothuis" -+ title="FreeBSD MultiMedia Resources List"> -+ </outline> - <outline xmlUrl="http://lugradio.org/episodes.ogg.rss" - text="LugRadio episodes (ogg)" - description="The world's premiere Linux and Free Software radio show" diff --git a/net/penguintv/files/patchmozilla-setup.py b/net/penguintv/files/patchmozilla-setup.py deleted file mode 100644 index c1fd8554b..000000000 --- a/net/penguintv/files/patchmozilla-setup.py +++ /dev/null @@ -1,15 +0,0 @@ ---- setup.py.orig Tue May 16 07:18:29 2006 -+++ setup.py Tue May 16 07:20:03 2006 -@@ -1,11 +1,4 @@ --try: -- from Pyrex.Distutils import build_ext -- BUILD_MOZ=True --except: -- print "pyrex not found, mozilla building disabled" -- BUILD_MOZ=False -- -- -+BUILD_MOZ=False - from distutils.core import setup - from distutils.extension import Extension - import sys,os diff --git a/net/penguintv/pkg-descr b/net/penguintv/pkg-descr deleted file mode 100644 index a3dbcda7f..000000000 --- a/net/penguintv/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -PenguinTV is not just another RSS feed reader. It is designed from -the ground up to work seamlessly with podcasts and video blogs, -allowing you to easily enjoy the audio, music, and video published -around the web in RSS format. - -Until now, the only solutions for listening to podcasts on Linux -have been clunky apps and unreliable bash scripts. Many solutions -require the user to browse file directories named by date to find -media files. With the large amount of information in podcasts and -videos, a user needs help to keep track of everything. - -PenguinTV eliminates all of these problems with a light-weight but -powerful interface that shows you what you need to know, and hides -what you don't. You can immediately see what you've watched, what's -available to view, and which media are downloading. You don't have -to worry about where files are stored, what their names are, or -what format they are in. Rather than try to reinvent the wheel by -coding its own media player, PenguinTV launches the media player -of your choice to view your downloads. - -WWW: http://penguintv.sourceforge.net/ -Author: Owen Williams <ywwg@usa.net> diff --git a/net/penguintv/pkg-message b/net/penguintv/pkg-message deleted file mode 100644 index e7b6353c7..000000000 --- a/net/penguintv/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ ------------------------------ 8< ----------------------------------------- -Please note that this program requires that libsqlite3 (databases/sqlite3) -has threads enabled. This is not happening by default, and if you -install it from a package you don't have threads support. Reinstall -databases/sqlite3 if you don't have this. ------------------------------ 8< ----------------------------------------- diff --git a/net/penguintv/pkg-plist b/net/penguintv/pkg-plist deleted file mode 100644 index 5f6ffd532..000000000 --- a/net/penguintv/pkg-plist +++ /dev/null @@ -1,130 +0,0 @@ -share/locale/pt_BR/LC_MESSAGES/penguintv.mo -share/locale/sv/LC_MESSAGES/penguintv.mo -share/locale/pt/LC_MESSAGES/penguintv.mo -%%PYTHON_SITELIBDIR%%/penguintv/AddFeedDialog.py -%%PYTHON_SITELIBDIR%%/penguintv/AddFeedDialog.pyc -%%PYTHON_SITELIBDIR%%/penguintv/BTDownloader.py -%%PYTHON_SITELIBDIR%%/penguintv/BTDownloader.pyc -%%PYTHON_SITELIBDIR%%/penguintv/Downloader.py -%%PYTHON_SITELIBDIR%%/penguintv/Downloader.pyc -%%PYTHON_SITELIBDIR%%/penguintv/EditTagsMultiDialog.py -%%PYTHON_SITELIBDIR%%/penguintv/EditTagsMultiDialog.pyc -%%PYTHON_SITELIBDIR%%/penguintv/EditTextTagsDialog.py -%%PYTHON_SITELIBDIR%%/penguintv/EditTextTagsDialog.pyc -%%PYTHON_SITELIBDIR%%/penguintv/EntryList.py -%%PYTHON_SITELIBDIR%%/penguintv/EntryList.pyc -%%PYTHON_SITELIBDIR%%/penguintv/EntryView.py -%%PYTHON_SITELIBDIR%%/penguintv/EntryView.pyc -%%PYTHON_SITELIBDIR%%/penguintv/FeedList.py -%%PYTHON_SITELIBDIR%%/penguintv/FeedList.pyc -%%PYTHON_SITELIBDIR%%/penguintv/HTTPDownloader.py -%%PYTHON_SITELIBDIR%%/penguintv/HTTPDownloader.pyc -%%PYTHON_SITELIBDIR%%/penguintv/LoginDialog.py -%%PYTHON_SITELIBDIR%%/penguintv/LoginDialog.pyc -%%PYTHON_SITELIBDIR%%/penguintv/MainWindow.py -%%PYTHON_SITELIBDIR%%/penguintv/MainWindow.pyc -%%PYTHON_SITELIBDIR%%/penguintv/MediaManager.py -%%PYTHON_SITELIBDIR%%/penguintv/MediaManager.pyc -%%PYTHON_SITELIBDIR%%/penguintv/OPML.py -%%PYTHON_SITELIBDIR%%/penguintv/OPML.pyc -%%PYTHON_SITELIBDIR%%/penguintv/Player.py -%%PYTHON_SITELIBDIR%%/penguintv/Player.pyc -%%PYTHON_SITELIBDIR%%/penguintv/PreferencesDialog.py -%%PYTHON_SITELIBDIR%%/penguintv/PreferencesDialog.pyc -%%PYTHON_SITELIBDIR%%/penguintv/RenameFeedDialog.py -%%PYTHON_SITELIBDIR%%/penguintv/RenameFeedDialog.pyc -%%PYTHON_SITELIBDIR%%/penguintv/SimpleImageCache.py -%%PYTHON_SITELIBDIR%%/penguintv/SimpleImageCache.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ThreadPool.py -%%PYTHON_SITELIBDIR%%/penguintv/ThreadPool.pyc -%%PYTHON_SITELIBDIR%%/penguintv/UpdateTasksManager.py -%%PYTHON_SITELIBDIR%%/penguintv/UpdateTasksManager.pyc -%%PYTHON_SITELIBDIR%%/penguintv/__init__.py -%%PYTHON_SITELIBDIR%%/penguintv/__init__.pyc -%%PYTHON_SITELIBDIR%%/penguintv/feedparser.py -%%PYTHON_SITELIBDIR%%/penguintv/feedparser.pyc -%%PYTHON_SITELIBDIR%%/penguintv/penguintv.py -%%PYTHON_SITELIBDIR%%/penguintv/penguintv.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvDB.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvDB.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Choker.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Choker.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Connecter.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Connecter.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/CurrentRateMeasure.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/CurrentRateMeasure.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Downloader.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Downloader.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/DownloaderFeedback.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/DownloaderFeedback.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Encrypter.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Encrypter.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/HTTPHandler.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/HTTPHandler.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/NatCheck.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/NatCheck.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/PiecePicker.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/PiecePicker.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/RateMeasure.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/RateMeasure.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/RawServer.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/RawServer.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Rerequester.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Rerequester.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Storage.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Storage.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/StorageWrapper.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/StorageWrapper.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Uploader.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/Uploader.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/__init__.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/__init__.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/bencode.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/bencode.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/bitfield.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/bitfield.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/btcompletedir.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/btcompletedir.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/btformats.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/btformats.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/btmakemetafile.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/btmakemetafile.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/download.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/download.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/fakeopen.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/fakeopen.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/parseargs.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/parseargs.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/selectpoll.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/selectpoll.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/spewout.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/spewout.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/testtest.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/testtest.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/track.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/track.pyc -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/zurllib.py -%%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent/zurllib.pyc -%%PYTHON_SITELIBDIR%%/penguintv/subProcess.py -%%PYTHON_SITELIBDIR%%/penguintv/subProcess.pyc -%%PYTHON_SITELIBDIR%%/penguintv/timeoutsocket.py -%%PYTHON_SITELIBDIR%%/penguintv/timeoutsocket.pyc -%%PYTHON_SITELIBDIR%%/penguintv/utils.py -%%PYTHON_SITELIBDIR%%/penguintv/utils.pyc -%%WITH_MOZILLA%%%%PYTHON_SITELIBDIR%%/penguintv/democracy_moz/MozillaBrowser.so -%%WITH_MOZILLA%%%%PYTHON_SITELIBDIR%%/penguintv/democracy_moz/__init__.py -%%WITH_MOZILLA%%%%PYTHON_SITELIBDIR%%/penguintv/democracy_moz/__init__.pyc -bin/PenguinTV -share/applications/penguintv.desktop -share/penguintv/defaultsubs.opml -share/penguintv/penguintv.glade -share/penguintv/penguintvicon.png -share/pixmaps/penguintvicon.png -@dirrmtry share/pixmaps -@dirrmtry share/applications -@dirrm share/penguintv -@dirrm %%PYTHON_SITELIBDIR%%/penguintv/ptvbittorrent -%%WITH_MOZILLA%%@dirrm %%PYTHON_SITELIBDIR%%/penguintv/democracy_moz -@dirrm %%PYTHON_SITELIBDIR%%/penguintv -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt diff --git a/net/py-avahi/Makefile b/net/py-avahi/Makefile deleted file mode 100644 index 0d6480cfa..000000000 --- a/net/py-avahi/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: py-avahi -# Date Created: 06 May 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTREVISION= 0 -CATEGORIES= net gnome python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python interface to the Avahi mDNS system - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm \ - ${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus -LIB_DEPENDS= avahi-client.3:${PORTSDIR}/net/avahi -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm \ - ${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus - -MASTERDIR= ${.CURDIR}/../avahi -BUILD_WRKSRC= ${WRKSRC}/avahi-python -INSTALL_WRKSRC= ${BUILD_WRKSRC} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -AVAHI_SLAVE= yes - -USE_GNOME= gnomehack gnometarget pygtk2 -USE_PYTHON= yes -CONFIGURE_ARGS= --enable-python \ - --disable-mono \ - --disable-monodoc \ - --disable-gtk \ - --disable-qt3 \ - --disable-qt4 \ - --localstatedir=/var \ - --disable-doxygen-docs \ - --disable-xml-docs \ - --disable-doxygen-dot \ - --localstatedir=/var \ - --with-dbus-system-address=unix:path=/var/run/dbus/dbus.pipe \ - --with-distro=freebsd - -MAN1= avahi-bookmarks.1 avahi-discover.1 - -post-build: - @cd ${WRKSRC}/service-type-database && ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} Makefile ${MAKE_ARGS} ${ALL_TARGET} - -post-install: - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/service-type-database/service-types.db ${DATADIR} - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHONPREFIX_SITELIBDIR}/avahi - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${PYTHONPREFIX_SITELIBDIR}/avahi -.for mf in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/man/${mf} ${MAN1PREFIX}/man/man1 -.endfor - -.include "${MASTERDIR}/Makefile" diff --git a/net/py-avahi/pkg-descr b/net/py-avahi/pkg-descr deleted file mode 100644 index b0d0aa0de..000000000 --- a/net/py-avahi/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python interface to the avahi mDNS service discovery system. - -WWW: http://www.avahi.org/ diff --git a/net/py-avahi/pkg-plist b/net/py-avahi/pkg-plist deleted file mode 100644 index 18e948d0d..000000000 --- a/net/py-avahi/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/avahi-bookmarks -bin/avahi-discover -lib/%%PYTHON_VERSION%%/site-packages/avahi/ServiceTypeDatabase.py -lib/%%PYTHON_VERSION%%/site-packages/avahi/ServiceTypeDatabase.pyc -lib/%%PYTHON_VERSION%%/site-packages/avahi/ServiceTypeDatabase.pyo -lib/%%PYTHON_VERSION%%/site-packages/avahi/SimpleGladeApp.py -lib/%%PYTHON_VERSION%%/site-packages/avahi/SimpleGladeApp.pyc -lib/%%PYTHON_VERSION%%/site-packages/avahi/SimpleGladeApp.pyo -lib/%%PYTHON_VERSION%%/site-packages/avahi/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/avahi/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/avahi/__init__.pyo -share/applications/avahi-discover.desktop -%%DATADIR%%/service-types.db -@dirrmtry share/applications -@dirrm lib/%%PYTHON_VERSION%%/site-packages/avahi diff --git a/net/service-discovery-applet/Makefile b/net/service-discovery-applet/Makefile deleted file mode 100644 index 5d9952c34..000000000 --- a/net/service-discovery-applet/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: service-discovery-applet -# Date Created: 06 May 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net/service-discovery-applet/Makefile,v 1.2 2006/10/11 05:46:29 marcus Exp $ -# - -PORTNAME= service-discovery-applet -PORTVERSION= 0.4.3 -PORTREVISION= 1 -CATEGORIES= net dns gnome -MASTER_SITES= http://0pointer.de/~sebest/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME applet that shows available network services using mDNS - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi - -USE_XLIB= yes -USE_GETTEXT= yes -USE_PYTHON= yes -USE_GNOME= gnomehack gnomeprefix intlhack pygnomedesktop -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= service-discovery-applet.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/plugins/gconfterminal.py.in - -post-install: - @${LOCALBASE}/bin/gtk-update-icon-cache -f -q --ignore-theme-index \ - ${PREFIX}/share/gnome/service-discovery-applet/icons - -.include <bsd.port.mk> diff --git a/net/service-discovery-applet/distinfo b/net/service-discovery-applet/distinfo deleted file mode 100644 index 5e8a6c672..000000000 --- a/net/service-discovery-applet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (service-discovery-applet-0.4.3.tar.gz) = 68e67e75d4e5223e75a656b61e76d6d4 -SHA256 (service-discovery-applet-0.4.3.tar.gz) = b3704a067f5541a0f73f54a09f93d2f053e5c8d0344f6d5d809bc96eab152b1a -SIZE (service-discovery-applet-0.4.3.tar.gz) = 184000 diff --git a/net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in b/net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in deleted file mode 100644 index 37913fa70..000000000 --- a/net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/gconfterminal.py.in.orig Sat May 6 18:53:01 2006 -+++ plugins/gconfterminal.py.in Sat May 6 18:53:10 2006 -@@ -16,7 +16,7 @@ from sdapplet.pluginutils import * - - try: - import gettext -- gettext.bindtextdomain("service-discovery-applet", "/usr/share/locale") -+ gettext.bindtextdomain("service-discovery-applet", "%%PREFIX%%/share/locale") - gettext.textdomain("service-discovery-applet") - _ = gettext.gettext - import pygtk diff --git a/net/service-discovery-applet/files/patch-plugins_xvncviewer.py.in b/net/service-discovery-applet/files/patch-plugins_xvncviewer.py.in deleted file mode 100644 index c941922ea..000000000 --- a/net/service-discovery-applet/files/patch-plugins_xvncviewer.py.in +++ /dev/null @@ -1,17 +0,0 @@ ---- plugins/xvncviewer.py.in.orig Sun Sep 3 20:28:54 2006 -+++ plugins/xvncviewer.py.in Sun Sep 3 20:29:04 2006 -@@ -19,11 +19,11 @@ class plugin_xvncviewer: - def __init__(self): - self.service_type = ["_rfb._tcp"] - self.author = "Sebastien Estienne" -- self.description = "Start a VNC connections with xvncviewer" -+ self.description = "Start a VNC connections with vncviewer" - - def connect(self, use_host_names, name, stype, hostname, address, port, txts): -- print "connecting using xvncviewer" -- cmdline = ["@toolsdir@/exec_wrapper", "xvncviewer", "-xrm", "*passwordDialog:true", hostname ] -+ print "connecting using vncviewer" -+ cmdline = ["@toolsdir@/exec_wrapper", "vncviewer", "-xrm", "*passwordDialog:true", hostname ] - print cmdline - pid = subprocess.Popen(cmdline, close_fds=True).pid - diff --git a/net/service-discovery-applet/pkg-descr b/net/service-discovery-applet/pkg-descr deleted file mode 100644 index db1469061..000000000 --- a/net/service-discovery-applet/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Service-discovery-applet is a GNOME applet that interfaces with the Avahi -mDNS Service Discovery system to graphically show a list of available -network services. - -WWW: http://www.avahi.org/ diff --git a/net/service-discovery-applet/pkg-plist b/net/service-discovery-applet/pkg-plist deleted file mode 100644 index 0f040570e..000000000 --- a/net/service-discovery-applet/pkg-plist +++ /dev/null @@ -1,49 +0,0 @@ -bin/service-discovery-applet -bin/service-discovery-config -lib/%%PYTHON_VERSION%%/site-packages/sdapplet/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/sdapplet/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/sdapplet/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/sdapplet/pluginloader.py -lib/%%PYTHON_VERSION%%/site-packages/sdapplet/pluginloader.pyc -lib/%%PYTHON_VERSION%%/site-packages/sdapplet/pluginloader.pyo -lib/%%PYTHON_VERSION%%/site-packages/sdapplet/pluginutils.py -lib/%%PYTHON_VERSION%%/site-packages/sdapplet/pluginutils.pyc -lib/%%PYTHON_VERSION%%/site-packages/sdapplet/pluginutils.pyo -libdata/bonobo/servers/GNOME_ServiceDiscoveryApplet.server -share/gnome/service-discovery-applet/icons/24x24/_ftp._tcp.png -share/gnome/service-discovery-applet/icons/24x24/_http._tcp.png -share/gnome/service-discovery-applet/icons/24x24/_https._tcp.png -share/gnome/service-discovery-applet/icons/24x24/_rfb._tcp.png -share/gnome/service-discovery-applet/icons/24x24/_sftp-ssh._tcp.png -share/gnome/service-discovery-applet/icons/24x24/_ssh._tcp.png -share/gnome/service-discovery-applet/icons/24x24/service-discovery-applet.png -share/gnome/service-discovery-applet/icons/48x48/_ftp._tcp.png -share/gnome/service-discovery-applet/icons/48x48/_http._tcp.png -share/gnome/service-discovery-applet/icons/48x48/_https._tcp.png -share/gnome/service-discovery-applet/icons/48x48/_rfb._tcp.png -share/gnome/service-discovery-applet/icons/48x48/_sftp-ssh._tcp.png -share/gnome/service-discovery-applet/icons/48x48/_ssh._tcp.png -share/gnome/service-discovery-applet/icons/48x48/service-discovery-applet.png -share/gnome/service-discovery-applet/icons/icon-theme.cache -share/gnome/service-discovery-applet/interfaces/service-discovery-config.glade -share/gnome/service-discovery-applet/plugins/ekiga.py -share/gnome/service-discovery-applet/plugins/gconfterminal.py -share/gnome/service-discovery-applet/plugins/nautilus.py -share/gnome/service-discovery-applet/plugins/xvncviewer.py -share/gnome/service-discovery-applet/tools/exec_wrapper -share/locale/ca/LC_MESSAGES/service-discovery-applet.mo -share/locale/da/LC_MESSAGES/service-discovery-applet.mo -share/locale/de/LC_MESSAGES/service-discovery-applet.mo -share/locale/fr/LC_MESSAGES/service-discovery-applet.mo -@dirrm share/gnome/service-discovery-applet/tools -@dirrm share/gnome/service-discovery-applet/plugins -@dirrm share/gnome/service-discovery-applet/interfaces -@dirrm share/gnome/service-discovery-applet/icons/48x48 -@dirrm share/gnome/service-discovery-applet/icons/24x24 -@dirrm share/gnome/service-discovery-applet/icons -@dirrm share/gnome/service-discovery-applet -@dirrm lib/%%PYTHON_VERSION%%/site-packages/sdapplet -@dirrmtry lib/%%PYTHON_VERSION%%/site-packages -@dirrmtry lib/%%PYTHON_VERSION%% -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/net/silky/Makefile b/net/silky/Makefile deleted file mode 100644 index f92b13814..000000000 --- a/net/silky/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: silky -# Date created: 2003.12.16 -# Whom: Evgueni V. Gavrilov <aquatique@rusunix.org> -# -# $FreeBSD$ -# - -PORTNAME= silky -PORTVERSION= 0.5.4 -PORTREVISION= 3 -CATEGORIES= net security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://rusunix.org/pub/FreeBSD/distfiles/ -MASTER_SITE_SUBDIR= silky - -MAINTAINER= aquatique-ports@rambler.ru -COMMENT= A simple and easy to use graphical, os-independent SILC client - -LIB_DEPENDS= silcclient-1.0.3:${PORTSDIR}/devel/silc-toolkit -RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support - -GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-silc-include=${LOCALBASE}/include/silc \ - --with-silc-libs=${LOCALBASE}/lib \ - --with-docdir=${DOCSDIR} \ - --with-libintl-prefix=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -USE_GNOME= gtk20 libglade2 gnomelibs -USE_GMAKE= yes -USE_PERL5= yes - -post-patch: - @${PERL} -pi -e 's/ include / /' ${WRKSRC}/Makefile.in - @${PERL} -pi -e 's|share/pixmaps/\$${\w+}|share/pixmaps/|; \ - s|(PACKAGE_PIXMAPS_DIR \")\$${packageprefix}/|\1${X11BASE}/|' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/net/silky/distinfo b/net/silky/distinfo deleted file mode 100644 index da56f879c..000000000 --- a/net/silky/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (silky-0.5.4.tar.gz) = ef7a583bfb612ec16b3437f56e5c72a3 -SHA256 (silky-0.5.4.tar.gz) = 3d2810e9967c06038b428632a44d7d4d3f94d3b0e0b09a8db469aac9437e8147 -SIZE (silky-0.5.4.tar.gz) = 866262 diff --git a/net/silky/pkg-descr b/net/silky/pkg-descr deleted file mode 100644 index 358691653..000000000 --- a/net/silky/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Silky is a simple and easy to use graphical, os-independent SILC client. - -Silky is intended to contain all necessary features of a SILC client, -while keeping the UI as simple and clean as possible. - -WWW: http://silky.sourceforge.net diff --git a/net/silky/pkg-plist b/net/silky/pkg-plist deleted file mode 100644 index 571d6e237..000000000 --- a/net/silky/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -bin/silky -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.distributions -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/README.win32 -%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes -%%DATADIR%%/silky.conf -%%DATADIR%%/servers.conf -%%DATADIR%%/silky.glade -%%DATADIR%%/silky-channel.glade -%%DATADIR%%/silky-query.glade -%%DATADIR%%/tips.txt -%%DATADIR%%/silky_logo_small.png -share/locale/af/LC_MESSAGES/silky.mo -share/locale/de/LC_MESSAGES/silky.mo -share/locale/en_CA/LC_MESSAGES/silky.mo -share/locale/es/LC_MESSAGES/silky.mo -share/locale/fi/LC_MESSAGES/silky.mo -share/locale/fr/LC_MESSAGES/silky.mo -share/locale/hu/LC_MESSAGES/silky.mo -share/locale/it/LC_MESSAGES/silky.mo -share/locale/nl/LC_MESSAGES/silky.mo -share/locale/ro/LC_MESSAGES/silky.mo -share/locale/ru/LC_MESSAGES/silky.mo -share/locale/sk/LC_MESSAGES/silky.mo -share/locale/sv/LC_MESSAGES/silky.mo -share/locale/zh_CN/LC_MESSAGES/silky.mo -share/gnome/apps/Applications/silky.desktop -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%% -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi diff --git a/net/skype-devel/Makefile b/net/skype-devel/Makefile deleted file mode 100644 index a933c8721..000000000 --- a/net/skype-devel/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: skype -# Date created: Jun 21. 2004 -# Whom: netchild@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= skype -PORTVERSION= 1.3.0.30 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= http://download.skype.com/linux/ -PKGNAMESUFFIX= -devel -DISTNAME= skype-beta_staticQT-${PORTVERSION} - -MAINTAINER= itetcu@FreeBSD.org -COMMENT= P2P VoIP software - -CONFLICTS= skype-[0-9]* - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \ - ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib - -.ifdef WITH_NVIDIA_GL -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver -.else -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri -.endif - -USE_BZIP2= yes -USE_LINUX= yes -USE_X_PREFIX= yes -ONLY_FOR_ARCHS= i386 amd64 - -RESTRICTED= Redistribution not allowed yet. - -.include <bsd.port.pre.mk> - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -do-build: - ${BRANDELF} -t Linux ${WRKSRC}/skype - -do-install: - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin -# ${INSTALL} ${WRKSRC}/skype-callto-handler ${PREFIX}/bin/ - ${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"\$$@\" 2>&1 | ${GREP} -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype - ${CHMOD} a+rx ${PREFIX}/bin/skype - ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications/ - ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/pixmaps/skype.png - ${MKDIR} ${DATADIR}/icons ${DATADIR}/lang ${DATADIR}/sound - ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/ - ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${DATADIR}/lang/ - ${INSTALL_DATA} ${WRKSRC}/sound/*.wav ${DATADIR}/sound/ - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/ - -post-install: - @${ECHO} "There are known problems with some soundcards in 5.x. This is due to a bug in the kernel. It is fixed in 6.x. Additionally there is some further work in the sound subsystem going on which fixes some related problems. This work will not be available in 6.0-RELEASE. If you experience problems update to the most recent 6.x-RELEASE, if this does not fix your problems ask on multimedia@FreeBSD.org." | fmt - -.include <bsd.port.post.mk> diff --git a/net/skype-devel/distinfo b/net/skype-devel/distinfo deleted file mode 100644 index 1efc77c2a..000000000 --- a/net/skype-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (skype-beta_staticQT-1.3.0.30.tar.bz2) = 2a6155ddc0c9afdfe4a3846ca8276f7b -SHA256 (skype-beta_staticQT-1.3.0.30.tar.bz2) = 5895f49e7e44ddaeebc4058ecaf3fe6b165dbd7ce6214eea408a952d7e0d5394 -SIZE (skype-beta_staticQT-1.3.0.30.tar.bz2) = 15402445 diff --git a/net/skype-devel/pkg-descr b/net/skype-devel/pkg-descr deleted file mode 100644 index 5d92fde2e..000000000 --- a/net/skype-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Skype is a free program that uses the latest P2P technology to bring -affordable and high-quality voice communications to people all over -the world. - -WWW: http://www.skype.net/ diff --git a/net/skype-devel/pkg-plist b/net/skype-devel/pkg-plist deleted file mode 100644 index 54578dd55..000000000 --- a/net/skype-devel/pkg-plist +++ /dev/null @@ -1,44 +0,0 @@ -bin/skype -bin/skype_bin -%%DATADIR%%/icons/skype_16_32.png -%%DATADIR%%/icons/skype_32_32.png -%%DATADIR%%/icons/skype_48_32.png -@dirrm %%DATADIR%%/icons -%%DATADIR%%/lang/skype_da.qm -%%DATADIR%%/lang/skype_de.qm -%%DATADIR%%/lang/skype_el.qm -%%DATADIR%%/lang/skype_en.qm -%%DATADIR%%/lang/skype_es.qm -%%DATADIR%%/lang/skype_es_AR.qm -%%DATADIR%%/lang/skype_et.qm -%%DATADIR%%/lang/skype_fi.qm -%%DATADIR%%/lang/skype_fr.qm -%%DATADIR%%/lang/skype_it.qm -%%DATADIR%%/lang/skype_iw.qm -%%DATADIR%%/lang/skype_ja.qm -%%DATADIR%%/lang/skype_ko.qm -%%DATADIR%%/lang/skype_nl.qm -%%DATADIR%%/lang/skype_no.qm -%%DATADIR%%/lang/skype_pl.qm -%%DATADIR%%/lang/skype_pt_BR.qm -%%DATADIR%%/lang/skype_ro.qm -%%DATADIR%%/lang/skype_ru.qm -%%DATADIR%%/lang/skype_sv.qm -%%DATADIR%%/lang/skype_zh_CN.qm -%%DATADIR%%/lang/skype_zh_TW.qm -@dirrm %%DATADIR%%/lang -%%DATADIR%%/sound/call_busy.wav -%%DATADIR%%/sound/call_hangup.wav -%%DATADIR%%/sound/call_hold.wav -%%DATADIR%%/sound/call_initiated.wav -%%DATADIR%%/sound/call_resume.wav -%%DATADIR%%/sound/call_ringin.wav -%%DATADIR%%/sound/call_ringout.wav -%%DATADIR%%/sound/im2.wav -%%DATADIR%%/sound/online.wav -@dirrm %%DATADIR%%/sound -%%DATADIR%%/LICENSE -@dirrm %%DATADIR%% -share/applications/skype.desktop -share/pixmaps/skype.png -@dirrmtry share/applications diff --git a/net/skype/Makefile b/net/skype/Makefile deleted file mode 100644 index 20c6dee50..000000000 --- a/net/skype/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: skype -# Date created: Jun 21. 2004 -# Whom: netchild@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= skype -PORTVERSION= 1.2.0.18 -PORTREVISION= 2 -CATEGORIES= net -MASTER_SITES= http://download.skype.com/linux/ -DISTNAME= skype_staticQT-${PORTVERSION} - -MAINTAINER= itetcu@FreeBSD.org -COMMENT= P2P VoIP software - -CONFLICTS+= skype-devel-[0-9]* - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat - -.ifdef WITH_NVIDIA_GL -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver -.else -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri -.endif - -USE_BZIP2= yes -USE_LINUX= yes -USE_X_PREFIX= yes -ONLY_FOR_ARCHS= i386 amd64 - -RESTRICTED= Redistribution not allowed yet. - -.include <bsd.port.pre.mk> - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -do-build: - ${BRANDELF} -t Linux ${WRKSRC}/skype - -do-install: - @${MKDIR} ${PREFIX}/share/applications - ${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin -# ${INSTALL} ${WRKSRC}/skype-callto-handler ${PREFIX}/bin/ - ${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"\$$@\" 2>&1 | grep -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype - ${CHMOD} a+rx ${PREFIX}/bin/skype - ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications/ - ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/pixmaps/skype.png - ${MKDIR} ${DATADIR}/icons ${DATADIR}/lang ${DATADIR}/sound - ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/ - ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${DATADIR}/lang/ - ${INSTALL_DATA} ${WRKSRC}/sound/*.wav ${DATADIR}/sound/ - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/ - -post-install: - @${ECHO} "There are known problems with some soundcards in 5.x. This is due to a bug in the kernel. It is fixed in 6.x. Additionally there is some further work in the sound subsystem going on which fixes some related problems. This work will not be available in 6.0-RELEASE. If you experience problems update to the most recent 6.x-RELEASE, if this does not fix your problems ask on multimedia@FreeBSD.org." | fmt - -.include <bsd.port.post.mk> diff --git a/net/skype/distinfo b/net/skype/distinfo deleted file mode 100644 index 45a776b79..000000000 --- a/net/skype/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (skype_staticQT-1.2.0.18.tar.bz2) = bc05f6883e8c0350186e1a376940d5c8 -SHA256 (skype_staticQT-1.2.0.18.tar.bz2) = fa825ff455b7c6fb53bd4090e7fb99038ce426b4078b4f1dda0307fc4fa216b3 -SIZE (skype_staticQT-1.2.0.18.tar.bz2) = 10678284 diff --git a/net/skype/pkg-descr b/net/skype/pkg-descr deleted file mode 100644 index 5d92fde2e..000000000 --- a/net/skype/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Skype is a free program that uses the latest P2P technology to bring -affordable and high-quality voice communications to people all over -the world. - -WWW: http://www.skype.net/ diff --git a/net/skype/pkg-plist b/net/skype/pkg-plist deleted file mode 100644 index b7763d3ec..000000000 --- a/net/skype/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -bin/skype -bin/skype_bin -%%DATADIR%%/icons/skype_16_32.png -%%DATADIR%%/icons/skype_32_32.png -%%DATADIR%%/icons/skype_48_32.png -@dirrm %%DATADIR%%/icons -%%DATADIR%%/lang/skype_da.qm -%%DATADIR%%/lang/skype_de.qm -%%DATADIR%%/lang/skype_el.qm -%%DATADIR%%/lang/skype_en.qm -%%DATADIR%%/lang/skype_es.qm -%%DATADIR%%/lang/skype_es_AR.qm -%%DATADIR%%/lang/skype_et.qm -%%DATADIR%%/lang/skype_fi.qm -%%DATADIR%%/lang/skype_fr.qm -%%DATADIR%%/lang/skype_it.qm -%%DATADIR%%/lang/skype_iw.qm -%%DATADIR%%/lang/skype_ja.qm -%%DATADIR%%/lang/skype_ko.qm -%%DATADIR%%/lang/skype_nl.qm -%%DATADIR%%/lang/skype_no.qm -%%DATADIR%%/lang/skype_pl.qm -%%DATADIR%%/lang/skype_pt_BR.qm -%%DATADIR%%/lang/skype_ro.qm -%%DATADIR%%/lang/skype_ru.qm -%%DATADIR%%/lang/skype_sv.qm -%%DATADIR%%/lang/skype_zh_CN.qm -%%DATADIR%%/lang/skype_zh_TW.qm -@dirrm %%DATADIR%%/lang -%%DATADIR%%/sound/busy4.wav -%%DATADIR%%/sound/call_in.wav -%%DATADIR%%/sound/call_out.wav -%%DATADIR%%/sound/hangup.wav -%%DATADIR%%/sound/im.wav -@dirrm %%DATADIR%%/sound -%%DATADIR%%/LICENSE -@dirrm %%DATADIR%% -share/applications/skype.desktop -share/pixmaps/skype.png -@dirrmtry share/applications diff --git a/net/straw/Makefile b/net/straw/Makefile deleted file mode 100644 index 5b1531ce8..000000000 --- a/net/straw/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: straw -# Date created: 06 March 2003 -# Whom: Mezz <mezz7@cox.net> -# -# $FreeBSD$ -# - -PORTNAME= straw -PORTVERSION= 0.25.1 -PORTREVISION= 6 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A GNOME 2 desktop weblog aggregator written in Python - -BROKEN= Does not work with the newer GTK/GNOME python bindings - -USE_GMAKE= yes -USE_XLIB= yes -USE_GNOME= gnomehier libglade2 pygnome2 pygnomeextras -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} \ - --install-lib=${PREFIX}/share/gnome \ - --with-desktop-file-dir=share/gnome/applications - -GCONF_SCHEMAS= straw.schemas - -.include <bsd.port.pre.mk> - -# pybsddb ships with python 2.3 -.if ${PYTHON_REL} < 230 -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb3 -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb3 -.else -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' \ - ${WRKSRC}/src/straw - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/net/straw/distinfo b/net/straw/distinfo deleted file mode 100644 index 9051364a4..000000000 --- a/net/straw/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (straw-0.25.1.tar.gz) = 058a58e945e37cc264c562f5ca4ff781 -SHA256 (straw-0.25.1.tar.gz) = b4274ced139388c577d88c2b3175915bee203e14bca99b065a7f3b1bebae5998 -SIZE (straw-0.25.1.tar.gz) = 238215 diff --git a/net/straw/files/patch-setup.py b/net/straw/files/patch-setup.py deleted file mode 100644 index 29e044a51..000000000 --- a/net/straw/files/patch-setup.py +++ /dev/null @@ -1,30 +0,0 @@ ---- setup.py.orig Thu Jul 15 15:15:58 2004 -+++ setup.py Sun Dec 19 23:29:18 2004 -@@ -108,8 +108,8 @@ - '''Build list of data files to be installed''' - images = glob.glob('images/*.png') - files = [ -- ('share/pixmaps', ['images/straw.png']), -- ('share/straw', images + ['data/default_subscriptions.opml', 'data/straw.css', 'glade/straw.glade'])] -+ ('share/gnome/pixmaps', ['images/straw.png']), -+ ('share/gnome/straw', images + ['data/default_subscriptions.opml', 'data/straw.css', 'glade/straw.glade'])] - return files - - long_desc = '''\ -@@ -134,13 +134,12 @@ - data_files = data_files(), - pot_file = 'po/straw.pot', - translations = translations(), -- #config_files = [('gconf/schemas',['data/straw.schemas'], -- # 'with-gconf-schema-file-dir')], -+ config_files = [('gconf/schemas',['data/straw.schemas'], -+ 'with-gconf-schema-file-dir')], - scripts = ['src/straw'], -- modules_check = modules_check, - packages = ['straw'], - package_dir = {'straw' : 'src/lib'}, -- msg_sources = translation_files(), -+ msg_sources = ['glade/strings.c'] + glob.glob('src/lib/*.py'), - desktop_file = ['straw.desktop.in'], - ext_modules = [TemplateExtension(name='trayicon', - pkc_name='pygtk-2.0 gtk+-2.0', diff --git a/net/straw/files/patch-src::lib::Config.py b/net/straw/files/patch-src::lib::Config.py deleted file mode 100644 index a5c3debd0..000000000 --- a/net/straw/files/patch-src::lib::Config.py +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lib/Config.py.orig Tue Aug 24 02:19:12 2004 -+++ src/lib/Config.py Tue Aug 24 02:20:06 2004 -@@ -369,6 +369,8 @@ - last_poll = property(get_last_poll, set_last_poll, doc="Last polled") - - def get_number_of_items_stored(self): -+ if self._items_stored == 0: -+ return 30 - return self._items_stored - - def set_number_of_items_stored(self, num=30): diff --git a/net/straw/files/patch-src::lib::LookupManager.py b/net/straw/files/patch-src::lib::LookupManager.py deleted file mode 100644 index abcb576da..000000000 --- a/net/straw/files/patch-src::lib::LookupManager.py +++ /dev/null @@ -1,14 +0,0 @@ ---- src/lib/LookupManager.py.orig Thu Jul 15 15:15:58 2004 -+++ src/lib/LookupManager.py Mon Aug 16 22:20:25 2004 -@@ -5,9 +5,9 @@ - import Config - try: - import adns, ADNS -- _have_adns = True -+ _have_adns = False - except ImportError: -- error.log("No ADNS library found, using synchronous name lookups.") -+# error.log("No ADNS library found, using synchronous name lookups.") - _have_adns = False - - MAX_TIMES = 3 diff --git a/net/straw/files/patch-src::lib::utils.py b/net/straw/files/patch-src::lib::utils.py deleted file mode 100644 index b3eb80979..000000000 --- a/net/straw/files/patch-src::lib::utils.py +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lib/utils.py.orig Thu Jul 15 15:15:58 2004 -+++ src/lib/utils.py Mon Aug 16 22:26:08 2004 -@@ -162,7 +162,7 @@ - return os.environ["STRAW_DATA"] - h, t = os.path.split(os.path.split(os.path.abspath(sys.argv[0]))[0]) - if t == 'bin': -- fp = os.path.join(h, 'share', 'straw') -+ fp = os.path.join(h, 'share', 'gnome', 'straw') - if os.path.isdir(fp): - return fp - fp = os.path.join(h, 'lib', 'straw') diff --git a/net/straw/files/patch-src::straw b/net/straw/files/patch-src::straw deleted file mode 100644 index 4c0883465..000000000 --- a/net/straw/files/patch-src::straw +++ /dev/null @@ -1,18 +0,0 @@ ---- src/straw.orig Tue Feb 17 13:37:00 2004 -+++ src/straw Tue Feb 17 13:37:50 2004 -@@ -20,13 +20,14 @@ - return sd - h, t = os.path.split(os.path.split(os.path.abspath(sys.argv[0]))[0]) - if t == 'bin': -- libdir = os.path.join(h, 'lib') -+ libdir = os.path.join(h, 'share', 'gnome') - fp = os.path.join(libdir, 'straw') - if os.path.isdir(fp): - return libdir - raise "FileNotFoundError", "couldn't find straw library dir" - - sys.path.insert(0, find_straw_lib()) -+sys.path.insert(0, '%%PYTHON_SITELIBDIR%%') - - import straw - diff --git a/net/straw/pkg-descr b/net/straw/pkg-descr deleted file mode 100644 index bdfd05c7d..000000000 --- a/net/straw/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Straw is a desktop news aggregator for the GNOME environment. Its aim is to be a -faster, easier and more accessible way to read news and blogs than the -traditional browser. - -WWW: http://www.nongnu.org/straw/ diff --git a/net/straw/pkg-message b/net/straw/pkg-message deleted file mode 100644 index b887178e1..000000000 --- a/net/straw/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -## -The ADNS feature has been disabled, because it will never work on FreeBSD. -There has a different function that will do the lookup without ADNS, although -ADNS should be more smoother. The problem with ADNS is possible has to do with -the thread safe or something else. -## diff --git a/net/straw/pkg-plist b/net/straw/pkg-plist deleted file mode 100644 index 21b011729..000000000 --- a/net/straw/pkg-plist +++ /dev/null @@ -1,161 +0,0 @@ -bin/straw -share/gnome/applications/straw.desktop -share/gnome/pixmaps/straw.png -share/gnome/straw/Config.py -share/gnome/straw/Config.pyc -share/gnome/straw/Config.pyo -share/gnome/straw/DashboardFrontend.py -share/gnome/straw/DashboardFrontend.pyc -share/gnome/straw/DashboardFrontend.pyo -share/gnome/straw/Event.py -share/gnome/straw/Event.pyc -share/gnome/straw/Event.pyo -share/gnome/straw/Feed.py -share/gnome/straw/Feed.pyc -share/gnome/straw/Feed.pyo -share/gnome/straw/FeedCategoryList.py -share/gnome/straw/FeedCategoryList.pyc -share/gnome/straw/FeedCategoryList.pyo -share/gnome/straw/FeedDataRouter.py -share/gnome/straw/FeedDataRouter.pyc -share/gnome/straw/FeedDataRouter.pyo -share/gnome/straw/FeedItems.py -share/gnome/straw/FeedItems.pyc -share/gnome/straw/FeedItems.pyo -share/gnome/straw/FeedList.py -share/gnome/straw/FeedList.pyc -share/gnome/straw/FeedList.pyo -share/gnome/straw/FeedPropertiesDialog.py -share/gnome/straw/FeedPropertiesDialog.pyc -share/gnome/straw/FeedPropertiesDialog.pyo -share/gnome/straw/FindDialog.py -share/gnome/straw/FindDialog.pyc -share/gnome/straw/FindDialog.pyo -share/gnome/straw/ImageCache.py -share/gnome/straw/ImageCache.pyc -share/gnome/straw/ImageCache.pyo -share/gnome/straw/ItemStore.py -share/gnome/straw/ItemStore.pyc -share/gnome/straw/ItemStore.pyo -share/gnome/straw/LookupManager.py -share/gnome/straw/LookupManager.pyc -share/gnome/straw/LookupManager.pyo -share/gnome/straw/MVP.py -share/gnome/straw/MVP.pyc -share/gnome/straw/MVP.pyo -share/gnome/straw/Main.py -share/gnome/straw/Main.pyc -share/gnome/straw/Main.pyo -share/gnome/straw/MainWindow.py -share/gnome/straw/MainWindow.pyc -share/gnome/straw/MainWindow.pyo -share/gnome/straw/MainloopManager.py -share/gnome/straw/MainloopManager.pyc -share/gnome/straw/MainloopManager.pyo -share/gnome/straw/MessageManager.py -share/gnome/straw/MessageManager.pyc -share/gnome/straw/MessageManager.pyo -share/gnome/straw/NetworkConstants.py -share/gnome/straw/NetworkConstants.pyc -share/gnome/straw/NetworkConstants.pyo -share/gnome/straw/OPML.py -share/gnome/straw/OPML.pyc -share/gnome/straw/OPML.pyo -share/gnome/straw/OPMLExport.py -share/gnome/straw/OPMLExport.pyc -share/gnome/straw/OPMLExport.pyo -share/gnome/straw/OPMLImport.py -share/gnome/straw/OPMLImport.pyc -share/gnome/straw/OPMLImport.pyo -share/gnome/straw/ParsedSummary.py -share/gnome/straw/ParsedSummary.pyc -share/gnome/straw/ParsedSummary.pyo -share/gnome/straw/PollManager.py -share/gnome/straw/PollManager.pyc -share/gnome/straw/PollManager.pyo -share/gnome/straw/PreferencesDialog.py -share/gnome/straw/PreferencesDialog.pyc -share/gnome/straw/PreferencesDialog.pyo -share/gnome/straw/QueueDict.py -share/gnome/straw/QueueDict.pyc -share/gnome/straw/QueueDict.pyo -share/gnome/straw/SubscribeDialog.py -share/gnome/straw/SubscribeDialog.pyc -share/gnome/straw/SubscribeDialog.pyo -share/gnome/straw/SummaryItem.py -share/gnome/straw/SummaryItem.pyc -share/gnome/straw/SummaryItem.pyo -share/gnome/straw/SummaryParser.py -share/gnome/straw/SummaryParser.pyc -share/gnome/straw/SummaryParser.pyo -share/gnome/straw/Tray.py -share/gnome/straw/Tray.pyc -share/gnome/straw/Tray.pyo -share/gnome/straw/URLFetch.py -share/gnome/straw/URLFetch.pyc -share/gnome/straw/URLFetch.pyo -share/gnome/straw/ValueMonitor.py -share/gnome/straw/ValueMonitor.pyc -share/gnome/straw/ValueMonitor.pyo -share/gnome/straw/__init__.py -share/gnome/straw/__init__.pyc -share/gnome/straw/__init__.pyo -share/gnome/straw/dashboard.py -share/gnome/straw/dashboard.pyc -share/gnome/straw/dashboard.pyo -share/gnome/straw/default_subscriptions.opml -share/gnome/straw/error.py -share/gnome/straw/error.pyc -share/gnome/straw/error.pyo -share/gnome/straw/feedfinder.py -share/gnome/straw/feedfinder.pyc -share/gnome/straw/feedfinder.pyo -share/gnome/straw/feedparser.py -share/gnome/straw/feedparser.pyc -share/gnome/straw/feedparser.pyo -share/gnome/straw/file_selector.py -share/gnome/straw/file_selector.pyc -share/gnome/straw/file_selector.pyo -share/gnome/straw/hig_alert.py -share/gnome/straw/hig_alert.pyc -share/gnome/straw/hig_alert.pyo -share/gnome/straw/httplib_async.py -share/gnome/straw/httplib_async.pyc -share/gnome/straw/httplib_async.pyo -share/gnome/straw/image-broken.png -share/gnome/straw/image-waiting.png -share/gnome/straw/offline.png -share/gnome/straw/online.png -share/gnome/straw/pytrayicon.so -share/gnome/straw/straw.css -share/gnome/straw/straw.glade -share/gnome/straw/straw.png -share/gnome/straw/utils.py -share/gnome/straw/utils.pyc -share/gnome/straw/utils.pyo -share/locale/cs/LC_MESSAGES/straw.mo -share/locale/de/LC_MESSAGES/straw.mo -share/locale/en_CA/LC_MESSAGES/straw.mo -share/locale/en_GB/LC_MESSAGES/straw.mo -share/locale/es/LC_MESSAGES/straw.mo -share/locale/fi/LC_MESSAGES/straw.mo -share/locale/fr/LC_MESSAGES/straw.mo -share/locale/nl/LC_MESSAGES/straw.mo -share/locale/no/LC_MESSAGES/straw.mo -share/locale/pt/LC_MESSAGES/straw.mo -share/locale/pt_BR/LC_MESSAGES/straw.mo -share/locale/ru/LC_MESSAGES/straw.mo -share/locale/sr/LC_MESSAGES/straw.mo -share/locale/sr@Latn/LC_MESSAGES/straw.mo -share/locale/sv/LC_MESSAGES/straw.mo -@dirrm share/gnome/straw -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs diff --git a/net/tapidbus/Makefile b/net/tapidbus/Makefile deleted file mode 100644 index cfdb1e1f0..000000000 --- a/net/tapidbus/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: tapidbus -# Date created: 2006-01-11 -# Whom: Babak Farrokhi -# -# $FreeBSD$ -# - -PORTNAME= tapidbus -PORTVERSION= 0.2.1 -PORTREVISION= 3 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= tapioca-voip - -MAINTAINER= babak@farrokhi.net -COMMENT= Abstraction layer for interprocess communication - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig glib20 gnomehack -INSTALLS_SHLIB= yes - -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -WRKSRC= ${WRKDIR}/${PORTNAME} -MAKE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" - -post-patch: - @${REINPLACE_CMD} -e 's|\-O2||' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/net/tapidbus/distinfo b/net/tapidbus/distinfo deleted file mode 100644 index 33f602dc8..000000000 --- a/net/tapidbus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tapidbus-0.2.1.tar.gz) = d704c2df28d2d1eea6c31b50cc07b057 -SHA256 (tapidbus-0.2.1.tar.gz) = 7144c94faa370c7792164db707a02b8508ec2507c0c84ba64f0b3f0ebac23949 -SIZE (tapidbus-0.2.1.tar.gz) = 327946 diff --git a/net/tapidbus/files/patch-Makefile.am b/net/tapidbus/files/patch-Makefile.am deleted file mode 100644 index 3c8bff2ab..000000000 --- a/net/tapidbus/files/patch-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orig Thu Jan 12 17:32:26 2006 -+++ Makefile.am Thu Jan 12 17:33:19 2006 -@@ -9,7 +9,7 @@ - %-@TAPIDBUS_MAJORMINOR@.pc: %.pc - cp $< $@ - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = $(pcfiles) - - include aminclude.am diff --git a/net/tapidbus/files/patch-configure b/net/tapidbus/files/patch-configure deleted file mode 100644 index 2fc05fca8..000000000 --- a/net/tapidbus/files/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig Wed Jan 11 17:28:18 2006 -+++ configure Wed Jan 11 17:28:48 2006 -@@ -19213,7 +19213,8 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -- -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS -+ - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' - diff --git a/net/tapidbus/pkg-descr b/net/tapidbus/pkg-descr deleted file mode 100644 index ce5f1d5fb..000000000 --- a/net/tapidbus/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -An abstraction layer that uses dbus for interprocess communication. - -WWW: http://tapioca-voip.sourceforge.net/ diff --git a/net/tapidbus/pkg-plist b/net/tapidbus/pkg-plist deleted file mode 100644 index 3b34e9336..000000000 --- a/net/tapidbus/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -include/tapidbus-0.2/tapidbus/tapidbus.h -lib/libtapidbus-0.2.la -lib/libtapidbus-0.2.so -lib/libtapidbus-0.2.so.0 -libdata/pkgconfig/tapidbus-0.2.pc -@dirrm include/tapidbus-0.2/tapidbus -@dirrm include/tapidbus-0.2 diff --git a/net/vino/Makefile b/net/vino/Makefile deleted file mode 100644 index 9271ee6f8..000000000 --- a/net/vino/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: vino -# Date created: 16 July 2004 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# -# $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.30 2006/07/23 01:16:47 mezz Exp $ -# - -PORTNAME= vino -PORTVERSION= 2.16.0 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= VNC server that allows for remote access to your GNOME desktop - -LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_XLIB= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel -USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --enable-session-support -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= vino-server.schemas - -.include <bsd.port.mk> diff --git a/net/vino/distinfo b/net/vino/distinfo deleted file mode 100644 index 351477f49..000000000 --- a/net/vino/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (vino-2.16.0.tar.bz2) = 89937e6d6cd8f658d037da0a7cfd3f4e -SHA256 (vino-2.16.0.tar.bz2) = bcf62f1121fe704a019363467f9182e29931ee6779f3b65e996171f4caa11369 -SIZE (vino-2.16.0.tar.bz2) = 593224 diff --git a/net/vino/pkg-descr b/net/vino/pkg-descr deleted file mode 100644 index f56a27700..000000000 --- a/net/vino/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Vino is a VNC server for GNOME - it allows someone to remotely connect -to your desktop session using the RFB protocol. - -WWW: http://www.gnome.org diff --git a/net/vino/pkg-plist b/net/vino/pkg-plist deleted file mode 100644 index 9070a7112..000000000 --- a/net/vino/pkg-plist +++ /dev/null @@ -1,124 +0,0 @@ -bin/vino-preferences -bin/vino-session -libdata/bonobo/servers/GNOME_RemoteDesktop.server -libexec/vino-server -share/gnome/applications/vino-preferences.desktop -share/gnome/vino/vino-preferences.glade -share/gnome/vino/vino-prompt.glade -share/icons/hicolor/48x48/apps/gnome-remote-desktop.png -share/locale/ar/LC_MESSAGES/vino.mo -share/locale/az/LC_MESSAGES/vino.mo -share/locale/bg/LC_MESSAGES/vino.mo -share/locale/bn/LC_MESSAGES/vino.mo -share/locale/bn_IN/LC_MESSAGES/vino.mo -share/locale/bs/LC_MESSAGES/vino.mo -share/locale/ca/LC_MESSAGES/vino.mo -share/locale/cs/LC_MESSAGES/vino.mo -share/locale/cy/LC_MESSAGES/vino.mo -share/locale/da/LC_MESSAGES/vino.mo -share/locale/de/LC_MESSAGES/vino.mo -share/locale/dz/LC_MESSAGES/vino.mo -share/locale/el/LC_MESSAGES/vino.mo -share/locale/en_CA/LC_MESSAGES/vino.mo -share/locale/en_GB/LC_MESSAGES/vino.mo -share/locale/es/LC_MESSAGES/vino.mo -share/locale/et/LC_MESSAGES/vino.mo -share/locale/eu/LC_MESSAGES/vino.mo -share/locale/fa/LC_MESSAGES/vino.mo -share/locale/fi/LC_MESSAGES/vino.mo -share/locale/fr/LC_MESSAGES/vino.mo -share/locale/gl/LC_MESSAGES/vino.mo -share/locale/gu/LC_MESSAGES/vino.mo -share/locale/he/LC_MESSAGES/vino.mo -share/locale/hi/LC_MESSAGES/vino.mo -share/locale/hu/LC_MESSAGES/vino.mo -share/locale/id/LC_MESSAGES/vino.mo -share/locale/it/LC_MESSAGES/vino.mo -share/locale/ja/LC_MESSAGES/vino.mo -share/locale/ka/LC_MESSAGES/vino.mo -share/locale/ko/LC_MESSAGES/vino.mo -share/locale/ku/LC_MESSAGES/vino.mo -share/locale/lt/LC_MESSAGES/vino.mo -share/locale/lv/LC_MESSAGES/vino.mo -share/locale/mk/LC_MESSAGES/vino.mo -share/locale/ml/LC_MESSAGES/vino.mo -share/locale/mn/LC_MESSAGES/vino.mo -share/locale/ms/LC_MESSAGES/vino.mo -share/locale/nb/LC_MESSAGES/vino.mo -share/locale/ne/LC_MESSAGES/vino.mo -share/locale/nl/LC_MESSAGES/vino.mo -share/locale/nn/LC_MESSAGES/vino.mo -share/locale/or/LC_MESSAGES/vino.mo -share/locale/pa/LC_MESSAGES/vino.mo -share/locale/pl/LC_MESSAGES/vino.mo -share/locale/pt/LC_MESSAGES/vino.mo -share/locale/pt_BR/LC_MESSAGES/vino.mo -share/locale/ro/LC_MESSAGES/vino.mo -share/locale/ru/LC_MESSAGES/vino.mo -share/locale/rw/LC_MESSAGES/vino.mo -share/locale/sk/LC_MESSAGES/vino.mo -share/locale/sl/LC_MESSAGES/vino.mo -share/locale/sq/LC_MESSAGES/vino.mo -share/locale/sr/LC_MESSAGES/vino.mo -share/locale/sr@Latn/LC_MESSAGES/vino.mo -share/locale/sv/LC_MESSAGES/vino.mo -share/locale/ta/LC_MESSAGES/vino.mo -share/locale/th/LC_MESSAGES/vino.mo -share/locale/tr/LC_MESSAGES/vino.mo -share/locale/ug/LC_MESSAGES/vino.mo -share/locale/uk/LC_MESSAGES/vino.mo -share/locale/vi/LC_MESSAGES/vino.mo -share/locale/wa/LC_MESSAGES/vino.mo -share/locale/xh/LC_MESSAGES/vino.mo -share/locale/zh_CN/LC_MESSAGES/vino.mo -share/locale/zh_HK/LC_MESSAGES/vino.mo -share/locale/zh_TW/LC_MESSAGES/vino.mo -@dirrm share/gnome/vino -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN |