diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-25 04:37:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-25 04:37:11 +0800 |
commit | 617fc45f6e04b216f4b775e986fdcf3c0e011d0b (patch) | |
tree | 3e82d929173962d5d862b3c2c51c5e86ca484a3b /sysutils/thunar-volman-plugin | |
parent | 771c16e4449c1c6faa75dbab0ad4a547fbd3ba7a (diff) | |
download | freebsd-ports-gnome-617fc45f6e04b216f4b775e986fdcf3c0e011d0b.tar.gz freebsd-ports-gnome-617fc45f6e04b216f4b775e986fdcf3c0e011d0b.tar.zst freebsd-ports-gnome-617fc45f6e04b216f4b775e986fdcf3c0e011d0b.zip |
The Thunar Volume Manager is an extension for the Thunar file manager,
which enables automatic management of removable drives and media.
For example, if thunar-volman is installed and configured properly,
and you plug in your digital camera, it will automatically launch
your preferred photo application and import the new pictures from the
camera into your photo collection.
WWW: http://www.foo-projects.org/~benny/projects/thunar-volman/index.html
Diffstat (limited to 'sysutils/thunar-volman-plugin')
-rw-r--r-- | sysutils/thunar-volman-plugin/Makefile | 30 | ||||
-rw-r--r-- | sysutils/thunar-volman-plugin/distinfo | 3 | ||||
-rw-r--r-- | sysutils/thunar-volman-plugin/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/thunar-volman-plugin/pkg-plist | 23 |
4 files changed, 64 insertions, 0 deletions
diff --git a/sysutils/thunar-volman-plugin/Makefile b/sysutils/thunar-volman-plugin/Makefile new file mode 100644 index 000000000000..4ae106c95b83 --- /dev/null +++ b/sysutils/thunar-volman-plugin/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: thunar-volman-plugin +# Date created: 24 Januar 2007 +# Whom: Martin Wilke (miwi@FreeBSD.org) +# +# $FreeBSD$ +# + +PORTNAME= thunar-volman +PORTVERSION= 0.1.2 +CATEGORIES= sysutils xfce +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ +DIST_SUBDIR= xfce4 + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A Device manager plugin. + +LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal + +USE_BZIP2= yes +USE_GMAKE= yes +INSTALLS_ICONS= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_XFCE= configenv libexo thunar +USE_XLIB= yes + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" +.include <bsd.port.post.mk> diff --git a/sysutils/thunar-volman-plugin/distinfo b/sysutils/thunar-volman-plugin/distinfo new file mode 100644 index 000000000000..e9a5ff7b5037 --- /dev/null +++ b/sysutils/thunar-volman-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/thunar-volman-0.1.2.tar.bz2) = 910de35c398f70b66b38803bdfdd26f1 +SHA256 (xfce4/thunar-volman-0.1.2.tar.bz2) = 81d9943b0bf58f25dfb57edd4ced2c513b549618dd8dfe43813c56f28c8e0b6f +SIZE (xfce4/thunar-volman-0.1.2.tar.bz2) = 297862 diff --git a/sysutils/thunar-volman-plugin/pkg-descr b/sysutils/thunar-volman-plugin/pkg-descr new file mode 100644 index 000000000000..ca9a67ebc234 --- /dev/null +++ b/sysutils/thunar-volman-plugin/pkg-descr @@ -0,0 +1,8 @@ +The Thunar Volume Manager is an extension for the Thunar file manager, +which enables automatic management of removable drives and media. +For example, if thunar-volman is installed and configured properly, +and you plug in your digital camera, it will automatically launch +your preferred photo application and import the new pictures from the +camera into your photo collection. + +WWW: http://www.foo-projects.org/~benny/projects/thunar-volman/index.html diff --git a/sysutils/thunar-volman-plugin/pkg-plist b/sysutils/thunar-volman-plugin/pkg-plist new file mode 100644 index 000000000000..f37f02aaa728 --- /dev/null +++ b/sysutils/thunar-volman-plugin/pkg-plist @@ -0,0 +1,23 @@ +bin/thunar-volman +share/icons/hicolor/48x48/apps/tvm-burn-cd.png +share/icons/hicolor/48x48/apps/tvm-dev-pocketpc.png +share/icons/hicolor/48x48/apps/tvm-dev-tablet.png +share/icons/hicolor/scalable/apps/tvm-burn-cd.svg +share/locale/de/LC_MESSAGES/thunar-volman.mo +share/locale/fi/LC_MESSAGES/thunar-volman.mo +share/locale/fr/LC_MESSAGES/thunar-volman.mo +share/locale/hu/LC_MESSAGES/thunar-volman.mo +share/locale/pl/LC_MESSAGES/thunar-volman.mo +share/locale/zh_TW/LC_MESSAGES/thunar-volman.mo +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrm share/icons/hicolor/scalable/apps +@dirrm share/icons/hicolor/scalable +@dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/48x48 +@dirrm share/icons/hicolor +@dirrm share/icons |