aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libcii/pkg-descr
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-01-11 03:05:23 +0800
committersteve <steve@FreeBSD.org>1999-01-11 03:05:23 +0800
commit7c1d75b1376be573dfa1fa9f49b021ccd473f1c8 (patch)
tree0b72a809abe23c6f5b4d8972cda683b2a2a5b010 /devel/libcii/pkg-descr
parent63d2da66dba44e9b1a9ee71d6a0fa3d4c628da67 (diff)
downloadfreebsd-ports-gnome-7c1d75b1376be573dfa1fa9f49b021ccd473f1c8.tar.gz
freebsd-ports-gnome-7c1d75b1376be573dfa1fa9f49b021ccd473f1c8.tar.zst
freebsd-ports-gnome-7c1d75b1376be573dfa1fa9f49b021ccd473f1c8.zip
Initial import of libcii version 1.1.
Library from "C Interfaces and Implementations" by David Hanson. PR: 6504 Submitted by: J Han <hjh@photino.com>
Diffstat (limited to 'devel/libcii/pkg-descr')
-rw-r--r--devel/libcii/pkg-descr24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/libcii/pkg-descr b/devel/libcii/pkg-descr
new file mode 100644
index 000000000000..92f367b6a97f
--- /dev/null
+++ b/devel/libcii/pkg-descr
@@ -0,0 +1,24 @@
+This hierarchy contains all the source code from my book
+"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.
+
+For more information, visit http://www.cs.princeton.edu/software/cii/.
+-----
+David R. Hanson
+drh@microsoft.com / http://www.research.microsoft.com/~drh/
+$Id: README,v 1.11 1997/10/30 00:51:23 drh Exp $
+---
+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.