mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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
This commit is contained in:
parent
ff22b31c06
commit
41f1321d09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183183
5 changed files with 65 additions and 0 deletions
|
@ -623,6 +623,7 @@
|
|||
SUBDIR += testdisk
|
||||
SUBDIR += thefish
|
||||
SUBDIR += throttle
|
||||
SUBDIR += thunar-volman-plugin
|
||||
SUBDIR += ticker.app
|
||||
SUBDIR += timelimit
|
||||
SUBDIR += timemon
|
||||
|
|
30
sysutils/thunar-volman-plugin/Makefile
Normal file
30
sysutils/thunar-volman-plugin/Makefile
Normal file
|
@ -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>
|
3
sysutils/thunar-volman-plugin/distinfo
Normal file
3
sysutils/thunar-volman-plugin/distinfo
Normal file
|
@ -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
|
8
sysutils/thunar-volman-plugin/pkg-descr
Normal file
8
sysutils/thunar-volman-plugin/pkg-descr
Normal file
|
@ -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
|
23
sysutils/thunar-volman-plugin/pkg-plist
Normal file
23
sysutils/thunar-volman-plugin/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue