aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfce4-cpugraph-plugin
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/xfce4-cpugraph-plugin: fix build on GCC architecturesPiotr Kubaj2019-10-021-1/+1
| | | | | | | Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=513616
* Welcome XFCE 4.14 to the FreeBSD ports treeGuido Falsi2019-09-191-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This XFCE release uses almost exclusively gtk3, so the USES=xfce now defaults to gtk3 - Make x11-themes/gtk-xfce-engine an optional dependency(disabled by default), it only supports gtk2, so would leave miost of this XFCE version unthemed. - Add Greybird as an optional and enabled dependency as a modern theme supporting both GTK versions and all other XFCE parts - The xfce4-vala port is deprecated and removed. The VALA bindings are available in the library ports using the GIR and VAPI options (on by default) - Fixed various missing library and portlint warnings (portmgr fixit blanket) - Default Display Manager changed to lightdm (Thanks to woodsb02 for help) - Add x11/xfce4-screensaver as an optional dependency to the xfce4-goodies (enabled by default) - Remove dependency on x11-fm/thunar-vfs and deprecate the port. It is EOL upstream and the functionality is included in thunar itself Update: - Added back sysutils/xfce4-places-plugin, updated to 1.8.1 - archivers/thunar-archive-plugin to 0.4.0 - audio/thunar-media-tags-plugin to 0.3.0 - audio/xfce4-mpc-plugin to 0.5.2 - audio/xfce4-pulseaudio-plugin to 0.4.2 - deskutils/xfce4-tumbler to 0.2.7 - devel/thunar-vcs-plugin to 0.2.0 [1] - devel/xfce4-dev-tools to 4.14.0 - misc/xfce4-appfinder to 4.14.0 - misc/xfce4-weather-plugin to 0.10.0 - multimedia/xfce4-parole to 1.0.4 - sysutils/gigolo to 0.5.0 - sysutils/xfce4-battery-plugin to 1.1.3 - sysutils/xfce4-fsguard-plugin to 1.1.1 - sysutils/xfce4-netload-plugin to 1.3.2 - sysutils/xfce4-power-manage to 1.6.5 - sysutils/xfce4-settings 4.14.1 - sysutils/xfce4-systemload-plugin to 1.2.3 - sysutils/xfce4-wavelan-plugin to 0.6.1 - www/xfce4-smartbookmark-plugin to 0.5.1 - x11-clocks/xfce4-datetime-plugin to 0.8.0 - Added new xfce4-stopwatch-plugin, version 0.3.1 - x11-clocks/xfce4-timer-out-plugin to 1.0.3 - x11-fm/thunar to 1.8.9 - x11-wm/xfce4-desktop to 4.14.1 - x11-wm/xfce4-panel to 4.14.0 - x11-wm/xfce4-session to 4.14.0 - x11-wm/xfce4-wm to 4.14.0 - x11/libexo to 0.12.8 - x11/libxfce4menu to 4.14.1 - x11/libxfce4util to 4.14.0 - x11/xfce4-conf to 4.14.1 - x11/xfce4-dashboard to 0.7.5 - x11/xfce4-screensaver to 0.1.8 - x11/xfce4-screenshooter-plugin to 1.9.6 - x11/xfce4-verve-plugin to 2.0.0 Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com> PR: 240236 Exp-run by: antoine Tested by: sbruno Approved by: sergey.dyatko@gmail.com (maintainer timeout via email), portmgr (fixit blanket, port breaks with new Thunar if not updated) [1] Differential Revision: https://reviews.freebsd.org/D21278 Notes: svn path=/head/; revision=512378
* Fix build on GCC architectures.Guido Falsi2019-07-121-0/+1
| | | | | | | | PR: 239123 Submitted by: pkubaj Notes: svn path=/head/; revision=506482
* - Update xfce4-cpugraph-plugin to 1.1.0Guido Falsi2019-07-033-7/+16
| | | | | | | | | - Remove unneeded intlhack This new version uses GTK 3 Notes: svn path=/head/; revision=505758
* - Simplify XFCE MASTER_SITES usageGuido Falsi2019-06-191-1/+1
| | | | | | | | | | | | - Update XFCE Master sites list Submitted by: olivierd Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D8416 Notes: svn path=/head/; revision=504557
* Clenup xfce ports:Guido Falsi2019-01-223-19/+14
| | | | | | | | | | | | | | | | | | | - Add missing dependencies - Remove unneeded patches - Regenerate and rename legacy patches - Add NLS option to ports providing such a knob, and missing the option - Add INSTALL_TARGET=install-strip where missing - Sort things - Remove unneeded += - Cosmetic changes to OPTION related variables to improve readability - Update WWW - Silence portlint warnings about variables order - Bump PORTREVISION where changing dependencies and/or adding install-strip Notes: svn path=/head/; revision=490953
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* USES=xfce: Stop overriding MASTER_SITE_SUBDIR.Bryan Drewery2015-04-281-2/+1
| | | | | | | | | | | | | Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports, which removes the need to set MASTER_SITE_SUBDIR in any of them. This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE, namely sysutils/xfce4-bsdcpufreq-plugin. With hat: portmgr Notes: svn path=/head/; revision=384919
* Commit another part of PR 198132 that was missedAntoine Brodin2015-03-051-15/+6
| | | | Notes: svn path=/head/; revision=380568
* Cleanup plistAntoine Brodin2014-11-221-18/+0
| | | | Notes: svn path=/head/; revision=373038
* - USES=libtool tar:bzip2Tijl Coosemans2014-07-052-5/+4
| | | | | | | - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=360745
* - Support STAGEDIROlivier Duchateau2014-01-302-3/+14
| | | | | | | | | | | - Convert to new LIB_DEPENDS syntax - Use USES= gmake - Add LICENSE - Fix when NLS option is unset Notes: svn path=/head/; revision=341838
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelOlivier Duchateau2013-05-081-5/+4
| | | | | | | | | | | While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file Notes: svn path=/head/; revision=317695
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Update to 1.0.5Olivier Duchateau2012-07-173-8/+9
| | | | | | | | | | - Convert to new options framework Submitted by: myself Approved by: miwi, rene (mentors) Notes: svn path=/head/; revision=301044
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Remove extraneous patchfile-- committed upstream and fails.Chris Rees2012-05-271-70/+0
| | | | | | | | Pointyhat: miwi, Olivier Duchateau Submitted by: jilles Notes: svn path=/head/; revision=297550
* - Update to 1.0.2Martin Wilke2012-05-254-26/+21
| | | | | | | | PR: 168072 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=297447
* - Fix the situation where kern.smp.maxid > hw.ncpu by using the former value,Rene Ladan2011-12-312-16/+29
| | | | | | | | | | | otherwise this would lead to insufficient space for the kern.cp_times sysctlbyname() call. [1] - Bump PORTREVISION Noticed/tested by: jilles Notes: svn path=/head/; revision=288348
* - Add support for multiple cores [1]Rene Ladan2011-12-182-2/+59
| | | | | | | | | | | | - Bump PORTREVISION [1] - Move over to xfce@ [2] PR: ports/163430 [1] Submitted by: myself [1] Approved by: Olivier Duchateau [1] [2] Notes: svn path=/head/; revision=287616
* Consistify spelling of "Xfce", and some other projects while there.Rene Ladan2011-10-261-1/+1
| | | | | | | | | | Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin PR: ports/160730 Submitted by: ryusuke Notes: svn path=/head/; revision=284387
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Welcome XFCE 4.8 to the portstree!Oliver Lehmann2011-03-031-0/+1
| | | | | | | Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=270185
* Update to version 1.0.1Josh Paetzel2010-12-243-112/+80
| | | | | | | | | | | Add NLS support PR: ports/153427 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) Notes: svn path=/head/; revision=266858
* - update to 1.0.0Rene Ladan2010-10-105-48/+113
| | | | | | | | | | | | - use MASTER_SITE_XFCE - change maintainer to submitter PR: ports/151175 Submitted by: Olivier Duchateau [duchateau.olivier gmail.com] Approved by: old maintainer [fbsd opal.com] Notes: svn path=/head/; revision=262755
* update xfce to 4.6.2Oliver Lehmann2010-05-311-1/+1
| | | | | | | bump PORTREVISION on all depending ports Notes: svn path=/head/; revision=255394
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* bump PORTREVISION for the recent update ofOliver Lehmann2010-01-101-1/+1
| | | | | | | | | | | x11/libexo x11-toolkits/libxfce4gui sysutils/xfce4-settings x11-wm/xfce4-panel x11/Terminal Notes: svn path=/head/; revision=247524
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Fix core dump on AMD64Martin Wilke2009-07-013-2/+41
| | | | | | | | | | - Pass maintainership to submitter PR: 135866 Submitted by: "J.R. Oldroyd" <fbsd@opal.com> Notes: svn path=/head/; revision=236856
* - Drop maintainershipDmitry Marakasov2009-06-091-1/+1
| | | | | | | | PR: 135384 Submitted by: Rene Ladan <rene@FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=235466
* update xfce to 4.6.1Oliver Lehmann2009-05-061-1/+1
| | | | | | | bump PORTREVISION where necessary Notes: svn path=/head/; revision=233310
* Bump PORTREVISION after xfce 4.6 updateOliver Lehmann2009-03-061-1/+1
| | | | Notes: svn path=/head/; revision=229569
* - Update maintainer mailMartin Wilke2009-01-051-1/+1
| | | | | | | | PR: 127077 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=225285
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209697
* update xfce4 to 4.4.2Oliver Lehmann2008-02-121-1/+1
| | | | | | | | Approved by: portmgr (linimon) Security: CVE-2007-6531, CVE-2007-6532 Notes: svn path=/head/; revision=207060
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* update xfce to 4.4.1Oliver Lehmann2007-04-111-1/+1
| | | | | | | bump PORTREVISION where needed Notes: svn path=/head/; revision=189785
* Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].Mark Linimon2007-03-141-3/+1
| | | | | | | | | PR: 101029 [1], 108862 [2] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2] Notes: svn path=/head/; revision=187350
* - Drop 4.X supportMartin Wilke2007-03-062-5/+0
| | | | | | | | PR: 109979 Submitted by: Rene Ladan<r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=186744
* update to 0.3.0Oliver Lehmann2007-01-252-5/+6
| | | | | | | | | PR: ports/108263 Submitted by: oliver Approved by: maintainer Notes: svn path=/head/; revision=183291
* Import xfce 4.4Oliver Lehmann2007-01-224-24/+26
| | | | | | | | | - remove all obsolete ports or plugins - update all plugins to their latest version to support xfce 4.4 (otherwise they won't compile with 4.4) Notes: svn path=/head/; revision=182986
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-2/+1
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* - Use MASTER_SITE_BERLIOSPav Lucistnik2006-05-251-2/+3
| | | | | | | | | | - Take maintainership PR: ports/97900 Submitted by: Rene Ladan <r.c.ladan@gmail.com> Notes: svn path=/head/; revision=163413
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116