summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-12 20:48:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-12 20:48:02 +0000
commitb58e7bd8a6059e2fd9f7978fc4330d9178b7361a (patch)
tree694159a4e274a69cc5574c5c81ac320a3a36e53d /devel
parent. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it. (diff)
Add cstringbuffer, a library designed to make file I/O to strings easier
and more platform-neutral. It performs memory management on strings, as well as permits typical string operations. PR: ports/68898 Submitted by: Mooneer Salem <mooneer@translator.cx>
Notes
Notes: svn path=/head/; revision=113500
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/cstringbuffer/Makefile19
-rw-r--r--devel/cstringbuffer/distinfo2
-rw-r--r--devel/cstringbuffer/pkg-descr8
-rw-r--r--devel/cstringbuffer/pkg-plist4
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7b16b85a58ee..2e0e32f389a7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -149,6 +149,7 @@
SUBDIR += cscope
SUBDIR += cscout
SUBDIR += cssc
+ SUBDIR += cstringbuffer
SUBDIR += ctags
SUBDIR += cutils
SUBDIR += cvs+ipv6
diff --git a/devel/cstringbuffer/Makefile b/devel/cstringbuffer/Makefile
new file mode 100644
index 000000000000..b315221520ac
--- /dev/null
+++ b/devel/cstringbuffer/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: cStringBuffer
+# Date created: 10 July 2004
+# Whom: Mooneer Salem <mooneer@translator.cx>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cstringbuffer
+PORTVERSION= 0.1.1
+CATEGORIES= devel
+MASTER_SITES= http://www.translator.cx/dist/libs/
+
+MAINTAINER= mooneer@translator.cx
+COMMENT= File-like IO for strings
+
+USE_LIBTOOL_VER=15
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
diff --git a/devel/cstringbuffer/distinfo b/devel/cstringbuffer/distinfo
new file mode 100644
index 000000000000..a3aca9a97e2e
--- /dev/null
+++ b/devel/cstringbuffer/distinfo
@@ -0,0 +1,2 @@
+MD5 (cstringbuffer-0.1.1.tar.gz) = 1d28d3d308dcf6c4233979bd0effd918
+SIZE (cstringbuffer-0.1.1.tar.gz) = 303572
diff --git a/devel/cstringbuffer/pkg-descr b/devel/cstringbuffer/pkg-descr
new file mode 100644
index 000000000000..96c88d0c6449
--- /dev/null
+++ b/devel/cstringbuffer/pkg-descr
@@ -0,0 +1,8 @@
+cStringBuffer is a library designed to make file I/O to strings easier
+and more platform-neutral. It performs memory management on strings,
+as well as permits typical string operations.
+
+WWW: http://www.translator.cx/software/csb.html
+
+- Mooneer Salem
+mooneer@translator.cx
diff --git a/devel/cstringbuffer/pkg-plist b/devel/cstringbuffer/pkg-plist
new file mode 100644
index 000000000000..c4d4a697a92c
--- /dev/null
+++ b/devel/cstringbuffer/pkg-plist
@@ -0,0 +1,4 @@
+include/csb.h
+lib/libcsb.a
+lib/libcsb.so
+lib/libcsb.so.1