1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

New port: Network Load plugin for XFce4.

This commit is contained in:
Dmitry Sivachenko 2003-09-03 14:10:01 +00:00
parent b38f49d58f
commit 1570ba7440
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88437
7 changed files with 62 additions and 0 deletions

View File

@ -345,6 +345,7 @@
SUBDIR += xfce4-mcs-manager
SUBDIR += xfce4-mcs-plugins
SUBDIR += xfce4-minicmd-plugin
SUBDIR += xfce4-netload-plugin
SUBDIR += xfce4-showdesktop-plugin
SUBDIR += xfce4-systemload-plugin
SUBDIR += xfce4-utils

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: xfce-netload-plugin
# Date created: 3 September 2003
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xfce4-netload-plugin
PORTVERSION= 0.2.0.p5
CATEGORIES= sysutils xfce
MASTER_SITES= http://download.berlios.de/xfce-goodies/
DISTNAME= ${PORTNAME}-0.2.0pre5
DIST_SUBDIR= xfce4
MAINTAINER= demon@FreeBSD.org
COMMENT= Network Load plugin for XFce4
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
xfce4util.1:${PORTSDIR}/x11/libxfce4util \
xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui
RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
USE_GNOME= gtk20
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (xfce4/xfce4-netload-plugin-0.2.0pre5.tar.gz) = a68ae92ad0f20351e490f74b8357c5ae

View File

@ -0,0 +1,12 @@
--- configure.orig Wed Sep 3 18:00:58 2003
+++ configure Wed Sep 3 18:01:55 2003
@@ -18497,7 +18497,8 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'

View File

@ -0,0 +1,11 @@
--- panel-plugin/netload.c.orig Wed Sep 3 18:04:50 2003
+++ panel-plugin/netload.c Wed Sep 3 18:05:13 2003
@@ -43,7 +43,7 @@
/* Defaults */
#define DEFAULT_TEXT "Net"
-#define DEFAULT_DEVICE "eth0"
+#define DEFAULT_DEVICE "fxp0"
#define INIT_MAX 4096
#define MINIMAL_MAX 1024

View File

@ -0,0 +1,3 @@
Network Load plugin for XFce4.
WWW: http://www.xfce.org/

View File

@ -0,0 +1,3 @@
lib/xfce4/panel-plugins/libnetload.so
@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true
@unexec rmdir %D/lib/xfce4 2>/dev/null || true