Port details |
- c2html C-language sources to HTML converter
- 0.9.6_1 textproc =8 0.9.6_1Version of this port present on the latest quarterly branch.
- Maintainer: mkamm@gmx.net
- Port Added: unknown
- Last Update: 2024-02-26 07:44:43
- Commit Hash: e62c2f5
- People watching this port, also watch:: gnupg, png, unzip, gmake, m4
- Also Listed In: www
- License: GPLv2
- WWW:
- http://user.cs.tu-berlin.de/~schintke/x2html/
- Description:
- C2html is a syntax highlighter for C source code that produces a
highlighted html file as output.
C2html offers the following features:
- fast (single pass conversion using flex)
- doesn't change formatting - only adds <FONT COLOR=#XXXX> tags
and properly escapes non-ascii characters
- easy integration with webservers - browse your sources colourized!
- gzips http output for browsers to save bandwidth (only in CGI mode)
- documentation and manpage included
Please use the java2html port for converting C++ sources!
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/c2html/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/c2html
- pkg install c2html
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: c2html
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (c2html-0.9.6.tar.gz) = 652924a3030456f8fd0ed4fc5fe424750c7c7d70eb133eac0cecf0ddcbcab85a
SIZE (c2html-0.9.6.tar.gz) = 61195
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 c2html-0.9.6_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_c2html
- 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 |
0.9.6_1 26 Feb 2024 07:44:43 |
Muhammad Moinur Rahman (bofh) |
textproc/c2html: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
0.9.6 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 ) |
0.9.6 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.6 11 Jan 2018 18:09:00 |
danfe |
- Convert to option helper install target (add OPTIONS_DEFINE=DOCS
when it was missing)
- Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN
- Fix some whitespace and formatting bugs along the way |
0.9.6 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.9.6 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 |
0.9.6 24 Sep 2014 12:58:09 |
tijl |
Remove USE_AUTOTOOLS |
0.9.6 26 Jan 2014 11:57:13 |
mat |
- Convert to staging
- Add license
- Rename patch to follow makepatch naming
- Use new options knobs
Sponsored by: Absolight |
0.9.6 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.9.6 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.9.6 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.9.6 23 Mar 2009 08:15:52 |
itetcu |
Use DOCSDIR consistently and repect NOPORTDOCS.
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMails |
0.9.6 04 Jun 2006 16:06:39 |
erwin |
Update to 0.9.6
PR: 98490
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer |
0.9.5 01 May 2006 16:46:23 |
krion |
Update to 0.9.5
Use DOCSDIR macro in plist.
PR: ports/96586
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> |
0.9.2 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.9.2 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.9.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.9.2 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.9.2 21 Feb 2003 13:42:50 |
knu |
De-pkg-comment. |
21 Feb 2001 17:14:41 |
roam |
``Homepage:'' -> ``WWW:'' |
05 Feb 2001 16:35:27 |
olgeni |
More style fixes for ports/textproc. |
08 Oct 2000 07:29:51 |
asami |
Convert category textproc to new layout. |
28 May 2000 05:11:34 |
steve |
Update to version 0.9.2. |