Port details |
- gigolo Frontend to easily manage filesystem connections
- 0.5.3_3 sysutils =4 0.5.3_3Version of this port present on the latest quarterly branch.
- Maintainer: xfce@FreeBSD.org
- Port Added: 2012-12-06 00:03:01
- Last Update: 2024-02-26 05:27:58
- Commit Hash: 7ad3160
- People watching this port, also watch:: xorg-drivers, lua52, py39-pexpect, gvfs, xev
- License: GPLv2
- WWW:
- https://docs.xfce.org/apps/gigolo/start
- Description:
- Gigolo is a frontend to easily manage connections to local and
remote filesystems using GIO/GVfs. It allows you to
quickly connect/mount a remote filesystem and manage bookmarks of such.
It is part of the Xfce project and is hosted at Xfce gitlab server
but does not does not have any hard Xfce dependencies and can be
used on other desktop environments as well.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/gigolo/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/gigolo
- pkg install gigolo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gigolo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1695993364
SHA256 (gigolo-0.5.3.tar.bz2) = d25984f65744665e2433335249f9547a38cead45440027af0c397ebf254d2fd0
SIZE (gigolo-0.5.3.tar.bz2) = 304664
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:
-
- p5-XML-Parser>=0 : textproc/p5-XML-Parser
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- gvfs>=0 : devel/gvfs
- intltool-extract : textproc/intltool
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- x11.pc : x11/libX11
- Runtime dependencies:
-
- gvfs>=0 : devel/gvfs
- x11.pc : x11/libX11
- Library dependencies:
-
- 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
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- x11/xfce4-goodies
Configuration Options:
- ===> The following configuration options are available for gigolo-0.5.3_3:
DOCS=on: Build and/or install documentation
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- sysutils_gigolo
- USES:
- gettext-tools gmake gnome pkgconfig tar:bzip2 xfce xorg gettext-runtime
- 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.5.3_3 26 Feb 2024 05:27:58 |
Muhammad Moinur Rahman (bofh) |
sysutils/gigolo: Moved man to share/man
Approved by: portmgr (blanket) |
0.5.3_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
0.5.3_1 02 Oct 2023 15:53:42 |
Guido Falsi (madpilot) |
XFCE: Cleanup dependencies
- Update xfce.mk to avid forcing too many dependencies on consumers
- Change dependency on garcon to reference libgarcon-1.so (main
library)
- Explicitly add USE_XFCE components to the ports actually needing
them.
- Cleanup dependencies, adding/removing missing/extra dependencies
- Change the referenced library in some LIB_DEPENDS to the actually
linked one (avoids false positives in poudriere Q/A tests)
- Bump PORTREVISION on all touched ports, even indirectly due to
the effect of removing forced dependencies on certain components
- Remove USES=fuse from gigolo. I could not find any kind f reference
to fuse in the code.
- xfce4-bsdcpufreq-plugin: Also remove empty comment at the top of
the Makefile |
0.5.3 29 Sep 2023 20:27:43 |
Guido Falsi (madpilot) |
sysutils/gigolo: Update to 0.5.3
- Add missing dependency [1]
Reported by: poudriere [1] |
0.5.2_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) |
0.5.2 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 ) |
0.5.2 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.5.2 24 Oct 2021 08:13:16 |
Alexey Dokuchaev (danfe) |
sysutils/gigolo: drop ONLY_FOR_ARCHS restriction
With nine items currently on this list, it had clearly outgrown the
intended purpose of this knob.
Also, "does not compile" is not valid ONLY_FOR_ARCHS_REASON, that's
what BROKEN is for. |
0.5.2 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
0.5.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.2 24 Mar 2021 22:49:22 |
madpilot |
- Update gigolo to 0.5.2
- Update pkg-plist, mainly better describe software relation with
xfce and remove obsoleted and misleading reference to Gtk2
- Change WWW to point to a project page with more recent information. |
0.5.1 23 Sep 2020 18:31:11 |
linimon |
Also allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket) |
0.5.1 28 Mar 2020 14:56:47 |
madpilot |
Gigolo reported as building fine on arm.
PR: 245134
Submitted by: mikael |
0.5.1 15 Mar 2020 11:19:35 |
madpilot |
Update gigolo to 0.5.1 |
0.5.0 08 Nov 2019 13:11:05 |
tobik |
sysutils: Add missing USES={gnome,mate,php} |
0.5.0 19 Sep 2019 23:46:34 |
madpilot |
Welcome XFCE 4.14 to the FreeBSD ports tree
- This XFCE release uses almost exclusively gtk3, so the USES=xfce
now defaults to gtk3
- Make x11-themes/gtk-xfce-engine an optional dependency(disabled
by default), it only supports gtk2, so would leave miost of this
XFCE version unthemed.
- Add Greybird as an optional and enabled dependency as a modern
theme supporting both GTK versions and all other XFCE parts
- The xfce4-vala port is deprecated and removed. The VALA bindings
are available in the library ports using the GIR and VAPI options
(on by default)
- Fixed various missing library and portlint warnings (portmgr fixit
blanket)
- Default Display Manager changed to lightdm (Thanks to woodsb02 (Only the first 15 lines of the commit message are shown above ) |
0.4.91 05 Jul 2019 08:09:58 |
madpilot |
Take gigolo under xfce maintainance. |
0.4.91 19 Jun 2019 16:14:27 |
madpilot |
- Simplify XFCE MASTER_SITES usage
- Update XFCE Master sites list
Submitted by: olivierd
Reviewed by: mat
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D8416 |
0.4.91 24 Mar 2019 10:10:02 |
madpilot |
- Update gigolo to 0.4.91
- Sort USES
PR: 236317
Approved by: Maintainer timeout |
0.4.90 26 Dec 2018 18:09:41 |
linimon |
Also reported to build on powerpcspe, which most likely means it will
build on powerpc (32) as well.
Reported by: jhibbits
Approved by: portmgr (tier-2 blanket) |
0.4.90 28 Oct 2018 18:31:05 |
madpilot |
- Update gigolo to 0.4.90
- Fix portlint warning
- Add missing dependencies
- Project moved to GTK3
- Update home page |
0.4.2_1 11 Jun 2018 01:44:15 |
linimon |
Fix port builds for architectures which remain on gcc as the default compiler.
This will primarily help powerpc64.
For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).
Tested for no-harm on amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.4.2_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.4.2_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.4.2_1 05 Mar 2015 22:52:31 |
olivierd |
The FreeBSD Xfce team proudly presents Xfce 4.12.
Announce: http://www.xfce.org/about/news/?post=1425081600
Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)
Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1 (Only the first 15 lines of the commit message are shown above ) |
0.4.2 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
0.4.2 04 Jun 2014 14:14:22 |
nemysis |
These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
deskutils/py-send2trash
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Change license BSD to BSD3CLAUSE
- Use USE_PYDISTUTILS=yes instead of easy_install
- Remove PYDISTUTILS_PKGNAME and add PYDISTUTILS_AUTOPLIST
graphics/founts
(Only the first 15 lines of the commit message are shown above ) |
0.4.2 10 Jan 2014 13:40:12 |
nemysis |
- Update to 0.4.2 [1]
- Change master sites [1]
- Switch from waf to autotools [1]
- Add USES=gmake and USE_GNOME=intlhack [1]
- Remove USE_PYTHON=yes [1]
- Change NLS
- Change REINPLACE_CMD, install conditional DOCS
PR: ports/185620 [1]
Submitted by: olivierd@ |
0.4.1_1 22 Oct 2013 14:01:39 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [st])
Approved by: portmgr (bdrewery) |
0.4.1_1 22 Oct 2013 00:23:35 |
nemysis |
- Change maintainer email to @FreeBSD.org
- USE_GNOME cairo instead of graphics/cairo
- Support STAGEDIR
Approved by: pawel / wg (mentors, implicit) |
0.4.1_1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.4.1_1 18 Sep 2013 08:38:20 |
bapt |
Add an explicit dependency on pkgconf |
0.4.1_1 26 Jun 2013 06:59:57 |
jgh |
- Trim historical header, master sites and pkg-plist
- Add Icons
- Fix docs and nls
- Bump portrevision
PR: 175744 (based on)
Submitted by: nemysis@gmx.ch (maintainer) |
0.4.1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.4.1 06 Dec 2012 00:02:45 |
jgh |
add new port: sysutils/gigolo
Gigolo is a frontend to easily manage connections to local and
remote filesystems using GIO/GVfs. It allows you to
quickly connect/mount a remote filesystem and manage bookmarks of such.
It is part of the Xfce Goodies project and the Subversion respository
is hosted on the Xfce servers though it does not have any hard
Xfce dependencies and can be used on other desktop environments as well.
The only hard dependency is GTK2.
WWW: http://www.uvena.de/gigolo/
PR: 170020
Submitted by: nemysis@gmx.ch
Feature safe: yes |