notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
purple-googlechat Google Chat Plugin for libpurple
g20221106_1 net-im on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout g20221106Version of this port present on the latest quarterly branch.
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 search for ports maintained by this maintainer
Port Added: 2021-12-08 10:51:09
Last Update: 2023-04-25 15:17:15
Commit Hash: feb1fa3
License: GPLv3+
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. lib/purple-2/libgooglechat.so
  2. share/pixmaps/pidgin/protocols/16/googlechat.png
  3. share/pixmaps/pidgin/protocols/22/googlechat.png
  4. share/pixmaps/pidgin/protocols/48/googlechat.png
  5. @ldconfig
  6. /usr/local/share/licenses/purple-googlechat-g20221106_1/catalog.mk
  7. /usr/local/share/licenses/purple-googlechat-g20221106_1/LICENSE
  8. /usr/local/share/licenses/purple-googlechat-g20221106_1/GPLv3+
Collapse this list.
Dependency lines:
  • purple-googlechat>0:net-im/purple-googlechat
To install the port:
cd /usr/ports/net-im/purple-googlechat/ && make install clean
To add the package, run one of these commands:
  • pkg install net-im/purple-googlechat
  • pkg install purple-googlechat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: purple-googlechat
Flavors: there is no flavor information for this port.
distinfo:

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libjson-glib-1.0.so : devel/json-glib
  2. libprotobuf-c.so : devel/protobuf-c
  3. libpurple.so : net-im/libpurple
  4. libglib-2.0.so : devel/glib20
  5. libintl.so : devel/gettext-runtime
There are no ports dependent upon this port

Configuration Options:
Options name:
USES:
pkg-message:
For install:
WWW: https://github.com/EionRobb/purple-googlechat
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/EionRobb/purple-googlechat/tar.gz/b6b824a?dummy=/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20221106_1
25 Apr 2023 15:17:15
commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
g20221106
14 Feb 2023 17:12:10
commit hash:5e5fba112203d9fb16f66125edbb61ab6b2d2d0ccommit hash:5e5fba112203d9fb16f66125edbb61ab6b2d2d0ccommit hash:5e5fba112203d9fb16f66125edbb61ab6b2d2d0ccommit hash:5e5fba112203d9fb16f66125edbb61ab6b2d2d0c files touched by this commit
Mikhail Teterin (mi) search for other commits by this committer
net-im/purple-googlechat: Upgrade to Nov 2022 snapshot
g20211018
30 Oct 2022 13:22:25
commit hash:6f9ecc04ad359bf3cc9c6cf46caecb984f070799commit hash:6f9ecc04ad359bf3cc9c6cf46caecb984f070799commit hash:6f9ecc04ad359bf3cc9c6cf46caecb984f070799commit hash:6f9ecc04ad359bf3cc9c6cf46caecb984f070799 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
Author: Jose G. Juanino
*/*: drop maintainership

PR:		267431
07 Sep 2022 21:58:51
commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
g20211018
07 Sep 2022 21:10:59
commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
g20211018
08 Dec 2021 10:48:52
commit hash:c6af9d33ffc7c77184a2591db7b4be5a7663a151commit hash:c6af9d33ffc7c77184a2591db7b4be5a7663a151commit hash:c6af9d33ffc7c77184a2591db7b4be5a7663a151commit hash:c6af9d33ffc7c77184a2591db7b4be5a7663a151 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
Author: Jose G. Juanino
net-im/purple-googlechat: New port: Google Chat plugin for libpurple

WWW: https://github.com/EionRobb/purple-googlechat/

PR:		259687
Approved by:	mentors (implicit)

Number of commits found: 6