diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-24 20:37:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-24 20:37:11 +0000 |
commit | 41f1321d09f6cb02c4c115b5e91e25c325d6bb0b (patch) | |
tree | caf155eeaaa13d34154c187964528337f37d7f0f /sysutils/thunar-volman-plugin | |
parent | ff22b31c067f73f8e5a4fab59ecb8f3b8185168b (diff) |
Notes
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 |