Port details |
- cocot Code Converter on TTY
- 20120313_1 converters
=0 Version 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: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- 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
¦ ¦ ¦ ¦ 
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- 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):
- This port has no dependencies.
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
20120313_1 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 ) |
20120313_1 20 Jul 2022 14:21:03
    |
Tobias C. Berner (tcberner)  |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
20120313_1 16 Oct 2021 09:51:39
    |
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
20120313_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20120313_1 02 Nov 2020 22:07:22
  |
rene  |
Return knu@'s ports to the pool after his commit bit was safekept. |
20120313_1 08 Dec 2016 19:23:25
  |
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. |
20120313 27 Nov 2016 08:24:15
  |
knu  |
Fetch a distfile directly from GitHub |
20120313 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 |
20120313 02 Mar 2015 23:09:43
  |
bapt  |
Remove Authors from pkg-descr |
20120313 20 Oct 2014 09:37:01
  |
bapt  |
Cleanup plist |
20120313 07 May 2014 12:39:41
  |
knu  |
Use ICONV_PREFIX instead of LOCALBASE to avoid picking GNU libiconv. |
20120313 09 Apr 2014 02:01:31
  |
knu  |
Add LICENSE. |
20120313 07 Mar 2014 15:59:54
  |
bapt  |
Convert c* to USES=zip |
20120313 09 Jan 2014 13:23:06
  |
bapt  |
Support stage
Use bsdtar to extract the zip file |
20120313 03 Jan 2014 16:12:21
  |
adamw  |
Convert converters to MDOCS and MEXAMPLES |
20120313 20 Sep 2013 16:05:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
20120313 27 Apr 2013 08:50:47
  |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
20120313 18 Apr 2012 06:17:16
 |
knu  |
Update to 20120313. |
20080315 24 Oct 2011 09:11:38
 |
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 |
20080315 23 Sep 2011 22:26:39
 |
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 |
20080315 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
20080315 02 Sep 2008 10:05:18
 |
knu  |
Update to 20080315. |
20041220 28 Feb 2008 11:07:31
 |
knu  |
Update addresses. |
20041220 24 Jul 2007 06:02:40
 |
knu  |
Add cocot, a code converter on TTY. It transparently filters
characters on a TTY converting from one encoding to another. |