diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-03 04:43:59 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-03 04:43:59 +0800 |
commit | ec4b668237e71c8ffe5cb19bb75fe678cde7c1bc (patch) | |
tree | 340f2c6205b804bf0143833f72a154c62986bc45 /sysutils | |
parent | fef968a94fe15794da7fec866c2f5038d289d812 (diff) | |
download | marcuscom-ports-ec4b668237e71c8ffe5cb19bb75fe678cde7c1bc.tar marcuscom-ports-ec4b668237e71c8ffe5cb19bb75fe678cde7c1bc.tar.gz marcuscom-ports-ec4b668237e71c8ffe5cb19bb75fe678cde7c1bc.tar.bz2 marcuscom-ports-ec4b668237e71c8ffe5cb19bb75fe678cde7c1bc.tar.lz marcuscom-ports-ec4b668237e71c8ffe5cb19bb75fe678cde7c1bc.tar.xz marcuscom-ports-ec4b668237e71c8ffe5cb19bb75fe678cde7c1bc.tar.zst marcuscom-ports-ec4b668237e71c8ffe5cb19bb75fe678cde7c1bc.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7481 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-wavelan-plugin/Makefile | 28 | ||||
-rw-r--r-- | sysutils/xfce4-wavelan-plugin/distinfo | 3 | ||||
-rw-r--r-- | sysutils/xfce4-wavelan-plugin/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/xfce4-wavelan-plugin/pkg-plist | 4 |
4 files changed, 44 insertions, 0 deletions
diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile new file mode 100644 index 000000000..802497c66 --- /dev/null +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: xfce-wavelan-plugin +# Date created: 22 May 2004 +# Whom: Manuel Rabade Garica <mig@mig-29.net> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= xfce4-wavelan-plugin +PORTVERSION= 0.4.1 +PORTREVISION= 5 +CATEGORIES= sysutils xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +DIST_SUBDIR= xfce4 + +MAINTAINER= ports@FreeBSD.org +COMMENT= Displays various information about a WaveLAN device + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ + xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +USE_GNOME= gtk20 +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/sysutils/xfce4-wavelan-plugin/distinfo b/sysutils/xfce4-wavelan-plugin/distinfo new file mode 100644 index 000000000..00041aadc --- /dev/null +++ b/sysutils/xfce4-wavelan-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-wavelan-plugin-0.4.1.tar.gz) = 0467e03696e88c4a8c81873e907a3972 +SHA256 (xfce4/xfce4-wavelan-plugin-0.4.1.tar.gz) = 9e9ecb749e550db5cc1eff8a002946e1c5f004cd57ba53b0f7492ea21eb15556 +SIZE (xfce4/xfce4-wavelan-plugin-0.4.1.tar.gz) = 528911 diff --git a/sysutils/xfce4-wavelan-plugin/pkg-descr b/sysutils/xfce4-wavelan-plugin/pkg-descr new file mode 100644 index 000000000..d2a7db88c --- /dev/null +++ b/sysutils/xfce4-wavelan-plugin/pkg-descr @@ -0,0 +1,9 @@ +WaveLAN plugin for the XFce4 panel. + +Displays various information about a WaveLAN device: + +* Signal state (tells if a carrier signal was detected) +* Signal quality (current quality of the carrier signal) +* Network name (current SSID of the WaveLAN network) + +WWW: http://xfce-goodies.berlios.de/ diff --git a/sysutils/xfce4-wavelan-plugin/pkg-plist b/sysutils/xfce4-wavelan-plugin/pkg-plist new file mode 100644 index 000000000..c70d48ff4 --- /dev/null +++ b/sysutils/xfce4-wavelan-plugin/pkg-plist @@ -0,0 +1,4 @@ +lib/xfce4/panel-plugins/libwavelan.a +lib/xfce4/panel-plugins/libwavelan.la +lib/xfce4/panel-plugins/libwavelan.so +@dirrmtry lib/xfce4/panel-plugins |