Port details |
- chpp Non-intrusive full-featured text preprocessor
- 0.3.5_7 textproc =3 0.3.5_7Version 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: unknown
- Last Update: 2023-10-20 21:04:38
- Commit Hash: bddac0b
- People watching this port, also watch:: aclgen, bbjd, cops, autoconf, libunicode
- License: GPLv2+
- WWW:
- https://www.complang.tuwien.ac.at/schani/chpp/
- Description:
- `chpp' is a preprocessor. Therefore, its main purpose is to modify
input text by including other input files and by macro expansion.
What distinguishes `chpp' from other textprocessors are mainly two
features:
* `chpp' is non-intrusive. This means that you can take your
favorite text and it is very unlikely that it will be changed when
piped through `chpp'. Due to this feature it is pretty easy to
start using `chpp' since you can just start writing your text and
need not concern yourself with `chpp' sitting in the background
changing it for no obvious reason.
* `chpp' is not just a package for performing simple macro expansion,
but can indeed be considered a full-fledged programming language.
Most importantly, it provides support for complex data structures,
namely lists and hashes (associative arrays), which can be nested
arbitrarily.
- ¦ ¦ ¦ ¦
- 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/chpp/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/chpp
- pkg install chpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: chpp
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (chpp-0.3.5.tar.gz) = 83c0fa6df9e3810d4a7fbfce1d3eca4d186e4300fd05505ef92c5573b8000810
SIZE (chpp-0.3.5.tar.gz) = 702191
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- makeinfo : print/texinfo
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libgc.so : devel/boehm-gc
- libgnuregex.so.6 : devel/libgnuregex
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for chpp-0.3.5_7:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- textproc_chpp
- USES:
- autoreconf gmake localbase:ldflags makeinfo
- 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.3.5_7 20 Oct 2023 21:04:38 |
Muhammad Moinur Rahman (bofh) |
textproc/chpp: Optional USES=makeinfo
- Utilize USES=makeinfo only when used specially for DOCS only in this
case.
- Utilize USES=localbase
- Pet portclippy |
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.3.5_7 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.3.5_7 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.3.5_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.5_7 10 Jan 2021 17:38:50 |
kevans |
textproc/chpp: fix the build against -CURRENT
libgnuregex has been removed in FreeBSD 13.0. The version in base had a
number of known or likely bugs associated with it, so just use the newer
and more stable port on all supported FreeBSD versions.
PR: 252256
MFH: 2021Q1 |
0.3.5_6 10 Nov 2019 04:50:50 |
linimon |
The original definition of BROKEN dates from r101804, which may as
well be another geological era. Since it builds on armv7 as well
as aarch64, just remove the stanza. I'll monitor its results on
the others. |
0.3.5_6 08 Nov 2019 03:54:11 |
linimon |
Unmark these ports broken on aarch64.
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket) |
0.3.5_6 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.3.5_5 31 Aug 2018 18:27:14 |
fernape |
devel/boehm-gc: update to 7.6.8
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8
* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports
PR: 230577
Submitted by: yasu@utahime.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16704 |
0.3.5_4 01 Jun 2018 10:16:42 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6
PR: 228597
Approved by: portmgr (antoine) |
0.3.5_3 10 Mar 2018 11:22:59 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4
PR: 225560
Submitted by: Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by: cpm
Approved by: portmgr (antoine) |
0.3.5_2 08 Jan 2018 15:20:58 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2
Approved by: portmgr (antoine) |
0.3.5_1 08 Apr 2017 15:47:03 |
linimon |
Now builds on powerpc64. |
0.3.5_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.3.5_1 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.3.5_1 12 Nov 2015 17:23:14 |
amdmi3 |
- Switch to options helpers |
0.3.5_1 28 May 2015 20:30:19 |
amdmi3 |
- Add LICENSE_FILE
- Switch to USES=autoreconf |
0.3.5_1 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
0.3.5_1 26 Jun 2014 09:41:39 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
0.3.5_1 18 Nov 2013 08:09:05 |
bsam |
. use new LIB_DEPENDS syntax;
. USE_GMAKE -> USES=gmake;
. incorporate options;
. unmute EXAMPLES installation;
. support STAGE. |
0.3.5_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.3.5_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.3.5_1 25 May 2012 15:20:07 |
miwi |
- Unbreak for amd64
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support COPYTREE_SHARE
PR: 168046
Submitted by: Ports Fury |
0.3.5 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.3.5 02 Jul 2007 10:18:19 |
danfe |
- Store distfile somewhere else, it's unfetchable from master site now
- Unmute INSTALL_DATA while I'm still at this port |
0.3.5 02 Jul 2007 10:09:18 |
danfe |
Grrr. Sanitize lines order. |
0.3.5 02 Jul 2007 10:07:53 |
danfe |
- Fix the build with modern GCC [1]
- Clean up Makefile, pacify portlint(1)
- Use our standard FOOBARDIR macros in pkg-plist
- Minor pkg-descr nit
Reported by: pointyhat (logs) [1] |
0.3.5 04 Dec 2005 10:58:19 |
edwin |
Add INFO macro |
0.3.5 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
0.3.5 23 Feb 2004 03:53:37 |
kris |
Broken on !i386: Does not compile |
0.3.5 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.3.5 20 Feb 2003 19:11:26 |
knu |
De-pkg-comment. |
0.3.5 29 Sep 2002 08:07:47 |
ijliao |
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
24 Dec 2001 10:37:45 |
dirk |
portlint: remove extra whitespaces before end of line. |
24 Dec 2001 02:17:17 |
pat |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
05 Feb 2001 16:35:27 |
olgeni |
More style fixes for ports/textproc. |
26 Nov 2000 15:39:14 |
kevlo |
Update MASTER_SITES and WWW. |
08 Oct 2000 07:29:51 |
asami |
Convert category textproc to new layout. |
08 Jul 2000 01:26:17 |
dannyboy |
Paraphrased from the PR: fixes MASTER_SITES, respects CC/CFLAGS, doesn't
install GPL COPYING, and adds a WWW line to pkg/DESCR. |
29 Jun 2000 08:03:02 |
obrien |
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site. |