Port details |
- cocot Code Converter on TTY
- 20120313_1 converters
=0 20120313_1Version 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
 - Port Added: 2007-07-24 06:02:48
- Last Update: 2021-10-16 09:51:39
- Commit Hash: 4460cf7
- License: BSD3CLAUSE
- Description:
- This is a code converter on TTY. It transparently filters a TTY
converting characters from one encoding to another.
e.g.
$ cocot -p euc-jp -t utf-8 screen -xRR wb
WWW: https://github.com/vmi/cocot
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/converters/cocot/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/cocot
- pkg install cocot
- PKGNAME: cocot
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1480234398
SHA256 (vmi-cocot-cocot-1.1-20120313_GH0.tar.gz) = bc67576b04a753c49ec563c30fb0cc383e9ce7a3db9295a384b7f77fcc1a57b8
SIZE (vmi-cocot-cocot-1.1-20120313_GH0.tar.gz) = 214205
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for cocot-20120313_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- converters_cocot
- USES:
- iconv
- 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 |
16 Oct 2021 09:51:39 20120313_1
|
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
06 Apr 2021 14:31:07 20120313_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
02 Nov 2020 22:07:22
20120313_1
|
rene  |
Return knu@'s ports to the pool after his commit bit was safekept. |
08 Dec 2016 19:23:25
20120313_1
|
tijl  |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
27 Nov 2016 08:24:15
20120313
|
knu  |
Fetch a distfile directly from GitHub |
14 May 2015 10:15:09
20120313
|
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 |
02 Mar 2015 23:09:43
20120313
|
bapt  |
Remove Authors from pkg-descr |
20 Oct 2014 09:37:01
20120313
|
bapt  |
Cleanup plist |
07 May 2014 12:39:41
20120313
|
knu  |
Use ICONV_PREFIX instead of LOCALBASE to avoid picking GNU libiconv. |
09 Apr 2014 02:01:31
20120313
|
knu  |
Add LICENSE. |
07 Mar 2014 15:59:54
20120313
|
bapt  |
Convert c* to USES=zip |
09 Jan 2014 13:23:06
20120313
|
bapt  |
Support stage
Use bsdtar to extract the zip file |
03 Jan 2014 16:12:21
20120313
|
adamw  |
Convert converters to MDOCS and MEXAMPLES |
20 Sep 2013 16:05:25
20120313
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
27 Apr 2013 08:50:47
20120313
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
18 Apr 2012 06:17:16
20120313
|
knu  |
Update to 20120313. |
24 Oct 2011 09:11:38
20080315
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
23 Sep 2011 22:26:39
20080315
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
20 Mar 2011 12:54:45
20080315
|
miwi  |
- Get Rid MD5 support |
02 Sep 2008 10:05:18
20080315
|
knu  |
Update to 20080315. |
28 Feb 2008 11:07:31
20041220
|
knu  |
Update addresses. |
24 Jul 2007 06:02:40
20041220
|
knu  |
Add cocot, a code converter on TTY. It transparently filters
characters on a TTY converting from one encoding to another. |