b1ae743fed
---------------------- New features in this release: throbber, interactive password prompt, post_uncommit hook, new bug-url command. Dozen of bugs fixed as well. * Add post_uncommit hook to remember the uncomitted commit message. * Add interactive prompt for password if access to the branch require it. * Add throbber feature: user will see message "Loading..." and animation when there is long operation in progress to indicate that qbzr window is not hang. * Command-line interface to QBzr commands now is much closer to coresponding commands in bzr itself. Where possible commands options are reused from bzr. (#272359) * qcommit: * Commit without message is forbidden (#297606). * If no files selected to commit then user will be asked for confirmation. Commit without files allowed only when bzr >= 1.6 is used. (#148165) * qdiff: * To detect binary files entire file content is analyzed, not only first 1K. * Short option name for --deleted changed from -D to -K. * If there is no changes in the tree or specified file list (file group) then show info box with "No changes found" message (#295767). * Unidiff produce valid headers. (#308095) * qlog: multiple improvements for showing common log of multiple branches. * qpull and qmerge in lightweight checkouts now working for the tree, not for the master branch. (#310314) * New command bug-url (console only) can show you full URL to bug number and optionally open this URL in your browser. * New translations added: Hebrew, Polish.
24 lines
536 B
Makefile
24 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/01/19 21:42:26 epg Exp $
|
|
|
|
DISTNAME= qbzr-${VER}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://launchpad.net/qbzr/trunk/${VER}/+download/
|
|
VER= 0.9.6
|
|
|
|
MAINTAINER= epg@NetBSD.org
|
|
HOMEPAGE= http://bazaar-vcs.org/QBzr
|
|
COMMENT= GUI front end for Bazaar
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= msgfmt
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
|
|
|
|
WRKSRC= ${WRKDIR}/qbzr
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../devel/bzr/plugin.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|