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
libcii Library from "C Interfaces and Implementations" by David Hanson
1.1 devel on this many watch lists=1 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.1Version of this port present on the latest quarterly branch.
Maintainer: rodrigo@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: python-doc-html, mscompress, pdflib
License: not specified in port
WWW:
http://www.cs.princeton.edu/software/cii/
Description:
This hierarchy contains all the source code from "C Interfaces and Implementations: Techniques for Creating Reusable Software (Addison-Wesley Professional Computing Series, 1997, ISBN 0-201-49841-3). For installation instructions, see install.html. For a summary of the distribution's revision history, see history.html. David R. Hanson http://www.research.microsoft.com/~drh/ FreeBSD note: in /usr/local lib/libcii.a -> lib/cii/1/libcii.a include/cii -> lib/cii/1/include example binaries are in lib/cii/1/examples copyright, history, etc share/doc/cii source of CII share/doc/cii/src source of examples share/doc/cii/examples There is no documentation other than the book and its web site.
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 (103 items)
Collapse this list.
  1. include/cii
  2. lib/libcii.a
  3. lib/cii/1/examples/double
  4. lib/cii/1/examples/calc
  5. lib/cii/1/examples/ids
  6. lib/cii/1/examples/mpcalc
  7. lib/cii/1/examples/wf
  8. lib/cii/1/examples/xref
  9. lib/cii/1/examples/cref
  10. lib/cii/1/examples/iref
  11. lib/cii/1/examples/kref
  12. lib/cii/1/examples/idents
  13. lib/cii/1/examples/words
  14. lib/cii/1/examples/basename
  15. lib/cii/1/examples/dirname
  16. @comment lib/cii/1/examples/sort
  17. @comment lib/cii/1/examples/spin
  18. @comment lib/cii/1/examples/sieve
  19. lib/cii/1/include/ap.h
  20. lib/cii/1/include/arena.h
  21. lib/cii/1/include/arith.h
  22. lib/cii/1/include/array.h
  23. lib/cii/1/include/arrayrep.h
  24. lib/cii/1/include/assert.h
  25. lib/cii/1/include/atom.h
  26. lib/cii/1/include/bit.h
  27. lib/cii/1/include/chan.h
  28. lib/cii/1/include/except.h
  29. lib/cii/1/include/fmt.h
  30. lib/cii/1/include/list.h
  31. lib/cii/1/include/mem.h
  32. lib/cii/1/include/mp.h
  33. lib/cii/1/include/ring.h
  34. lib/cii/1/include/sem.h
  35. lib/cii/1/include/seq.h
  36. lib/cii/1/include/set.h
  37. lib/cii/1/include/stack.h
  38. lib/cii/1/include/str.h
  39. lib/cii/1/include/table.h
  40. lib/cii/1/include/text.h
  41. lib/cii/1/include/thread.h
  42. lib/cii/1/include/xp.h
  43. lib/cii/1/libcii.a
  44. share/doc/cii/CPYRIGHT
  45. share/doc/cii/README
  46. share/doc/cii/examples/basename.c
  47. share/doc/cii/examples/calc.c
  48. share/doc/cii/examples/cref.c
  49. share/doc/cii/examples/double.c
  50. share/doc/cii/examples/getword.c
  51. share/doc/cii/examples/getword.h
  52. share/doc/cii/examples/idents.c
  53. share/doc/cii/examples/ids.c
  54. share/doc/cii/examples/integer.c
  55. share/doc/cii/examples/integer.h
  56. share/doc/cii/examples/iref.c
  57. share/doc/cii/examples/kref.c
  58. share/doc/cii/examples/mpcalc.c
  59. share/doc/cii/examples/sieve.c
  60. share/doc/cii/examples/sort.c
  61. share/doc/cii/examples/spin.c
  62. share/doc/cii/examples/wf.c
  63. share/doc/cii/examples/words.c
  64. share/doc/cii/examples/xref.c
  65. share/doc/cii/history.html
  66. share/doc/cii/install.html
  67. share/doc/cii/makefile
  68. share/doc/cii/packing.lst
  69. share/doc/cii/src/ap.c
  70. share/doc/cii/src/arena.c
  71. share/doc/cii/src/arith.c
  72. share/doc/cii/src/array.c
  73. share/doc/cii/src/assert.c
  74. share/doc/cii/src/atom.c
  75. share/doc/cii/src/bit.c
  76. share/doc/cii/src/chan.c
  77. share/doc/cii/src/except.c
  78. share/doc/cii/src/fmt.c
  79. share/doc/cii/src/libcii.def
  80. share/doc/cii/src/list.c
  81. share/doc/cii/src/mem.c
  82. share/doc/cii/src/memchk.c
  83. share/doc/cii/src/memcmp.c
  84. share/doc/cii/src/memmove.c
  85. share/doc/cii/src/mp.c
  86. share/doc/cii/src/ring.c
  87. share/doc/cii/src/seq.c
  88. share/doc/cii/src/set.c
  89. share/doc/cii/src/stack.c
  90. share/doc/cii/src/str.c
  91. share/doc/cii/src/strerror.c
  92. share/doc/cii/src/strncmp.c
  93. share/doc/cii/src/table.c
  94. share/doc/cii/src/swtch.s
  95. share/doc/cii/src/swtch.s.orig
  96. share/doc/cii/src/text.c
  97. share/doc/cii/src/thread-nt.c
  98. share/doc/cii/src/thread.c
  99. share/doc/cii/src/thread.c.orig
  100. share/doc/cii/src/xp.c
  101. @owner
  102. @group
  103. @mode
Collapse this list.
Dependency lines:
  • libcii>0:devel/libcii
To install the port:
cd /usr/ports/devel/libcii/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libcii
  • pkg install libcii
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libcii
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (cii11.tar.gz) = 0e6f59fa994d5914d7878434836edb5d7a21584700d8c8d49d9031aa9118ab99 SIZE (cii11.tar.gz) = 52190

Packages (timestamps in pop-ups are UTC):
libcii
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.11.11.11.11.1-1.1-
FreeBSD:13:quarterly1.11.11.11.11.11.11.11.1
FreeBSD:14:latest1.11.11.11.11.11.1-1.1
FreeBSD:14:quarterly1.11.1-1.11.11.11.11.1
FreeBSD:15:latest1.11.1n/a1.1n/a1.11.11.1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/asdlgen*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for libcii-1.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_libcii
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. ftp://ftp.cs.princeton.edu/pub/packages/cii/
Collapse this list.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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.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.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.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.1
05 Nov 2015 12:36:25
Revision:400848Original commit files touched by this commit
mat search for other commits by this committer
Fix ports that confused the meaning of WRKDIR and WRKSRC.

PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
1.1
27 Oct 2014 10:40:08
Revision:371546Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.1
28 Jul 2014 16:28:03
Revision:363197Original commit files touched by this commit
adamw search for other commits by this committer
Rename devel/ patch-xy patches to reflect the files they modify.
1.1
03 Jul 2014 23:57:08
Revision:360487Original commit files touched by this commit
adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.

Approved by:	portmgr (blanket)
1.1
21 Apr 2014 09:11:29
Revision:351670Original commit files touched by this commit
rodrigo search for other commits by this committer
- support staging

Submitted by:	rodrigo@FreeBSD.org (maintainer)
Reviewed by:	bapt (mentor)
1.1
29 Jan 2014 09:17:42
Revision:341704Original commit files touched by this commit
rodrigo search for other commits by this committer
Update maintainer email address

Approved by:	bapt@ (co-mentor)
1.1
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
1.1
12 Jan 2013 12:07:59
Revision:310267Original commit files touched by this commit
wen search for other commits by this committer
- Trim Makefile headers
- Pass maintainership to submitter

PR:		175184
Submitted by:	Rodrigo (ros) OSORIO <rodrigo@bebik.net>
1.1
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.1
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.1
22 Nov 2006 21:24:56
Original commit files touched by this commit
shaun search for other commits by this committer
Fix build on !i386.
1.1
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.1
10 Apr 2004 16:07:10
Original commit files touched by this commit
trevor search for other commits by this committer
Trim whitespace.
1.1
04 Mar 2004 09:19:10
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on !i386 and !alpha: Does not compile
1.1
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
1.1
20 Feb 2003 17:07:10
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
24 Dec 2001 02:17:17
commit hash: fp1.22453@dev.null.freshports.orgcommit hash: fp1.22453@dev.null.freshports.orgcommit hash: fp1.22453@dev.null.freshports.orgcommit hash: fp1.22453@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
- PORTDOCS police   - DOCSDIR support to some   - Brush out some lint    
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.  
09 Sep 2000 10:04:19
commit hash: fp1.3701@dev.null.freshports.orgcommit hash: fp1.3701@dev.null.freshports.orgcommit hash: fp1.3701@dev.null.freshports.orgcommit hash: fp1.3701@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
- Support CC/CFLAGS/PREFIX properly   - Fix pkg/PLIST   - Add WWW: line into
pkg/DESCR    
12 Jun 2000 23:01:26
commit hash: fp1.932@dev.null.freshports.orgcommit hash: fp1.932@dev.null.freshports.orgcommit hash: fp1.932@dev.null.freshports.orgcommit hash: fp1.932@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Remove @exec ranlib's.  Since pkg_add doesn't change the timestamp,   these are
not necessary (even if the linker cares about the timestamp --   I'm not sure if
it does).    
21 May 2000 10:31:39
commit hash: fp1.27@dev.null.freshports.orgcommit hash: fp1.27@dev.null.freshports.orgcommit hash: fp1.27@dev.null.freshports.orgcommit hash: fp1.27@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Maintainer has resigned.    

Number of commits found: 25