summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-30 05:14:07 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-30 05:14:07 +0800
commit6544b6a85e1e8ae06b0fccd804c6363eb5f42aa3 (patch)
treec7f5799deb0d51aa4371fb431e989b1d91005cd5 /devel
parentba47f961f8b5ef6ce5a281fa573904e04f5f9dcc (diff)
downloadmarcuscom-ports-6544b6a85e1e8ae06b0fccd804c6363eb5f42aa3.tar.gz
marcuscom-ports-6544b6a85e1e8ae06b0fccd804c6363eb5f42aa3.tar.zst
marcuscom-ports-6544b6a85e1e8ae06b0fccd804c6363eb5f42aa3.zip
Bump all gir ports. Always nice to find out things break after you update it :)
Error message is: /usr/local/share/gir-1.0/Pango-1.0.gir: Incompatible version 1.0 (supported: 1.1) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14282 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/dconf/Makefile3
-rw-r--r--devel/gir-repository/bsd.gir.mk2
-rw-r--r--devel/json-glib/Makefile29
-rw-r--r--devel/json-glib/distinfo3
-rw-r--r--devel/json-glib/pkg-descr23
-rw-r--r--devel/json-glib/pkg-plist52
-rw-r--r--devel/libgdata/Makefile4
-rw-r--r--devel/libpeas/Makefile7
-rw-r--r--devel/libpeas/distinfo6
-rw-r--r--devel/libsoup/Makefile4
10 files changed, 120 insertions, 13 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile
index 633a3abeb..a842c686c 100644
--- a/devel/dconf/Makefile
+++ b/devel/dconf/Makefile
@@ -3,11 +3,12 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/dconf/Makefile,v 1.3 2010/06/18 13:09:09 kwm Exp $
+# $MCom: ports/devel/dconf/Makefile,v 1.4 2010/06/24 21:10:26 kwm Exp $
#
PORTNAME= dconf
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/devel/gir-repository/bsd.gir.mk b/devel/gir-repository/bsd.gir.mk
index 15dceae88..c2a2e89df 100644
--- a/devel/gir-repository/bsd.gir.mk
+++ b/devel/gir-repository/bsd.gir.mk
@@ -1,6 +1,6 @@
PORTNAME= gir-repository
PORTVERSION= 0.6.5
-PORTREVISION?= 4
+PORTREVISION?= 5
MAINTAINER= gnome@FreeBSD.org
diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile
new file mode 100644
index 000000000..a0a7558af
--- /dev/null
+++ b/devel/json-glib/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: json-glib
+# Date created: 25 December 2008
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/devel/json-glib/Makefile,v 1.7 2010/05/10 21:18:08 kwm Exp $
+# $MCom: ports/devel/json-glib/Makefile,v 1.8 2010/03/20 01:19:18 marcus Exp $
+#
+
+PORTNAME= json-glib
+PORTVERSION= 0.10.4
+PORTREVISION= 1
+CATEGORIES= devel
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= JSON (RFC 4627) interface for Glib
+
+BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
+RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
+
+USE_GMAKE= yes
+USE_BZIP2= yes
+USE_GNOME= glib20 gnomehack gnomeprefix ltverhack
+USE_AUTOTOOLS= libtool:22
+USE_LDCONFIG= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/devel/json-glib/distinfo b/devel/json-glib/distinfo
new file mode 100644
index 000000000..3cea6fe6f
--- /dev/null
+++ b/devel/json-glib/distinfo
@@ -0,0 +1,3 @@
+MD5 (json-glib-0.10.4.tar.bz2) = cb207a673438d1bc833eca6fc93f80e1
+SHA256 (json-glib-0.10.4.tar.bz2) = efd8b341d3f9e03cc35b7e2eb353b8336cf7a5560ad273b07e85f7a7a46d5ed9
+SIZE (json-glib-0.10.4.tar.bz2) = 389457
diff --git a/devel/json-glib/pkg-descr b/devel/json-glib/pkg-descr
new file mode 100644
index 000000000..9f3efb50d
--- /dev/null
+++ b/devel/json-glib/pkg-descr
@@ -0,0 +1,23 @@
+JSON-GLib is a library providing serialization and deserialization support
+for the JavaScript Object Notation (JSON) format described by RFC 4627. JSON is:
+
+a lightweight data-interchange format. It is easy for humans to read and write.
+It is easy for machines to parse and generate. It is based on a subset of the
+JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999.
+JSON is a text format that is completely language independent but uses
+conventions that are familiar to programmers of the C-family of languages,
+including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These
+properties make JSON an ideal data-interchange language. -- From Introducing
+JSON
+
+Many high-level languages already provide native modules for parsing, generating
+and manipulating JSON data streams. JSON-GLib is a C library based on GLib and
+released under the terms of the GNU Lesser General Public License version 2.1.
+It provides a parser and a generator GObject classes and various wrappers for
+the complex data types employed by JSON, such as arrays and objects.
+
+JSON-GLib uses GLib native data types and the generic value container GValue
+for ease of development. It also provides integration with the GObject classes
+for direct serialization into, and deserialization from, JSON data streams.
+
+WWW: http://live.gnome.org/JsonGlib
diff --git a/devel/json-glib/pkg-plist b/devel/json-glib/pkg-plist
new file mode 100644
index 000000000..40f6fcd59
--- /dev/null
+++ b/devel/json-glib/pkg-plist
@@ -0,0 +1,52 @@
+include/json-glib-1.0/json-glib/json-enum-types.h
+include/json-glib-1.0/json-glib/json-generator.h
+include/json-glib-1.0/json-glib/json-glib.h
+include/json-glib-1.0/json-glib/json-gobject.h
+include/json-glib-1.0/json-glib/json-parser.h
+include/json-glib-1.0/json-glib/json-types.h
+include/json-glib-1.0/json-glib/json-version.h
+lib/girepository-1.0/Json-1.0.typelib
+lib/libjson-glib-1.0.a
+lib/libjson-glib-1.0.la
+lib/libjson-glib-1.0.so
+lib/libjson-glib-1.0.so.0
+libdata/pkgconfig/json-glib-1.0.pc
+%%DOCSDIR%%/JsonGenerator.html
+%%DOCSDIR%%/JsonParser.html
+%%DOCSDIR%%/annotation-glossary.html
+%%DOCSDIR%%/ch01.html
+%%DOCSDIR%%/ch02.html
+%%DOCSDIR%%/ch03.html
+%%DOCSDIR%%/ch04.html
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/ix01.html
+%%DOCSDIR%%/ix02.html
+%%DOCSDIR%%/ix03.html
+%%DOCSDIR%%/ix04.html
+%%DOCSDIR%%/ix05.html
+%%DOCSDIR%%/ix06.html
+%%DOCSDIR%%/json-advanced.html
+%%DOCSDIR%%/json-base.html
+%%DOCSDIR%%/json-glib-Boxed-Types-Serialization.html
+%%DOCSDIR%%/json-glib-GObject-Serialization.html
+%%DOCSDIR%%/json-glib-JSON-Array.html
+%%DOCSDIR%%/json-glib-JSON-Node.html
+%%DOCSDIR%%/json-glib-JSON-Object.html
+%%DOCSDIR%%/json-glib-Serializable-Interface.html
+%%DOCSDIR%%/json-glib-Versioning-information.html
+%%DOCSDIR%%/json-glib.devhelp
+%%DOCSDIR%%/json-glib.devhelp2
+%%DOCSDIR%%/json-glib.html
+%%DOCSDIR%%/json-streams.html
+%%DOCSDIR%%/json-tools.html
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/license.html
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/style.css
+%%DOCSDIR%%/up.png
+share/gir-1.0/Json-1.0.gir
+@dirrm %%DOCSDIR%%
+@dirrm include/json-glib-1.0/json-glib
+@dirrm include/json-glib-1.0
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile
index 49da6fc39..38e8620db 100644
--- a/devel/libgdata/Makefile
+++ b/devel/libgdata/Makefile
@@ -3,12 +3,12 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libgdata/Makefile,v 1.11 2010/06/10 16:22:34 kwm Exp $
+# $MCom: ports/devel/libgdata/Makefile,v 1.12 2010/06/18 11:29:35 kwm Exp $
#
PORTNAME= libgdata
PORTVERSION= 0.6.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= GNOME
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile
index afacba527..25b02f5e8 100644
--- a/devel/libpeas/Makefile
+++ b/devel/libpeas/Makefile
@@ -3,15 +3,14 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libpeas/Makefile,v 1.1 2010/06/20 13:38:30 kwm Exp $
+# $MCom: ports/devel/libpeas/Makefile,v 1.2 2010/06/20 13:57:38 kwm Exp $
#
PORTNAME= libpeas
-PORTVERSION= 0.5.0
+PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= devel gnome
-MASTER_SITES= http://rainbow-runner.nl/~kwm/
-#MASTER_SITES= GNOME
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= kwm@FreeBSD.org
diff --git a/devel/libpeas/distinfo b/devel/libpeas/distinfo
index 1a554cb17..7f227feb8 100644
--- a/devel/libpeas/distinfo
+++ b/devel/libpeas/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome3/libpeas-0.5.0.tar.bz2) = c5ae65593bbd76022da4ef807d8a8ceb
-SHA256 (gnome3/libpeas-0.5.0.tar.bz2) = 61e47bd64a4103edbc0cffb59594bfe05598362061225c5ef2c184f99bf1d4ee
-SIZE (gnome3/libpeas-0.5.0.tar.bz2) = 393062
+MD5 (gnome3/libpeas-0.5.1.tar.bz2) = 4b04f0e34d3fab83641b811ca9f94da6
+SHA256 (gnome3/libpeas-0.5.1.tar.bz2) = 6a8c39a1fa5a473f3ac91136ecf5ae8a9729e90465049c87244c30c9197b97b0
+SIZE (gnome3/libpeas-0.5.1.tar.bz2) = 415835
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index ba11ebbce..e8de7adac 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libsoup/Makefile,v 1.83 2010/06/05 21:11:09 kwm Exp $
+# $MCom: ports/devel/libsoup/Makefile,v 1.84 2010/06/06 20:17:30 kwm Exp $
#
PORTNAME= libsoup
PORTVERSION= 2.31.2
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2