diff options
author | obraun <obraun@FreeBSD.org> | 2003-05-13 01:54:44 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-05-13 01:54:44 +0800 |
commit | f572a00bac79a283de90d12b64a2e5699b9a3e04 (patch) | |
tree | 058855c4ed19a7855f3c9441be74a225e2eae99a /devel | |
parent | c89ddad36ccb0d52ce3af4ebed7f6d75e381e086 (diff) | |
download | freebsd-ports-gnome-f572a00bac79a283de90d12b64a2e5699b9a3e04.tar.gz freebsd-ports-gnome-f572a00bac79a283de90d12b64a2e5699b9a3e04.tar.zst freebsd-ports-gnome-f572a00bac79a283de90d12b64a2e5699b9a3e04.zip |
Libvc is a vCard library. It was originally written for `rolo'.
WWW: http://rolo.sf.net/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/libvc/Makefile | 23 | ||||
-rw-r--r-- | devel/libvc/distinfo | 1 | ||||
-rw-r--r-- | devel/libvc/pkg-descr | 9 | ||||
-rw-r--r-- | devel/libvc/pkg-plist | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3f99b26332e4..f7879596d68e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -345,6 +345,7 @@ SUBDIR += libvanessa_adt SUBDIR += libvanessa_logger SUBDIR += libvanessa_socket + SUBDIR += libvc SUBDIR += libxalloc SUBDIR += lightning SUBDIR += lincvs 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 |