Port details |
- hilite Command-line utility to highlight anything printed to stderr
- 1.5 sysutils =2 1.5Version of this port present on the latest quarterly branch.
- Maintainer: ehaupt@FreeBSD.org
- Port Added: 2005-09-22 10:28:30
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://sourceforge.net/projects/hilite/
- Description:
- hilite is a tiny command-line utility which executes the command you specify,
highlighting anything printed to stderr.
It is designed mainly for use with builds, to make warnings and errors stick
out like a sore cliche.
- ¦ ¦ ¦ ¦
- 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/sysutils/hilite/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/hilite
- pkg install hilite
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hilite
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (hilite.c) = e15bdff2605e8d23832d6828a62194ca26dedab691c9d75df2877468c2f6aaeb
SIZE (hilite.c) = 2872
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_hilite
- pkg-message:
- For install:
- You might want to put something like
.if defined(HILITE)
CC= hilite cc
CXX= hilite c++
.endif
in your /etc/make.conf
- Master Sites:
|
Number of commits found: 17
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) |
1.5 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 ) |
1.5 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
1.5 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
1.5 27 May 2015 00:09:56 |
amdmi3 |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket |
1.5 23 Oct 2013 07:14:05 |
ehaupt |
Support staging. |
1.5 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.5 24 Jul 2013 08:19:07 |
ehaupt |
Remove MAKE_JOBS_SAFE which is now default. |
1.5 08 Mar 2013 14:00:31 |
ehaupt |
Remove indefinite article from COMMENT |
1.5 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.5 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
1.5 27 Mar 2009 09:53:36 |
ehaupt |
Mark MAKE_JOBS_SAFE |
1.5 30 Nov 2005 14:01:14 |
ehaupt |
Add SHA256 hashes to my ports |
1.5 06 Oct 2005 11:57:11 |
ehaupt |
Change MAINTAINER address for my ports.
Approved by: novel (mentor) |
1.5 22 Sep 2005 10:27:52 |
garga |
Add hilite 1.5, a command-line utility to highlight anything printed to
stderr.
PR: ports/86420
Submitted by: Emanuel Haupt <ehaupt@critical.ch> |
Number of commits found: 17
|