Port details |
- geany-plugin-vc Geany plugin: access to different version-control systems
- 2.0 devel =2 2.0Version of this port present on the latest quarterly branch.
- Maintainer: madpilot@FreeBSD.org
- Port Added: 2012-10-06 18:21:21
- Last Update: 2023-10-20 20:27:05
- Commit Hash: cfd23c3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://plugins.geany.org/geanyvc.html
- Description:
- GeanyVC is plugin that provides a uniform way of accessing the
different version-control systems inside Geany IDE. Only small
subset of vc is implemented, but, hey, you don't need anything
besides diff, log, status, revert and commit most time.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- geany-plugin-vc>0:devel/geany-plugin-vc
- To install the port:
- cd /usr/ports/devel/geany-plugin-vc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/geany-plugin-vc
- pkg install geany-plugin-vc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: geany-plugin-vc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1697738173
SHA256 (geany-plugins-2.0.tar.bz2) = 9fc2ec5c99a74678fb9e8cdfbd245d3e2061a448d70fd110a6aefb62dd514705
SIZE (geany-plugins-2.0.tar.bz2) = 3181264
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:
-
- libgtkspell3-3.so : textproc/gtkspell3
- libenchant-2.so : textproc/enchant2
- libgeany.so : devel/geany
- libharfbuzz.so : print/harfbuzz
- libatk-1.0.so : accessibility/at-spi2-core
- 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:
- ===> The following configuration options are available for geany-plugin-vc-2.0:
GTKSPELL=on: Spell checking support via GtkSpell
===> Use 'make config' to modify these settings
- Options name:
- devel_geany-plugin-vc
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0 20 Oct 2023 20:27:05 |
Guido Falsi (madpilot) |
devel/geany-plugins: Update to 2.0
- Remove patches now included upstream
- Slighlt rework comon Makefile dependencies, to reduce dependencies
for geany-plugins-l10n |
1.38_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.38 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.38 10 Oct 2021 16:24:18 |
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 |
1.37 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.37 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.35 30 Apr 2019 08:53:49 |
madpilot |
- Update geany to 1.35
- Update geany-plugins to 1.35 |
1.33_1 09 Dec 2018 17:29:13 |
madpilot |
- Add gtk2 and gtk3 flavors to geany ports
- Make gtk3 the default
NOTE: some plugins are gtk2 only, please check UPDATING.
PR: 226523
Submitted by: Greg V <greg@unrelenting.technology>
Reviewed by: mat
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D18018 |
1.31 14 Nov 2017 09:00:05 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.27 09 Jun 2016 15:24:55 |
madpilot |
Take.
Approved by: makc@ (former maintainer, via email) |
1.25 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.24 08 Mar 2015 18:43:09 |
makc |
devel/geany:
- Update to 1.24.1
- Fix build without NLS option [1]
- Convert to options helpers
devel/geany-plugin*:
- Update to 1.24, add new plugins:
geany-plugin-autoclose
geany-plugin-defineformat
geany-plugin-geanypy
geany-plugin-pairtaghighlighter
geany-plugin-pohelper
- Fix build without NLS option
Reported by: Kamil Szczesny <mailto.kamils@gmail.com> [1] |
1.23_1 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
1.23_1 12 May 2014 08:03:36 |
tijl |
Convert devel/geany* to USES=libtool tar:bzip2.
Approved by: makc |
1.23 23 Oct 2013 13:08:42 |
makc |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes |
1.23 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.23 21 Mar 2013 14:43:24 |
makc |
- Update Geany and plugins to 1.23
- Add ports for new plugins (commander, scope) and localization forgotten
after splitting (geany-plugins-l10n). geanyGDB plugin has been removed
upstream. markdown plugin excluded from ports as it requires currently
missing port for libmarkdown.
- Patch configure script and remove build dependence on shells/bash |
1.22 06 Oct 2012 18:21:00 |
makc |
- Update to 0.21 [1]
- Update to 1.22 and split into geany-plugin-* ports
- Convert to new options framework
- Take maintainership
PR: ports/165494 [1],
ports/171856
Submitted by: Marco Trentini <marco at datasked.com> [1]
Approved by: maintainer timeouts (2 weeks for ports/171856) |