diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-08-22 03:55:25 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-08-22 03:55:25 +0000 |
commit | fc602a4b4ba63ad8bfb8e98d2455a6ec5fa11c20 (patch) | |
tree | 45fce85cb7b70a5f7bfee00f28adc1f3dae58881 /deskutils/libgcal | |
parent | a2472d09d8f5a8d7115d74108c3a5972b01c408d (diff) |
Notes
Diffstat (limited to 'deskutils/libgcal')
-rw-r--r-- | deskutils/libgcal/Makefile | 27 | ||||
-rw-r--r-- | deskutils/libgcal/distinfo | 3 | ||||
-rw-r--r-- | deskutils/libgcal/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/libgcal/pkg-plist | 14 |
4 files changed, 48 insertions, 0 deletions
diff --git a/deskutils/libgcal/Makefile b/deskutils/libgcal/Makefile new file mode 100644 index 000000000000..ea0fe1bd1a0e --- /dev/null +++ b/deskutils/libgcal/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: libgcal +# Date created: 2009-08-16 +# Whom: Troels Kofoed Jacobsen <tkjacobsen@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= libgcal +PORTVERSION= 0.9.2 +CATEGORIES= deskutils +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} + +MAINTAINER= tkjacobsen@gmail.com +COMMENT= Library allowing communication with google calendar and contacts + +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + iconv:${PORTSDIR}/converters/libiconv \ + xml2:${PORTSDIR}/textproc/libxml2 + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +post-patch: + @${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/deskutils/libgcal/distinfo b/deskutils/libgcal/distinfo new file mode 100644 index 000000000000..7a0a2f312c20 --- /dev/null +++ b/deskutils/libgcal/distinfo @@ -0,0 +1,3 @@ +MD5 (libgcal-0.9.2.tar.gz) = 2e30ebcaad4c01c78b192fe50ec69203 +SHA256 (libgcal-0.9.2.tar.gz) = 5cae3d85549c4a6d1c4bacfd9edc9e2f94dee77f655b28c80815d49d3ba1d522 +SIZE (libgcal-0.9.2.tar.gz) = 365432 diff --git a/deskutils/libgcal/pkg-descr b/deskutils/libgcal/pkg-descr new file mode 100644 index 000000000000..bf891d606ed9 --- /dev/null +++ b/deskutils/libgcal/pkg-descr @@ -0,0 +1,4 @@ +An ANSI C library allowing communication with google calendar and contacts, +useful if you need to support this in a C or C++ application. + +WWW: http://code.google.com/p/libgcal/ diff --git a/deskutils/libgcal/pkg-plist b/deskutils/libgcal/pkg-plist new file mode 100644 index 000000000000..7c638676ee17 --- /dev/null +++ b/deskutils/libgcal/pkg-plist @@ -0,0 +1,14 @@ +include/atom_parser.h +include/gcal.h +include/gcal_parser.h +include/gcal_status.h +include/gcalendar.h +include/gcont.h +include/gcontact.h +include/internal_gcal.h +include/xml_aux.h +lib/libgcal.a +lib/libgcal.la +lib/libgcal.so +lib/libgcal.so.0 +libdata/pkgconfig/libgcal.pc |