diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-05 05:52:37 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-05 05:52:37 +0800 |
commit | 5aab93e88bf897fa811dc3aaeff1016f5b1d90c8 (patch) | |
tree | 38fa8e2d9e6e4f0584bdd789fd28e7b116ac9f76 /net | |
parent | ac9f36cca05420870273c7af0457f55aeb589f23 (diff) | |
download | marcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.tar marcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.tar.gz marcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.tar.bz2 marcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.tar.lz marcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.tar.xz marcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.tar.zst marcuscom-ports-5aab93e88bf897fa811dc3aaeff1016f5b1d90c8.zip |
Update to 0.14.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1777 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/gnome-netstatus/Makefile | 27 | ||||
-rw-r--r-- | net/gnome-netstatus/distinfo | 1 | ||||
-rw-r--r-- | net/gnome-netstatus/files/patch-configure | 10 | ||||
-rw-r--r-- | net/gnome-netstatus/files/patch-src_netstatus-iface.c | 15 | ||||
-rw-r--r-- | net/gnome-netstatus/pkg-descr | 2 | ||||
-rw-r--r-- | net/gnome-netstatus/pkg-plist | 41 | ||||
-rw-r--r-- | net/gnomenetstatus/Makefile | 27 | ||||
-rw-r--r-- | net/gnomenetstatus/distinfo | 1 | ||||
-rw-r--r-- | net/gnomenetstatus/files/patch-configure | 10 | ||||
-rw-r--r-- | net/gnomenetstatus/files/patch-src_netstatus-iface.c | 15 | ||||
-rw-r--r-- | net/gnomenetstatus/pkg-descr | 2 | ||||
-rw-r--r-- | net/gnomenetstatus/pkg-plist | 41 |
12 files changed, 192 insertions, 0 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile new file mode 100644 index 000000000..94aead01f --- /dev/null +++ b/net/gnome-netstatus/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gnomenetstatus +# Date Created: 05 December 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/net/gnomenetstatus/Makefile,v 1.4 2004/01/31 05:34:07 bland Exp $ +# + +PORTNAME= gnomenetstatus +PORTVERSION= 0.14 +CATEGORIES= net gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-netstatus/0.14 +DISTNAME= gnome-netstatus-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNOME applet that shows network status + +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 +USE_GMAKE= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/net/gnome-netstatus/distinfo b/net/gnome-netstatus/distinfo new file mode 100644 index 000000000..4f86af7a5 --- /dev/null +++ b/net/gnome-netstatus/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-netstatus-0.14.tar.bz2) = 9308555ffba2269a0a26b9d402e891c8 diff --git a/net/gnome-netstatus/files/patch-configure b/net/gnome-netstatus/files/patch-configure new file mode 100644 index 000000000..f195f07b4 --- /dev/null +++ b/net/gnome-netstatus/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,7 @@ + + # 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/gnome-netstatus/files/patch-src_netstatus-iface.c b/net/gnome-netstatus/files/patch-src_netstatus-iface.c new file mode 100644 index 000000000..47056d2f1 --- /dev/null +++ b/net/gnome-netstatus/files/patch-src_netstatus-iface.c @@ -0,0 +1,15 @@ +--- src/netstatus-iface.c.orig Tue Jan 20 10:00:20 2004 ++++ src/netstatus-iface.c Wed Feb 4 15:39:09 2004 +@@ -32,9 +32,12 @@ + + #include <libgnome/gnome-i18n.h> + ++#include <sys/types.h> ++#include <sys/socket.h> + #include <sys/ioctl.h> + #include <net/if.h> + #include <net/if_arp.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + #include <errno.h> + #include <unistd.h> diff --git a/net/gnome-netstatus/pkg-descr b/net/gnome-netstatus/pkg-descr new file mode 100644 index 000000000..85e70885c --- /dev/null +++ b/net/gnome-netstatus/pkg-descr @@ -0,0 +1,2 @@ +Gnome-netstatus is an applet which provides information about a network +interface on your panel. diff --git a/net/gnome-netstatus/pkg-plist b/net/gnome-netstatus/pkg-plist new file mode 100644 index 000000000..75f6a0c12 --- /dev/null +++ b/net/gnome-netstatus/pkg-plist @@ -0,0 +1,41 @@ +etc/gconf/gconf.xml.defaults/apps/netstatus_applet/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/netstatus_applet/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/netstatus_applet/prefs/%gconf.xml +etc/gconf/schemas/netstatus.schemas +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/icons/gnome-netstatus/gnome-netstatus-disconn.png +share/gnome/icons/gnome-netstatus/gnome-netstatus-error.png +share/gnome/icons/gnome-netstatus/gnome-netstatus-idle.png +share/gnome/icons/gnome-netstatus/gnome-netstatus-rx.png +share/gnome/icons/gnome-netstatus/gnome-netstatus-tx.png +share/gnome/icons/gnome-netstatus/gnome-netstatus-txrx.png +share/gnome/pixmaps/gnome-netstatus-tx.png +share/locale/az/LC_MESSAGES/gnome-netstatus.mo +share/locale/cs/LC_MESSAGES/gnome-netstatus.mo +share/locale/de/LC_MESSAGES/gnome-netstatus.mo +share/locale/el/LC_MESSAGES/gnome-netstatus.mo +share/locale/es/LC_MESSAGES/gnome-netstatus.mo +share/locale/fr/LC_MESSAGES/gnome-netstatus.mo +share/locale/it/LC_MESSAGES/gnome-netstatus.mo +share/locale/ja/LC_MESSAGES/gnome-netstatus.mo +share/locale/mn/LC_MESSAGES/gnome-netstatus.mo +share/locale/ms/LC_MESSAGES/gnome-netstatus.mo +share/locale/nl/LC_MESSAGES/gnome-netstatus.mo +share/locale/pl/LC_MESSAGES/gnome-netstatus.mo +share/locale/pt/LC_MESSAGES/gnome-netstatus.mo +share/locale/ru/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/tr/LC_MESSAGES/gnome-netstatus.mo +share/locale/vi/LC_MESSAGES/gnome-netstatus.mo +share/locale/wa/LC_MESSAGES/gnome-netstatus.mo +share/locale/zh_CN/LC_MESSAGES/gnome-netstatus.mo +@dirrm share/gnome/icons/gnome-netstatus +@dirrm share/gnome/gnome-netstatus +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/netstatus_applet/prefs +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/netstatus_applet +@dirrm etc/gconf/gconf.xml.defaults/apps/netstatus_applet diff --git a/net/gnomenetstatus/Makefile b/net/gnomenetstatus/Makefile new file mode 100644 index 000000000..94aead01f --- /dev/null +++ b/net/gnomenetstatus/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gnomenetstatus +# Date Created: 05 December 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/net/gnomenetstatus/Makefile,v 1.4 2004/01/31 05:34:07 bland Exp $ +# + +PORTNAME= gnomenetstatus +PORTVERSION= 0.14 +CATEGORIES= net gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-netstatus/0.14 +DISTNAME= gnome-netstatus-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNOME applet that shows network status + +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 +USE_GMAKE= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/net/gnomenetstatus/distinfo b/net/gnomenetstatus/distinfo new file mode 100644 index 000000000..4f86af7a5 --- /dev/null +++ b/net/gnomenetstatus/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-netstatus-0.14.tar.bz2) = 9308555ffba2269a0a26b9d402e891c8 diff --git a/net/gnomenetstatus/files/patch-configure b/net/gnomenetstatus/files/patch-configure new file mode 100644 index 000000000..f195f07b4 --- /dev/null +++ b/net/gnomenetstatus/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,7 @@ + + # 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/gnomenetstatus/files/patch-src_netstatus-iface.c b/net/gnomenetstatus/files/patch-src_netstatus-iface.c new file mode 100644 index 000000000..47056d2f1 --- /dev/null +++ b/net/gnomenetstatus/files/patch-src_netstatus-iface.c @@ -0,0 +1,15 @@ +--- src/netstatus-iface.c.orig Tue Jan 20 10:00:20 2004 ++++ src/netstatus-iface.c Wed Feb 4 15:39:09 2004 +@@ -32,9 +32,12 @@ + + #include <libgnome/gnome-i18n.h> + ++#include <sys/types.h> ++#include <sys/socket.h> + #include <sys/ioctl.h> + #include <net/if.h> + #include <net/if_arp.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + #include <errno.h> + #include <unistd.h> diff --git a/net/gnomenetstatus/pkg-descr b/net/gnomenetstatus/pkg-descr new file mode 100644 index 000000000..85e70885c --- /dev/null +++ b/net/gnomenetstatus/pkg-descr @@ -0,0 +1,2 @@ +Gnome-netstatus is an applet which provides information about a network +interface on your panel. diff --git a/net/gnomenetstatus/pkg-plist b/net/gnomenetstatus/pkg-plist new file mode 100644 index 000000000..75f6a0c12 --- /dev/null +++ b/net/gnomenetstatus/pkg-plist @@ -0,0 +1,41 @@ +etc/gconf/gconf.xml.defaults/apps/netstatus_applet/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/netstatus_applet/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/netstatus_applet/prefs/%gconf.xml +etc/gconf/schemas/netstatus.schemas +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/icons/gnome-netstatus/gnome-netstatus-disconn.png +share/gnome/icons/gnome-netstatus/gnome-netstatus-error.png +share/gnome/icons/gnome-netstatus/gnome-netstatus-idle.png +share/gnome/icons/gnome-netstatus/gnome-netstatus-rx.png +share/gnome/icons/gnome-netstatus/gnome-netstatus-tx.png +share/gnome/icons/gnome-netstatus/gnome-netstatus-txrx.png +share/gnome/pixmaps/gnome-netstatus-tx.png +share/locale/az/LC_MESSAGES/gnome-netstatus.mo +share/locale/cs/LC_MESSAGES/gnome-netstatus.mo +share/locale/de/LC_MESSAGES/gnome-netstatus.mo +share/locale/el/LC_MESSAGES/gnome-netstatus.mo +share/locale/es/LC_MESSAGES/gnome-netstatus.mo +share/locale/fr/LC_MESSAGES/gnome-netstatus.mo +share/locale/it/LC_MESSAGES/gnome-netstatus.mo +share/locale/ja/LC_MESSAGES/gnome-netstatus.mo +share/locale/mn/LC_MESSAGES/gnome-netstatus.mo +share/locale/ms/LC_MESSAGES/gnome-netstatus.mo +share/locale/nl/LC_MESSAGES/gnome-netstatus.mo +share/locale/pl/LC_MESSAGES/gnome-netstatus.mo +share/locale/pt/LC_MESSAGES/gnome-netstatus.mo +share/locale/ru/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/tr/LC_MESSAGES/gnome-netstatus.mo +share/locale/vi/LC_MESSAGES/gnome-netstatus.mo +share/locale/wa/LC_MESSAGES/gnome-netstatus.mo +share/locale/zh_CN/LC_MESSAGES/gnome-netstatus.mo +@dirrm share/gnome/icons/gnome-netstatus +@dirrm share/gnome/gnome-netstatus +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/netstatus_applet/prefs +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/netstatus_applet +@dirrm etc/gconf/gconf.xml.defaults/apps/netstatus_applet |