Port details |
- gpp The Generic Preprocessor
- 2.24_1 textproc =2 2.24_1Version of this port present on the latest quarterly branch.
- Maintainer: jos@catnook.com
- Port Added: 2001-09-12 10:40:51
- Last Update: 2024-02-26 07:47:17
- Commit Hash: e4a8886
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://www.nothingisreal.com/gpp/
- Description:
- gpp is a general-purpose preprocessor with customizable syntax, suitable for a
wide range of preprocessing tasks. Its independence on any programming
language makes it much more versatile than cpp, while its syntax is lighter
and more flexible than that of m4.
gpp is targeted at all common preprocessing tasks where cpp is not suitable
and where no very sophisticated features are needed. In order to be able to
process equally efficiently text files or source code in a variety of
languages, the syntax used by gpp is fully customizable. The handling of
comments and strings is especially advanced.
- ¦ ¦ ¦ ¦
- 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/gpp/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/gpp
- pkg install gpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gpp
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gpp-2.24.tar.bz2) = 9bc2db874ab315ddd1c03daba6687f5046c70fb2207abdcbd55d0e9ad7d0f6bc
SIZE (gpp-2.24.tar.bz2) = 114880
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:
- textproc_gpp
- USES:
- tar:bzip2
- 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 |
2.24_1 26 Feb 2024 07:47:17 |
Muhammad Moinur Rahman (bofh) |
textproc/gpp: 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) |
2.24 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 ) |
2.24 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 ) |
2.24 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.24 29 Jul 2014 21:43:18 |
adamw |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.24 27 Jan 2014 23:49:29 |
mat |
Convert to staging.
Sponsored by: Absolight |
2.24 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.24 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
2.24 04 Apr 2007 02:45:42 |
clsung |
- fix MASTER_SITES
PR: ports/111154
Submitted by: Jason Harris <jharris_AT_widomaker dot com>
Approved by: maintainer (Jos Backus) |
2.24 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
2.24 28 May 2005 08:11:13 |
jylefort |
Update to 2.24
PR: ports/81571
Submitted by: maintainer |
2.22 07 Mar 2004 19:35:56 |
krion |
- Fix WWW: line
PR: ports/63891
Submitted by: maintainer |
2.22 01 Mar 2004 06:10:05 |
krion |
- Update to version 2.22
PR: ports/63553
Submitted by: maintainer |
2.1 20 Feb 2003 19:41:12 |
obraun |
De-pkg-comment.
PR: ports/48491
Submitted by: maintainer |
2.1 19 Jun 2002 08:18:10 |
sobomax |
Add USE_REINPLACE where appropriate. |
2.1 18 Jun 2002 09:07:06 |
pat |
PERL -> REINPLACE_CMD
PR: 39386
Submitted by: maintainer |
2.1 20 Apr 2002 20:41:23 |
anders |
Update maintainer e-mail address.
PR: 37294
Submitted by: maintainer |
22 Dec 2001 13:18:23 |
kevlo |
Update to version 2.1 |
12 Sep 2001 14:40:51 |
roam |
Add gpp 2.0 - a generic text pre-processor. |