Port details |
- cppi Tool to indent the C preprocessor directives
- 1.18_2 devel
=3 1.18_2Version 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: 2006-11-08 23:13:21
- Last Update: 2024-02-23 10:01:31
- Commit Hash: d3282f7
- People watching this port, also watch:: ssss, ocaml-ocurl, autoconf, dmtx-utils, gnupg1
- License: not specified in port
- Description:
- A tool to indent the C preprocessor directives to reflect their
nesting and ensure that there is exactly one space character between
each #if, #elif, #define directive and the following token.
¦ ¦ ¦ ¦ 
- 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/devel/cppi/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cppi
- pkg install cppi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cppi
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cppi-1.18.tar.xz) = 12a505b98863f6c5cf1f749f9080be3b42b3eac5a35b59630e67bea7241364ca
SIZE (cppi-1.18.tar.xz) = 515664
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
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cppi-1.18_2:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- devel_cppi
- USES:
- charsetfix gmake tar:xz gettext
- 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 |
1.18_2 23 Feb 2024 10:01:31
    |
Muhammad Moinur Rahman (bofh)  |
devel/cppi: Moved man to share/man
Approved by: portmgr (blanket) |
1.18_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.18_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.18_1 16 Mar 2020 14:44:44
  |
swills  |
devel/cppi: remove unnecessary REINPLACE_CMD |
1.18_1 04 Nov 2019 21:21:04
  |
rene  |
Returns johans's ports to the pool after safekeeping his commit bit. |
1.18_1 08 Dec 2016 19:52:20
  |
tijl  |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.18 29 Jul 2014 21:07:40
  |
adamw  |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
1.18 28 Dec 2013 21:35:57
  |
johans  |
Enable stage support |
20 Sep 2013 17:03:27

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.18 29 Jul 2013 13:03:45
  |
danfe  |
- Unbreak parallel (-jX) builds (have to use GNU make)
- Generally cleanup and modernize the port while here
Reported by: pointyhat-west |
1.18 14 Jun 2013 12:02:06
  |
miwi  |
- Add charsetfix to fix build
Reported by: pkg (dev_mode) |
1.18 24 Apr 2013 18:10:32
  |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.18 17 Mar 2013 13:38:31
  |
johans  |
Update cppi to 1.18 |
1.17 02 Sep 2012 11:14:26
  |
johans  |
- Update cppi to 1.17
- Reduce Makefile header |
1.16 27 Jun 2012 20:58:20
 |
johans  |
Convert to new options framework |
1.16 30 Jan 2012 20:21:37
 |
johans  |
Update GNU cppi to version 1.16
- Add a patch to fix charset.alias location
- Move PLIST to a separate file, including optional translation files |
1.15 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 |
1.15 11 Jun 2011 13:22:22
 |
johans  |
- Update cppi to 1.15
- Update MASTER_SITE_SUBDIR
- Register USE_GETTEXT and honour WITHOUT_NLS
- Grab maintainership |
1.12 25 Oct 2010 20:09:07
 |
trasz  |
Drop maintainership for ports I can't maintain anymore. |
1.12 23 Jul 2007 09:36:52
 |
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
1.12 11 Jul 2007 22:06:17
 |
trasz  |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
1.12 13 Apr 2007 13:03:49
 |
trasz  |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
1.12 29 Jan 2007 19:05:07
 |
gabor  |
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.
Approved by: portmgr (erwin), erwin (mentor) |
1.12 08 Nov 2006 23:12:55
 |
miwi  |
A tool to indent the C preprocessor directives to reflect their
nesting and ensure that there is exactly one space character between
each #if, #elif, #define directive and the following token.
PR: ports/105184
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> |