diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-01-30 06:39:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-01-30 06:39:05 +0000 |
commit | cf9a75621f0bf9532552f3f8e0684d46ee3cd730 (patch) | |
tree | f7c29a2f40a974d436b82dfd97ab99b330aa5680 | |
parent | b5a5da801faef8c3bcde17c56cad11b84c9639d1 (diff) | |
download | pkgsrc-cf9a75621f0bf9532552f3f8e0684d46ee3cd730.tar.gz |
Initial import of pcmanfm-0.1.8.9.
An extremly fast and lightweight file manager which features tabbed
browsing and user-friendly interface.
Features:
* Extremly fast and lightweight
* Can be started in one second on normal machine
* Tabbed browsing (Similiar to Firefox)
* Drag & Drop support
* Files can be dragged among tabs
* Load large directories in reasonable time
* File association support (Default application)
* Basic thumbnail support
* Bookmarks support
* Handles non-UTF-8 encoded filenames correctly
* Provide icon view and detailed list view
* Standard compliant (Follows FreeDesktop.org)
* Clean and user-friendly interface (GTK+ 2)
-rw-r--r-- | sysutils/pcmanfm/DESCR | 18 | ||||
-rw-r--r-- | sysutils/pcmanfm/Makefile | 21 | ||||
-rw-r--r-- | sysutils/pcmanfm/PLIST | 6 | ||||
-rw-r--r-- | sysutils/pcmanfm/distinfo | 5 |
4 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/pcmanfm/DESCR b/sysutils/pcmanfm/DESCR new file mode 100644 index 00000000000..039f7c49bd5 --- /dev/null +++ b/sysutils/pcmanfm/DESCR @@ -0,0 +1,18 @@ +An extremly fast and lightweight file manager which features tabbed +browsing and user-friendly interface. + +Features: + + * Extremly fast and lightweight + * Can be started in one second on normal machine + * Tabbed browsing (Similiar to Firefox) + * Drag & Drop support + * Files can be dragged among tabs + * Load large directories in reasonable time + * File association support (Default application) + * Basic thumbnail support + * Bookmarks support + * Handles non-UTF-8 encoded filenames correctly + * Provide icon view and detailed list view + * Standard compliant (Follows FreeDesktop.org) + * Clean and user-friendly interface (GTK+ 2) diff --git a/sysutils/pcmanfm/Makefile b/sysutils/pcmanfm/Makefile new file mode 100644 index 00000000000..6c0d183efc2 --- /dev/null +++ b/sysutils/pcmanfm/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/30 06:39:05 xtraeme Exp $ +# + +DISTNAME= pcmanfm-0.1.8.9 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcmanfm/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://pcmanfm.sourceforge.net/ +COMMENT= Extremly fast and lightweight file manager + +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake pkg-config + +.include "../../databases/shared-mime-info/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../graphics/gnome-icon-theme/buildlink3.mk" +.include "../../sysutils/gamin/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/pcmanfm/PLIST b/sysutils/pcmanfm/PLIST new file mode 100644 index 00000000000..f06ab22dcb0 --- /dev/null +++ b/sysutils/pcmanfm/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/30 06:39:05 xtraeme Exp $ +bin/pcmanfm +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/pcmanfm.mo +${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/pcmanfm.mo +${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/pcmanfm.mo +${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/pcmanfm.mo diff --git a/sysutils/pcmanfm/distinfo b/sysutils/pcmanfm/distinfo new file mode 100644 index 00000000000..1123f51085e --- /dev/null +++ b/sysutils/pcmanfm/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/30 06:39:05 xtraeme Exp $ + +SHA1 (pcmanfm-0.1.8.9.tar.gz) = 12415788dfa93cb767329c45caef32b23e9ab9e6 +RMD160 (pcmanfm-0.1.8.9.tar.gz) = b75784afa73509de6aa0de33ba3e65cc78296773 +Size (pcmanfm-0.1.8.9.tar.gz) = 261303 bytes |