Port details |
- bzr-gtk GTK interface to Bazaar-NG VCS
- 0.100.0_3 devel
=0 0.100.0_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-01-27
- 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: 2007-03-18 11:51:36
- Last Update: 2020-01-27 15:34:18
- SVN Revision: 524263
- License: GPLv2
- WWW:
- http://bazaar-vcs.org/bzr-gtk
- Description:
- bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces
to most Bazaar operations.
WWW: http://bazaar-vcs.org/bzr-gtk
-
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:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: bzr-gtk
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (bzr-gtk-0.100.0.tar.gz) = 7fb86183b9eaa07b0222b085465c18d61d9ecfa5e1c6d4456d8cbffe33d9ff85
SIZE (bzr-gtk-0.100.0.tar.gz) = 220559
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:
-
- bzr : devel/bzr
- update-desktop-database : devel/desktop-file-utils
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- pygobject-codegen-2.0 : devel/py-gobject
- pygtk-2.0.pc : x11-toolkits/py-gtk2
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- bzr : devel/bzr
- py27-cairo>=0 : graphics/py-cairo@py27
- update-desktop-database : devel/desktop-file-utils
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- pygobject-codegen-2.0 : devel/py-gobject
- pygtk-2.0.pc : x11-toolkits/py-gtk2
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Library dependencies:
-
- libatk-1.0.so : accessibility/atk
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- 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 bzr-gtk-0.100.0_3:
GTKSOURCE=off: GTKSourceview support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- desktop-file-utils gnome python:2.7
- 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 |
0.100.0_3 27 Jan 2020 15:34:18 |
rene |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
0.100.0_3 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.100.0_3 08 Nov 2019 11:39:00 |
tobik |
devel: Add missing USES={gl,gnome,php,sdl} |
0.100.0_3 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.100.0_3 09 Jan 2018 18:44:07 |
danfe |
For the ports under `devel' category: remove superfluous linefeeds. |
0.100.0_3 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.100.0_3 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.100.0_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.100.0_3 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.100.0_3 20 Jan 2014 19:24:43 |
antoine |
- Stage support
- Use PYDISTUTILS_AUTOPLIST
PR: ports/185707 |
0.100.0_3 22 Oct 2013 13:52:24 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with d)
Approved by: portmgr (bdrewery) |
0.100.0_3 05 Oct 2013 19:04:34 |
cs |
Give my bzr plugin ports back to pool. |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.100.0_3 27 Mar 2013 08:21:39 |
miwi |
- Unbreak build
- While here trim header
- Optionsng
Reported by: pointyhat
With hat: portmgr |
0.100.0_2 17 Jun 2012 20:42:28 |
cs |
Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzr |
0.100.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.100.0 15 Sep 2011 12:33:27 |
cs |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
0.100.0 21 Mar 2011 21:47:16 |
glarkin |
- Updated to 0.100.0
Changes: https://launchpad.net/bzr-gtk/trunk/0.100.0
- Restored missing pkg-plist entry
PR: ports/155222
Submitted by: C-S <c-s@c-s.li> |
0.99.0 22 Aug 2010 06:20:40 |
lwhsu |
- Update to 0.99.0
PR: ports/149824
Submitted by: C-S <c-s AT c-s.li> (maintainer) |
0.98.0 09 Aug 2010 13:10:38 |
arved |
Mark IGNORE, does not work with latest version of bzr
PR: 149461
Submitted by: maintainer |
0.98.0 22 May 2010 07:16:15 |
wen |
- Pass maintainership to new voluteer
PR: porrts/145667 |
0.98.0 20 May 2010 08:31:40 |
wen |
- Update to 0.98
PR: ports/145667
Submitted by: C-S <c-s@c-s.li>
Approved by: maintainer |
0.97.0_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.97.0_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.97.0 03 Sep 2009 19:12:14 |
miwi |
- Update to 0.97.0
PR: 138426
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz>(maintainer) |
0.94.0_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.94.0_1 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.94.0 15 May 2008 20:29:33 |
miwi |
- Update to 0.94.0
PR: 123713
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer) |
0.93.0 20 Jan 2008 21:56:07 |
miwi |
- Update to 0.93.0
PR: 119146
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer) |
0.91.0 30 Sep 2007 10:20:41 |
lme |
Update to 0.91.0
PR: ports/116712
Submitted by: Radim Kolar <hsn (at) sendmail.cz>
Approved by: miwi (mentor) |
0.90.0 01 Sep 2007 21:54:24 |
pav |
- Update to 0.90.0
PR: ports/115929
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer) |
0.18.0 22 Jul 2007 00:30:26 |
pav |
- Update to 0.18.0
PR: ports/114750
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer) |
0.17.0 04 Jul 2007 07:56:05 |
miwi |
- Update to 0.17.0
PR: 114190
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer) |
0.16.0 30 May 2007 06:08:45 |
miwi |
- Update to 0.16.0
PR: 113085
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer) |
0.15.2_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.15.2 10 Apr 2007 18:20:00 |
lwhsu |
- Update to 0.15.2 [1]
- Some portlint(1) fix
PR: 111449 [1]
Submitted by: Radim Kolar SF.NET <hsn AT sendmail.cz> (maintainer) [1]
Approved by: clsung (mentor) |
0.14.0_1 23 Mar 2007 19:23:07 |
rafan |
- Fix path in .desktop file
PR: ports/110719
Submitted by: Radim Kolar <hsn at sendmail.cz> (maintainer) |
0.14.0 18 Mar 2007 11:51:16 |
miwi |
bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces
to most Bazaar operations.
WWW: http://bazaar-vcs.org/bzr-gtk
PR: ports/110450
Submitted by: Radim Kolar <hsn at sanatana.dharma> |