Port details |
- 6cord Terminal-driven Discord client
- 9.6_14 net-im
=1 9.6_14Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream no longer maintained
This port expired on: 2023-08-25
- Maintainer: lcook@FreeBSD.org
- Port Added: 2019-10-29 22:58:04
- Last Update: 2023-08-25 21:54:52
- Commit Hash: 6aa36bf
- People watching this port, also watch:: tmux, cyrus-sasl-sql, ip2location, mailutils, monit
- License: MPL20
- WWW:
- https://gitlab.com/diamondburned/6cord
- Description:
- Fast, lightweight opensource terminal-driven
client for Discord written in go.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: 6cord
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1679507446
SHA256 (BurntSushi-freetype-go-b763ddbfe298_GH0.tar.gz) = 0c24b0d8afa6970de8a4550e71d0facb6bf29d0a5bda5e8ca471436d3b82e20e
SIZE (BurntSushi-freetype-go-b763ddbfe298_GH0.tar.gz) = 397398
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go120 : lang/go120
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for 6cord-9.6_14:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Install example 6cord configuration file
===> Use 'make config' to modify these settings
- Options name:
- net-im_6cord
- USES:
- go:modules
- pkg-message:
- For install:
- 6cord was successfully installed.
Example configuration:
======================
If you want a persistent login, copy the configuration file to your home directory:
mkdir -p ~/.config/6cord # Create the config directory if non-existent
cp /usr/local/share/examples/6cord/6cord.toml ~/.config/6cord
From there, you can make adjustments to the 6cord.toml configuration file.
It's suggested you replace the token value, rather than use your Discord email
and plain-text password. You will no longer need to provide the '-t' (token), 'u'
(username) or '-p' (password) flag when starting 6cord, depending on the values
you provided in the configuration.
For more information, read the full help-page by running:
6cord -h
Or by going to the repo at:
https://gitlab.com/diamondburned/6cord
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.6_14 25 Aug 2023 21:54:52 |
Muhammad Moinur Rahman (bofh) |
net-im/6cord: Remove expired port
2023-08-25 net-im/6cord: Upstream no longer maintained |
9.6_14 04 Aug 2023 14:24:50 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
9.6_13 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
9.6_13 25 May 2023 01:38:04 |
Lewis Cook (lcook) |
net-im/6cord: Mark as DEPRECATED |
9.6_13 08 Apr 2023 15:13:25 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
9.6_12 24 Mar 2023 20:54:43 |
Robert Clausecker (fuz) |
net-im/6cord: fix build on riscv64
Bump golang.org/x/sys dependency to a version new enough
to support riscv64-freebsd.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket) |
9.6_11 09 Mar 2023 19:18:07 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go ports update |
9.6_10 15 Feb 2023 19:06:01 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
9.6_9 09 Feb 2023 21:55:23 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after GO_DEFAULT update. |
9.6_8 14 Jan 2023 11:31:17 |
Dmitri Goutnik (dmgk) |
all: Bump PORTVERSION after lang/go{118,119} update |
9.6_7 11 Dec 2022 11:17:27 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
9.6_6 06 Oct 2022 19:24:26 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
9.6_5 08 Sep 2022 16:33:18 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
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) |
9.6_4 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 ) |
9.6_4 03 Aug 2022 21:35:13 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
9.6_3 14 Jul 2022 12:46:05 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{117,118} update |
9.6_2 07 Jun 2022 21:56:10 |
Dmitri Goutnik (dmgk) |
*/*: Bump port revisons after lang/go{117,118} update |
9.6_1 30 Mar 2022 07:01:44 |
Guangyuan Yang (ygy) |
*/*: Bump PORTREVISION after lang/go 1.18 update |
9.6 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
9.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
9.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
9.6 22 Jan 2021 10:08:52 |
lcook |
Update MAINTAINER fields for myself (lcook)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28279 |
9.6 22 Jul 2020 17:23:18 |
mikael |
net-im/6cord: fix build on -head
Import upstream patch:
https://github.com/godbus/dbus/commit/efee8394fa9a426004eb24eed1dee80f5efd90af
PR: 247760
Approved by: Lewis Cook (maintainer)
MFH: 2020Q3 (build fix) |
9.6 28 Feb 2020 12:18:48 |
dmgk |
net-im/6cord: Update to 9.6
- Pet portclippy while here
PR: 244475
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) |
9.5_2 11 Dec 2019 14:31:24 |
dmgk |
net-im/6cord: Minor tweaks to Makefile
- Properly format Makefile in accordance to `portclippy`
- Format alignment of OPTIONS_DEFINE
PR: 242365
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) |
9.5_2 11 Dec 2019 14:09:42 |
dmgk |
net-im/6cord: Unbreak on aarch64
===> Building 6cord from .
# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128
http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518685_s355218/logs/errors/6cord-9.5_1.log
Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds support for
freebsd/arm64.
Upstream PR: https://gitlab.com/diamondburned/6cord/merge_requests/21
PR: 242580
Approved by: Lewis Cook <vulcan@wired.sh> (maintainer) |
9.5_1 16 Nov 2019 12:52:40 |
dmgk |
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854 |
9.5 29 Oct 2019 22:57:49 |
dmgk |
New port: net-im/6cord
Fast, lightweight opensource terminal-driven
client for Discord written in go.
WWW: https://gitlab.com/diamondburned/6cord
PR: 241469
Submitted by: Lewis Cook <vulcan@wired.sh>
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D22152 |