diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-03 04:33:19 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-03 04:33:19 +0800 |
commit | 9c89060e15ab23593e32f2705ebab7dec352391d (patch) | |
tree | 228afad6525ca9b3fc2abb4d82da81229793a50e | |
parent | 2d3326add636ca0e02e6221706f35f9cf2890162 (diff) | |
download | marcuscom-ports-9c89060e15ab23593e32f2705ebab7dec352391d.tar.gz marcuscom-ports-9c89060e15ab23593e32f2705ebab7dec352391d.tar.zst marcuscom-ports-9c89060e15ab23593e32f2705ebab7dec352391d.zip |
- LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7479 df743ca5-7f9a-e211-a948-0013205c9059
31 files changed, 544 insertions, 0 deletions
diff --git a/multimedia/xfce4-xmms-controller-plugin/Makefile b/multimedia/xfce4-xmms-controller-plugin/Makefile new file mode 100644 index 000000000..98e594372 --- /dev/null +++ b/multimedia/xfce4-xmms-controller-plugin/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: xfce4-xmms-controller-plugin +# Date created: 8 Nov 2004 +# Whom: Robin Schoonover (endx7@users.sf.net) +# +# $FreeBSD$ +# + +PORTNAME= xfce4-xmms-controller-plugin +PORTVERSION= 1.4.3 +PORTREVISION= 5 +CATEGORIES= multimedia audio xfce +MASTER_SITES= http://eoin.angrystickman.com/files/ +DIST_SUBDIR= xfce4 + +MAINTAINER= robin.schoonover@gmail.com +COMMENT= XMMS controller plugin for the xfce4 panel + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ + xmms.4:${PORTSDIR}/multimedia/xmms +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +USE_GNOME= gtk20 +INSTALLS_SHLIB= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --datadir=${PREFIX}/share/${PORTNAME} + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500043 +IGNORE= requires pthread stubs not provided by libXThr +.endif + +pre-patch: + ${REINPLACE_CMD} -e 's_share/_share/xfce4-xmms-controller-plugin/_' ${WRKSRC}/panel-plugin/xfcexmms.c + ${REINPLACE_CMD} -e 's_/usr/local_${PREFIX}_' ${WRKSRC}/config.h.in + +.include <bsd.port.post.mk> diff --git a/multimedia/xfce4-xmms-controller-plugin/distinfo b/multimedia/xfce4-xmms-controller-plugin/distinfo new file mode 100644 index 000000000..d797820f9 --- /dev/null +++ b/multimedia/xfce4-xmms-controller-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-xmms-controller-plugin-1.4.3.tar.gz) = 84dcd34f7b2187c8f270feb4ab22f135 +SHA256 (xfce4/xfce4-xmms-controller-plugin-1.4.3.tar.gz) = 1ef4fe36f6f61f54e7caf5ac5fbd63bb2974e39883513c80256186fa4f4f18c3 +SIZE (xfce4/xfce4-xmms-controller-plugin-1.4.3.tar.gz) = 210431 diff --git a/multimedia/xfce4-xmms-controller-plugin/pkg-descr b/multimedia/xfce4-xmms-controller-plugin/pkg-descr new file mode 100644 index 000000000..78df8a94f --- /dev/null +++ b/multimedia/xfce4-xmms-controller-plugin/pkg-descr @@ -0,0 +1,6 @@ +xfce4-xmms-controller is a full-featured XMMS controller for the Xfce4 +Panel. It features playback control, playlist navigation, volume +control and launching XMMS. It is customisable and supports the mouse +scroll wheel. + +WWW: http://freshmeat.net/projects/xfce4xmmscontroller/ diff --git a/multimedia/xfce4-xmms-controller-plugin/pkg-plist b/multimedia/xfce4-xmms-controller-plugin/pkg-plist new file mode 100644 index 000000000..9892f306f --- /dev/null +++ b/multimedia/xfce4-xmms-controller-plugin/pkg-plist @@ -0,0 +1,13 @@ +lib/xfce4/panel-plugins/libxfcexmms.a +lib/xfce4/panel-plugins/libxfcexmms.la +lib/xfce4/panel-plugins/libxfcexmms.so +share/xfce4-xmms-controller-plugin/eject.png +share/xfce4-xmms-controller-plugin/next.png +share/xfce4-xmms-controller-plugin/stop.png +share/xfce4-xmms-controller-plugin/pause.png +share/xfce4-xmms-controller-plugin/play.png +share/xfce4-xmms-controller-plugin/prev.png +share/xfce4-xmms-controller-plugin/icon.png +@dirrmtry lib/xfce4/panel-plugins +@dirrmtry lib/xfce4 +@dirrmtry share/xfce4-xmms-controller-plugin diff --git a/multimedia/xfce4-xmms-plugin/Makefile b/multimedia/xfce4-xmms-plugin/Makefile new file mode 100644 index 000000000..e71daab35 --- /dev/null +++ b/multimedia/xfce4-xmms-plugin/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: xfce4-xmms-plugin +# Date created: 2004/05/10 +# Whom: Zahemszky, Gábor <Gabor@Zahemszky.HU> +# +# $FreeBSD: ports/multimedia/xfce4-xmms-plugin/Makefile,v 1.9 2006/03/16 10:33:33 pav Exp $ +# + +PORTNAME= xfce4-xmms-plugin +PORTVERSION= 0.3.1 +CATEGORIES= multimedia audio xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ \ + http://download2.berlios.de/xfce-goodies/ +DIST_SUBDIR= xfce4 + +MAINTAINER= jfb@minet.net +COMMENT= XFce 4 xmms control plugin for xfce4-panel + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \ + xmms-config:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ + startup-notification-1.0:${PORTSDIR}/x11/startup-notification +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \ + xmms:${PORTSDIR}/multimedia/xmms + +USE_BZIP2= yes +USE_GNOME= gtk20 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ + CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib + +.include <bsd.port.mk> diff --git a/multimedia/xfce4-xmms-plugin/distinfo b/multimedia/xfce4-xmms-plugin/distinfo new file mode 100644 index 000000000..cf8eec1fb --- /dev/null +++ b/multimedia/xfce4-xmms-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-xmms-plugin-0.3.1.tar.bz2) = 0dac8795b192383c13b1d5cd072b754a +SHA256 (xfce4/xfce4-xmms-plugin-0.3.1.tar.bz2) = bd01bd8b9075835f067fb46080a30ae047f60733b5009dc7a0f0cf4c9b5d0a1f +SIZE (xfce4/xfce4-xmms-plugin-0.3.1.tar.bz2) = 518730 diff --git a/multimedia/xfce4-xmms-plugin/pkg-descr b/multimedia/xfce4-xmms-plugin/pkg-descr new file mode 100644 index 000000000..8dccb3584 --- /dev/null +++ b/multimedia/xfce4-xmms-plugin/pkg-descr @@ -0,0 +1,4 @@ +XFce 4 XMMS control module for xfce4-panel. + +Author: Patrick van Staveren <pvanstav@cs.wmich.edu> +WWW: http://xfce-goodies.berlios.de/ diff --git a/multimedia/xfce4-xmms-plugin/pkg-plist b/multimedia/xfce4-xmms-plugin/pkg-plist new file mode 100644 index 000000000..591aa12c7 --- /dev/null +++ b/multimedia/xfce4-xmms-plugin/pkg-plist @@ -0,0 +1,21 @@ +lib/xfce4/panel-plugins/libxmms_plugin.a +lib/xfce4/panel-plugins/libxmms_plugin.la +lib/xfce4/panel-plugins/libxmms_plugin.so +share/locale/de/LC_MESSAGES/xfce4-xmms-plugin.mo +share/locale/ko/LC_MESSAGES/xfce4-xmms-plugin.mo +share/locale/lt/LC_MESSAGES/xfce4-xmms-plugin.mo +share/xfce4/xmms-plugin/xmms-plugin-menu-eject.png +share/xfce4/xmms-plugin/xmms-plugin-menu-icon.png +share/xfce4/xmms-plugin/xmms-plugin-menu-next.png +share/xfce4/xmms-plugin/xmms-plugin-menu-pause.png +share/xfce4/xmms-plugin/xmms-plugin-menu-play.png +share/xfce4/xmms-plugin/xmms-plugin-menu-prev.png +share/xfce4/xmms-plugin/xmms-plugin-menu-stop.png +share/xfce4/xmms-plugin/xmms-plugin-next.png +share/xfce4/xmms-plugin/xmms-plugin-pause.png +share/xfce4/xmms-plugin/xmms-plugin-play.png +share/xfce4/xmms-plugin/xmms-plugin-prev.png +share/xfce4/xmms-plugin/xmms-plugin-stop.png +@dirrmtry lib/xfce4/panel-plugins +@dirrmtry lib/xfce4 +@dirrm share/xfce4/xmms-plugin diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile new file mode 100644 index 000000000..7444d6fa8 --- /dev/null +++ b/print/xfce4-print/Makefile @@ -0,0 +1,76 @@ +# New ports collection makefile for: xfprint +# Date created: 7 June 2003 +# Whom: James Earl <jdearl@telus.net> +# +# $FreeBSD: ports/print/xfce4-print/Makefile,v 1.39 2006/05/13 01:03:16 edwin Exp $ +# + +PORTNAME= xfce4-print +PORTVERSION= 4.2.3 +PORTREVISION= 2 +CATEGORIES= print xfce +MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ + http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ + http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/src/ \ + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ +DISTNAME= xfprint-${PORTVERSION} +DIST_SUBDIR= xfce4 + +MAINTAINER= oliver@FreeBSD.org +COMMENT= XFce 4 graphical frontend for printing + +BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ + xfce4mcs-client.2:${PORTSDIR}/x11/libxfce4mcs +RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager + +USE_GETTEXT= yes +USE_GNOME= gtk20 +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ + CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib +OPTIONS= LPR "Use lpr as printing system" on\ + CUPS "Use cups as printing system" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_CUPS) +CONFIGURE_ARGS+=--enable-cups +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +PLIST_SUB+= CUPS="" +.else +CONFIGURE_ARGS+=--disable-cups +PLIST_SUB+= CUPS="@comment " +.endif + +.if defined(WITHOUT_LPR) +CONFIGURE_ARGS+=--disable-bsdlpr +PLIST_SUB+= LPR="@comment " +.else +CONFIGURE_ARGS+=--enable-bsdlpr --with-printcap=/etc/printcap +PLIST_SUB+= LPR="" +.endif + +.if defined(WITHOUT_LPR) && !defined(WITH_CUPS) +IGNORE= You have to define WITH_CUPS or undefine WITHOUT_LPR in order to install this port. +.endif + +.if defined(WITH_LETTER) +CONFIGURE_ARGS+=--enable-letter +BUILD_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter +RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter +.else +CONFIGURE_ARGS+=--disable-letter +BUILD_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-a4 +RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-a4 +.endif + +post-patch: + ${REINPLACE_CMD} -e 's/@LDFLAGS@/& -Wl,-E/' ${WRKSRC}/xfprint/Makefile.in \ + ${WRKSRC}/xfprint-manager/Makefile.in + +.include <bsd.port.post.mk> diff --git a/print/xfce4-print/distinfo b/print/xfce4-print/distinfo new file mode 100644 index 000000000..0e6f45972 --- /dev/null +++ b/print/xfce4-print/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfprint-4.2.3.tar.gz) = 64c983a6d7778cbd5d6c93ee1dbbd3f9 +SHA256 (xfce4/xfprint-4.2.3.tar.gz) = f0b815f526ce4a7117217d7b45c4bcf1599df5ed94ff1c1e3974087ca9297398 +SIZE (xfce4/xfprint-4.2.3.tar.gz) = 1169874 diff --git a/print/xfce4-print/pkg-descr b/print/xfce4-print/pkg-descr new file mode 100644 index 000000000..8fe54f544 --- /dev/null +++ b/print/xfce4-print/pkg-descr @@ -0,0 +1,4 @@ +XFce 4 print dialog. Provides a graphical frontend for printing. Includes +xfprint4 and xfprint-manager. + +WWW: http://www.xfce.org diff --git a/print/xfce4-print/pkg-plist b/print/xfce4-print/pkg-plist new file mode 100644 index 000000000..7ec2cc827 --- /dev/null +++ b/print/xfce4-print/pkg-plist @@ -0,0 +1,104 @@ +bin/xfprint-manager +bin/xfprint4 +lib/xfce4/mcs-plugins/xfprint_plugin.a +lib/xfce4/mcs-plugins/xfprint_plugin.la +lib/xfce4/mcs-plugins/xfprint_plugin.so +%%LPR%%lib/xfce4/xfprint-plugins/bsdlpr_plugin.a +%%LPR%%lib/xfce4/xfprint-plugins/bsdlpr_plugin.la +%%LPR%%lib/xfce4/xfprint-plugins/bsdlpr_plugin.so +%%CUPS%%lib/xfce4/xfprint-plugins/cups_plugin.a +%%CUPS%%lib/xfce4/xfprint-plugins/cups_plugin.la +%%CUPS%%lib/xfce4/xfprint-plugins/cups_plugin.so +share/applications/xfprint.desktop +share/applications/xfprint-manager.desktop +share/applications/xfce-xfprint-settings.desktop +share/icons/hicolor/scalable/apps/xfprint.svg +share/icons/hicolor/48x48/apps/xfprint.png +share/locale/af/LC_MESSAGES/xfprint.mo +share/locale/ar/LC_MESSAGES/xfprint.mo +share/locale/az/LC_MESSAGES/xfprint.mo +share/locale/be/LC_MESSAGES/xfprint.mo +share/locale/bg/LC_MESSAGES/xfprint.mo +share/locale/bn_IN/LC_MESSAGES/xfprint.mo +share/locale/ca/LC_MESSAGES/xfprint.mo +share/locale/cs/LC_MESSAGES/xfprint.mo +share/locale/de/LC_MESSAGES/xfprint.mo +share/locale/el/LC_MESSAGES/xfprint.mo +share/locale/en_GB/LC_MESSAGES/xfprint.mo +share/locale/es/LC_MESSAGES/xfprint.mo +share/locale/es_MX/LC_MESSAGES/xfprint.mo +share/locale/et/LC_MESSAGES/xfprint.mo +share/locale/eu/LC_MESSAGES/xfprint.mo +share/locale/fa/LC_MESSAGES/xfprint.mo +share/locale/fi/LC_MESSAGES/xfprint.mo +share/locale/fr/LC_MESSAGES/xfprint.mo +share/locale/gu/LC_MESSAGES/xfprint.mo +share/locale/he/LC_MESSAGES/xfprint.mo +share/locale/hi/LC_MESSAGES/xfprint.mo +share/locale/hu/LC_MESSAGES/xfprint.mo +share/locale/it/LC_MESSAGES/xfprint.mo +share/locale/ja/LC_MESSAGES/xfprint.mo +share/locale/ko/LC_MESSAGES/xfprint.mo +share/locale/ku/LC_MESSAGES/xfprint.mo +share/locale/lt/LC_MESSAGES/xfprint.mo +share/locale/mr/LC_MESSAGES/xfprint.mo +share/locale/ms/LC_MESSAGES/xfprint.mo +share/locale/nl/LC_MESSAGES/xfprint.mo +share/locale/pa/LC_MESSAGES/xfprint.mo +share/locale/pl/LC_MESSAGES/xfprint.mo +share/locale/pt_BR/LC_MESSAGES/xfprint.mo +share/locale/pt_PT/LC_MESSAGES/xfprint.mo +share/locale/ro/LC_MESSAGES/xfprint.mo +share/locale/ru/LC_MESSAGES/xfprint.mo +share/locale/sk/LC_MESSAGES/xfprint.mo +share/locale/sl/LC_MESSAGES/xfprint.mo +share/locale/sv/LC_MESSAGES/xfprint.mo +share/locale/ta/LC_MESSAGES/xfprint.mo +share/locale/tr/LC_MESSAGES/xfprint.mo +share/locale/uk/LC_MESSAGES/xfprint.mo +share/locale/vi/LC_MESSAGES/xfprint.mo +share/locale/zh_CN/LC_MESSAGES/xfprint.mo +share/locale/zh_TW/LC_MESSAGES/xfprint.mo +share/xfce4/doc/C/images/xfprint_headings.png +share/xfce4/doc/C/images/xfprint_input.png +share/xfce4/doc/C/images/xfprint-manager.png +share/xfce4/doc/C/images/xfprint-manager-queue.png +share/xfce4/doc/C/images/xfprint_mcs_plugin.png +share/xfce4/doc/C/images/xfprint_prettyprinting.png +share/xfce4/doc/C/images/xfprint_sheets.png +share/xfce4/doc/C/images/xfprint_virtualpages.png +share/xfce4/doc/C/xfprint.html +share/xfce4/doc/fr/images/xfprint_headings.png +share/xfce4/doc/fr/images/xfprint_input.png +share/xfce4/doc/fr/images/xfprint-manager.png +share/xfce4/doc/fr/images/xfprint-manager-queue.png +share/xfce4/doc/fr/images/xfprint_mcs_plugin.png +share/xfce4/doc/fr/images/xfprint_prettyprinting.png +share/xfce4/doc/fr/images/xfprint_sheets.png +share/xfce4/doc/fr/images/xfprint_virtualpages.png +share/xfce4/doc/fr/xfprint.html +share/xfce4/doc/he/images/xfprint_headings.png +share/xfce4/doc/he/images/xfprint_input.png +share/xfce4/doc/he/images/xfprint-manager.png +share/xfce4/doc/he/images/xfprint-manager-queue.png +share/xfce4/doc/he/images/xfprint_mcs_plugin.png +share/xfce4/doc/he/images/xfprint_prettyprinting.png +share/xfce4/doc/he/images/xfprint_sheets.png +share/xfce4/doc/he/images/xfprint_virtualpages.png +share/xfce4/doc/he/xfprint.html +@dirrmtry lib/xfce4/mcs-plugins +@dirrmtry lib/xfce4/xfprint-plugins +@dirrmtry lib/xfce4 +@dirrmtry share/applications +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/xfce4/doc/C/images +@dirrmtry share/xfce4/doc/C +@dirrmtry share/xfce4/doc/fr/images +@dirrmtry share/xfce4/doc/fr +@dirrmtry share/xfce4/doc/he/images +@dirrmtry share/xfce4/doc/he +@dirrmtry share/xfce4/doc +@dirrmtry share/xfce4 diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile new file mode 100644 index 000000000..91a3b0ee8 --- /dev/null +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: xfce-battery-plugin +# Date created: 31 June 2003 +# Whom: Thorsten Greiner <thorsten.greiner@web.de> +# +# $FreeBSD$ +# + +PORTNAME= xfce4-battery-plugin +PORTVERSION= 0.2.0 +PORTREVISION= 9 +CATEGORIES= sysutils xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +DIST_SUBDIR= xfce4 + +MAINTAINER= thorsten.greiner@web.de +COMMENT= Battery monitor panel 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.3:${PORTSDIR}/x11-toolkits/libxfce4gui +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +ONLY_FOR_ARCHS= i386 + +USE_GNOME= gtk20 +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/sysutils/xfce4-battery-plugin/distinfo b/sysutils/xfce4-battery-plugin/distinfo new file mode 100644 index 000000000..c53e6803f --- /dev/null +++ b/sysutils/xfce4-battery-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-battery-plugin-0.2.0.tar.gz) = ad6cbb65b356342bf1b474b612beadf4 +SHA256 (xfce4/xfce4-battery-plugin-0.2.0.tar.gz) = 2a8a78cdafc1c8f538de4e46d4da76811c38656f1c07b7130dac16329d2f4da8 +SIZE (xfce4/xfce4-battery-plugin-0.2.0.tar.gz) = 339010 diff --git a/sysutils/xfce4-battery-plugin/files/patch-configure b/sysutils/xfce4-battery-plugin/files/patch-configure new file mode 100644 index 000000000..20507a42b --- /dev/null +++ b/sysutils/xfce4-battery-plugin/files/patch-configure @@ -0,0 +1,21 @@ +--- configure.orig Sat Aug 9 04:05:09 2003 ++++ configure Fri Sep 12 23:28:29 2003 +@@ -19273,7 +19273,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' +@@ -19651,7 +19652,7 @@ + + echo "$as_me:$LINENO: checking where to install panel plugins" >&5 + echo $ECHO_N "checking where to install panel plugins... $ECHO_C" >&6 +- XFCE4_PANEL_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0` ++ XFCE4_PANEL_PLUGINSDIR=${prefix}/lib/xfce4/panel-plugins + + echo "$as_me:$LINENO: result: $XFCE4_PANEL_PLUGINSDIR" >&5 + echo "${ECHO_T}$XFCE4_PANEL_PLUGINSDIR" >&6 diff --git a/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::Makefile.in b/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::Makefile.in new file mode 100644 index 000000000..db6ffeabf --- /dev/null +++ b/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::Makefile.in @@ -0,0 +1,13 @@ +--- panel-plugin/Makefile.in.orig Fri Aug 1 12:37:32 2003 ++++ panel-plugin/Makefile.in Fri Aug 1 12:38:09 2003 +@@ -209,8 +209,8 @@ + @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ +- echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f"; \ +- $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f; \ ++ echo " $(LIBTOOL) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f"; \ ++ $(LIBTOOL) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f; \ + else :; fi; \ + done + diff --git a/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::battmon.c b/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::battmon.c new file mode 100644 index 000000000..b6ac06a72 --- /dev/null +++ b/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::battmon.c @@ -0,0 +1,18 @@ +--- panel-plugin/battmon.c.orig Sat Feb 11 23:43:01 2006 ++++ panel-plugin/battmon.c Sat Feb 11 23:43:07 2006 +@@ -33,6 +33,7 @@ + + #ifdef __FreeBSD__ + #include <machine/apm_bios.h> ++#define APMDEVICE "/dev/apm" + #elif __OpenBSD__ + #include <sys/param.h> + #include <machine/apmvar.h> +@@ -362,6 +363,7 @@ + + + if(charge < 0) charge = 0; ++ if(charge > 100) charge = 100; + gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(battmon->battstatus), charge / 100.0); + + if(battmon->options.display_label){ diff --git a/sysutils/xfce4-battery-plugin/pkg-descr b/sysutils/xfce4-battery-plugin/pkg-descr new file mode 100644 index 000000000..f5b9e493f --- /dev/null +++ b/sysutils/xfce4-battery-plugin/pkg-descr @@ -0,0 +1,3 @@ +Battery monitor panel plugin for XFce4. + +WWW: http://www.xfce.org diff --git a/sysutils/xfce4-battery-plugin/pkg-plist b/sysutils/xfce4-battery-plugin/pkg-plist new file mode 100644 index 000000000..50ff0c07c --- /dev/null +++ b/sysutils/xfce4-battery-plugin/pkg-plist @@ -0,0 +1,5 @@ +lib/xfce4/panel-plugins/libbattmon.a +lib/xfce4/panel-plugins/libbattmon.la +lib/xfce4/panel-plugins/libbattmon.so +@dirrmtry lib/xfce4/panel-plugins +@dirrmtry lib/xfce4 diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile new file mode 100644 index 000000000..7658b4045 --- /dev/null +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xfce4-cpugraph-plugin +# Date created: 2004-06-07 +# Whom: Matt Lancereau <matt@rimasec.net> +# +# $FreeBSD$ +# + +PORTNAME= xfce4-cpugraph-plugin +PORTVERSION= 0.2.2 +PORTREVISION= 5 +CATEGORIES= sysutils xfce +MASTER_SITES= ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= xfce-goodies +DIST_SUBDIR= xfce4 + +MAINTAINER= r.c.ladan@gmail.com +COMMENT= XFce4 systemload plugin with multiple CPU display modes + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ + startup-notification-1.0:${PORTSDIR}/x11/startup-notification +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +USE_GCC= 3.4 +USE_GNOME= gtk20 libxml2 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +WRKSRC= ${WRKDIR}/${PORTNAME} + +.include <bsd.port.mk> diff --git a/sysutils/xfce4-cpugraph-plugin/distinfo b/sysutils/xfce4-cpugraph-plugin/distinfo new file mode 100644 index 000000000..f3c1eed0d --- /dev/null +++ b/sysutils/xfce4-cpugraph-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-cpugraph-plugin-0.2.2.tar.gz) = bde4c578ef469aade3f6b58a9bde8ec6 +SHA256 (xfce4/xfce4-cpugraph-plugin-0.2.2.tar.gz) = 0ae06f7510d1eead31dcbdbd79865dafbab68eb828fb9c910788bdc2cf0a207e +SIZE (xfce4/xfce4-cpugraph-plugin-0.2.2.tar.gz) = 210953 diff --git a/sysutils/xfce4-cpugraph-plugin/pkg-descr b/sysutils/xfce4-cpugraph-plugin/pkg-descr new file mode 100644 index 000000000..df5013a7a --- /dev/null +++ b/sysutils/xfce4-cpugraph-plugin/pkg-descr @@ -0,0 +1,7 @@ +Written by Alexander Nordfelth, this new systemload plugin offers multiple +display modes (LED, gradient, fire, etc...) to show the current CPU load +of the system. The colors and the size of the plugin are customizable. + +Author: Alexander Nordfelth <alex.nordfelth@telia.com> + +WWW: http://xfce-goodies.berlios.de/ diff --git a/sysutils/xfce4-cpugraph-plugin/pkg-plist b/sysutils/xfce4-cpugraph-plugin/pkg-plist new file mode 100644 index 000000000..29101aaec --- /dev/null +++ b/sysutils/xfce4-cpugraph-plugin/pkg-plist @@ -0,0 +1,4 @@ +lib/xfce4/panel-plugins/libcpugraph.so +lib/xfce4/panel-plugins/libcpugraph.la +lib/xfce4/panel-plugins/libcpugraph.a +@dirrmtry lib/xfce4/panel-plugins diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile new file mode 100644 index 000000000..55c97fdbf --- /dev/null +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xfce4-fsguard-plugin +# Date created: 2003-12-20 +# Whom: Matt Lancereau <matt@rimasec.net> +# +# $FreeBSD$ +# + +PORTNAME= xfce4-fsguard-plugin +PORTVERSION= 0.2.1 +PORTREVISION= 1 +CATEGORIES= sysutils xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ \ + http://ftp.lug.udel.edu/pub/NetBSD/packages/distfiles/ \ + http://ftp.citkit.ru/pub/NetBSD/packages/distfiles/ \ + ${MASTER_SITES_NETBSD} +DIST_SUBDIR= xfce4 + +MAINTAINER= jfb@minet.net +COMMENT= XFce4 panel plugin to check a mountpoint for free disk space + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ + startup-notification-1.0:${PORTSDIR}/x11/startup-notification +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +USE_GNOME= gtk20 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/sysutils/xfce4-fsguard-plugin/distinfo b/sysutils/xfce4-fsguard-plugin/distinfo new file mode 100644 index 000000000..6c4e01c59 --- /dev/null +++ b/sysutils/xfce4-fsguard-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-fsguard-plugin-0.2.1.tar.gz) = 6fa6c2b734ee8d4c0a5901f6d704b6c9 +SHA256 (xfce4/xfce4-fsguard-plugin-0.2.1.tar.gz) = c3250ce091a164e37413a962f99755beb7c517c0ab29201c4335cd43537479a4 +SIZE (xfce4/xfce4-fsguard-plugin-0.2.1.tar.gz) = 339959 diff --git a/sysutils/xfce4-fsguard-plugin/pkg-descr b/sysutils/xfce4-fsguard-plugin/pkg-descr new file mode 100644 index 000000000..6d6e0d56f --- /dev/null +++ b/sysutils/xfce4-fsguard-plugin/pkg-descr @@ -0,0 +1,10 @@ +Written by Andre Lerche, this plugin checks the +chosen mountpoint for free disk space. +It displays 4 different icons (red, yellow, green, unknown) +and a message box, depending on the free space. +The amount of free disk space is visible in a tooltip. +If you left-click on its icon, it opens the +mountpoint directory in the file manager. + +Author: Andre Lerche <a.lerche@gmx.net> +WWW: http://xfce-goodies.berlios.de/ diff --git a/sysutils/xfce4-fsguard-plugin/pkg-plist b/sysutils/xfce4-fsguard-plugin/pkg-plist new file mode 100644 index 000000000..a0dc7ad70 --- /dev/null +++ b/sysutils/xfce4-fsguard-plugin/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD: ports/sysutils/xfce4-fsguard-plugin/pkg-plist,v 1.3 2006/03/16 10:34:10 pav Exp $ +lib/xfce4/panel-plugins/libfsguard.a +lib/xfce4/panel-plugins/libfsguard.la +lib/xfce4/panel-plugins/libfsguard.so +@dirrmtry lib/xfce4/panel-plugins diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile new file mode 100644 index 000000000..96ce302aa --- /dev/null +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xfce4-genmon-plugin +# Date created: 2004-09-12 +# Whom: Matt Lancereau <ports@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= xfce4-genmon-plugin +PORTVERSION= 1.1 +PORTREVISION= 3 +CATEGORIES= sysutils xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +DIST_SUBDIR= xfce4 + +MAINTAINER= ports@FreeBSD.org +COMMENT= Generic Monitor XFce4 panel plugin + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ + startup-notification-1.0:${PORTSDIR}/x11/startup-notification +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +USE_GNOME= gtk20 libxml2 +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/sysutils/xfce4-genmon-plugin/distinfo b/sysutils/xfce4-genmon-plugin/distinfo new file mode 100644 index 000000000..7bd92c9e3 --- /dev/null +++ b/sysutils/xfce4-genmon-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-genmon-plugin-1.1.tar.gz) = 130be5e17d4ae41f86bbb952adb6a95d +SHA256 (xfce4/xfce4-genmon-plugin-1.1.tar.gz) = be43ef66dd753a151301c475c1b0b85c36702a8e17ac4008d118c973052e2a28 +SIZE (xfce4/xfce4-genmon-plugin-1.1.tar.gz) = 229388 diff --git a/sysutils/xfce4-genmon-plugin/pkg-descr b/sysutils/xfce4-genmon-plugin/pkg-descr new file mode 100644 index 000000000..896780449 --- /dev/null +++ b/sysutils/xfce4-genmon-plugin/pkg-descr @@ -0,0 +1,6 @@ +The GenMon plugin cyclically spawns the indicated script/program, +captures its output and displays it as a string into the panel. + +Author: Roger Seguin <roger_seguin@msn.com> + +WWW: http://xfce-goodies.berlios.de/ diff --git a/sysutils/xfce4-genmon-plugin/pkg-plist b/sysutils/xfce4-genmon-plugin/pkg-plist new file mode 100644 index 000000000..b3cceee20 --- /dev/null +++ b/sysutils/xfce4-genmon-plugin/pkg-plist @@ -0,0 +1,4 @@ +lib/xfce4/panel-plugins/libgenmon.a +lib/xfce4/panel-plugins/libgenmon.la +lib/xfce4/panel-plugins/libgenmon.so +@dirrmtry lib/xfce4/panel-plugins |