]> code.citadel.org Git - citadel.git/commitdiff
* Added distfiles for FreeBSD. To create a FreeBSD package, do this:
authorBrian <brian@uncensored.citadel.org>
Wed, 13 Jun 2001 15:06:44 +0000 (15:06 +0000)
committerBrian <brian@uncensored.citadel.org>
Wed, 13 Jun 2001 15:06:44 +0000 (15:06 +0000)
   make install
   (cd distfiles/FreeBSD; pkg_create -c COMMENT -d DETAILS -f FILES libCxClient-0.xx; mv libCx*tgz ../..)

libCxClient/ChangeLog
libCxClient/distfiles/FreeBSD/COMMENT [new file with mode: 0644]
libCxClient/distfiles/FreeBSD/DETAILS [new file with mode: 0644]
libCxClient/distfiles/FreeBSD/FILES [new file with mode: 0644]

index 14024899a5146af36a8ae72c82fb73fad6fa6bdc..0b4bd2b43830051a4133b560c84a340f0eb1ccc6 100644 (file)
@@ -1,4 +1,9 @@
 $Log$
+Revision 1.14  2001/06/13 15:06:44  brian
+* Added distfiles for FreeBSD.  To create a FreeBSD package, do this:
+   make install
+   (cd distfiles/FreeBSD; pkg_create -c COMMENT -d DETAILS -f FILES libCxClient-0.xx; mv libCx*tgz ../..)
+
 Revision 1.13  2001/06/12 14:34:06  brian
 * Fixed sample client code to shut down _correctly_.  (...Rather than just
   quit without free()ing memory...)
@@ -51,4 +56,3 @@ Revision 1.3  2001/02/07 22:42:24  brian
 
 Revision 1.2  2001/02/07 22:41:51  brian
 * Updated ChangeLog to conform to Citadel/UX standards (kinda)  :)
-
diff --git a/libCxClient/distfiles/FreeBSD/COMMENT b/libCxClient/distfiles/FreeBSD/COMMENT
new file mode 100644 (file)
index 0000000..62358e0
--- /dev/null
@@ -0,0 +1 @@
+Citadel/UX Client SDK
diff --git a/libCxClient/distfiles/FreeBSD/DETAILS b/libCxClient/distfiles/FreeBSD/DETAILS
new file mode 100644 (file)
index 0000000..d5b8784
--- /dev/null
@@ -0,0 +1,16 @@
+libCxClient: Citadel/UX Client SDK
+Copyright (c) 2000-2001, Flaming Sword Productions
+Copyright (c) 2000-2001, The Citadel/UX Consortium
+
+Source: http://www.shadowcom.net/Software/libCxClient/
+Author: Brian C. Ledbetter <brian@shadowcom.net>
+Release: 0.10 (More stable release)
+
+libCxClient provides you with an easy way to tap
+into the power of the Citadel/UX Communications
+Server, a powerful groupware server for all UNIX 
+operating systems.  Use the libCxClient SDK to
+easily develop powerful groupware applications,
+without having to worry about the details of
+network communications!
+
diff --git a/libCxClient/distfiles/FreeBSD/FILES b/libCxClient/distfiles/FreeBSD/FILES
new file mode 100644 (file)
index 0000000..7dddeb9
--- /dev/null
@@ -0,0 +1,11 @@
+@name libCxClient-0.10
+@srcdir /usr/local
+@cwd /usr/local
+@owner 0
+@group 3
+@mode 755
+lib/libCxClient.la
+lib/libCxClient.a
+lib/libCxClient.so
+lib/libCxClient.so.0
+include/CxClient.h