Port details |
- xfce4-clipman-plugin Clipboard manager for the Xfce panel
- 1.6.6 x11 =13 1.6.6Version of this port present on the latest quarterly branch.
- Maintainer: xfce@FreeBSD.org
- Port Added: 2003-12-05 23:44:06
- Last Update: 2024-02-29 16:31:35
- Commit Hash: 3011215
- People watching this port, also watch:: libxfce4util, xfce, xfce4-panel, xfce4-session, xfce4-desktop
- Also Listed In: xfce
- License: GPLv2
- WWW:
- https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
- Description:
- Clipboard Manager for the Xfce Panel and as a standalone application. It keep
the clipboard contents around (even after an application quits), it is able
to handle text and images, and has a feature to execute actions on specific
text selection by matching them against regexes.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xfce4-clipman-plugin>0:x11/xfce4-clipman-plugin
- To install the port:
- cd /usr/ports/x11/xfce4-clipman-plugin/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xfce4-clipman-plugin
- pkg install xfce4-clipman-plugin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xfce4-clipman-plugin
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1709219430
SHA256 (xfce4/xfce4-clipman-plugin-1.6.6.tar.bz2) = 08ad475b006f878df5dd20d83c98edc33ed21e69b414d0e5ff6d4accd64d7120
SIZE (xfce4/xfce4-clipman-plugin-1.6.6.tar.bz2) = 487832
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- intltool-extract : textproc/intltool
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- xorgproto>=0 : x11/xorgproto
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xtst.pc : x11/libXtst
- Runtime dependencies:
-
- xfce4-panel : x11-wm/xfce4-panel
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xtst.pc : x11/libXtst
- Library dependencies:
-
- libharfbuzz.so : print/harfbuzz
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- libxfce4ui-2.so : x11/libxfce4menu
- libxfce4util.so : x11/libxfce4util
- libxfce4panel-2.0.so : x11-wm/xfce4-panel
- libxfconf-0.so : x11/xfce4-conf
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- x11/xfce4-goodies
Configuration Options:
- ===> The following configuration options are available for xfce4-clipman-plugin-1.6.6:
NLS=on: Native Language Support
QRCODE=off: QR Code support
===> Use 'make config' to modify these settings
- Options name:
- x11_xfce4-clipman-plugin
- USES:
- compiler:c11 gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce xorg gettext-runtime
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.0_2 29 Jul 2004 19:21:24 |
pav |
- Fix distinfo
PR: ports/69711
Submitted by: Matt Lancereau <matt@bsdfly.org> (maintainer) |
0.4.0_2 21 Jul 2004 12:39:13 |
krion |
Change maintainer's mail.
Fix MASTER_SITES
PR: ports/69338
Submitted by: maintainer |
0.4.0_2 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.4.0_2 08 May 2004 23:59:29 |
ale |
Add more MASTER_SITE.
PR: ports/66376
Submitted by: Matt Lancereau <matt@rimasec.net> (maintainer) |
0.4.0_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.4.0_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.4.0_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.4.0_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.4.0 24 Dec 2003 05:55:03 |
sergei |
- Update to 0.4.0
PR: 60419
Submitted by: maintainer |
0.3.1 05 Dec 2003 23:42:12 |
sergei |
Add xfce4-clipman-plugin 0.3.1, XFce 4 clipboard module for xfce4-panel.
This plugin is a clipboard history for the panel.
It now includes a "Clear clipboard" option,
and a drag-and-drop paste feature contributed by Andre Lerche.
Author: Eduard Roccatello <master@spine-group.org>
WWW: http://xfce-goodies.berlios.de/
PR: 59633
Submitted by: Matt Lancereau <matt@rimasec.net> |