Port details |
- geany-plugin-workbench Geany plugin: manage multiple projects in geany
- 1.38_1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: madpilot@FreeBSD.org
 - Port Added: 2017-11-21 17:59:43
- Last Update: 2021-12-04 12:07:30
- Commit Hash: 83af587
- License: not specified in port
- Description:
- The Workbench plugin is an extension that makes it possible to
manage multiple projects in geany. You can add geany projects to a
workbench. From there you can add directories to the project to
manage the files belonging to the project.
WWW: https://plugins.geany.org/workbench.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- geany-plugin-workbench>0:devel/geany-plugin-workbench
- To install the port:
- cd /usr/ports/devel/geany-plugin-workbench/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/geany-plugin-workbench
- pkg install geany-plugin-workbench
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: geany-plugin-workbench
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1633817856
SHA256 (geany-plugins-1.38.tar.bz2) = 1c578a7ebb390aa8882f195acd3d8da3ceb73925d291b28dec90cd3e5fd20586
SIZE (geany-plugins-1.38.tar.bz2) = 3414888
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- intltool-extract : textproc/intltool
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libgit2.so : devel/libgit2
- libgeany.so : devel/geany
- libharfbuzz.so : print/harfbuzz
- libgeanypluginutils.so : devel/geany-plugin-utilslib
- libatk-1.0.so : accessibility/atk
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- This port is required by:
- for Run
-
- devel/geany-plugins
- Configuration Options:
- No options to configure
- Options name:
- devel_geany-plugin-workbench
- USES:
- gettext-tools gmake gnome libtool pkgconfig tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Dec 2021 12:07:30 1.38_1 |
Matthias Fechner (mfechner)  |
*/*: bump ports depending on libgit2 |
10 Oct 2021 16:24:18 1.38 |
Guido Falsi (madpilot)  |
devel/geany*: Update to 1.38
- Removed flavoring, upstream dropped gtk2 support, so the ports
are now gtk3 only
- Removed geany-plugin-multiterm that is gtk2 only and cannot work
with gtk3 only geany
- Use https scheme for main master site |
07 Apr 2021 08:09:01 1.37_1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.37_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Apr 2021 07:51:01 1.37_1 |
Matthias Fechner (mfechner)  |
Update libgit2 to 1.1.0.
This update is also required for www/gitlab-ce 13.10 upgrade.
Changelog:
https://github.com/libgit2/libgit2/releases/tag/v1.1.0
PR: 252098 |
26 Oct 2020 08:54:49
1.37 |
madpilot  |
- Update geany and geany-plugins to 1.37
- Remove patches included upstream
NOTE: after this release the geany project is phasing out GTK2
support. Most probably the next release will be GTK3 only, and any
plugins not ported to GTK3 will be removed. |
19 Apr 2020 03:55:23
1.36_2 |
tobik  |
devel/libgit2: Update to 1.0.0
Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2
Approved by: mfechner (maintainer)
Differential Revision: https://reviews.freebsd.org/D24471 |
19 Mar 2020 05:47:59
1.36_1 |
tobik  |
devel/libgit2: Update to 0.99.0
- Switch to the release tarballs libgit2 now publishes
- Drop CURL option since it is no longer used
- Use system libpcre instead of the bundled one
- Hook up tests
- Bump consumers for ABI changes
Changes: https://github.com/libgit2/libgit2/releases/tag/v0.99.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2/ |
30 Sep 2019 11:40:07
1.36 |
madpilot  |
Update geany and geany-plugins to 1.36.
The geany-plugin-debugger port now supports gtk3 and has a gtk3 flavor. |
21 Nov 2017 17:59:25
1.32 |
madpilot  |
- Update devel/geany and it's plugins to 1.32
- Added new "workbench" plugin
- Added utilslib special plugin to install an extra library and
some code to handle the dependency in the common Makefile
- Update project home pages to use https (thanks to amdmi3)
- Projectorganizer plugin dropped custom icons, using stock ones now |