Port details |
- cutils Miscellaneous C programmer's utilities
- 1.6_2 devel
=8 1.6_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: unknown
- Last Update: 2024-02-23 10:01:33
- Commit Hash: d8011b8
- People watching this port, also watch:: autoconf, ctags, automake, unzip, rar
- License: BSD2CLAUSE
- WWW:
- http://www.sigala.it/sandro/software.php
- Description:
- cutils is a collection of miscellaneous utilities useful
for C programmers. It is composed by the following utilities:
cinfo, cinfoc and cinfodc - C language documentation tools
cdecl and cundecl - decode and encode C type declarations
cobfusc - make a C source file unreadable but compilable
chilight - highlight C source files with colors
cunloop - unloop C loops
yyextract - extract grammar rules from yacc grammar
yyref - yacc grammar reference program
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/cutils/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cutils
- pkg install cutils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cutils
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cutils-1.6.tar.gz) = b26c22f2ca3905579273e132708094e95b4fe2a0576ce4bea8a7cbfc7a0084b8
SIZE (cutils-1.6.tar.gz) = 128722
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:
-
- makeinfo : print/texinfo
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cutils-1.6_2:
INFO=on: Build and/or install GNU info pages
===> Use 'make config' to modify these settings
- Options name:
- devel_cutils
- USES:
- 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 |
1.6_2 23 Feb 2024 10:01:33
    |
Muhammad Moinur Rahman (bofh)  |
devel/cutils: Moved man to share/man
Approved by: portmgr (blanket) |
1.6_1 21 Oct 2023 10:10:50
    |
Muhammad Moinur Rahman (bofh)  |
devel/cutils: Optionize INFO
- Add LICENSE BSD2CLAUSE
- 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) |
1.6_1 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.6_1 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.6_1 29 Oct 2021 09:50:18
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.6_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.6_1 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 |
1.6 06 Nov 2018 21:13:55
  |
rene  |
Return tj's ports to the pool after his commit bit got safekept. |
1.6 28 Jul 2017 21:45:20
  |
jkim  |
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR: 221027
Reviewed by: mat
Approved by: portmgr (antoine) |
1.6 29 Jul 2014 17:12:50
  |
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
1.6 25 Jun 2014 08:58:09
  |
bapt  |
Fix build on system built WITHOUT_INFO
With hat: portmgr |
1.6 23 Jan 2014 00:03:34
  |
bapt  |
Support stage |
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.6 02 Jun 2012 04:49:36
 |
eadler  |
Add missing conflicts
Submitted by: Sulev-Madis "ketas" Silber <madis555@hot.ee>
Approved by: tj (maintainer) |
1.6 31 May 2012 19:40:19
 |
tj  |
Update my email address.
Approved by: eadler (mentor) |
1.6 16 May 2012 03:06:40
 |
tabthorpe  |
- Pass maintainership to submitter
PR: ports/167937
Submitted by: Tom Judge <tom@tomjudge.com> |
1.6 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
1.6 21 Dec 2009 02:19:12
 |
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.6 19 Nov 2009 22:07:43
 |
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.6 18 Nov 2007 22:37:50
 |
ade  |
Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfo
as part of some cleanup work.
Approved by: portmgr (linimon) |
1.6 04 Dec 2005 23:35:14
 |
edwin  |
Remove install-info from Makefile, it's automatically done when INFO is defined |
1.6 24 Nov 2005 15:40:04
 |
pav  |
- Add some SHA256 checksums |
1.6 31 Oct 2005 19:39:01
 |
krion  |
Fix WWW: line.
PR: ports/88286
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> |
1.6 13 Oct 2004 15:28:24
 |
leeym  |
- replace pkg-plist with INFO and PLIST_FILES
- add WWW in pkg-descr |
1.6 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
1.6 20 Feb 2003 17:07:10
 |
knu  |
De-pkg-comment. |
1.6 07 Nov 2002 03:10:58
 |
adamw  |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
07 Nov 2001 11:46:26
    |
tg  |
Upgrade to 1.6. Change maintainer to ports@, Sandro Sigala is no longer
running FreeBSD. |
08 Oct 2000 02:10:04
    |
asami  |
Convert category devel to new layout. |
13 Aug 2000 13:24:37
    |
alex  |
Correct C-macro usage: One of the first lessions you learn is, that you must
not use something like macro(var++) if you don't know the implementation of
the macro. |
09 Jun 2000 22:59:16
    |
asami  |
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my area on
the local ports tree. |
08 Jun 2000 00:49:25
    |
asami  |
@dirrm share/cutils/cinfo @dirrm share/cutils |