summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-22 21:49:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-22 21:49:54 +0000
commit72b9b7fbb684be211a871588439aab86e19d3948 (patch)
tree6174de1ed96b046c08b733292efb316616cf58b9 /x11-fm
parent- Update to 1.1.15 (diff)
This is Cat'sEyE (catseye-fm), a filesystem browser using gtk+2.
Main goals: clear view, powerfull, no icons, fast. Cat'sEyE gots its power by the configuration file where the user can (but not has to) 'create' dialogs and build complicated commandlines which Cat'sEyE calls to the Shell. You can define how the items are called to some program: each item (e.g. for viewing some pictures), all items (e.g. for listen to some music) or processed in a list, calling one item after each other waiting for the previouse item to finish. FileShelfs help you keep track of your data spread out over the whole filesystem, but also belonging together such as configfiles. WWW: http://catseye-fm-temp.sourceforge.net/ PR: ports/134851 Submitted by: Geyer Klaus
Notes
Notes: svn path=/head/; revision=234408
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/Makefile1
-rw-r--r--x11-fm/catseye-fm/Makefile32
-rw-r--r--x11-fm/catseye-fm/distinfo3
-rw-r--r--x11-fm/catseye-fm/pkg-descr16
4 files changed, 52 insertions, 0 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile
index ee90d8e349af..04c31afca0d4 100644
--- a/x11-fm/Makefile
+++ b/x11-fm/Makefile
@@ -5,6 +5,7 @@
SUBDIR += FSViewer
SUBDIR += asfiles
+ SUBDIR += catseye-fm
SUBDIR += cfm
SUBDIR += dfm
SUBDIR += dolphin
diff --git a/x11-fm/catseye-fm/Makefile b/x11-fm/catseye-fm/Makefile
new file mode 100644
index 000000000000..71e524e89ad0
--- /dev/null
+++ b/x11-fm/catseye-fm/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: oneko
+# Date created: 9 May 2009
+# Whom: Geyer Klaus
+#
+# $FreeBSD$
+#
+
+PORTNAME= catseye-fm
+PORTVERSION= 3.0.0.0
+CATEGORIES= x11-fm
+MASTER_SITES= http://catseye-fm.sourceforge.net/downloads/ \
+ http://catseye-fm-temp.sourceforge.net/downloads/
+
+MAINTAINER= klausgeyer@gmx.de
+COMMENT= A clear, fast, powerfull file browser using gtk+2.0
+
+USE_GNOME= gtk20
+
+PLIST_FILES= bin/catseye-fm \
+ share/catseye-fm/catseye_16x16_NOSHOW.gif \
+ share/catseye-fm/catseye_48x48.gif \
+ share/catseye-fm/catseye_64x64.gif \
+ share/catseye-fm/catseye_128x128.gif \
+ share/catseye-fm/catseye_160x160.gif \
+ share/catseye-fm/catseye_128x128.png \
+ share/catseye-fm/catseye_160x160.png \
+ share/catseye-fm/catseye_config_file.conf.sample \
+ share/catseye-fm/user_install.sh
+
+PLIST_DIRS= share/catseye-fm
+
+.include <bsd.port.mk>
diff --git a/x11-fm/catseye-fm/distinfo b/x11-fm/catseye-fm/distinfo
new file mode 100644
index 000000000000..7a9bdccb5978
--- /dev/null
+++ b/x11-fm/catseye-fm/distinfo
@@ -0,0 +1,3 @@
+MD5 (catseye-fm-3.0.0.0.tar.gz) = f4a6ec43b88e7d7c5a0e7b24dd8be7a1
+SHA256 (catseye-fm-3.0.0.0.tar.gz) = 7a73649734fb4a5ab073ddabf431d428d3ccfe8dcadf59e6d6974ae639184644
+SIZE (catseye-fm-3.0.0.0.tar.gz) = 160659
diff --git a/x11-fm/catseye-fm/pkg-descr b/x11-fm/catseye-fm/pkg-descr
new file mode 100644
index 000000000000..ab1ba97dcaef
--- /dev/null
+++ b/x11-fm/catseye-fm/pkg-descr
@@ -0,0 +1,16 @@
+This is Cat'sEyE (catseye-fm), a filesystem browser using gtk+2.
+Main goals: clear view, powerfull, no icons, fast.
+
+Cat'sEyE gots its power by the configuration file where the user can
+(but not has to) 'create' dialogs and build complicated commandlines
+which Cat'sEyE calls to the Shell.
+You can define how the items are called to some program: each item
+(e.g. for viewing some pictures), all items (e.g. for listen to
+some music) or processed in a list, calling one item after each
+other waiting for the previouse item to finish.
+
+FileShelfs help you keep track of your data spread out
+over the whole filesystem, but also belonging together such as
+configfiles.
+
+WWW: http://catseye-fm-temp.sourceforge.net/