summaryrefslogtreecommitdiff
path: root/x11/xfce4-clipman-plugin
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-12-05 23:42:12 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2003-12-05 23:42:12 +0000
commit7caa6ea81991b8bfb1286dd60be354545457fe9a (patch)
tree12fbf533bb3fcb80645489aea4bc71389e8d0037 /x11/xfce4-clipman-plugin
parent- Update to 2.1.1 (diff)
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>
Notes
Notes: svn path=/head/; revision=95175
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r--x11/xfce4-clipman-plugin/Makefile29
-rw-r--r--x11/xfce4-clipman-plugin/distinfo1
-rw-r--r--x11/xfce4-clipman-plugin/pkg-descr6
-rw-r--r--x11/xfce4-clipman-plugin/pkg-plist5
4 files changed, 41 insertions, 0 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile
new file mode 100644
index 000000000000..66b0bc5357e6
--- /dev/null
+++ b/x11/xfce4-clipman-plugin/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: xfce4-clipman-plugin
+# Date created: 23 November 2003
+# Whom: Matt Lancereau <matt@rimasec.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfce4-clipman-plugin
+PORTVERSION= 0.3.1
+CATEGORIES= x11 xfce
+MASTER_SITES= http://download.berlios.de/xfce-goodies/
+
+MAINTAINER= matt@rimasec.net
+COMMENT= XFce 4 clipboard module for xfce4-panel
+
+BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
+ xfcegui4.1:${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
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/x11/xfce4-clipman-plugin/distinfo b/x11/xfce4-clipman-plugin/distinfo
new file mode 100644
index 000000000000..df34c8005c36
--- /dev/null
+++ b/x11/xfce4-clipman-plugin/distinfo
@@ -0,0 +1 @@
+MD5 (xfce4-clipman-plugin-0.3.1.tar.gz) = d54d65c20de9200c2c997c1d5faff23a
diff --git a/x11/xfce4-clipman-plugin/pkg-descr b/x11/xfce4-clipman-plugin/pkg-descr
new file mode 100644
index 000000000000..242dea8663a1
--- /dev/null
+++ b/x11/xfce4-clipman-plugin/pkg-descr
@@ -0,0 +1,6 @@
+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/
diff --git a/x11/xfce4-clipman-plugin/pkg-plist b/x11/xfce4-clipman-plugin/pkg-plist
new file mode 100644
index 000000000000..b19080277bc4
--- /dev/null
+++ b/x11/xfce4-clipman-plugin/pkg-plist
@@ -0,0 +1,5 @@
+@comment $FreeBSD$
+lib/xfce4/panel-plugins/libclipman.so
+lib/xfce4/panel-plugins/libclipman.la
+lib/xfce4/panel-plugins/libclipman.a
+@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true