Port details |
- coyim Safe and secure by default chat client
- 0.3.11_6 net-im
=0 0.3.11_5Version of this port present on the latest quarterly branch. - Maintainer: fox@FreeBSD.org
 - Port Added: 2019-04-26 11:13:04
- Last Update: 2022-06-07 21:56:10
- Commit Hash: 309cdec
- License: GPLv3
- Description:
- CoyIM is a chat client that is safe and secure by default: no
settings to change, no plugins to install, no computer configuration
to change.
WWW: https://coy.im
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net-im/coyim/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/coyim
- pkg install coyim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: coyim
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1555206035
SHA256 (coyim-coyim-v0.3.11_GH0.tar.gz) = 4717901462f027578369358c8772eb5b14e22f053fc30e4c9dbcc2b053374a41
SIZE (coyim-coyim-v0.3.11_GH0.tar.gz) = 3803018
- 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:
-
- go118 : lang/go118
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- 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
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for coyim-0.3.11_6:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- net-im_coyim
- USES:
- gnome go pkgconfig gettext
- 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 |
07 Jun 2022 21:56:10 0.3.11_6
|
Dmitri Goutnik (dmgk)  |
*/*: Bump port revisons after lang/go{117,118} update |
30 Mar 2022 07:01:44 0.3.11_5
|
Guangyuan Yang (ygy)  |
*/*: Bump PORTREVISION after lang/go 1.18 update |
31 Aug 2021 04:02:17 0.3.11_4
|
Alexey Dokuchaev (danfe)  |
Cleanup: for ports under n* categories, drop redundant GH_* knobs. |
07 Apr 2021 19:03:06 0.3.11_4
|
Santhosh Raju (fox)  |
net-im/coyim: Applies the correct fix for gotk3 from upstream.
As of Golang 1.16, the cgo tool will no longer try to translate C struct
bitfields into Go struct fields, even if their size can be represented
in Go. The order in which C bitfields appear in memory is implementation
dependent, so in some cases the cgo tool produced results that were
silently incorrect.
In this case "accel_flags" is the bitwise field in question. A new
declaration for GtkAccelKey structure that does not explicitly access
to 'accel_flags' has been addressed in the patch.
https://github.com/gotk3/gotk3/pull/730
Patch will be removed when vendor library will be updated. |
07 Apr 2021 13:06:12 0.3.11_4
|
Santhosh Raju (fox)  |
net-im/coyim: Fixes the broken build.
Remove the missing accel_flags for now from gotk3 vendor library. |
07 Apr 2021 08:09:01 0.3.11_3
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.3.11_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
16 Nov 2019 12:52:40
0.3.11_3
|
dmgk  |
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854 |
18 Oct 2019 13:07:37
0.3.11_2
|
tobik  |
Drop nop INSTALLATION_DIRS pkgsrcism |
21 Sep 2019 14:05:18
0.3.11_2
|
fox  |
net-im/coyim: Updates the maintainer email.
Approved by: philip (mentor) |
30 Aug 2019 22:07:27
0.3.11_2
|
tobik  |
net-im/coyim: Makefile cleanup
- Clean up by running portlint(1) and portfmt(1)
- Remove some USES=shebangfix cruft
- Make better use of USES=go while here
- Use ${ECHO_CMD} not ${ECHO} per bsd.commands.mk
PR: 239993
Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) |
29 Jun 2019 03:51:14
0.3.11_2
|
tobik  |
Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746 |
08 Jun 2019 00:51:35
0.3.11_2
|
swills  |
net-im/coyim: Fix missing version number in About dialog
PR: 238290
Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) |
30 Apr 2019 09:09:07
0.3.11_1
|
swills  |
net-im/coyim: Fix GTK tag in Makefile
While here, correct maintainer
PR: 237663
Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) |
26 Apr 2019 11:12:43
0.3.11
|
philip  |
Add net-im/coyim 0.3.11
Safe and secure by default chat client
CoyIM is a chat client that is safe and secure by default: no settings to
change, no plugins to install, no computer configuration to change.
WWW: https://coy.im
PR: 237542
Submitted by: Santhosh Raju <santhosh.raju@gmail.com> |