aboutsummaryrefslogtreecommitdiff
path: root/devel/libvc
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-05-12 17:54:44 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-05-12 17:54:44 +0000
commit6185b442c2d408af65122469b3bda2425a943239 (patch)
tree79e997326b01398ce01960df849663a5be0a54fe /devel/libvc
parent6d4918847421ba4ea29c833a4f310862d6bbe3c6 (diff)
downloadports-6185b442c2d408af65122469b3bda2425a943239.tar.gz
ports-6185b442c2d408af65122469b3bda2425a943239.zip
Notes
Diffstat (limited to 'devel/libvc')
-rw-r--r--devel/libvc/Makefile23
-rw-r--r--devel/libvc/distinfo1
-rw-r--r--devel/libvc/pkg-descr9
-rw-r--r--devel/libvc/pkg-plist2
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/libvc/Makefile b/devel/libvc/Makefile
new file mode 100644
index 000000000000..1aa7e171cfdb
--- /dev/null
+++ b/devel/libvc/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: libvc
+# Date created: 12 May 2003
+# Whom: Oliver Braun
+#
+# $FreeBSD$
+#
+
+PORTNAME= libvc
+PORTVERSION= 001
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= rolo
+
+MAINTAINER= obraun@FreeBSD.org
+COMMENT= A vCard library
+
+USE_BZIP2= yes
+USE_BISON= yes
+GNU_CONFIGURE= yes
+
+MAN3= vc.3
+
+.include <bsd.port.mk>
diff --git a/devel/libvc/distinfo b/devel/libvc/distinfo
new file mode 100644
index 000000000000..188c6b82c0e0
--- /dev/null
+++ b/devel/libvc/distinfo
@@ -0,0 +1 @@
+MD5 (libvc-001.tar.bz2) = b9f6e548f217841d29931e55ad5f17d6
diff --git a/devel/libvc/pkg-descr b/devel/libvc/pkg-descr
new file mode 100644
index 000000000000..a81e0b480681
--- /dev/null
+++ b/devel/libvc/pkg-descr
@@ -0,0 +1,9 @@
+Libvc is a vCard library. The library handles scanning a vCard file, parsing
+the vCard file into a data storage structure, manipulating the data storage
+structure, and writing back to file. It was originally written for `rolo', but
+has been split-off as a generic library for general use.
+
+WWW: http://rolo.sf.net/
+
+-- Oliver Braun
+obraun@FreeBSD.org
diff --git a/devel/libvc/pkg-plist b/devel/libvc/pkg-plist
new file mode 100644
index 000000000000..5b0cf9238493
--- /dev/null
+++ b/devel/libvc/pkg-plist
@@ -0,0 +1,2 @@
+lib/libvc.a
+include/vc.h