From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 20 14:50:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B65721065672 for ; Thu, 20 Aug 2009 14:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8EF1D8FC64 for ; Thu, 20 Aug 2009 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7KEo1En041935 for ; Thu, 20 Aug 2009 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7KEo13U041934; Thu, 20 Aug 2009 14:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 20 Aug 2009 14:50:01 GMT Resent-Message-Id: <200908201450.n7KEo13U041934@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Troels Kofoed Jacobsen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92877106564A for ; Thu, 20 Aug 2009 14:43:39 +0000 (UTC) (envelope-from tkjacobsen@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 19E578FC57 for ; Thu, 20 Aug 2009 14:43:38 +0000 (UTC) Received: by ewy5 with SMTP id 5so216691ewy.36 for ; Thu, 20 Aug 2009 07:43:37 -0700 (PDT) Received: by 10.210.39.11 with SMTP id m11mr2367889ebm.27.1250779417839; Thu, 20 Aug 2009 07:43:37 -0700 (PDT) Received: from tkjacobsen@gmail.com (84-238-115-154.u.parknet.dk [84.238.115.154]) by mx.google.com with ESMTPS id 10sm1572614eyz.41.2009.08.20.07.43.37 (version=SSLv3 cipher=RC4-MD5); Thu, 20 Aug 2009 07:43:37 -0700 (PDT) Received: by tkjacobsen@gmail.com (sSMTP sendmail emulation); Thu, 20 Aug 2009 16:43:40 +0200 Message-Id: <4a8d6119.0a1ad00a.643c.7799@mx.google.com> Date: Thu, 20 Aug 2009 16:43:40 +0200 From: Troels Kofoed Jacobsen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/137994: [NEW PORT] deskutils/libgcal: Library allowing communication with google calendar and contacts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Aug 2009 14:50:01 -0000 >Number: 137994 >Category: ports >Synopsis: [NEW PORT] deskutils/libgcal: Library allowing communication with google calendar and contacts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 20 14:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Troels Kofoed Jacobsen >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD gluon.std 7.2-STABLE FreeBSD 7.2-STABLE #2: Tue Aug 11 12:11:42 CEST 2009 >Description: 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/ This port is a dependency of akonadi-googledata, which will be submitted next. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libgcal-0.9.2.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libgcal # libgcal/Makefile # libgcal/distinfo # libgcal/pkg-descr # libgcal/pkg-plist # echo c - libgcal mkdir -p libgcal > /dev/null 2>&1 echo x - libgcal/Makefile sed 's/^X//' >libgcal/Makefile << 'cf468126b5e2c53e334465ceec4256cb' X# New ports collection makefile for: libgcal X# Date created: 2009-08-16 X# Whom: Troels Kofoed Jacobsen X# X# $FreeBSD$ X# X XPORTNAME= libgcal XPORTVERSION= 0.9.2 XCATEGORIES= deskutils XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} X XMAINTAINER= tkjacobsen@gmail.com XCOMMENT= Library allowing communication with google calendar and contacts X XLIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ X iconv:${PORTSDIR}/converters/libiconv \ X xml2:${PORTSDIR}/textproc/libxml2 X XGNU_CONFIGURE= yes XUSE_LDCONFIG= yes X Xpost-patch: X @${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \ X ${WRKSRC}/Makefile.in X X.include cf468126b5e2c53e334465ceec4256cb echo x - libgcal/distinfo sed 's/^X//' >libgcal/distinfo << '6eeffd03efeeab5b45227736569fdb74' XMD5 (libgcal-0.9.2.tar.gz) = 2e30ebcaad4c01c78b192fe50ec69203 XSHA256 (libgcal-0.9.2.tar.gz) = 5cae3d85549c4a6d1c4bacfd9edc9e2f94dee77f655b28c80815d49d3ba1d522 XSIZE (libgcal-0.9.2.tar.gz) = 365432 6eeffd03efeeab5b45227736569fdb74 echo x - libgcal/pkg-descr sed 's/^X//' >libgcal/pkg-descr << '312d9cf0d9f6a277ddbed0ceae6c53dc' XAn ANSI C library allowing communication with google calendar and contacts, Xuseful if you need to support this in a C or C++ application. X XWWW: http://code.google.com/p/libgcal/ 312d9cf0d9f6a277ddbed0ceae6c53dc echo x - libgcal/pkg-plist sed 's/^X//' >libgcal/pkg-plist << '5ddab03dd1a98c462e81ae5cbeb7e1df' Xinclude/atom_parser.h Xinclude/gcal.h Xinclude/gcal_parser.h Xinclude/gcal_status.h Xinclude/gcalendar.h Xinclude/gcont.h Xinclude/gcontact.h Xinclude/internal_gcal.h Xinclude/xml_aux.h Xlib/libgcal.a Xlib/libgcal.la Xlib/libgcal.so Xlib/libgcal.so.0 Xlibdata/pkgconfig/libgcal.pc 5ddab03dd1a98c462e81ae5cbeb7e1df exit --- libgcal-0.9.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: