pkgsrc-wip/gnome-commander/options.mk
Ondrej Tuma 4ca4ceaa97 Update to 1.2.4
New features:

    * Support for python plugins
    * New python plugins:
          o Create MD5 (128-bit) checksum
          o Create SHA-1 (160-bit) checksum
    * Support for OLE and ODF metags in advanced file rename templates
    * User defined shortcuts (via configuration file)
    * SMB authentication
    * Displaying total size of files in selected subirs
    * 'cd -' for changing to the previous working directory
    * More intuitive usage of diff tool
    * Directory synchronizing
    * Creating directories 'mkdir -p' like
    * Updated help docs
    * New or updated translations: ar, bg, cs, dz, en_GB, fr, it, oc, pl, sl, sv
    * New key bindings:
          o CTRL+\ Go to the root directory
          o CTRL+` Go to the home directory
          o CTRL+5 Create MD5 (128-bit) checksum
          o CTRL+SHIFT+C Copy selected file names to clipboard

Bugfixes

    * Fixed problem with opening dirs by intviewer
    * Fixed problem with editing dirs by gcmd
    * Fixed problem #351952 (crash while doing a content search)
    * Fixed problem #352253 (scrolling behaviour of the viewer)
    * Fixed problem #360175 (crash while entering a dir with %)
    * Fixed problem #371948 and #388970 (file path not escaped)
    * Fixed problem #412162 (build with --enable-python=no)
    * Build fixes
2007-06-13 12:10:36 +00:00

33 lines
779 B
Makefile

# $NetBSD: options.mk,v 1.1 2007/06/13 12:10:36 ondratu Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-commander
PKG_SUPPORTED_OPTIONS= python exif cms id3 chm gsf
PKG_SUGGESTED_OPTIONS= python exif cms id3 chm gsf
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mpython)
.include "../../lang/python/application.mk"
PLIST_SRC+= ${PKGDIR}/PLIST.python
.endif
.if !empty(PKG_OPTIONS:Mexif)
.include "../../graphics/libexif/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mcms)
.include "../../graphics/lcms/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mid3)
.include "../../audio/id3lib/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mchm)
.include "../../devel/chmlib/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mgsf)
.include "../../devel/libgsf/buildlink3.mk"
.endif