Port details |
- kupfer Convenient command and access tool
- 208_3 deskutils
=1 208_3Version of this port present on the latest quarterly branch.
- BROKEN: Uses unknown GNOME component pygnomedesktop
DEPRECATED: Broken since update to gnome3 This port expired on: 2015-06-02 IGNORE: is marked as broken: Uses unknown GNOME component pygnomedesktop
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2013-11-01 18:43:49
- Last Update: 2015-06-10 16:44:37
- SVN Revision: 389040
- People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
- License: GPLv3
- WWW:
- http://engla.github.com/kupfer/
- Description:
- Kupfer is a GTK interface for quick and convenient access to applications
and their documents.
The most typical use is to find a specific application and launch it.
We have tried to make Kupfer easy to extend with plugins so that this
quick-access paradigm can be extended to many more objects than just
applications.
Kupfer is heavily inspired by Quicksilver. You can enable more Plugins,
but must have installed Applications which this Plugin needs.
WWW: http://engla.github.com/kupfer/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- kupfer>0:deskutils/kupfer
- No installation instructions:
- This port has been deleted.
- PKGNAME: kupfer
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rst2html : textproc/py-docutils
- xml2po : textproc/gnome-doc-utils
- py27-xdg>=0 : devel/py-xdg
- py27-dbus>=0 : devel/py-dbus
- py27-keyring>=0 : security/py-keyring
- p5-XML-Parser>=0 : textproc/p5-XML-Parser
- update-desktop-database : devel/desktop-file-utils
- python2.7 : lang/python27
- update-mime-database : misc/shared-mime-info
- msgfmt : devel/gettext-tools
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- gvfs>=0 : devel/gvfs
- intltool-extract : textproc/intltool
- pygobject-codegen-2.0 : devel/py-gobject
- pygtk-2.0.pc : x11-toolkits/py-gtk2
- Runtime dependencies:
-
- keybinder>=0 : x11/keybinder
- py27-gdata>=0 : devel/py-gdata
- update-desktop-database : devel/desktop-file-utils
- python2.7 : lang/python27
- update-mime-database : misc/shared-mime-info
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- gvfs>=0 : devel/gvfs
- pygobject-codegen-2.0 : devel/py-gobject
- pygtk-2.0.pc : x11-toolkits/py-gtk2
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libglade-2.0.so : devel/libglade2
- libxml2.so : textproc/libxml2
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for kupfer-208_3:
DOCS=on: Build and/or install documentation
NLS=on: Native Language Support
RHYTHMBOX=off: Enable Rhythmbox plugins support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- desktop-file-utils python shared-mime-info waf gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
208_3 10 Jun 2015 16:44:37 |
rene |
Remove expired ports:
2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014"
2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3
2015-06-02 deskutils/gimmie: Broken since update to gnome3
2015-06-02 deskutils/glipper: Broken since update to gnome3
2015-06-02 deskutils/gnochm: Broken since update to gnome3
2015-06-02 deskutils/hamster-applet: Broken since update to gnome3
2015-06-02 deskutils/kupfer: Broken since update to gnome3
2015-06-02 deskutils/ontv: Broken since update to gnome3
2015-06-02 deskutils/timer-applet: Broken since update to gnome3 (Only the first 15 lines of the commit message are shown above ) |
208_3 19 May 2015 16:46:14 |
marino |
Expire 14 gnome ports broken for more than 6 months (remove in 2 weeks)
PR: 199761
Approved by: maintainer timeout |
208_3 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
208_3 08 Apr 2015 15:05:49 |
bapt |
Add a new USES=waf to handle the waf building system, allowing to factorise code
Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be
reused
Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
_MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
to really disable parallelisation with waf
WAF_CMD has been created to allow one to override the location of the waf script
relatively to WRKSRC
CONFIGURE_TARGET is by default defined to "configure"
ALL_TARGET is by default defined to "build"
INSTALL_TARGET is by default defined to "install"
USES=waf is by default stagedir safe |
208_3 27 Nov 2014 18:53:48 |
antoine |
Mark a few ports BROKEN after GNOME 2 removal |
208_3 20 Oct 2014 11:52:39 |
bapt |
Cleanup plist |
208_3 19 Oct 2014 08:50:18 |
mva |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
208_3 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
208_2 28 Apr 2014 21:31:32 |
nemysis |
These ports are no longer used or cared for.
comms/spandsp-devel
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo
deskutils/kupfer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes
(Only the first 15 lines of the commit message are shown above ) |
208_1 11 Apr 2014 12:23:39 |
bapt |
Remove options for the expired py-nautilus |
208 12 Mar 2014 16:44:53 |
nemysis |
- Add DOCS Option
- Break lines around 80 characters |
208 01 Nov 2013 12:03:20 |
nemysis |
Kupfer is a GTK interface for quick and convenient access to applications
and their documents.
The most typical use is to find a specific application and launch it.
We have tried to make Kupfer easy to extend with plugins so that this
quick-access paradigm can be extended to many more objects than just
applications.
Kupfer is heavily inspired by Quicksilver. You can enable more Plugins,
but must have installed Applications which this Plugin needs.
WWW: http://engla.github.com/kupfer/
PR: ports/179087
Submitted by: nemysis (self)
Approved by: pawel (mentor) |