notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
cutils Miscellaneous C programmer's utilities
1.6_2 devel on this many watch lists=6 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.6_1Version 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 search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2024-02-23 10:01:33
Commit Hash: d8011b8
People watching this port, also watch:: ctags, autoconf, zip, gmake
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (20 items)
Collapse this list.
  1. /usr/local/share/licenses/cutils-1.6_2/catalog.mk
  2. /usr/local/share/licenses/cutils-1.6_2/LICENSE
  3. /usr/local/share/licenses/cutils-1.6_2/BSD2CLAUSE
  4. bin/cdecl
  5. bin/chilight
  6. bin/cobfusc
  7. bin/cundecl
  8. bin/cunloop
  9. bin/yyextract
  10. bin/yyref
  11. share/man/man1/cdecl.1.gz
  12. share/man/man1/chilight.1.gz
  13. share/man/man1/cobfusc.1.gz
  14. share/man/man1/cundecl.1.gz
  15. share/man/man1/cunloop.1.gz
  16. share/man/man1/yyextract.1.gz
  17. share/man/man1/yyref.1.gz
  18. @owner
  19. @group
  20. @mode
Collapse this list.
Dependency lines:
  • cutils>0:devel/cutils
Conflicts:
CONFLICTS:
  • cdecl
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
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):
cutils
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6_21.6_21.6_11.6_21.6_2-1.6_1-
FreeBSD:13:quarterly1.6_11.6_11.6_11.6_11.6_11.6_11.6_11.6_1
FreeBSD:14:latest1.6_21.6_21.6_11.6_21.6_21.6_1-1.6_1
FreeBSD:14:quarterly1.6_11.6_1-1.6_11.6_11.6_11.6_11.6_1
FreeBSD:15:latest1.6_21.6_2n/a1.6_1n/a1.6_11.6_11.6_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. makeinfo : print/texinfo
Runtime dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. http://www.sigala.it/sandro/files/
Collapse this list.

Number of commits found: 33

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6_2
23 Feb 2024 10:01:33
commit hash: d8011b80a5ad710e0a63c81aff2647c4d53f0ed0commit hash: d8011b80a5ad710e0a63c81aff2647c4d53f0ed0commit hash: d8011b80a5ad710e0a63c81aff2647c4d53f0ed0commit hash: d8011b80a5ad710e0a63c81aff2647c4d53f0ed0 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/cutils: Moved man to share/man

Approved by:    portmgr (blanket)
1.6_1
21 Oct 2023 10:10:50
commit hash: 232a91bc53512c4b8bef90d17816a65170d3d74bcommit hash: 232a91bc53512c4b8bef90d17816a65170d3d74bcommit hash: 232a91bc53512c4b8bef90d17816a65170d3d74bcommit hash: 232a91bc53512c4b8bef90d17816a65170d3d74b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/cutils: Optionize INFO

- Add LICENSE BSD2CLAUSE
- Pet portclippy
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.6_1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.6_1
29 Oct 2021 09:50:18
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a files touched by this commit
Stefan Eßer (se) search for other commits by this committer
*/*: 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
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.6_1
10 Nov 2018 18:12:58
Revision:484628Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:484353Original commit files touched by this commit
rene search for other commits by this committer
Return tj's ports to the pool after his commit bit got safekept.
1.6
28 Jul 2017 21:45:20
Revision:446854Original commit files touched by this commit
jkim search for other commits by this committer
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
Revision:363362Original commit files touched by this commit
adamw search for other commits by this committer
Rename all patches that contain '::' as a path separator, and use
'__' instead.
1.6
25 Jun 2014 08:58:09
Revision:359209Original commit files touched by this commit
bapt search for other commits by this committer
Fix build on system built WITHOUT_INFO

With hat:	portmgr
1.6
23 Jan 2014 00:03:34
Revision:340755Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
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
Original commit files touched by this commit
eadler search for other commits by this committer
Add missing conflicts

Submitted by:   Sulev-Madis "ketas" Silber <madis555@hot.ee>
Approved by:    tj (maintainer)
1.6
31 May 2012 19:40:19
Original commit files touched by this commit
tj search for other commits by this committer
Update my email address.

Approved by:    eadler (mentor)
1.6
16 May 2012 03:06:40
Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Pass maintainership to submitter

PR:             ports/167937
Submitted by:   Tom Judge <tom@tomjudge.com>
1.6
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.6
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
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
Original commit files touched by this commit
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
1.6
18 Nov 2007 22:37:50
Original commit files touched by this commit
ade search for other commits by this committer
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
Original commit files touched by this commit
edwin search for other commits by this committer
Remove install-info from Makefile, it's automatically done when INFO is defined
1.6
24 Nov 2005 15:40:04
Original commit files touched by this commit
pav search for other commits by this committer
- Add some SHA256 checksums
1.6
31 Oct 2005 19:39:01
Original commit files touched by this commit
krion search for other commits by this committer
Fix WWW: line.

PR:             ports/88286
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
1.6
13 Oct 2004 15:28:24
Original commit files touched by this commit
leeym search for other commits by this committer
- replace pkg-plist with INFO and PLIST_FILES
- add WWW in pkg-descr
1.6
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
1.6
20 Feb 2003 17:07:10
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.6
07 Nov 2002 03:10:58
Original commit files touched by this commit
adamw search for other commits by this committer
Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:     me
Approved by:            pat
07 Nov 2001 11:46:26
commit hash: fp1.20541@dev.null.freshports.orgcommit hash: fp1.20541@dev.null.freshports.orgcommit hash: fp1.20541@dev.null.freshports.orgcommit hash: fp1.20541@dev.null.freshports.org files touched by this commit
tg search for other commits by this committer
Upgrade to 1.6. Change maintainer to ports@, Sandro Sigala is no longer  
running FreeBSD.    
08 Oct 2000 02:10:04
commit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
13 Aug 2000 13:24:37
commit hash: fp1.2892@dev.null.freshports.orgcommit hash: fp1.2892@dev.null.freshports.orgcommit hash: fp1.2892@dev.null.freshports.orgcommit hash: fp1.2892@dev.null.freshports.org files touched by this commit
alex search for other commits by this committer
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
commit hash: fp1.859@dev.null.freshports.orgcommit hash: fp1.859@dev.null.freshports.orgcommit hash: fp1.859@dev.null.freshports.orgcommit hash: fp1.859@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
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
commit hash: fp1.749@dev.null.freshports.orgcommit hash: fp1.749@dev.null.freshports.orgcommit hash: fp1.749@dev.null.freshports.orgcommit hash: fp1.749@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
@dirrm share/cutils/cinfo   @dirrm share/cutils    

Number of commits found: 33