summaryrefslogtreecommitdiff
path: root/devel/libformat
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-18 04:52:10 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-18 04:52:10 +0000
commit367692504c7e2242e45e7412ce4890622fe442a2 (patch)
tree0b885897e8cefa2cc6f7350cde8bb092da63f9b6 /devel/libformat
parentadd missing @dirrm (diff)
add libformat
C++ library that supports printf style like format printing
Notes
Notes: svn path=/head/; revision=44151
Diffstat (limited to 'devel/libformat')
-rw-r--r--devel/libformat/Makefile20
-rw-r--r--devel/libformat/distinfo1
-rw-r--r--devel/libformat/pkg-comment1
-rw-r--r--devel/libformat/pkg-descr3
-rw-r--r--devel/libformat/pkg-plist5
5 files changed, 30 insertions, 0 deletions
diff --git a/devel/libformat/Makefile b/devel/libformat/Makefile
new file mode 100644
index 000000000000..da3e1cd3a3cf
--- /dev/null
+++ b/devel/libformat/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# New ports collection makefile for: libFormat
+# Date created: Jun 19, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libformat
+PORTVERSION= 0.1.2
+CATEGORIES= devel
+MASTER_SITES= http://members.chello.at/oberzalek/development/
+DISTNAME= Format-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
diff --git a/devel/libformat/distinfo b/devel/libformat/distinfo
new file mode 100644
index 000000000000..bc3b76794b78
--- /dev/null
+++ b/devel/libformat/distinfo
@@ -0,0 +1 @@
+MD5 (Format-0.1.2.tar.gz) = a0b90ba8378f8b21e4a2ad02dde738d9
diff --git a/devel/libformat/pkg-comment b/devel/libformat/pkg-comment
new file mode 100644
index 000000000000..ec3a23186005
--- /dev/null
+++ b/devel/libformat/pkg-comment
@@ -0,0 +1 @@
+C++ library that supports printf style like format printing
diff --git a/devel/libformat/pkg-descr b/devel/libformat/pkg-descr
new file mode 100644
index 000000000000..aee3c0b6e657
--- /dev/null
+++ b/devel/libformat/pkg-descr
@@ -0,0 +1,3 @@
+C++ library that supports printf style like format printing
+
+WWW: http://members.chello.at/oberzalek/development/cpp-de.html#format
diff --git a/devel/libformat/pkg-plist b/devel/libformat/pkg-plist
new file mode 100644
index 000000000000..c6f747d3f9ec
--- /dev/null
+++ b/devel/libformat/pkg-plist
@@ -0,0 +1,5 @@
+include/Format.hh
+lib/libFormat.a
+lib/libFormat.la
+lib/libFormat.so
+lib/libFormat.so.0