summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-15 18:08:26 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-15 18:08:26 +0800
commit9218eb30353fc99423746b6f48dfc53e6a6c4e27 (patch)
tree366217736013297ce1a995f0c854a5f2956d1d78 /devel
parent301245458c13aa35fb1d9f276b722a80761a3485 (diff)
downloadmarcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.tar
marcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.tar.gz
marcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.tar.bz2
marcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.tar.lz
marcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.tar.xz
marcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.tar.zst
marcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.zip
Update to 0.6.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13629 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/libgdata/Makefile36
-rw-r--r--devel/libgdata/distinfo3
-rw-r--r--devel/libgdata/pkg-descr8
-rw-r--r--devel/libgdata/pkg-plist204
4 files changed, 251 insertions, 0 deletions
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile
new file mode 100644
index 000000000..795b71594
--- /dev/null
+++ b/devel/libgdata/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: libgdata
+# Date created: 9 May 2009
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= libgdata
+PORTVERSION= 0.6.0
+CATEGORIES= devel
+MASTER_SITES= GNOME
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= GLib based implimentation of the GData protocol
+
+LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup
+
+USE_BZIP2= yes
+USE_LDCONFIG= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
+USE_AUTOTOOLS= libtool:22
+USE_GNOME= intltool
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc"
+# introspection is broken
+CONFIGURE_ARGS+=--enable-introspection=no
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
+ ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>
diff --git a/devel/libgdata/distinfo b/devel/libgdata/distinfo
new file mode 100644
index 000000000..602d3e05b
--- /dev/null
+++ b/devel/libgdata/distinfo
@@ -0,0 +1,3 @@
+MD5 (libgdata-0.6.0.tar.bz2) = 35628252eb86686e213b35af07f7fe3a
+SHA256 (libgdata-0.6.0.tar.bz2) = 11f271334bba2e01e45d2e203193ec18ed653ebb8ae22e6e6e52476ae7343371
+SIZE (libgdata-0.6.0.tar.bz2) = 990641
diff --git a/devel/libgdata/pkg-descr b/devel/libgdata/pkg-descr
new file mode 100644
index 000000000..748252c4c
--- /dev/null
+++ b/devel/libgdata/pkg-descr
@@ -0,0 +1,8 @@
+libgdata is a GLib-based library for accessing online service APIs using the
+GData protocol - most notably, Google's services. It provides APIs to access
+the common Google services, and has full asynchronous support.
+
+A link with more information about the GData protocol is available on the
+website.
+
+WWW: http://live.gnome.org/libgdata
diff --git a/devel/libgdata/pkg-plist b/devel/libgdata/pkg-plist
new file mode 100644
index 000000000..ee2783f8b
--- /dev/null
+++ b/devel/libgdata/pkg-plist
@@ -0,0 +1,204 @@
+include/libgdata/gdata/atom/gdata-author.h
+include/libgdata/gdata/atom/gdata-category.h
+include/libgdata/gdata/atom/gdata-generator.h
+include/libgdata/gdata/atom/gdata-link.h
+include/libgdata/gdata/gd/gdata-gd-email-address.h
+include/libgdata/gdata/gd/gdata-gd-im-address.h
+include/libgdata/gdata/gd/gdata-gd-name.h
+include/libgdata/gdata/gd/gdata-gd-organization.h
+include/libgdata/gdata/gd/gdata-gd-phone-number.h
+include/libgdata/gdata/gd/gdata-gd-postal-address.h
+include/libgdata/gdata/gd/gdata-gd-reminder.h
+include/libgdata/gdata/gd/gdata-gd-when.h
+include/libgdata/gdata/gd/gdata-gd-where.h
+include/libgdata/gdata/gd/gdata-gd-who.h
+include/libgdata/gdata/gdata-access-handler.h
+include/libgdata/gdata/gdata-access-rule.h
+include/libgdata/gdata/gdata-download-stream.h
+include/libgdata/gdata/gdata-entry.h
+include/libgdata/gdata/gdata-enums.h
+include/libgdata/gdata/gdata-feed.h
+include/libgdata/gdata/gdata-parsable.h
+include/libgdata/gdata/gdata-query.h
+include/libgdata/gdata/gdata-service.h
+include/libgdata/gdata/gdata-types.h
+include/libgdata/gdata/gdata-upload-stream.h
+include/libgdata/gdata/gdata.h
+include/libgdata/gdata/media/gdata-media-category.h
+include/libgdata/gdata/media/gdata-media-content.h
+include/libgdata/gdata/media/gdata-media-credit.h
+include/libgdata/gdata/media/gdata-media-enums.h
+include/libgdata/gdata/media/gdata-media-thumbnail.h
+include/libgdata/gdata/services/calendar/gdata-calendar-calendar.h
+include/libgdata/gdata/services/calendar/gdata-calendar-event.h
+include/libgdata/gdata/services/calendar/gdata-calendar-feed.h
+include/libgdata/gdata/services/calendar/gdata-calendar-query.h
+include/libgdata/gdata/services/calendar/gdata-calendar-service.h
+include/libgdata/gdata/services/contacts/gdata-contacts-contact.h
+include/libgdata/gdata/services/contacts/gdata-contacts-query.h
+include/libgdata/gdata/services/contacts/gdata-contacts-service.h
+include/libgdata/gdata/services/documents/gdata-documents-entry.h
+include/libgdata/gdata/services/documents/gdata-documents-enums.h
+include/libgdata/gdata/services/documents/gdata-documents-feed.h
+include/libgdata/gdata/services/documents/gdata-documents-folder.h
+include/libgdata/gdata/services/documents/gdata-documents-presentation.h
+include/libgdata/gdata/services/documents/gdata-documents-query.h
+include/libgdata/gdata/services/documents/gdata-documents-service.h
+include/libgdata/gdata/services/documents/gdata-documents-spreadsheet.h
+include/libgdata/gdata/services/documents/gdata-documents-text.h
+include/libgdata/gdata/services/picasaweb/gdata-picasaweb-album.h
+include/libgdata/gdata/services/picasaweb/gdata-picasaweb-enums.h
+include/libgdata/gdata/services/picasaweb/gdata-picasaweb-feed.h
+include/libgdata/gdata/services/picasaweb/gdata-picasaweb-file.h
+include/libgdata/gdata/services/picasaweb/gdata-picasaweb-query.h
+include/libgdata/gdata/services/picasaweb/gdata-picasaweb-service.h
+include/libgdata/gdata/services/picasaweb/gdata-picasaweb-user.h
+include/libgdata/gdata/services/youtube/gdata-youtube-content.h
+include/libgdata/gdata/services/youtube/gdata-youtube-credit.h
+include/libgdata/gdata/services/youtube/gdata-youtube-enums.h
+include/libgdata/gdata/services/youtube/gdata-youtube-query.h
+include/libgdata/gdata/services/youtube/gdata-youtube-service.h
+include/libgdata/gdata/services/youtube/gdata-youtube-state.h
+include/libgdata/gdata/services/youtube/gdata-youtube-video.h
+lib/libgdata.a
+lib/libgdata.la
+lib/libgdata.so
+lib/libgdata.so.7
+libdata/pkgconfig/libgdata.pc
+share/doc/gdata/GDataAccessHandler.html
+share/doc/gdata/GDataAccessRule.html
+share/doc/gdata/GDataAuthor.html
+share/doc/gdata/GDataCalendarCalendar.html
+share/doc/gdata/GDataCalendarEvent.html
+share/doc/gdata/GDataCalendarFeed.html
+share/doc/gdata/GDataCalendarQuery.html
+share/doc/gdata/GDataCalendarService.html
+share/doc/gdata/GDataCategory.html
+share/doc/gdata/GDataContactsContact.html
+share/doc/gdata/GDataContactsQuery.html
+share/doc/gdata/GDataContactsService.html
+share/doc/gdata/GDataDocumentsEntry.html
+share/doc/gdata/GDataDocumentsFeed.html
+share/doc/gdata/GDataDocumentsFolder.html
+share/doc/gdata/GDataDocumentsPresentation.html
+share/doc/gdata/GDataDocumentsQuery.html
+share/doc/gdata/GDataDocumentsService.html
+share/doc/gdata/GDataDocumentsSpreadsheet.html
+share/doc/gdata/GDataDocumentsText.html
+share/doc/gdata/GDataDownloadStream.html
+share/doc/gdata/GDataEntry.html
+share/doc/gdata/GDataFeed.html
+share/doc/gdata/GDataGDEmailAddress.html
+share/doc/gdata/GDataGDIMAddress.html
+share/doc/gdata/GDataGDName.html
+share/doc/gdata/GDataGDOrganization.html
+share/doc/gdata/GDataGDPhoneNumber.html
+share/doc/gdata/GDataGDPostalAddress.html
+share/doc/gdata/GDataGDReminder.html
+share/doc/gdata/GDataGDWhen.html
+share/doc/gdata/GDataGDWhere.html
+share/doc/gdata/GDataGDWho.html
+share/doc/gdata/GDataGenerator.html
+share/doc/gdata/GDataLink.html
+share/doc/gdata/GDataMediaCategory.html
+share/doc/gdata/GDataMediaContent.html
+share/doc/gdata/GDataMediaCredit.html
+share/doc/gdata/GDataMediaThumbnail.html
+share/doc/gdata/GDataParsable.html
+share/doc/gdata/GDataPicasaWebAlbum.html
+share/doc/gdata/GDataPicasaWebFile.html
+share/doc/gdata/GDataPicasaWebQuery.html
+share/doc/gdata/GDataPicasaWebService.html
+share/doc/gdata/GDataQuery.html
+share/doc/gdata/GDataService.html
+share/doc/gdata/GDataUploadStream.html
+share/doc/gdata/GDataYouTubeContent.html
+share/doc/gdata/GDataYouTubeCredit.html
+share/doc/gdata/GDataYouTubeQuery.html
+share/doc/gdata/GDataYouTubeService.html
+share/doc/gdata/GDataYouTubeState.html
+share/doc/gdata/GDataYouTubeVideo.html
+share/doc/gdata/api-index-full.html
+share/doc/gdata/ch01.html
+share/doc/gdata/ch02.html
+share/doc/gdata/ch03.html
+share/doc/gdata/ch04.html
+share/doc/gdata/ch05.html
+share/doc/gdata/ch06.html
+share/doc/gdata/ch07.html
+share/doc/gdata/ch08.html
+share/doc/gdata/ch09.html
+share/doc/gdata/ch10.html
+share/doc/gdata/ch11.html
+share/doc/gdata/ch12.html
+share/doc/gdata/data-flow.png
+share/doc/gdata/gdata-GData-Types.html
+share/doc/gdata/gdata-overview.html
+share/doc/gdata/gdata.devhelp
+share/doc/gdata/gdata.devhelp2
+share/doc/gdata/home.png
+share/doc/gdata/index.html
+share/doc/gdata/index.sgml
+share/doc/gdata/ix02.html
+share/doc/gdata/ix03.html
+share/doc/gdata/ix04.html
+share/doc/gdata/ix05.html
+share/doc/gdata/ix06.html
+share/doc/gdata/ix07.html
+share/doc/gdata/left.png
+share/doc/gdata/pt01.html
+share/doc/gdata/pt02.html
+share/doc/gdata/pt03.html
+share/doc/gdata/pt04.html
+share/doc/gdata/pt05.html
+share/doc/gdata/right.png
+share/doc/gdata/structure.png
+share/doc/gdata/style.css
+share/doc/gdata/up.png
+share/locale/ca/LC_MESSAGES/gdata.mo
+share/locale/cs/LC_MESSAGES/gdata.mo
+share/locale/de/LC_MESSAGES/gdata.mo
+share/locale/el/LC_MESSAGES/gdata.mo
+share/locale/en_GB/LC_MESSAGES/gdata.mo
+share/locale/es/LC_MESSAGES/gdata.mo
+share/locale/eu/LC_MESSAGES/gdata.mo
+share/locale/fr/LC_MESSAGES/gdata.mo
+share/locale/gl/LC_MESSAGES/gdata.mo
+share/locale/hu/LC_MESSAGES/gdata.mo
+share/locale/it/LC_MESSAGES/gdata.mo
+share/locale/ja/LC_MESSAGES/gdata.mo
+share/locale/nb/LC_MESSAGES/gdata.mo
+share/locale/pa/LC_MESSAGES/gdata.mo
+share/locale/pl/LC_MESSAGES/gdata.mo
+share/locale/pt/LC_MESSAGES/gdata.mo
+share/locale/pt_BR/LC_MESSAGES/gdata.mo
+share/locale/sl/LC_MESSAGES/gdata.mo
+share/locale/sv/LC_MESSAGES/gdata.mo
+share/locale/uk/LC_MESSAGES/gdata.mo
+share/locale/zh_CN/LC_MESSAGES/gdata.mo
+share/locale/zh_HK/LC_MESSAGES/gdata.mo
+share/locale/zh_TW/LC_MESSAGES/gdata.mo
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
+@dirrm share/doc/gdata
+@dirrm include/libgdata/gdata/services/youtube
+@dirrm include/libgdata/gdata/services/picasaweb
+@dirrm include/libgdata/gdata/services/documents
+@dirrm include/libgdata/gdata/services/contacts
+@dirrm include/libgdata/gdata/services/calendar
+@dirrm include/libgdata/gdata/services
+@dirrm include/libgdata/gdata/media
+@dirrm include/libgdata/gdata/gd
+@dirrm include/libgdata/gdata/atom
+@dirrm include/libgdata/gdata
+@dirrm include/libgdata