diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:12:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:12:46 +0800 |
commit | dfc30719d9758d9e6b3e06963e4bf5175ae16825 (patch) | |
tree | 3c84ec64b1dd1a9a2618a75efa664a18033890bd /net | |
parent | d0d9889c61e774a633eda7b5bce0688ca50d1ac8 (diff) | |
download | marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.gz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.zst marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.zip |
Update MC-ports to GNOME 3.12.
Dragons beware! Although most of them should be sleeping.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
50 files changed, 995 insertions, 680 deletions
diff --git a/net/geoclue/Makefile b/net/geoclue/Makefile new file mode 100644 index 000000000..931fc71d8 --- /dev/null +++ b/net/geoclue/Makefile @@ -0,0 +1,26 @@ +# Created by: Gustau Perez i Querol <gustau.perez@gmail.com> +# $FreeBSD$ +# $MCom$ + +PORTNAME= geoclue +PORTVERSION= 2.1.6 +CATEGORIES= net devel gnome +MASTER_SITES= http://www.freedesktop.org/software/geoclue/releases/2.1/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= D-Bus service that provides location information + +LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup + +USES= gettext gmake pathfix pkgconfig tar:xz +USE_GNOME= glib20 gnomehier intlhack +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-3g-source \ + --disable-modem-gps-source \ + --disable-wifi-source +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include <bsd.port.mk> diff --git a/net/geoclue/distinfo b/net/geoclue/distinfo new file mode 100644 index 000000000..ac5b866a0 --- /dev/null +++ b/net/geoclue/distinfo @@ -0,0 +1,2 @@ +SHA256 (geoclue-2.1.6.tar.xz) = ae7befcb07b06c89b5d9d7e837f431a0091573070c0a13a5222315ca6e005677 +SIZE (geoclue-2.1.6.tar.xz) = 328704 diff --git a/net/geoclue/pkg-descr b/net/geoclue/pkg-descr new file mode 100644 index 000000000..309b3a07c --- /dev/null +++ b/net/geoclue/pkg-descr @@ -0,0 +1,6 @@ +Geoclue is a D-Bus service that provides location information. The primary goal of +the Geoclue project is to make creating location-aware applications as simple as +possible, while the secondary goal is to ensure that no application can access location +information without explicit permission from user. + +WWW: http://geoclue.freedesktop.org/ diff --git a/net/geoclue/pkg-plist b/net/geoclue/pkg-plist new file mode 100644 index 000000000..026a384b2 --- /dev/null +++ b/net/geoclue/pkg-plist @@ -0,0 +1,15 @@ +etc/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf +etc/dbus-1/system.d/org.freedesktop.GeoClue2.conf +%%ETCDIR%%/geoclue.conf +libdata/pkgconfig/geoclue-2.0.pc +libexec/geoclue +libexec/geoclue-2.0/demos/where-am-i +share/applications/geoclue-demo-agent.desktop +share/applications/geoclue-where-am-i.desktop +share/dbus-1/system-services/org.freedesktop.GeoClue2.service +%%DATADIR%%-2.0/geoclue-agent-interface.xml +%%DATADIR%%-2.0/geoclue-interface.xml +@dirrm %%DATADIR%%-2.0 +@dirrm libexec/geoclue-2.0/demos +@dirrm libexec/geoclue-2.0 +@dirrm %%ETCDIR%% diff --git a/net/geocode-glib/Makefile b/net/geocode-glib/Makefile index 625326daf..65ade17fb 100644 --- a/net/geocode-glib/Makefile +++ b/net/geocode-glib/Makefile @@ -1,28 +1,31 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ +# $MCom: ports-experimental/trunk/net/geocode-glib/Makefile 19425 2014-04-01 06:54:57Z gusi $ PORTNAME= geocode-glib -PORTVERSION= 0.99.0 +PORTVERSION= 3.12.0 CATEGORIES= net devel gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= Convenience library for the Yahoo! Place Finder APIs +COMMENT= Convenience library for the geocoding and reverse geocoding LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup -USES= gettext gmake pathfix pkgconfig -USE_BZIP2= yes -USE_AUTOTOOLS= libtool +USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= evolutiondataserver3 gnomehier intlhack USE_LDCONFIG= yes -USE_GNOME= evolutiondataserver3 gnomedocutils gnomehier intlhack ltverhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} post-patch: @${REINPLACE_CMD} -e 's|SoupGNOME|Soup|' \ ${WRKSRC}/geocode-glib/Makefile.in +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgeocode-glib.so.0 + .include <bsd.port.mk> diff --git a/net/geocode-glib/distinfo b/net/geocode-glib/distinfo index 11ee587d0..40dd5aeb6 100644 --- a/net/geocode-glib/distinfo +++ b/net/geocode-glib/distinfo @@ -1,2 +1,2 @@ -SHA256 (geocode-glib-0.99.0.tar.bz2) = a14a64491d2e542f708aa0a4fd4467799c300d4caa10b958fa6b6bbe8e84c36e -SIZE (geocode-glib-0.99.0.tar.bz2) = 304015 +SHA256 (geocode-glib-3.12.0.tar.xz) = ab80b3368d0bf36f6e4eeb7a5b50968d28808f8c9f4675d7d7e38e8c937b0bb0 +SIZE (geocode-glib-3.12.0.tar.xz) = 346248 diff --git a/net/geocode-glib/pkg-descr b/net/geocode-glib/pkg-descr index 0623e5386..273d5a72c 100644 --- a/net/geocode-glib/pkg-descr +++ b/net/geocode-glib/pkg-descr @@ -1,8 +1,7 @@ -geocode-glib is a convenience library for the Yahoo! Place Finder -APIs. +geocode-glib is a convenience library for the geocoding (finding longitude, +and latitude from an address) and reverse geocoding (finding an address from +coordinates). It uses Nominatim service to achieve that. It also caches +(reverse-)geocoding requests for faster results and to avoid unnecessary server +load. -The Place Finder web service allows to do geocoding (finding longitude -and latitude from an address), and reverse geocoding (finding an address -from coordinates). - -WWW: http://developer.yahoo.com/geo/placefinder/ +WWW: https://github.com/GNOME/geocode-glib diff --git a/net/geocode-glib/pkg-plist b/net/geocode-glib/pkg-plist index 1b3e12e17..a67abd97b 100644 --- a/net/geocode-glib/pkg-plist +++ b/net/geocode-glib/pkg-plist @@ -1,23 +1,47 @@ -include/geocode-glib/geocode-glib.h +include/geocode-glib-1.0/geocode-glib/geocode-bounding-box.h +include/geocode-glib-1.0/geocode-glib/geocode-enum-types.h +include/geocode-glib-1.0/geocode-glib/geocode-error.h +include/geocode-glib-1.0/geocode-glib/geocode-forward.h +include/geocode-glib-1.0/geocode-glib/geocode-glib.h +include/geocode-glib-1.0/geocode-glib/geocode-location.h +include/geocode-glib-1.0/geocode-glib/geocode-place.h +include/geocode-glib-1.0/geocode-glib/geocode-reverse.h lib/girepository-1.0/GeocodeGlib-1.0.typelib -lib/libgeocode-glib.a lib/libgeocode-glib.la lib/libgeocode-glib.so lib/libgeocode-glib.so.0 -libdata/pkgconfig/geocode-glib.pc +lib/libgeocode-glib.so.0.0.0 +libdata/pkgconfig/geocode-glib-1.0.pc share/gir-1.0/GeocodeGlib-1.0.gir -share/gtk-doc/html/geocode-glib/annotation-glossary.html -share/gtk-doc/html/geocode-glib/api-index-full.html -share/gtk-doc/html/geocode-glib/ch01.html -share/gtk-doc/html/geocode-glib/geocode-glib-geocode-glib.html -share/gtk-doc/html/geocode-glib/geocode-glib.devhelp -share/gtk-doc/html/geocode-glib/geocode-glib.devhelp2 -share/gtk-doc/html/geocode-glib/home.png -share/gtk-doc/html/geocode-glib/index.html -share/gtk-doc/html/geocode-glib/index.sgml -share/gtk-doc/html/geocode-glib/left.png -share/gtk-doc/html/geocode-glib/right.png -share/gtk-doc/html/geocode-glib/style.css -share/gtk-doc/html/geocode-glib/up.png -@dirrm share/gtk-doc/html/geocode-glib -@dirrm include/geocode-glib +share/gtk-doc/html/geocode-glib-1.0/GeocodeBoundingBox.html +share/gtk-doc/html/geocode-glib-1.0/GeocodeForward.html +share/gtk-doc/html/geocode-glib-1.0/GeocodeLocation.html +share/gtk-doc/html/geocode-glib-1.0/GeocodePlace.html +share/gtk-doc/html/geocode-glib-1.0/GeocodeReverse.html +share/gtk-doc/html/geocode-glib-1.0/annotation-glossary.html +share/gtk-doc/html/geocode-glib-1.0/api-index-full.html +share/gtk-doc/html/geocode-glib-1.0/ch01.html +share/gtk-doc/html/geocode-glib-1.0/geocode-glib-1.0.devhelp2 +share/gtk-doc/html/geocode-glib-1.0/geocode-glib-geocode-enum-types.html +share/gtk-doc/html/geocode-glib-1.0/geocode-glib-geocode-error.html +share/gtk-doc/html/geocode-glib-1.0/home.png +share/gtk-doc/html/geocode-glib-1.0/index.html +share/gtk-doc/html/geocode-glib-1.0/index.sgml +share/gtk-doc/html/geocode-glib-1.0/left-insensitive.png +share/gtk-doc/html/geocode-glib-1.0/left.png +share/gtk-doc/html/geocode-glib-1.0/right-insensitive.png +share/gtk-doc/html/geocode-glib-1.0/right.png +share/gtk-doc/html/geocode-glib-1.0/style.css +share/gtk-doc/html/geocode-glib-1.0/up-insensitive.png +share/gtk-doc/html/geocode-glib-1.0/up.png +share/icons/gnome/scalable/places/poi-airport.svg +share/icons/gnome/scalable/places/poi-building.svg +share/icons/gnome/scalable/places/poi-bus-stop.svg +share/icons/gnome/scalable/places/poi-car.svg +share/icons/gnome/scalable/places/poi-marker.svg +share/icons/gnome/scalable/places/poi-railway-station.svg +share/icons/gnome/scalable/places/poi-town.svg +@dirrm share/icons/gnome/scalable/places +@dirrm share/gtk-doc/html/geocode-glib-1.0 +@dirrm include/geocode-glib-1.0/geocode-glib +@dirrm include/geocode-glib-1.0 diff --git a/net/gfbgraph/Makefile b/net/gfbgraph/Makefile new file mode 100644 index 000000000..be1e34ef5 --- /dev/null +++ b/net/gfbgraph/Makefile @@ -0,0 +1,29 @@ +# Created by: Gustau Perez <gustau.perez@gmail.com> +# $FreeBSD$ +# $MCom$ + +PORTNAME= gfbgraph +PORTVERSION= 0.2.2 +CATEGORIES= net www +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GObject library for Facebook Graph API + +BUILD_DEPENDS= gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \ + libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ + libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib + +USE_GNOME= glib20 intlhack introspection:build +USES= gettext gmake pathfix pkgconfig tar:xz +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgfbgraph-0.2.so.0 + +.include <bsd.port.mk> diff --git a/net/gfbgraph/distinfo b/net/gfbgraph/distinfo new file mode 100644 index 000000000..47632cd37 --- /dev/null +++ b/net/gfbgraph/distinfo @@ -0,0 +1,2 @@ +SHA256 (gfbgraph-0.2.2.tar.xz) = 66c7b1c951863565c179d0b4b5207f27b3b36f80afed9f6a9acfc5fc3ae775d4 +SIZE (gfbgraph-0.2.2.tar.xz) = 263792 diff --git a/net/gfbgraph/pkg-descr b/net/gfbgraph/pkg-descr new file mode 100644 index 000000000..48da58207 --- /dev/null +++ b/net/gfbgraph/pkg-descr @@ -0,0 +1,7 @@ +A GObject library for Facebook Graph API + +This library is in a very early stage of development, +don't use in a final application right now. Use it just +for test purposes at your own risk. + +WWW: https://git.gnome.org/browse/libgfbgraph diff --git a/net/gfbgraph/pkg-plist b/net/gfbgraph/pkg-plist new file mode 100644 index 000000000..a67fa8bef --- /dev/null +++ b/net/gfbgraph/pkg-plist @@ -0,0 +1,50 @@ +doc/libgfbgraph/AUTHORS +doc/libgfbgraph/COPYING +doc/libgfbgraph/ChangeLog +doc/libgfbgraph/INSTALL +doc/libgfbgraph/NEWS +doc/libgfbgraph/README +include/gfbgraph-0.2/gfbgraph/gfbgraph-album.h +include/gfbgraph-0.2/gfbgraph/gfbgraph-authorizer.h +include/gfbgraph-0.2/gfbgraph/gfbgraph-common.h +include/gfbgraph-0.2/gfbgraph/gfbgraph-connectable.h +include/gfbgraph-0.2/gfbgraph/gfbgraph-goa-authorizer.h +include/gfbgraph-0.2/gfbgraph/gfbgraph-node.h +include/gfbgraph-0.2/gfbgraph/gfbgraph-photo.h +include/gfbgraph-0.2/gfbgraph/gfbgraph-simple-authorizer.h +include/gfbgraph-0.2/gfbgraph/gfbgraph-user.h +include/gfbgraph-0.2/gfbgraph/gfbgraph.h +lib/libgfbgraph-0.2.a +lib/libgfbgraph-0.2.la +lib/libgfbgraph-0.2.so +lib/libgfbgraph-0.2.so.0 +lib/girepository-1.0/GFBGraph-0.2.typelib +libdata/pkgconfig/libgfbgraph-0.2.pc +share/gir-1.0/GFBGraph-0.2.gir +share/gtk-doc/html/gfbgraph/GFBGraphAlbum.html +share/gtk-doc/html/gfbgraph/GFBGraphGoaAuthorizer.html +share/gtk-doc/html/gfbgraph/GFBGraphNode.html +share/gtk-doc/html/gfbgraph/GFBGraphPhoto.html +share/gtk-doc/html/gfbgraph/GFBGraphSimpleAuthorizer.html +share/gtk-doc/html/gfbgraph/GFBGraphUser.html +share/gtk-doc/html/gfbgraph/annotation-glossary.html +share/gtk-doc/html/gfbgraph/api-index-full.html +share/gtk-doc/html/gfbgraph/ch01.html +share/gtk-doc/html/gfbgraph/deprecated-api-index.html +share/gtk-doc/html/gfbgraph/gfbgraph-GFBGraphAuthorizer.html +share/gtk-doc/html/gfbgraph/gfbgraph-GFBGraphConnectable.html +share/gtk-doc/html/gfbgraph/gfbgraph-gfbgraph-common.html +share/gtk-doc/html/gfbgraph/gfbgraph.devhelp2 +share/gtk-doc/html/gfbgraph/home.png +share/gtk-doc/html/gfbgraph/index.html +share/gtk-doc/html/gfbgraph/index.sgml +share/gtk-doc/html/gfbgraph/left.png +share/gtk-doc/html/gfbgraph/object-tree.html +share/gtk-doc/html/gfbgraph/right.png +share/gtk-doc/html/gfbgraph/style.css +share/gtk-doc/html/gfbgraph/up.png +@dirrm share/gtk-doc/html/gfbgraph +@dirrm include/gfbgraph-0.2/gfbgraph +@dirrm include/gfbgraph-0.2 +@dirrm doc/libgfbgraph +@dirrmtry doc diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index e55cad8a4..ba4a68882 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= glib-networking -PORTVERSION= 2.38.2 +PORTVERSION= 2.40.1 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,10 +20,9 @@ LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas -USE_XZ= yes -GNU_CONFIGURE= yes +USES= gettext gmake pathfix pkgconfig tar:xz USE_GNOME= glib20 intltool -USES= gettext gmake pathfix pkgconfig +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net/glib-networking/distinfo b/net/glib-networking/distinfo index c78bae5c9..12fb4b393 100644 --- a/net/glib-networking/distinfo +++ b/net/glib-networking/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/glib-networking-2.38.2.tar.xz) = e8e2fe919d3236169c9bfaec807966ec81b844fc28b11bddc9f8256cfa949fc7 -SIZE (gnome2/glib-networking-2.38.2.tar.xz) = 362524 +SHA256 (gnome2/glib-networking-2.40.1.tar.xz) = 9fb3e54d049a480afdb814ff7452e7ab67e5d5f607ade230d7713f19922b5a28 +SIZE (gnome2/glib-networking-2.40.1.tar.xz) = 368444 diff --git a/net/glib-networking/files/patch-tls_gnutls_gtlsconnection-gnutls.c b/net/glib-networking/files/patch-tls_gnutls_gtlsconnection-gnutls.c deleted file mode 100644 index 728e24401..000000000 --- a/net/glib-networking/files/patch-tls_gnutls_gtlsconnection-gnutls.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tls/gnutls/gtlsconnection-gnutls.c.orig 2012-12-09 01:05:02.000000000 +0000 -+++ tls/gnutls/gtlsconnection-gnutls.c 2012-12-09 01:14:46.000000000 +0000 -@@ -752,7 +752,7 @@ - if (error) - { - g_set_error (error, G_TLS_ERROR, G_TLS_ERROR_MISC, -- errmsg, gnutls_strerror (status)); -+ "%s, %s", errmsg, gnutls_strerror (status)); - } - return status; - } diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile deleted file mode 100644 index a3ca80bb4..000000000 --- a/net/gnome-nettool/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Adam Weinberger <adamw@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/trunk/net/gnome-nettool3/Makefile 18610 2013-06-30 16:33:05Z marcus $ - -PORTNAME= gnome-nettool -PORTVERSION= 3.2.0 -PORTEPOCH= 1 -CATEGORIES= net gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME utility that provides network information statistics - -LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop - -USE_XZ= yes -USE_GNOME= intlhack gnomeprefix gtk30 gnomedocutils -USES= gettext gmake pathfix -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -DHAVE_SOCKADDR_SA_LEN - -GLIB_SCHEMAS= org.gnome.gnome-nettool.gschema.xml - -.include <bsd.port.mk> diff --git a/net/gnome-nettool/distinfo b/net/gnome-nettool/distinfo deleted file mode 100644 index 3f8df0a6a..000000000 --- a/net/gnome-nettool/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome3/gnome-nettool-3.2.0.tar.xz) = 9888202f1c13f98fd26b417468e6f2345f885557f3a98fb365eeea52d792bf79 -SIZE (gnome3/gnome-nettool-3.2.0.tar.xz) = 585556 diff --git a/net/gnome-nettool/files/patch-src_info.c b/net/gnome-nettool/files/patch-src_info.c deleted file mode 100644 index 88a107e6f..000000000 --- a/net/gnome-nettool/files/patch-src_info.c +++ /dev/null @@ -1,76 +0,0 @@ ---- src/info.c.orig 2008-12-08 23:29:39.000000000 -0500 -+++ src/info.c 2009-02-27 16:33:49.000000000 -0500 -@@ -20,6 +20,10 @@ - #include <gtk/gtk.h> - #include <glib/gi18n.h> - #include <glib/gprintf.h> -+#include <sys/types.h> -+#include <string.h> -+#include <errno.h> -+#include <unistd.h> - - #ifdef HAVE_CONFIG_H - # include <config.h> -@@ -37,6 +41,9 @@ - #include <sys/ioctl.h> - #include <stdlib.h> - #include <net/if.h> -+#ifdef __FreeBSD__ -+#include <net/if_media.h> -+#endif - - #include <glibtop.h> - #include <glibtop/netlist.h> -@@ -61,6 +68,7 @@ static InfoInterfaceDescription info_ifa - { N_("Ethernet Interface"), INFO_INTERFACE_ETH, "16_ethernet.xpm", "eth", NULL }, - { N_("Wireless Interface"), INFO_INTERFACE_WLAN, "wavelan-16.png", "wlan", NULL }, - { N_("Modem Interface"), INFO_INTERFACE_PPP, "16_ppp.xpm", "ppp", NULL }, -+ { N_("Modem Interface"), INFO_INTERFACE_PPP, "16_ppp.xpm", "tun", NULL }, - { N_("Parallel Line Interface"), INFO_INTERFACE_PLIP, "16_plip.xpm", "plip", NULL }, - { N_("Infrared Interface"), INFO_INTERFACE_IRLAN, "irda-16.png", "irlan", NULL }, - { N_("Loopback Interface"), INFO_INTERFACE_LO, "16_loopback.xpm", "lo", NULL }, -@@ -131,9 +139,42 @@ info_get_interface_from_dev_name (const - { - gint i; - gchar *path; -- -+ gchar *dev_type = NULL; -+#if defined(__FreeBSD__) -+ int s; -+ struct ifmediareq ifmr; -+ -+ if ((s = socket (AF_INET, SOCK_DGRAM, 0)) > -1) { -+ -+ (void) memset (&ifmr, 0, sizeof (ifmr)); -+ (void) strncpy (ifmr.ifm_name, dev_name, sizeof (ifmr.ifm_name)); -+ -+ if (ioctl (s, SIOCGIFMEDIA, (caddr_t) &ifmr) > -1) { -+ switch (IFM_TYPE (ifmr.ifm_active)) { -+ case IFM_ETHER: -+ dev_type = "eth"; -+ break; -+ case IFM_FDDI: -+ case IFM_TOKEN: -+#ifdef IFM_ATM -+ case IFM_ATM: -+#endif -+ dev_type = "other_type"; -+ break; -+ case IFM_IEEE80211: -+ dev_type = "wlan"; -+ break; -+ } -+ } -+ close (s); -+ } -+#endif /* defined(__FreeBSD__) */ -+ -+ if (!dev_type) -+ dev_type = (gchar *) dev_name; -+ - for (i = 0; info_iface_desc[i].name; i++) -- if (strstr (dev_name, info_iface_desc[i].prefix) == dev_name) { -+ if (strstr (dev_type, info_iface_desc[i].prefix) == dev_type) { - (*iface) = g_strdup_printf ("%s (%s)", _(info_iface_desc[i].name), dev_name); - if (info_iface_desc[i].pixbuf == NULL) { - path = g_build_filename (PIXMAPS_DIR, info_iface_desc[i].icon, NULL); diff --git a/net/gnome-nettool/files/patch-src_netstat.c b/net/gnome-nettool/files/patch-src_netstat.c deleted file mode 100644 index ebcb39bc7..000000000 --- a/net/gnome-nettool/files/patch-src_netstat.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/netstat.c.orig 2012-04-13 06:33:27.000000000 -0500 -+++ src/netstat.c 2012-04-13 06:34:30.000000000 -0500 -@@ -114,7 +114,7 @@ - g_return_val_if_fail (netinfo != NULL, NULL); - - if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (netinfo->routing))) { --#if defined (__OpenBSD__) -+#if defined (__OpenBSD__) || defined(__FreeBSD__) - if (netinfo_is_ipv6_enable ()) { - option = g_strdup ("-rn"); - } else { diff --git a/net/gnome-nettool/files/patch-src_nettool.c b/net/gnome-nettool/files/patch-src_nettool.c deleted file mode 100644 index 0fe858295..000000000 --- a/net/gnome-nettool/files/patch-src_nettool.c +++ /dev/null @@ -1,41 +0,0 @@ ---- src/nettool.c.orig 2009-06-18 13:51:14.000000000 -0400 -+++ src/nettool.c 2009-07-19 16:05:59.000000000 -0400 -@@ -374,6 +375,10 @@ netinfo_io_text_buffer_dialog (GIOChanne - len, NULL); - } - -+ g_free (text); -+ -+ return TRUE; -+ - } else if (status == G_IO_STATUS_AGAIN) { - char buf[1]; - -@@ -385,6 +390,8 @@ netinfo_io_text_buffer_dialog (GIOChanne - } - g_string_append_c (netinfo->command_output, buf[0]); - } -+ g_free (text); -+ return TRUE; - } else if (status == G_IO_STATUS_EOF) { - - } else if (status == G_IO_STATUS_ERROR) { -@@ -402,15 +409,15 @@ netinfo_io_text_buffer_dialog (GIOChanne - - } else { - g_warning ("Error: %s\n", err->message); -- g_free (text); - g_free (err); - } - -+ g_free (text); -+ return TRUE; -+ - } - - g_free (text); -- -- return TRUE; - } - - /* The condition is not G_IO_HUP | G_IO_ERR | G_IO_NVAL, so diff --git a/net/gnome-nettool/pkg-descr b/net/gnome-nettool/pkg-descr deleted file mode 100644 index 5619126fe..000000000 --- a/net/gnome-nettool/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gnome-nettool is a utility for getting network information such as interface -statistics, and for front-ending commands like ping and traceroute. It -is very similar to the MacOS X Network Utility. diff --git a/net/gnome-nettool/pkg-plist b/net/gnome-nettool/pkg-plist deleted file mode 100644 index 6839fce66..000000000 --- a/net/gnome-nettool/pkg-plist +++ /dev/null @@ -1,200 +0,0 @@ -bin/gnome-nettool -share/applications/gnome-nettool.desktop -%%DATADIR%%/pixmaps/16_ethernet.xpm -%%DATADIR%%/pixmaps/16_loopback.xpm -%%DATADIR%%/pixmaps/16_plip.xpm -%%DATADIR%%/pixmaps/16_ppp.xpm -%%DATADIR%%/pixmaps/gnome-nettool.png -%%DATADIR%%/pixmaps/irda-16.png -%%DATADIR%%/pixmaps/network.png -%%DATADIR%%/pixmaps/wavelan-16.png -%%DATADIR%%/ui/gnome-nettool.ui -share/gnome/help/gnome-nettool/C/gnome-nettool.xml -share/gnome/help/gnome-nettool/C/legal.xml -share/gnome/help/gnome-nettool/ca/gnome-nettool.xml -share/gnome/help/gnome-nettool/cs/gnome-nettool.xml -share/gnome/help/gnome-nettool/da/gnome-nettool.xml -share/gnome/help/gnome-nettool/de/gnome-nettool.xml -share/gnome/help/gnome-nettool/el/gnome-nettool.xml -share/gnome/help/gnome-nettool/en_GB/gnome-nettool.xml -share/gnome/help/gnome-nettool/es/gnome-nettool.xml -share/gnome/help/gnome-nettool/fr/gnome-nettool.xml -share/gnome/help/gnome-nettool/oc/gnome-nettool.xml -share/gnome/help/gnome-nettool/pa/gnome-nettool.xml -share/gnome/help/gnome-nettool/pt_BR/gnome-nettool.xml -share/gnome/help/gnome-nettool/ru/gnome-nettool.xml -share/gnome/help/gnome-nettool/sv/gnome-nettool.xml -share/gnome/help/gnome-nettool/uk/gnome-nettool.xml -share/gnome/help/gnome-nettool/vi/gnome-nettool.xml -share/gnome/help/gnome-nettool/zh_CN/gnome-nettool.xml -share/icons/hicolor/16x16/apps/gnome-nettool.png -share/icons/hicolor/22x22/apps/gnome-nettool.png -share/icons/hicolor/24x24/apps/gnome-nettool.png -share/icons/hicolor/32x32/apps/gnome-nettool.png -share/icons/hicolor/scalable/apps/gnome-nettool.svg -share/locale/af/LC_MESSAGES/gnome-nettool.mo -share/locale/ar/LC_MESSAGES/gnome-nettool.mo -share/locale/as/LC_MESSAGES/gnome-nettool.mo -share/locale/ast/LC_MESSAGES/gnome-nettool.mo -share/locale/az/LC_MESSAGES/gnome-nettool.mo -share/locale/be/LC_MESSAGES/gnome-nettool.mo -share/locale/bg/LC_MESSAGES/gnome-nettool.mo -share/locale/bn/LC_MESSAGES/gnome-nettool.mo -share/locale/bn_IN/LC_MESSAGES/gnome-nettool.mo -share/locale/br/LC_MESSAGES/gnome-nettool.mo -share/locale/bs/LC_MESSAGES/gnome-nettool.mo -share/locale/ca/LC_MESSAGES/gnome-nettool.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-nettool.mo -share/locale/cs/LC_MESSAGES/gnome-nettool.mo -share/locale/cy/LC_MESSAGES/gnome-nettool.mo -share/locale/da/LC_MESSAGES/gnome-nettool.mo -share/locale/de/LC_MESSAGES/gnome-nettool.mo -share/locale/dz/LC_MESSAGES/gnome-nettool.mo -share/locale/el/LC_MESSAGES/gnome-nettool.mo -share/locale/en@shaw/LC_MESSAGES/gnome-nettool.mo -share/locale/en_CA/LC_MESSAGES/gnome-nettool.mo -share/locale/en_GB/LC_MESSAGES/gnome-nettool.mo -share/locale/eo/LC_MESSAGES/gnome-nettool.mo -share/locale/es/LC_MESSAGES/gnome-nettool.mo -share/locale/et/LC_MESSAGES/gnome-nettool.mo -share/locale/eu/LC_MESSAGES/gnome-nettool.mo -share/locale/fa/LC_MESSAGES/gnome-nettool.mo -share/locale/fi/LC_MESSAGES/gnome-nettool.mo -share/locale/fr/LC_MESSAGES/gnome-nettool.mo -share/locale/ga/LC_MESSAGES/gnome-nettool.mo -share/locale/gl/LC_MESSAGES/gnome-nettool.mo -share/locale/gu/LC_MESSAGES/gnome-nettool.mo -share/locale/he/LC_MESSAGES/gnome-nettool.mo -share/locale/hi/LC_MESSAGES/gnome-nettool.mo -share/locale/hr/LC_MESSAGES/gnome-nettool.mo -share/locale/hu/LC_MESSAGES/gnome-nettool.mo -share/locale/id/LC_MESSAGES/gnome-nettool.mo -share/locale/it/LC_MESSAGES/gnome-nettool.mo -share/locale/ja/LC_MESSAGES/gnome-nettool.mo -share/locale/ka/LC_MESSAGES/gnome-nettool.mo -share/locale/kn/LC_MESSAGES/gnome-nettool.mo -share/locale/ko/LC_MESSAGES/gnome-nettool.mo -share/locale/ku/LC_MESSAGES/gnome-nettool.mo -share/locale/lt/LC_MESSAGES/gnome-nettool.mo -share/locale/lv/LC_MESSAGES/gnome-nettool.mo -share/locale/mai/LC_MESSAGES/gnome-nettool.mo -share/locale/mg/LC_MESSAGES/gnome-nettool.mo -share/locale/mk/LC_MESSAGES/gnome-nettool.mo -share/locale/ml/LC_MESSAGES/gnome-nettool.mo -share/locale/mn/LC_MESSAGES/gnome-nettool.mo -share/locale/mr/LC_MESSAGES/gnome-nettool.mo -share/locale/ms/LC_MESSAGES/gnome-nettool.mo -share/locale/nb/LC_MESSAGES/gnome-nettool.mo -share/locale/ne/LC_MESSAGES/gnome-nettool.mo -share/locale/nl/LC_MESSAGES/gnome-nettool.mo -share/locale/nn/LC_MESSAGES/gnome-nettool.mo -share/locale/oc/LC_MESSAGES/gnome-nettool.mo -share/locale/or/LC_MESSAGES/gnome-nettool.mo -share/locale/pa/LC_MESSAGES/gnome-nettool.mo -share/locale/pl/LC_MESSAGES/gnome-nettool.mo -share/locale/ps/LC_MESSAGES/gnome-nettool.mo -share/locale/pt/LC_MESSAGES/gnome-nettool.mo -share/locale/pt_BR/LC_MESSAGES/gnome-nettool.mo -share/locale/ro/LC_MESSAGES/gnome-nettool.mo -share/locale/ru/LC_MESSAGES/gnome-nettool.mo -share/locale/rw/LC_MESSAGES/gnome-nettool.mo -share/locale/si/LC_MESSAGES/gnome-nettool.mo -share/locale/sk/LC_MESSAGES/gnome-nettool.mo -share/locale/sl/LC_MESSAGES/gnome-nettool.mo -share/locale/sq/LC_MESSAGES/gnome-nettool.mo -share/locale/sr/LC_MESSAGES/gnome-nettool.mo -share/locale/sr@latin/LC_MESSAGES/gnome-nettool.mo -share/locale/sv/LC_MESSAGES/gnome-nettool.mo -share/locale/ta/LC_MESSAGES/gnome-nettool.mo -share/locale/te/LC_MESSAGES/gnome-nettool.mo -share/locale/th/LC_MESSAGES/gnome-nettool.mo -share/locale/tr/LC_MESSAGES/gnome-nettool.mo -share/locale/ug/LC_MESSAGES/gnome-nettool.mo -share/locale/uk/LC_MESSAGES/gnome-nettool.mo -share/locale/uz/LC_MESSAGES/gnome-nettool.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-nettool.mo -share/locale/vi/LC_MESSAGES/gnome-nettool.mo -share/locale/wa/LC_MESSAGES/gnome-nettool.mo -share/locale/xh/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_CN/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_HK/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_TW/LC_MESSAGES/gnome-nettool.mo -share/omf/gnome-nettool/gnome-nettool-C.omf -share/omf/gnome-nettool/gnome-nettool-ca.omf -share/omf/gnome-nettool/gnome-nettool-cs.omf -share/omf/gnome-nettool/gnome-nettool-da.omf -share/omf/gnome-nettool/gnome-nettool-de.omf -share/omf/gnome-nettool/gnome-nettool-el.omf -share/omf/gnome-nettool/gnome-nettool-en_GB.omf -share/omf/gnome-nettool/gnome-nettool-es.omf -share/omf/gnome-nettool/gnome-nettool-fr.omf -share/omf/gnome-nettool/gnome-nettool-oc.omf -share/omf/gnome-nettool/gnome-nettool-pa.omf -share/omf/gnome-nettool/gnome-nettool-pt_BR.omf -share/omf/gnome-nettool/gnome-nettool-ru.omf -share/omf/gnome-nettool/gnome-nettool-sv.omf -share/omf/gnome-nettool/gnome-nettool-uk.omf -share/omf/gnome-nettool/gnome-nettool-vi.omf -share/omf/gnome-nettool/gnome-nettool-zh_CN.omf -@dirrm share/omf/gnome-nettool -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrm share/gnome/help/gnome-nettool/zh_CN -@dirrm share/gnome/help/gnome-nettool/vi -@dirrm share/gnome/help/gnome-nettool/uk -@dirrm share/gnome/help/gnome-nettool/sv -@dirrm share/gnome/help/gnome-nettool/ru -@dirrm share/gnome/help/gnome-nettool/pt_BR -@dirrm share/gnome/help/gnome-nettool/pa -@dirrm share/gnome/help/gnome-nettool/oc -@dirrm share/gnome/help/gnome-nettool/fr -@dirrm share/gnome/help/gnome-nettool/es -@dirrm share/gnome/help/gnome-nettool/en_GB -@dirrm share/gnome/help/gnome-nettool/el -@dirrm share/gnome/help/gnome-nettool/de -@dirrm share/gnome/help/gnome-nettool/da -@dirrm share/gnome/help/gnome-nettool/cs -@dirrm share/gnome/help/gnome-nettool/ca -@dirrm share/gnome/help/gnome-nettool/C -@dirrm share/gnome/help/gnome-nettool -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%% diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index 23111b144..82f5f37a5 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -3,24 +3,25 @@ # $MCom$ PORTNAME= gnome-online-accounts -PORTVERSION= 3.6.3 +PORTVERSION= 3.12.1 CATEGORIES= net MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org -COMMENT= Interface privider to access the user's online accounts. +COMMENT= Interface provider to access the user's online accounts BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ libnotify.so:${PORTSDIR}/devel/libnotify \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ libsecret-1.so:${PORTSDIR}/security/libsecret \ librest-0.7.so:${PORTSDIR}/devel/librest -USE_XZ= yes +USES= gettext gmake pathfix pkgconfig tar:xz USE_GNOME= gtk30 intlhack introspection:build libxslt:build -USES= gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes @@ -28,6 +29,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoa-*.so.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoa-*.so.* .include <bsd.port.mk> diff --git a/net/gnome-online-accounts/distinfo b/net/gnome-online-accounts/distinfo index e2515d410..8182762e6 100644 --- a/net/gnome-online-accounts/distinfo +++ b/net/gnome-online-accounts/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome-online-accounts-3.6.3.tar.xz) = 68c161ea06d344422e47881362429fff3e58f61f6998d6ad992ca3d015eb636c -SIZE (gnome-online-accounts-3.6.3.tar.xz) = 588908 +SHA256 (gnome-online-accounts-3.12.1.tar.xz) = 2b8930e463c84d609a00ed9337db16550de89e7a7b8184ab18f2a63f150e7cef +SIZE (gnome-online-accounts-3.12.1.tar.xz) = 1290084 diff --git a/net/gnome-online-accounts/pkg-plist b/net/gnome-online-accounts/pkg-plist index 971a51cfe..5f3260ee9 100644 --- a/net/gnome-online-accounts/pkg-plist +++ b/net/gnome-online-accounts/pkg-plist @@ -9,13 +9,7 @@ include/goa-1.0/goabackend/goabackend.h include/goa-1.0/goabackend/goabackendenums.h include/goa-1.0/goabackend/goabackendenumtypes.h include/goa-1.0/goabackend/goabackendtypes.h -include/goa-1.0/goabackend/goaeditablelabel.h -include/goa-1.0/goabackend/goaexchangeprovider.h -include/goa-1.0/goabackend/goafacebookprovider.h -include/goa-1.0/goabackend/goagoogleprovider.h -include/goa-1.0/goabackend/goalogging.h include/goa-1.0/goabackend/goaprovider.h -include/goa-1.0/goabackend/goawindowsliveprovider.h lib/girepository-1.0/Goa-1.0.typelib lib/libgoa-1.0.a lib/libgoa-1.0.la @@ -24,90 +18,329 @@ lib/libgoa-1.0.so.0 lib/libgoa-backend-1.0.a lib/libgoa-backend-1.0.la lib/libgoa-backend-1.0.so -lib/libgoa-backend-1.0.so.0 +include/goa-1.0/goa/goaversion.h +lib/goa-1.0/include/goaconfig.h +lib/libgoa-backend-1.0.so.1 libdata/pkgconfig/goa-1.0.pc libdata/pkgconfig/goa-backend-1.0.pc libexec/goa-daemon man/man8/goa-daemon.8.gz share/dbus-1/services/org.gnome.OnlineAccounts.service share/gir-1.0/Goa-1.0.gir -share/gnome-online-accounts/goawebview.css +%%DATADIR%%/irc-networks.xml share/icons/hicolor/16x16/apps/goa-account-facebook.png +share/icons/hicolor/16x16/apps/goa-account-flickr.png share/icons/hicolor/16x16/apps/goa-account-google.png +share/icons/hicolor/16x16/apps/goa-account-owncloud.png +share/icons/hicolor/16x16/apps/goa-account-pocket.png +share/icons/hicolor/16x16/apps/goa-account-yahoo.png share/icons/hicolor/16x16/apps/goa-account.png +share/icons/hicolor/16x16/apps/im-aim.png +share/icons/hicolor/16x16/apps/im-ekiga.png +share/icons/hicolor/16x16/apps/im-facebook.png +share/icons/hicolor/16x16/apps/im-gadugadu.png +share/icons/hicolor/16x16/apps/im-gizmo.png +share/icons/hicolor/16x16/apps/im-google-talk.png +share/icons/hicolor/16x16/apps/im-groupwise.png +share/icons/hicolor/16x16/apps/im-icq.png +share/icons/hicolor/16x16/apps/im-irc.png +share/icons/hicolor/16x16/apps/im-jabber.png +share/icons/hicolor/16x16/apps/im-local-xmpp.png +share/icons/hicolor/16x16/apps/im-meanwhile.png +share/icons/hicolor/16x16/apps/im-msn.png +share/icons/hicolor/16x16/apps/im-mxit.png +share/icons/hicolor/16x16/apps/im-myspace.png +share/icons/hicolor/16x16/apps/im-qq.png +share/icons/hicolor/16x16/apps/im-sametime.png +share/icons/hicolor/16x16/apps/im-silc.png +share/icons/hicolor/16x16/apps/im-sip.png +share/icons/hicolor/16x16/apps/im-yahoo.png +share/icons/hicolor/16x16/apps/im-zephyr.png share/icons/hicolor/22x22/apps/goa-account-facebook.png +share/icons/hicolor/22x22/apps/goa-account-flickr.png share/icons/hicolor/22x22/apps/goa-account-google.png +share/icons/hicolor/22x22/apps/goa-account-owncloud.png +share/icons/hicolor/22x22/apps/goa-account-pocket.png +share/icons/hicolor/22x22/apps/goa-account-yahoo.png share/icons/hicolor/22x22/apps/goa-account.png +share/icons/hicolor/22x22/apps/im-aim.png +share/icons/hicolor/22x22/apps/im-ekiga.png +share/icons/hicolor/22x22/apps/im-facebook.png +share/icons/hicolor/22x22/apps/im-gadugadu.png +share/icons/hicolor/22x22/apps/im-gizmo.png +share/icons/hicolor/22x22/apps/im-google-talk.png +share/icons/hicolor/22x22/apps/im-groupwise.png +share/icons/hicolor/22x22/apps/im-icq.png +share/icons/hicolor/22x22/apps/im-irc.png +share/icons/hicolor/22x22/apps/im-jabber.png +share/icons/hicolor/22x22/apps/im-local-xmpp.png +share/icons/hicolor/22x22/apps/im-meanwhile.png +share/icons/hicolor/22x22/apps/im-msn.png +share/icons/hicolor/22x22/apps/im-mxit.png +share/icons/hicolor/22x22/apps/im-myspace.png +share/icons/hicolor/22x22/apps/im-qq.png +share/icons/hicolor/22x22/apps/im-sametime.png +share/icons/hicolor/22x22/apps/im-silc.png +share/icons/hicolor/22x22/apps/im-sip.png +share/icons/hicolor/22x22/apps/im-yahoo.png +share/icons/hicolor/22x22/apps/im-zephyr.png share/icons/hicolor/24x24/apps/goa-account-facebook.png +share/icons/hicolor/24x24/apps/goa-account-flickr.png share/icons/hicolor/24x24/apps/goa-account-google.png +share/icons/hicolor/24x24/apps/goa-account-owncloud.png +share/icons/hicolor/24x24/apps/goa-account-pocket.png +share/icons/hicolor/24x24/apps/goa-account-yahoo.png share/icons/hicolor/24x24/apps/goa-account.png +share/icons/hicolor/24x24/apps/im-aim.png +share/icons/hicolor/24x24/apps/im-ekiga.png +share/icons/hicolor/24x24/apps/im-gadugadu.png +share/icons/hicolor/24x24/apps/im-gizmo.png +share/icons/hicolor/24x24/apps/im-google-talk.png +share/icons/hicolor/24x24/apps/im-groupwise.png +share/icons/hicolor/24x24/apps/im-icq.png +share/icons/hicolor/24x24/apps/im-irc.png +share/icons/hicolor/24x24/apps/im-jabber.png +share/icons/hicolor/24x24/apps/im-local-xmpp.png +share/icons/hicolor/24x24/apps/im-meanwhile.png +share/icons/hicolor/24x24/apps/im-msn.png +share/icons/hicolor/24x24/apps/im-mxit.png +share/icons/hicolor/24x24/apps/im-myspace.png +share/icons/hicolor/24x24/apps/im-qq.png +share/icons/hicolor/24x24/apps/im-sametime.png +share/icons/hicolor/24x24/apps/im-silc.png +share/icons/hicolor/24x24/apps/im-sip.png +share/icons/hicolor/24x24/apps/im-yahoo.png +share/icons/hicolor/24x24/apps/im-zephyr.png share/icons/hicolor/256x256/apps/goa-account.png share/icons/hicolor/32x32/apps/goa-account-facebook.png +share/icons/hicolor/32x32/apps/goa-account-flickr.png share/icons/hicolor/32x32/apps/goa-account-google.png +share/icons/hicolor/32x32/apps/goa-account-owncloud.png +share/icons/hicolor/32x32/apps/goa-account-pocket.png +share/icons/hicolor/32x32/apps/goa-account-yahoo.png share/icons/hicolor/32x32/apps/goa-account.png +share/icons/hicolor/32x32/apps/im-aim.png +share/icons/hicolor/32x32/apps/im-ekiga.png +share/icons/hicolor/32x32/apps/im-gadugadu.png +share/icons/hicolor/32x32/apps/im-gizmo.png +share/icons/hicolor/32x32/apps/im-google-talk.png +share/icons/hicolor/32x32/apps/im-groupwise.png +share/icons/hicolor/32x32/apps/im-icq.png +share/icons/hicolor/32x32/apps/im-irc.png +share/icons/hicolor/32x32/apps/im-jabber.png +share/icons/hicolor/32x32/apps/im-local-xmpp.png +share/icons/hicolor/32x32/apps/im-meanwhile.png +share/icons/hicolor/32x32/apps/im-msn.png +share/icons/hicolor/32x32/apps/im-mxit.png +share/icons/hicolor/32x32/apps/im-myspace.png +share/icons/hicolor/32x32/apps/im-qq.png +share/icons/hicolor/32x32/apps/im-sametime.png +share/icons/hicolor/32x32/apps/im-silc.png +share/icons/hicolor/32x32/apps/im-sip.png +share/icons/hicolor/32x32/apps/im-yahoo.png +share/icons/hicolor/32x32/apps/im-zephyr.png share/icons/hicolor/48x48/apps/goa-account-facebook.png +share/icons/hicolor/48x48/apps/goa-account-flickr.png share/icons/hicolor/48x48/apps/goa-account-google.png +share/icons/hicolor/48x48/apps/goa-account-owncloud.png +share/icons/hicolor/48x48/apps/goa-account-pocket.png +share/icons/hicolor/48x48/apps/goa-account-yahoo.png share/icons/hicolor/48x48/apps/goa-account.png +share/icons/hicolor/48x48/apps/im-aim.png +share/icons/hicolor/48x48/apps/im-ekiga.png +share/icons/hicolor/48x48/apps/im-facebook.png +share/icons/hicolor/48x48/apps/im-gadugadu.png +share/icons/hicolor/48x48/apps/im-gizmo.png +share/icons/hicolor/48x48/apps/im-google-talk.png +share/icons/hicolor/48x48/apps/im-groupwise.png +share/icons/hicolor/48x48/apps/im-icq.png +share/icons/hicolor/48x48/apps/im-irc.png +share/icons/hicolor/48x48/apps/im-jabber.png +share/icons/hicolor/48x48/apps/im-local-xmpp.png +share/icons/hicolor/48x48/apps/im-meanwhile.png +share/icons/hicolor/48x48/apps/im-msn.png +share/icons/hicolor/48x48/apps/im-mxit.png +share/icons/hicolor/48x48/apps/im-myspace.png +share/icons/hicolor/48x48/apps/im-qq.png +share/icons/hicolor/48x48/apps/im-sametime.png +share/icons/hicolor/48x48/apps/im-silc.png +share/icons/hicolor/48x48/apps/im-sip.png +share/icons/hicolor/48x48/apps/im-yahoo.png +share/icons/hicolor/48x48/apps/im-zephyr.png +share/icons/hicolor/scalable/apps/im-aim.svg +share/icons/hicolor/scalable/apps/im-ekiga.svg +share/icons/hicolor/scalable/apps/im-gadugadu.svg +share/icons/hicolor/scalable/apps/im-gizmo.svg +share/icons/hicolor/scalable/apps/im-google-talk.svg +share/icons/hicolor/scalable/apps/im-groupwise.svg +share/icons/hicolor/scalable/apps/im-icq.svg +share/icons/hicolor/scalable/apps/im-irc.svg +share/icons/hicolor/scalable/apps/im-jabber.svg +share/icons/hicolor/scalable/apps/im-local-xmpp.svg +share/icons/hicolor/scalable/apps/im-meanwhile.svg +share/icons/hicolor/scalable/apps/im-msn.svg +share/icons/hicolor/scalable/apps/im-mxit.svg +share/icons/hicolor/scalable/apps/im-myspace.svg +share/icons/hicolor/scalable/apps/im-qq.svg +share/icons/hicolor/scalable/apps/im-sametime.svg +share/icons/hicolor/scalable/apps/im-silc.svg +share/icons/hicolor/scalable/apps/im-sip.svg +share/icons/hicolor/scalable/apps/im-yahoo.svg +share/icons/hicolor/scalable/apps/im-zephyr.svg +share/locale/af/LC_MESSAGES/gnome-online-accounts.mo +share/locale/an/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/an/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ar/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/ar/LC_MESSAGES/gnome-online-accounts.mo +share/locale/as/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/as/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ast/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/ast/LC_MESSAGES/gnome-online-accounts.mo +share/locale/az/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/be/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/be/LC_MESSAGES/gnome-online-accounts.mo +share/locale/be@latin/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/bg/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/bg/LC_MESSAGES/gnome-online-accounts.mo +share/locale/bn/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/bn_IN/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/bn_IN/LC_MESSAGES/gnome-online-accounts.mo +share/locale/br/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/ca/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/ca/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ca@valencia/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/ca@valencia/LC_MESSAGES/gnome-online-accounts.mo +share/locale/crh/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/cs/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/cs/LC_MESSAGES/gnome-online-accounts.mo +share/locale/cy/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/da/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/da/LC_MESSAGES/gnome-online-accounts.mo +share/locale/de/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/de/LC_MESSAGES/gnome-online-accounts.mo +share/locale/dz/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/el/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/el/LC_MESSAGES/gnome-online-accounts.mo +share/locale/en@shaw/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/en_CA/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/en_GB/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/en_GB/LC_MESSAGES/gnome-online-accounts.mo +share/locale/eo/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/eo/LC_MESSAGES/gnome-online-accounts.mo +share/locale/es/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/es/LC_MESSAGES/gnome-online-accounts.mo +share/locale/et/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/et/LC_MESSAGES/gnome-online-accounts.mo +share/locale/eu/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/eu/LC_MESSAGES/gnome-online-accounts.mo +share/locale/fa/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/fa/LC_MESSAGES/gnome-online-accounts.mo +share/locale/fi/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/fi/LC_MESSAGES/gnome-online-accounts.mo +share/locale/fr/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/fr/LC_MESSAGES/gnome-online-accounts.mo +share/locale/fur/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ga/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/ga/LC_MESSAGES/gnome-online-accounts.mo +share/locale/gd/LC_MESSAGES/gnome-online-accounts.mo +share/locale/gl/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/gl/LC_MESSAGES/gnome-online-accounts.mo +share/locale/gu/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/gu/LC_MESSAGES/gnome-online-accounts.mo +share/locale/he/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/he/LC_MESSAGES/gnome-online-accounts.mo +share/locale/hi/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/hi/LC_MESSAGES/gnome-online-accounts.mo +share/locale/hr/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/hu/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/hu/LC_MESSAGES/gnome-online-accounts.mo +share/locale/id/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/id/LC_MESSAGES/gnome-online-accounts.mo +share/locale/it/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/it/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ja/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/ja/LC_MESSAGES/gnome-online-accounts.mo +share/locale/kk/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/kk/LC_MESSAGES/gnome-online-accounts.mo +share/locale/km/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/km/LC_MESSAGES/gnome-online-accounts.mo +share/locale/kn/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/kn/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ko/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/ko/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ku/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/lt/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/lt/LC_MESSAGES/gnome-online-accounts.mo +share/locale/lv/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/lv/LC_MESSAGES/gnome-online-accounts.mo +share/locale/mai/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/mk/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/mk/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ml/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/ml/LC_MESSAGES/gnome-online-accounts.mo +share/locale/mr/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/mr/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ms/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/ms/LC_MESSAGES/gnome-online-accounts.mo +share/locale/my/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/nb/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/nb/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ne/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/nl/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/nl/LC_MESSAGES/gnome-online-accounts.mo +share/locale/nn/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/oc/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/or/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/pa/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/pa/LC_MESSAGES/gnome-online-accounts.mo +share/locale/pl/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/pl/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ps/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/pt/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/pt/LC_MESSAGES/gnome-online-accounts.mo +share/locale/pt_BR/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/pt_BR/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ro/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/ro/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ru/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/ru/LC_MESSAGES/gnome-online-accounts.mo +share/locale/si/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/sk/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/sk/LC_MESSAGES/gnome-online-accounts.mo +share/locale/sl/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/sl/LC_MESSAGES/gnome-online-accounts.mo +share/locale/sq/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/sr/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/sr/LC_MESSAGES/gnome-online-accounts.mo +share/locale/sr@latin/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/sr@latin/LC_MESSAGES/gnome-online-accounts.mo +share/locale/sv/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/sv/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ta/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/ta/LC_MESSAGES/gnome-online-accounts.mo +share/locale/te/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/te/LC_MESSAGES/gnome-online-accounts.mo +share/locale/tg/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/tg/LC_MESSAGES/gnome-online-accounts.mo +share/locale/th/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/th/LC_MESSAGES/gnome-online-accounts.mo +share/locale/tr/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/tr/LC_MESSAGES/gnome-online-accounts.mo +share/locale/ug/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/ug/LC_MESSAGES/gnome-online-accounts.mo +share/locale/uk/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/uk/LC_MESSAGES/gnome-online-accounts.mo +share/locale/vi/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/vi/LC_MESSAGES/gnome-online-accounts.mo +share/locale/xh/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/locale/zh_CN/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/zh_CN/LC_MESSAGES/gnome-online-accounts.mo +share/locale/zh_HK/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/zh_HK/LC_MESSAGES/gnome-online-accounts.mo +share/locale/zh_TW/LC_MESSAGES/gnome-online-accounts-tpaw.mo share/locale/zh_TW/LC_MESSAGES/gnome-online-accounts.mo +share/locale/zu/LC_MESSAGES/gnome-online-accounts-tpaw.mo +share/gnome-online-accounts/goawebview.css @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/ug/LC_MESSAGES @@ -129,6 +362,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-online-accounts.mo @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as @dirrmtry %%DATADIR%% +@dirrm lib/goa-1.0/include +@dirrm lib/goa-1.0 @dirrm include/goa-1.0/goabackend @dirrm include/goa-1.0/goa @dirrm include/goa-1.0 diff --git a/net/gnome-online-miners/Makefile b/net/gnome-online-miners/Makefile new file mode 100644 index 000000000..68d9d35e7 --- /dev/null +++ b/net/gnome-online-miners/Makefile @@ -0,0 +1,30 @@ +# Created by: Gustau Perez <gustau.perez@gmail.com> +# $FreeBSD$ +# $MCom$ + +PORTNAME= gnome-online-miners +PORTVERSION= 3.12.0 +CATEGORIES= net +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Crawls through your online content + +LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata \ + libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker \ + libgfbgraph-0.2.so:${PORTSDIR}/net/gfbgraph \ + libzapojit-0.0.so:${PORTSDIR}/net/libzapojit \ + libgrilo-0.2.so:${PORTSDIR}/net/grilo + +USE_GNOME= intlhack introspection:build +USES= gettext gmake pathfix pkgconfig tar:xz +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gnome-online-miners/libgom-1.0.so + +.include <bsd.port.mk> diff --git a/net/gnome-online-miners/distinfo b/net/gnome-online-miners/distinfo new file mode 100644 index 000000000..d0767a57d --- /dev/null +++ b/net/gnome-online-miners/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome-online-miners-3.12.0.tar.xz) = 734db67bb158a046bc8bbbe418f0fdaf6d8652ac86406907a8d17d069fa48f23 +SIZE (gnome-online-miners-3.12.0.tar.xz) = 243744 diff --git a/net/gnome-online-miners/pkg-descr b/net/gnome-online-miners/pkg-descr new file mode 100644 index 000000000..761d46996 --- /dev/null +++ b/net/gnome-online-miners/pkg-descr @@ -0,0 +1,5 @@ +GNOME Online Miners provides a set of crawlers that go through your online content +and index them locally in Tracker. It has miners for Facebook, Flickr, +Google, ownCloud and SkyDrive. + +WWW: https://wiki.gnome.org/Projects/GnomeOnlineMiners diff --git a/net/gnome-online-miners/pkg-plist b/net/gnome-online-miners/pkg-plist new file mode 100644 index 000000000..1f3f80294 --- /dev/null +++ b/net/gnome-online-miners/pkg-plist @@ -0,0 +1,20 @@ +lib/gnome-online-miners/libgom-1.0.a +lib/gnome-online-miners/libgom-1.0.la +lib/gnome-online-miners/libgom-1.0.so +libexec/gom-facebook-miner +libexec/gom-flickr-miner +libexec/gom-gdata-miner +libexec/gom-owncloud-miner +libexec/gom-zpj-miner +share/dbus-1/services/org.gnome.OnlineMiners.Facebook.service +share/dbus-1/services/org.gnome.OnlineMiners.Flickr.service +share/dbus-1/services/org.gnome.OnlineMiners.GData.service +share/dbus-1/services/org.gnome.OnlineMiners.Owncloud.service +share/dbus-1/services/org.gnome.OnlineMiners.Zpj.service +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/ChangeLog +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README +@dirrm lib/gnome-online-miners +@dirrm %%DOCSDIR%% diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile index 59d10643d..cb9d5cd75 100644 --- a/net/grilo-plugins/Makefile +++ b/net/grilo-plugins/Makefile @@ -1,23 +1,34 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ +# $MCom: ports-experimental/trunk/net/grilo-plugins/Makefile 19450 2014-04-05 11:31:57Z gusi $ PORTNAME= grilo-plugins -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.12 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Plugins for net/grilo -LIB_DEPENDS= grilo-0.2:${PORTSDIR}/net/grilo +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool +LIB_DEPENDS= libgrilo-0.2.so:${PORTSDIR}/net/grilo -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes -USE_AUTOTOOLS= libtool +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 gnomehier intlhack libxml2 ltverhack GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/grilo-0.2/ LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_SUB= yes +OPTIONS_DEFINE= TRACKER +OPTIONS_DEFAULT= TRACKER +TRACKER_CONFIGURE_ENABLE= migration +TRACKER_LIB_DEPENDS= libtracker-sparql-1.0.so:${PORTSDIR}/sysutils/tracker +TRACKER_DESC= Tracker support for grilo (used by gnome-music and possibly others) + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/grilo-0.2/libgrl*.so + .include <bsd.port.mk> diff --git a/net/grilo-plugins/distinfo b/net/grilo-plugins/distinfo index e02f5ec42..7b14458b6 100644 --- a/net/grilo-plugins/distinfo +++ b/net/grilo-plugins/distinfo @@ -1,2 +1,2 @@ -SHA256 (grilo-plugins-0.2.3.tar.xz) = 2d70b7f148c29fde365cac1afcbfdd77b7f5fc0f65e60f3790c702121c65d7c8 -SIZE (grilo-plugins-0.2.3.tar.xz) = 401436 +SHA256 (grilo-plugins-0.2.12.tar.xz) = 15bed8a633c81b251920ab677d455433e641388f605277ca88e549cc89012b48 +SIZE (grilo-plugins-0.2.12.tar.xz) = 721592 diff --git a/net/grilo-plugins/pkg-plist b/net/grilo-plugins/pkg-plist index d8f4d3411..744e39c63 100644 --- a/net/grilo-plugins/pkg-plist +++ b/net/grilo-plugins/pkg-plist @@ -1,13 +1,91 @@ +lib/grilo-0.2/grl-apple-trailers.xml +lib/grilo-0.2/grl-bliptv.xml +lib/grilo-0.2/grl-bookmarks.xml lib/grilo-0.2/grl-filesystem.xml +lib/grilo-0.2/grl-flickr.xml lib/grilo-0.2/grl-gravatar.xml -lib/grilo-0.2/grl-local-metadata.xml -lib/grilo-0.2/libgrlfilesystem.a +lib/grilo-0.2/grl-jamendo.xml +lib/grilo-0.2/grl-lastfm-albumart.xml +%%TRACKER%%lib/grilo-0.2/grl-local-metadata.xml +lib/grilo-0.2/grl-magnatune.xml +lib/grilo-0.2/grl-metadata-store.xml +lib/grilo-0.2/grl-optical-media.xml +lib/grilo-0.2/grl-podcasts.xml +lib/grilo-0.2/grl-raitv.xml +lib/grilo-0.2/grl-shoutcast.xml +%%TRACKER%%lib/grilo-0.2/grl-tracker.xml +lib/grilo-0.2/grl-vimeo.xml +lib/grilo-0.2/libgrlappletrailers.la +lib/grilo-0.2/libgrlappletrailers.so +lib/grilo-0.2/libgrlbliptv.la +lib/grilo-0.2/libgrlbliptv.so +lib/grilo-0.2/libgrlbookmarks.la +lib/grilo-0.2/libgrlbookmarks.so lib/grilo-0.2/libgrlfilesystem.la lib/grilo-0.2/libgrlfilesystem.so -lib/grilo-0.2/libgrlgravatar.a +lib/grilo-0.2/libgrlflickr.la +lib/grilo-0.2/libgrlflickr.so lib/grilo-0.2/libgrlgravatar.la lib/grilo-0.2/libgrlgravatar.so -lib/grilo-0.2/libgrllocalmetadata.a -lib/grilo-0.2/libgrllocalmetadata.la -lib/grilo-0.2/libgrllocalmetadata.so +lib/grilo-0.2/libgrljamendo.la +lib/grilo-0.2/libgrljamendo.so +lib/grilo-0.2/libgrllastfm-albumart.la +lib/grilo-0.2/libgrllastfm-albumart.so +%%TRACKER%%lib/grilo-0.2/libgrllocalmetadata.la +%%TRACKER%%lib/grilo-0.2/libgrllocalmetadata.so +lib/grilo-0.2/libgrlmagnatune.la +lib/grilo-0.2/libgrlmagnatune.so +lib/grilo-0.2/libgrlmetadatastore.la +lib/grilo-0.2/libgrlmetadatastore.so +lib/grilo-0.2/libgrloptical-media.la +lib/grilo-0.2/libgrloptical-media.so +lib/grilo-0.2/libgrlpodcasts.la +lib/grilo-0.2/libgrlpodcasts.so +lib/grilo-0.2/libgrlraitv.la +lib/grilo-0.2/libgrlraitv.so +lib/grilo-0.2/libgrlshoutcast.la +lib/grilo-0.2/libgrlshoutcast.so +%%TRACKER%%lib/grilo-0.2/libgrltracker.la +%%TRACKER%%lib/grilo-0.2/libgrltracker.so +lib/grilo-0.2/libgrlvimeo.la +lib/grilo-0.2/libgrlvimeo.so +share/help/C/examples/example-tmdb.c +share/help/C/grilo-plugins/grilo-plugins.xml +share/help/C/grilo-plugins/legal.xml +share/locale/ca/LC_MESSAGES/grilo-plugins.mo +share/locale/ca@valencia/LC_MESSAGES/grilo-plugins.mo +share/locale/cs/LC_MESSAGES/grilo-plugins.mo +share/locale/da/LC_MESSAGES/grilo-plugins.mo +share/locale/de/LC_MESSAGES/grilo-plugins.mo +share/locale/el/LC_MESSAGES/grilo-plugins.mo +share/locale/eo/LC_MESSAGES/grilo-plugins.mo +share/locale/es/LC_MESSAGES/grilo-plugins.mo +share/locale/fr/LC_MESSAGES/grilo-plugins.mo +share/locale/gl/LC_MESSAGES/grilo-plugins.mo +share/locale/he/LC_MESSAGES/grilo-plugins.mo +share/locale/hu/LC_MESSAGES/grilo-plugins.mo +share/locale/id/LC_MESSAGES/grilo-plugins.mo +share/locale/it/LC_MESSAGES/grilo-plugins.mo +share/locale/ja/LC_MESSAGES/grilo-plugins.mo +share/locale/ko/LC_MESSAGES/grilo-plugins.mo +share/locale/lt/LC_MESSAGES/grilo-plugins.mo +share/locale/lv/LC_MESSAGES/grilo-plugins.mo +share/locale/ml/LC_MESSAGES/grilo-plugins.mo +share/locale/nb/LC_MESSAGES/grilo-plugins.mo +share/locale/pl/LC_MESSAGES/grilo-plugins.mo +share/locale/pt/LC_MESSAGES/grilo-plugins.mo +share/locale/pt_BR/LC_MESSAGES/grilo-plugins.mo +share/locale/ru/LC_MESSAGES/grilo-plugins.mo +share/locale/sk/LC_MESSAGES/grilo-plugins.mo +share/locale/sl/LC_MESSAGES/grilo-plugins.mo +share/locale/sr/LC_MESSAGES/grilo-plugins.mo +share/locale/sr@latin/LC_MESSAGES/grilo-plugins.mo +share/locale/uk/LC_MESSAGES/grilo-plugins.mo +share/locale/zh_CN/LC_MESSAGES/grilo-plugins.mo +share/locale/zh_HK/LC_MESSAGES/grilo-plugins.mo +share/locale/zh_TW/LC_MESSAGES/grilo-plugins.mo +@dirrm share/help/C/grilo-plugins +@dirrm share/help/C/examples +@dirrm share/help/C +@dirrm share/help @dirrm lib/grilo-0.2 diff --git a/net/grilo/Makefile b/net/grilo/Makefile index 810302571..b523ae25f 100644 --- a/net/grilo/Makefile +++ b/net/grilo/Makefile @@ -1,9 +1,9 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ -# $MCom$ +# $MCom: ports-experimental/trunk/net/grilo/Makefile 19276 2014-03-24 15:49:45Z gusi $ PORTNAME= grilo -PORTVERSION= 0.2.7 +PORTVERSION= 0.2.10 CATEGORIES= net MASTER_SITES= GNOME @@ -12,10 +12,10 @@ COMMENT= Grilo is a framework focused on making media discovery and browsing BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ - liboauth.so:${PORTSDIR}/net/liboauth + liboauth.so:${PORTSDIR}/net/liboauth \ + libtotem-plparser.so:${PORTSDIR}/multimedia/totem-pl-parser -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes +USES= gettext gmake pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 gnomehier intlhack introspection:build libxml2 ltverhack GNU_CONFIGURE= yes @@ -36,5 +36,6 @@ UI_USE= GNOME=gtk30 post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgrilo-0.2.so.1 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgrlnet-0.2.so.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgrlpls-0.2.so.0 .include <bsd.port.mk> diff --git a/net/grilo/distinfo b/net/grilo/distinfo index 0094302c3..45927aadf 100644 --- a/net/grilo/distinfo +++ b/net/grilo/distinfo @@ -1,2 +1,2 @@ -SHA256 (grilo-0.2.7.tar.xz) = 4a854ee6f9a220f05e696813949be94780c12a7fb281253f10a545f30ed596d8 -SIZE (grilo-0.2.7.tar.xz) = 579464 +SHA256 (grilo-0.2.10.tar.xz) = 559a2470fe541b0090bcfdfac7a33e92dba967727bbab6d0eca70e5636a77b25 +SIZE (grilo-0.2.10.tar.xz) = 606144 diff --git a/net/grilo/pkg-plist b/net/grilo/pkg-plist index bfc881896..84bde1611 100644 --- a/net/grilo/pkg-plist +++ b/net/grilo/pkg-plist @@ -26,8 +26,10 @@ include/grilo-0.2/grl-util.h include/grilo-0.2/grl-value-helper.h include/grilo-0.2/net/grl-net-wc.h include/grilo-0.2/net/grl-net.h +include/grilo-0.2/pls/grl-pls.h lib/girepository-1.0/Grl-0.2.typelib lib/girepository-1.0/GrlNet-0.2.typelib +lib/girepository-1.0/GrlPls-0.2.typelib lib/libgrilo-0.2.a lib/libgrilo-0.2.la lib/libgrilo-0.2.so @@ -36,35 +38,50 @@ lib/libgrlnet-0.2.a lib/libgrlnet-0.2.la lib/libgrlnet-0.2.so lib/libgrlnet-0.2.so.0 +lib/libgrlpls-0.2.a +lib/libgrlpls-0.2.la +lib/libgrlpls-0.2.so +lib/libgrlpls-0.2.so.0 libdata/pkgconfig/grilo-0.2.pc libdata/pkgconfig/grilo-net-0.2.pc +libdata/pkgconfig/grilo-pls-0.2.pc man/man1/grl-inspect.1.gz share/gir-1.0/Grl-0.2.gir share/gir-1.0/GrlNet-0.2.gir +share/gir-1.0/GrlPls-0.2.gir share/locale/as/LC_MESSAGES/grilo.mo +share/locale/ca/LC_MESSAGES/grilo.mo +share/locale/ca@valencia/LC_MESSAGES/grilo.mo share/locale/cs/LC_MESSAGES/grilo.mo share/locale/da/LC_MESSAGES/grilo.mo share/locale/de/LC_MESSAGES/grilo.mo share/locale/el/LC_MESSAGES/grilo.mo share/locale/es/LC_MESSAGES/grilo.mo +share/locale/eo/LC_MESSAGES/grilo.mo share/locale/fr/LC_MESSAGES/grilo.mo share/locale/gl/LC_MESSAGES/grilo.mo share/locale/id/LC_MESSAGES/grilo.mo share/locale/it/LC_MESSAGES/grilo.mo +share/locale/he/LC_MESSAGES/grilo.mo +share/locale/hu/LC_MESSAGES/grilo.mo share/locale/ja/LC_MESSAGES/grilo.mo share/locale/ko/LC_MESSAGES/grilo.mo share/locale/lt/LC_MESSAGES/grilo.mo share/locale/lv/LC_MESSAGES/grilo.mo +share/locale/ml/LC_MESSAGES/grilo.mo share/locale/nb/LC_MESSAGES/grilo.mo share/locale/pa/LC_MESSAGES/grilo.mo share/locale/pl/LC_MESSAGES/grilo.mo +share/locale/pt/LC_MESSAGES/grilo.mo share/locale/pt_BR/LC_MESSAGES/grilo.mo share/locale/ru/LC_MESSAGES/grilo.mo share/locale/sk/LC_MESSAGES/grilo.mo share/locale/sl/LC_MESSAGES/grilo.mo share/locale/sr/LC_MESSAGES/grilo.mo share/locale/sr@latin/LC_MESSAGES/grilo.mo +share/locale/sv/LC_MESSAGES/grilo.mo share/locale/tg/LC_MESSAGES/grilo.mo +share/locale/uk/LC_MESSAGES/grilo.mo share/locale/zh_CN/LC_MESSAGES/grilo.mo share/locale/zh_HK/LC_MESSAGES/grilo.mo share/locale/zh_TW/LC_MESSAGES/grilo.mo @@ -78,5 +95,6 @@ share/vala/vapi/grilo-net-0.2.vapi @dirrmtry share/locale/sr@latin @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as +@dirrm include/grilo-0.2/pls @dirrm include/grilo-0.2/net @dirrm include/grilo-0.2 diff --git a/net/libdmapsharing/Makefile b/net/libdmapsharing/Makefile new file mode 100644 index 000000000..f87f70388 --- /dev/null +++ b/net/libdmapsharing/Makefile @@ -0,0 +1,38 @@ +# Created by: Gustau Perez <gustau.perez@gmail.com> +# $FreeBSD$ +# $MCom$ + +PORTNAME= libdmapsharing +PORTVERSION= 2.9.24 +CATEGORIES= net gnome +MASTER_SITES= https://www.flyn.org/projects/libdmapsharing/ +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME music playing application + +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libgee-0.8.so:${PORTSDIR}/devel/libgee +BUILD_DEPENDS= vala-vapigen>=0.16:${PORTSDIR}/lang/vala-vapigen + +USES= gettext gmake libtool pathfix pkgconfig +USE_GNOME= gnomeprefix gtk20 introspection:build +USE_GSTREAMER1= yes +USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-introspection \ + --with-mdns=avahi +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gtk+-3.0` +LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs gtk+-3.0` + +OPTIONS_SUB= yes +OPTIONS_SINGLE= MDNS +OPTIONS_SINGLE_MDNS= AVAHI MDNSRESPONDER +AVAHI_LIB_DEPENDS= libavahi-core.so:${PORTSDIR}/net/avahi-app +AVAHI_CONFIGURE_ON= --with-mdns=avahi +MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/mDNSResponder \ + libavahi-glib.so:${PORTSDIR}/net/avahi-app +MDNSRESPONDER_CONFIGURE_ON= --with-mdns=mdns +MDNSRESPONDER_DESC+= Zeroconf support via mDNSResponder (broken) + +.include <bsd.port.mk> diff --git a/net/libdmapsharing/distinfo b/net/libdmapsharing/distinfo new file mode 100644 index 000000000..aa029cc45 --- /dev/null +++ b/net/libdmapsharing/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome3/libdmapsharing-2.9.24.tar.gz) = 8d323707a4e6baea9000b5886ba8ea717966ef11fd3e464b77e675a9c49fee36 +SIZE (gnome3/libdmapsharing-2.9.24.tar.gz) = 728305 diff --git a/net/libdmapsharing/pkg-descr b/net/libdmapsharing/pkg-descr new file mode 100644 index 000000000..d63a99b0d --- /dev/null +++ b/net/libdmapsharing/pkg-descr @@ -0,0 +1,8 @@ +Libdmapsharing is a library you may use to access, share and control the +playback of media content using DMAP (DAAP, DPAP & DACP). Libdmapsharing +also detects audio AirPlay services; coupled with the AirPlay support +in PulseAudio or GStreamer, this can allow an application to stream audio +to an AirPlay device. The library presently supports Linux and other +POSIX-based systems. + +WWW: https://www.flyn.org/projects/libdmapsharing diff --git a/net/libdmapsharing/pkg-plist b/net/libdmapsharing/pkg-plist new file mode 100644 index 000000000..7f321fa6d --- /dev/null +++ b/net/libdmapsharing/pkg-plist @@ -0,0 +1,65 @@ +include/libdmapsharing-3.0/libdmapsharing/daap-connection.h +include/libdmapsharing-3.0/libdmapsharing/daap-record.h +include/libdmapsharing-3.0/libdmapsharing/daap-share.h +include/libdmapsharing-3.0/libdmapsharing/dacp-connection.h +include/libdmapsharing-3.0/libdmapsharing/dacp-player.h +include/libdmapsharing-3.0/libdmapsharing/dacp-share.h +include/libdmapsharing-3.0/libdmapsharing/dmap-connection.h +include/libdmapsharing-3.0/libdmapsharing/dmap-container-db.h +include/libdmapsharing-3.0/libdmapsharing/dmap-container-record.h +include/libdmapsharing-3.0/libdmapsharing/dmap-db.h +include/libdmapsharing-3.0/libdmapsharing/dmap-enums.h +include/libdmapsharing-3.0/libdmapsharing/dmap-gst-input-stream.h +include/libdmapsharing-3.0/libdmapsharing/dmap-md5.h +include/libdmapsharing-3.0/libdmapsharing/dmap-mdns-browser.h +include/libdmapsharing-3.0/libdmapsharing/dmap-mdns-publisher.h +include/libdmapsharing-3.0/libdmapsharing/dmap-record-factory.h +include/libdmapsharing-3.0/libdmapsharing/dmap-record.h +include/libdmapsharing-3.0/libdmapsharing/dmap-share.h +include/libdmapsharing-3.0/libdmapsharing/dmap-structure.h +include/libdmapsharing-3.0/libdmapsharing/dmap-utils.h +include/libdmapsharing-3.0/libdmapsharing/dmap.h +include/libdmapsharing-3.0/libdmapsharing/dpap-connection.h +include/libdmapsharing-3.0/libdmapsharing/dpap-record.h +include/libdmapsharing-3.0/libdmapsharing/dpap-share.h +lib/libdmapsharing-3.0.la +lib/libdmapsharing-3.0.so +lib/libdmapsharing-3.0.so.2 +lib/libdmapsharing-3.0.so.2.9.24 +libdata/pkgconfig/libdmapsharing-3.0.pc +%%DOCSDIR%%-3.0/api-index-full.html +%%DOCSDIR%%-3.0/ch01.html +%%DOCSDIR%%-3.0/deprecated-api-index.html +%%DOCSDIR%%-3.0/home.png +%%DOCSDIR%%-3.0/index.html +%%DOCSDIR%%-3.0/index.sgml +%%DOCSDIR%%-3.0/left.png +%%DOCSDIR%%-3.0/libdmapsharing-3.0-DAAPRecord.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-DACPPlayer.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-DMAPContainerDb.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-DMAPContainerRecord.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-DMAPDb.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-DMAPMdnsBrowser.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-DMAPRecord.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-DMAPRecordFactory.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-DPAPRecord.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-daap-connection.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-daap-share.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-dacp-connection.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-dacp-share.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-dmap-connection.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-dmap-enums.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-dmap-gst-input-stream.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-dmap-gst-mp3-input-stream.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-dmap-gst-wav-input-stream.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-dmap-share.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-dpap-connection.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0-dpap-share.html +%%DOCSDIR%%-3.0/libdmapsharing-3.0.devhelp2 +%%DOCSDIR%%-3.0/object-tree.html +%%DOCSDIR%%-3.0/right.png +%%DOCSDIR%%-3.0/style.css +%%DOCSDIR%%-3.0/up.png +@dirrm include/libdmapsharing-3.0/libdmapsharing +@dirrm include/libdmapsharing-3.0 +@dirrm %%DOCSDIR%%-3.0 diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile index da5d333af..143e4338e 100644 --- a/net/libgweather/Makefile +++ b/net/libgweather/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= libgweather -PORTVERSION= 3.6.2 +PORTVERSION= 3.12.1 CATEGORIES= net gnome MASTER_SITES= GNOME @@ -14,10 +14,10 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/mi LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes +USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= gnomehier gnomeprefix gtk30 intlhack \ + introspection:build INSTALLS_ICONS= yes -USE_GNOME= gnomehier gnomeprefix intlhack gconf2 ltverhack gtk30 USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net/libgweather/distinfo b/net/libgweather/distinfo index 5059f7980..a31b40573 100644 --- a/net/libgweather/distinfo +++ b/net/libgweather/distinfo @@ -1,2 +1,2 @@ -SHA256 (libgweather-3.6.2.tar.xz) = 0f2aeff290751590ca51e806c3d09054bf87b86b63b89f5179043a9b3fa8a0b0 -SIZE (libgweather-3.6.2.tar.xz) = 3896016 +SHA256 (libgweather-3.12.1.tar.xz) = e8e3a6c5f3a6e4e128afecdc4a95e6228d3d8afdaabaf10483168621527cfba8 +SIZE (libgweather-3.12.1.tar.xz) = 3985536 diff --git a/net/libgweather/pkg-plist b/net/libgweather/pkg-plist index 5c3425bdf..d6c07181c 100644 --- a/net/libgweather/pkg-plist +++ b/net/libgweather/pkg-plist @@ -4,14 +4,17 @@ include/libgweather-3.0/libgweather/gweather-enum-types.h include/libgweather-3.0/libgweather/gweather-enums.h include/libgweather-3.0/libgweather/gweather-location.h include/libgweather-3.0/libgweather/gweather-timezone.h -include/libgweather-3.0/libgweather/gweather-xml.h include/libgweather-3.0/libgweather/location-entry.h include/libgweather-3.0/libgweather/timezone-menu.h +include/libgweather-3.0/libgweather/gweather-version.h include/libgweather-3.0/libgweather/gweather-weather.h +include/libgweather-3.0/libgweather/gweather.h lib/libgweather-3.la lib/libgweather-3.so -lib/libgweather-3.so.2 +lib/libgweather-3.so.6 +lib/libgweather-3.so.6.1.3 libdata/pkgconfig/gweather-3.0.pc +%%DOCSDIR%%-3.0/GWeatherInfo.html %%DOCSDIR%%-3.0/GWeatherLocation.html %%DOCSDIR%%-3.0/GWeatherLocationEntry.html %%DOCSDIR%%-3.0/GWeatherTimezone.html @@ -22,13 +25,16 @@ libdata/pkgconfig/gweather-3.0.pc %%DOCSDIR%%-3.0/ch01.html %%DOCSDIR%%-3.0/home.png %%DOCSDIR%%-3.0/index.html +%%DOCSDIR%%-3.0/ix03.html %%DOCSDIR%%-3.0/index.sgml +%%DOCSDIR%%-3.0/left-insensitive.png %%DOCSDIR%%-3.0/left.png %%DOCSDIR%%-3.0/libgweather-3.0.devhelp2 -%%DOCSDIR%%-3.0/libgweather-GWeatherInfo.html -%%DOCSDIR%%-3.0/libgweather-gweather-xml.html +%%DOCSDIR%%-3.0/libgweather-Versioning-information.html %%DOCSDIR%%-3.0/object-tree.html +%%DOCSDIR%%-3.0/right-insensitive.png %%DOCSDIR%%-3.0/right.png +%%DOCSDIR%%-3.0/up-insensitive.png %%DOCSDIR%%-3.0/style.css %%DOCSDIR%%-3.0/up.png share/icons/gnome/16x16/status/weather-clear-night-000.png @@ -381,121 +387,61 @@ share/icons/gnome/scalable/status/weather-few-clouds-night-320.svg share/icons/gnome/scalable/status/weather-few-clouds-night-330.svg share/icons/gnome/scalable/status/weather-few-clouds-night-340.svg share/icons/gnome/scalable/status/weather-few-clouds-night-350.svg -%%DATADIR%%/Locations.ang.xml -%%DATADIR%%/Locations.ar.xml -%%DATADIR%%/Locations.as.xml -%%DATADIR%%/Locations.ast.xml -%%DATADIR%%/Locations.az.xml -%%DATADIR%%/Locations.be.xml -%%DATADIR%%/Locations.be@latin.xml -%%DATADIR%%/Locations.bg.xml -%%DATADIR%%/Locations.bn.xml -%%DATADIR%%/Locations.bn_IN.xml -%%DATADIR%%/Locations.br.xml -%%DATADIR%%/Locations.bs.xml -%%DATADIR%%/Locations.ca.xml -%%DATADIR%%/Locations.ca@valencia.xml -%%DATADIR%%/Locations.crh.xml -%%DATADIR%%/Locations.cs.xml -%%DATADIR%%/Locations.cy.xml -%%DATADIR%%/Locations.da.xml -%%DATADIR%%/Locations.de.xml -%%DATADIR%%/Locations.dz.xml -%%DATADIR%%/Locations.el.xml -%%DATADIR%%/Locations.en_CA.xml -%%DATADIR%%/Locations.en_GB.xml -%%DATADIR%%/Locations.en@shaw.xml -%%DATADIR%%/Locations.eo.xml -%%DATADIR%%/Locations.es.xml -%%DATADIR%%/Locations.et.xml -%%DATADIR%%/Locations.eu.xml -%%DATADIR%%/Locations.fa.xml -%%DATADIR%%/Locations.fi.xml -%%DATADIR%%/Locations.fr.xml -%%DATADIR%%/Locations.ga.xml -%%DATADIR%%/Locations.gl.xml -%%DATADIR%%/Locations.gu.xml -%%DATADIR%%/Locations.he.xml -%%DATADIR%%/Locations.hi.xml -%%DATADIR%%/Locations.hr.xml -%%DATADIR%%/Locations.hu.xml -%%DATADIR%%/Locations.id.xml -%%DATADIR%%/Locations.it.xml -%%DATADIR%%/Locations.ja.xml -%%DATADIR%%/Locations.ka.xml -%%DATADIR%%/Locations.kn.xml -%%DATADIR%%/Locations.ko.xml -%%DATADIR%%/Locations.ku.xml -%%DATADIR%%/Locations.ky.xml -%%DATADIR%%/Locations.lt.xml -%%DATADIR%%/Locations.lv.xml -%%DATADIR%%/Locations.mai.xml -%%DATADIR%%/Locations.mg.xml -%%DATADIR%%/Locations.mk.xml -%%DATADIR%%/Locations.ml.xml -%%DATADIR%%/Locations.mn.xml -%%DATADIR%%/Locations.mr.xml -%%DATADIR%%/Locations.ms.xml -%%DATADIR%%/Locations.nb.xml -%%DATADIR%%/Locations.nds.xml -%%DATADIR%%/Locations.ne.xml -%%DATADIR%%/Locations.nl.xml -%%DATADIR%%/Locations.nn.xml -%%DATADIR%%/Locations.oc.xml -%%DATADIR%%/Locations.or.xml -%%DATADIR%%/Locations.pa.xml -%%DATADIR%%/Locations.pl.xml -%%DATADIR%%/Locations.pt.xml -%%DATADIR%%/Locations.pt_BR.xml -%%DATADIR%%/Locations.ro.xml -%%DATADIR%%/Locations.ru.xml -%%DATADIR%%/Locations.rw.xml -%%DATADIR%%/Locations.si.xml -%%DATADIR%%/Locations.sk.xml -%%DATADIR%%/Locations.sl.xml -%%DATADIR%%/Locations.sq.xml -%%DATADIR%%/Locations.sr.xml -%%DATADIR%%/Locations.sr@latin.xml -%%DATADIR%%/Locations.sv.xml -%%DATADIR%%/Locations.ta.xml -%%DATADIR%%/Locations.te.xml -%%DATADIR%%/Locations.th.xml -%%DATADIR%%/Locations.tr.xml -%%DATADIR%%/Locations.ug.xml -%%DATADIR%%/Locations.uk.xml -%%DATADIR%%/Locations.vi.xml %%DATADIR%%/Locations.xml -%%DATADIR%%/Locations.zh_CN.xml -%%DATADIR%%/Locations.zh_HK.xml -%%DATADIR%%/Locations.zh_TW.xml %%DATADIR%%/locations.dtd share/locale/af/LC_MESSAGES/libgweather-3.0.mo share/locale/am/LC_MESSAGES/libgweather-3.0.mo +share/locale/ang/LC_MESSAGES/libgweather-locations.mo share/locale/ar/LC_MESSAGES/libgweather-3.0.mo +share/locale/ar/LC_MESSAGES/libgweather-locations.mo share/locale/as/LC_MESSAGES/libgweather-3.0.mo +share/locale/as/LC_MESSAGES/libgweather-locations.mo share/locale/ast/LC_MESSAGES/libgweather-3.0.mo +share/locale/ast/LC_MESSAGES/libgweather-locations.mo share/locale/az/LC_MESSAGES/libgweather-3.0.mo +share/locale/az/LC_MESSAGES/libgweather-locations.mo share/locale/be/LC_MESSAGES/libgweather-3.0.mo +share/locale/be/LC_MESSAGES/libgweather-locations.mo share/locale/be@latin/LC_MESSAGES/libgweather-3.0.mo +share/locale/be@latin/LC_MESSAGES/libgweather-locations.mo share/locale/bg/LC_MESSAGES/libgweather-3.0.mo +share/locale/bg/LC_MESSAGES/libgweather-locations.mo share/locale/bn/LC_MESSAGES/libgweather-3.0.mo +share/locale/bn/LC_MESSAGES/libgweather-locations.mo share/locale/bn_IN/LC_MESSAGES/libgweather-3.0.mo +share/locale/bn_IN/LC_MESSAGES/libgweather-locations.mo share/locale/br/LC_MESSAGES/libgweather-3.0.mo +share/locale/br/LC_MESSAGES/libgweather-locations.mo share/locale/bs/LC_MESSAGES/libgweather-3.0.mo +share/locale/bs/LC_MESSAGES/libgweather-locations.mo share/locale/ca/LC_MESSAGES/libgweather-3.0.mo +share/locale/ca/LC_MESSAGES/libgweather-locations.mo share/locale/ca@valencia/LC_MESSAGES/libgweather-3.0.mo +share/locale/ca@valencia/LC_MESSAGES/libgweather-locations.mo share/locale/crh/LC_MESSAGES/libgweather-3.0.mo +share/locale/crh/LC_MESSAGES/libgweather-locations.mo share/locale/cs/LC_MESSAGES/libgweather-3.0.mo +share/locale/cs/LC_MESSAGES/libgweather-locations.mo share/locale/cy/LC_MESSAGES/libgweather-3.0.mo +share/locale/cy/LC_MESSAGES/libgweather-locations.mo share/locale/da/LC_MESSAGES/libgweather-3.0.mo +share/locale/da/LC_MESSAGES/libgweather-locations.mo share/locale/de/LC_MESSAGES/libgweather-3.0.mo +share/locale/de/LC_MESSAGES/libgweather-locations.mo share/locale/dz/LC_MESSAGES/libgweather-3.0.mo +share/locale/dz/LC_MESSAGES/libgweather-locations.mo share/locale/el/LC_MESSAGES/libgweather-3.0.mo +share/locale/el/LC_MESSAGES/libgweather-locations.mo +share/locale/en@shaw/LC_MESSAGES/libgweather-3.0.mo +share/locale/en@shaw/LC_MESSAGES/libgweather-locations.mo share/locale/en_CA/LC_MESSAGES/libgweather-3.0.mo +share/locale/en_CA/LC_MESSAGES/libgweather-locations.mo share/locale/en_GB/LC_MESSAGES/libgweather-3.0.mo -share/locale/en@shaw/LC_MESSAGES/libgweather-3.0.mo +share/locale/en_GB/LC_MESSAGES/libgweather-locations.mo share/locale/eo/LC_MESSAGES/libgweather-3.0.mo +share/locale/eo/LC_MESSAGES/libgweather-locations.mo share/locale/es/LC_MESSAGES/libgweather-3.0.mo +share/locale/es/LC_MESSAGES/libgweather-locations.mo share/locale/es_AR/LC_MESSAGES/libgweather-3.0.mo share/locale/es_CL/LC_MESSAGES/libgweather-3.0.mo share/locale/es_CO/LC_MESSAGES/libgweather-3.0.mo @@ -514,69 +460,133 @@ share/locale/es_SV/LC_MESSAGES/libgweather-3.0.mo share/locale/es_UY/LC_MESSAGES/libgweather-3.0.mo share/locale/es_VE/LC_MESSAGES/libgweather-3.0.mo share/locale/et/LC_MESSAGES/libgweather-3.0.mo +share/locale/et/LC_MESSAGES/libgweather-locations.mo share/locale/eu/LC_MESSAGES/libgweather-3.0.mo +share/locale/eu/LC_MESSAGES/libgweather-locations.mo share/locale/fa/LC_MESSAGES/libgweather-3.0.mo +share/locale/fa/LC_MESSAGES/libgweather-locations.mo share/locale/fi/LC_MESSAGES/libgweather-3.0.mo +share/locale/fi/LC_MESSAGES/libgweather-locations.mo share/locale/fr/LC_MESSAGES/libgweather-3.0.mo +share/locale/fr/LC_MESSAGES/libgweather-locations.mo share/locale/ga/LC_MESSAGES/libgweather-3.0.mo +share/locale/ga/LC_MESSAGES/libgweather-locations.mo +share/locale/gd/LC_MESSAGES/libgweather-3.0.mo +share/locale/gd/LC_MESSAGES/libgweather-locations.mo share/locale/gl/LC_MESSAGES/libgweather-3.0.mo +share/locale/gl/LC_MESSAGES/libgweather-locations.mo share/locale/gu/LC_MESSAGES/libgweather-3.0.mo +share/locale/gu/LC_MESSAGES/libgweather-locations.mo share/locale/he/LC_MESSAGES/libgweather-3.0.mo +share/locale/he/LC_MESSAGES/libgweather-locations.mo share/locale/hi/LC_MESSAGES/libgweather-3.0.mo +share/locale/hi/LC_MESSAGES/libgweather-locations.mo share/locale/hr/LC_MESSAGES/libgweather-3.0.mo +share/locale/hr/LC_MESSAGES/libgweather-locations.mo share/locale/hu/LC_MESSAGES/libgweather-3.0.mo +share/locale/hu/LC_MESSAGES/libgweather-locations.mo share/locale/hy/LC_MESSAGES/libgweather-3.0.mo share/locale/id/LC_MESSAGES/libgweather-3.0.mo +share/locale/id/LC_MESSAGES/libgweather-locations.mo share/locale/is/LC_MESSAGES/libgweather-3.0.mo share/locale/it/LC_MESSAGES/libgweather-3.0.mo +share/locale/it/LC_MESSAGES/libgweather-locations.mo share/locale/ja/LC_MESSAGES/libgweather-3.0.mo +share/locale/ja/LC_MESSAGES/libgweather-locations.mo share/locale/ka/LC_MESSAGES/libgweather-3.0.mo +share/locale/ka/LC_MESSAGES/libgweather-locations.mo +share/locale/kk/LC_MESSAGES/libgweather-3.0.mo +share/locale/kk/LC_MESSAGES/libgweather-locations.mo share/locale/kn/LC_MESSAGES/libgweather-3.0.mo +share/locale/kn/LC_MESSAGES/libgweather-locations.mo share/locale/ko/LC_MESSAGES/libgweather-3.0.mo +share/locale/ko/LC_MESSAGES/libgweather-locations.mo share/locale/ku/LC_MESSAGES/libgweather-3.0.mo +share/locale/ku/LC_MESSAGES/libgweather-locations.mo share/locale/ky/LC_MESSAGES/libgweather-3.0.mo +share/locale/ky/LC_MESSAGES/libgweather-locations.mo share/locale/lt/LC_MESSAGES/libgweather-3.0.mo +share/locale/lt/LC_MESSAGES/libgweather-locations.mo share/locale/lv/LC_MESSAGES/libgweather-3.0.mo +share/locale/lv/LC_MESSAGES/libgweather-locations.mo share/locale/mai/LC_MESSAGES/libgweather-3.0.mo +share/locale/mai/LC_MESSAGES/libgweather-locations.mo share/locale/mg/LC_MESSAGES/libgweather-3.0.mo +share/locale/mg/LC_MESSAGES/libgweather-locations.mo share/locale/mk/LC_MESSAGES/libgweather-3.0.mo +share/locale/mk/LC_MESSAGES/libgweather-locations.mo share/locale/ml/LC_MESSAGES/libgweather-3.0.mo +share/locale/ml/LC_MESSAGES/libgweather-locations.mo share/locale/mn/LC_MESSAGES/libgweather-3.0.mo +share/locale/mn/LC_MESSAGES/libgweather-locations.mo share/locale/mr/LC_MESSAGES/libgweather-3.0.mo +share/locale/mr/LC_MESSAGES/libgweather-locations.mo share/locale/ms/LC_MESSAGES/libgweather-3.0.mo +share/locale/ms/LC_MESSAGES/libgweather-locations.mo share/locale/nb/LC_MESSAGES/libgweather-3.0.mo +share/locale/nb/LC_MESSAGES/libgweather-locations.mo share/locale/nds/LC_MESSAGES/libgweather-3.0.mo +share/locale/nds/LC_MESSAGES/libgweather-locations.mo share/locale/ne/LC_MESSAGES/libgweather-3.0.mo +share/locale/ne/LC_MESSAGES/libgweather-locations.mo share/locale/nl/LC_MESSAGES/libgweather-3.0.mo +share/locale/nl/LC_MESSAGES/libgweather-locations.mo share/locale/nn/LC_MESSAGES/libgweather-3.0.mo +share/locale/nn/LC_MESSAGES/libgweather-locations.mo share/locale/oc/LC_MESSAGES/libgweather-3.0.mo +share/locale/oc/LC_MESSAGES/libgweather-locations.mo share/locale/or/LC_MESSAGES/libgweather-3.0.mo +share/locale/or/LC_MESSAGES/libgweather-locations.mo share/locale/pa/LC_MESSAGES/libgweather-3.0.mo +share/locale/pa/LC_MESSAGES/libgweather-locations.mo share/locale/pl/LC_MESSAGES/libgweather-3.0.mo +share/locale/pl/LC_MESSAGES/libgweather-locations.mo share/locale/pt/LC_MESSAGES/libgweather-3.0.mo +share/locale/pt/LC_MESSAGES/libgweather-locations.mo share/locale/pt_BR/LC_MESSAGES/libgweather-3.0.mo +share/locale/pt_BR/LC_MESSAGES/libgweather-locations.mo share/locale/ro/LC_MESSAGES/libgweather-3.0.mo +share/locale/ro/LC_MESSAGES/libgweather-locations.mo share/locale/ru/LC_MESSAGES/libgweather-3.0.mo +share/locale/ru/LC_MESSAGES/libgweather-locations.mo share/locale/rw/LC_MESSAGES/libgweather-3.0.mo +share/locale/rw/LC_MESSAGES/libgweather-locations.mo share/locale/si/LC_MESSAGES/libgweather-3.0.mo +share/locale/si/LC_MESSAGES/libgweather-locations.mo share/locale/sk/LC_MESSAGES/libgweather-3.0.mo +share/locale/sk/LC_MESSAGES/libgweather-locations.mo share/locale/sl/LC_MESSAGES/libgweather-3.0.mo +share/locale/sl/LC_MESSAGES/libgweather-locations.mo share/locale/sq/LC_MESSAGES/libgweather-3.0.mo +share/locale/sq/LC_MESSAGES/libgweather-locations.mo share/locale/sr/LC_MESSAGES/libgweather-3.0.mo +share/locale/sr/LC_MESSAGES/libgweather-locations.mo share/locale/sr@latin/LC_MESSAGES/libgweather-3.0.mo +share/locale/sr@latin/LC_MESSAGES/libgweather-locations.mo share/locale/sv/LC_MESSAGES/libgweather-3.0.mo +share/locale/sv/LC_MESSAGES/libgweather-locations.mo share/locale/ta/LC_MESSAGES/libgweather-3.0.mo +share/locale/ta/LC_MESSAGES/libgweather-locations.mo share/locale/te/LC_MESSAGES/libgweather-3.0.mo +share/locale/te/LC_MESSAGES/libgweather-locations.mo share/locale/th/LC_MESSAGES/libgweather-3.0.mo +share/locale/th/LC_MESSAGES/libgweather-locations.mo share/locale/tr/LC_MESSAGES/libgweather-3.0.mo +share/locale/tr/LC_MESSAGES/libgweather-locations.mo share/locale/ug/LC_MESSAGES/libgweather-3.0.mo +share/locale/ug/LC_MESSAGES/libgweather-locations.mo share/locale/uk/LC_MESSAGES/libgweather-3.0.mo +share/locale/uk/LC_MESSAGES/libgweather-locations.mo share/locale/vi/LC_MESSAGES/libgweather-3.0.mo +share/locale/vi/LC_MESSAGES/libgweather-locations.mo share/locale/wa/LC_MESSAGES/libgweather-3.0.mo share/locale/xh/LC_MESSAGES/libgweather-3.0.mo share/locale/zh_CN/LC_MESSAGES/libgweather-3.0.mo +share/locale/zh_CN/LC_MESSAGES/libgweather-locations.mo share/locale/zh_HK/LC_MESSAGES/libgweather-3.0.mo +share/locale/zh_HK/LC_MESSAGES/libgweather-locations.mo share/locale/zh_TW/LC_MESSAGES/libgweather-3.0.mo +share/locale/zh_TW/LC_MESSAGES/libgweather-locations.mo @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES @@ -653,6 +663,8 @@ share/locale/zh_TW/LC_MESSAGES/libgweather-3.0.mo @dirrmtry share/locale/ast @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as +@dirrmtry share/icons/gnome/scalable/status +@dirrmtry share/icons/gnome/scalable @dirrm %%DATADIR%% @dirrm %%DOCSDIR%%-3.0 @dirrm include/libgweather-3.0/libgweather diff --git a/net/libzapojit/Makefile b/net/libzapojit/Makefile index e68389b4e..e086f9647 100644 --- a/net/libzapojit/Makefile +++ b/net/libzapojit/Makefile @@ -1,9 +1,9 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ -# $MCom: ports/trunk/net/libzapojit/Makefile 18583 2013-06-23 11:12:45Z kwm $ +# $MCom: ports-experimental/trunk/net/libzapojit/Makefile 19164 2014-03-17 10:14:04Z gusi $ PORTNAME= libzapojit -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= net devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,12 +16,13 @@ LIB_DEPENDS= libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ librest-0.7.so:${PORTSDIR}/devel/librest -USE_XZ= yes -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libzapojit-*.so.0 .include <bsd.port.mk> diff --git a/net/libzapojit/distinfo b/net/libzapojit/distinfo index 3c6baa087..dff90c340 100644 --- a/net/libzapojit/distinfo +++ b/net/libzapojit/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/libzapojit-0.0.2.tar.xz) = 7b5a2fcf8e94fa8c869098b8461104633f4b046c471a03e3fea2b1a358574b24 -SIZE (gnome3/libzapojit-0.0.2.tar.xz) = 271180 +SHA256 (gnome3/libzapojit-0.0.3.tar.xz) = 3d25f99329105abb99d1e9651b0aa1842065456ea54c22970a7330e9f3d1c37e +SIZE (gnome3/libzapojit-0.0.3.tar.xz) = 272108 diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile index 1a285b244..040689a0b 100644 --- a/net/vinagre/Makefile +++ b/net/vinagre/Makefile @@ -1,9 +1,9 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/net/vinagre3/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom: ports-experimental/trunk/net/vinagre/Makefile 19501 2014-04-14 19:41:06Z gusi $ PORTNAME= vinagre -PORTVERSION= 3.6.2 +PORTVERSION= 3.12.1 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -20,9 +20,8 @@ LIB_DEPENDS= libgtk-vnc-2.0.so:${PORTSDIR}/net/gtk-vnc \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USE_XZ= yes USES= desktop-file-utils gettext gmake pathfix pkgconfig \ - shared-mime-info + shared-mime-info tar:xz USE_GNOME= gnomeprefix gtk30 intlhack libxml2 vte3 GNU_CONFIGURE= yes INSTALLS_ICONS= yes @@ -49,8 +48,7 @@ PLIST_SUB+= TELEPATHY="@comment " .endif .if ${PORT_OPTIONS:MRDP} -BUILD_DEPENDS+= rdesktop:${PORTSDIR}/net/rdesktop -RUN_DEPENDS+= rdesktop:${PORTSDIR}/net/rdesktop +RUN_DEPENDS+= xfreerdp:${PORTSDIR}/net/freerdp CONFIGURE_ARGS+=--enable-rdp PLIST_SUB+= RDP="" .else diff --git a/net/vinagre/distinfo b/net/vinagre/distinfo index 29520bbc7..bbf85c23c 100644 --- a/net/vinagre/distinfo +++ b/net/vinagre/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/vinagre-3.6.2.tar.xz) = dec4b24de9c372cef3efc0d3e80514c85250e01ce01325d07a4e4e956b4a8f3c -SIZE (gnome3/vinagre-3.6.2.tar.xz) = 2497324 +SHA256 (gnome3/vinagre-3.12.1.tar.xz) = 11453b2e8c96c22a47556afd99f47274337e1d56b2cc74e33e50629e2cb7bdb5 +SIZE (gnome3/vinagre-3.12.1.tar.xz) = 1086496 diff --git a/net/vinagre/pkg-plist b/net/vinagre/pkg-plist index 573b64331..bd7ceb9d9 100644 --- a/net/vinagre/pkg-plist +++ b/net/vinagre/pkg-plist @@ -9,222 +9,215 @@ share/applications/vinagre.desktop %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -share/help/C/vinagre/connect.page +share/appdata/vinagre.appdata.xml share/help/C/vinagre/connect-file.page +share/help/C/vinagre/connect-reverse.page +share/help/C/vinagre/connect.page share/help/C/vinagre/fullscreen.page share/help/C/vinagre/index.page share/help/C/vinagre/introduction.page share/help/C/vinagre/keyboard-shortcuts.page -share/help/C/vinagre/reverse-connections.page +share/help/C/vinagre/legal.xml share/help/C/vinagre/scaling.page share/help/C/vinagre/take-screenshot.page share/help/C/vinagre/view-only.page -share/help/C/vinagre/figures/vinagre-auth-needed.png -share/help/C/vinagre/figures/vinagre-connect-dialog.png +share/help/C/vinagre/figures/preferences-desktop-remote-desktop.png share/help/C/vinagre/figures/vinagre-connected.png -share/help/C/vinagre/figures/vinagre-connection-closed.png -share/help/C/vinagre/figures/vinagre-fullscreen.png -share/help/C/vinagre/figures/vinagre-no-scaling.png -share/help/C/vinagre/figures/vinagre-reverse-connections.png -share/help/C/vinagre/figures/vinagre-scaling.png -share/help/de/vinagre/connect.page +share/help/cs/vinagre/connect-file.page +share/help/cs/vinagre/connect-reverse.page +share/help/cs/vinagre/connect.page +share/help/cs/vinagre/fullscreen.page +share/help/cs/vinagre/index.page +share/help/cs/vinagre/introduction.page +share/help/cs/vinagre/keyboard-shortcuts.page +share/help/cs/vinagre/legal.xml +share/help/cs/vinagre/scaling.page +share/help/cs/vinagre/take-screenshot.page +share/help/cs/vinagre/view-only.page +share/help/cs/vinagre/figures/preferences-desktop-remote-desktop.png +share/help/cs/vinagre/figures/vinagre-connected.png share/help/de/vinagre/connect-file.page +share/help/de/vinagre/connect-reverse.page +share/help/de/vinagre/connect.page share/help/de/vinagre/fullscreen.page share/help/de/vinagre/index.page share/help/de/vinagre/introduction.page share/help/de/vinagre/keyboard-shortcuts.page -share/help/de/vinagre/reverse-connections.page +share/help/de/vinagre/legal.xml share/help/de/vinagre/scaling.page share/help/de/vinagre/take-screenshot.page share/help/de/vinagre/view-only.page -share/help/de/vinagre/figures/vinagre-auth-needed.png -share/help/de/vinagre/figures/vinagre-connect-dialog.png +share/help/de/vinagre/figures/preferences-desktop-remote-desktop.png share/help/de/vinagre/figures/vinagre-connected.png -share/help/de/vinagre/figures/vinagre-connection-closed.png -share/help/de/vinagre/figures/vinagre-fullscreen.png -share/help/de/vinagre/figures/vinagre-no-scaling.png -share/help/de/vinagre/figures/vinagre-reverse-connections.png -share/help/de/vinagre/figures/vinagre-scaling.png share/help/el/vinagre/connect-file.page +share/help/el/vinagre/connect-reverse.page share/help/el/vinagre/connect.page -share/help/el/vinagre/figures/vinagre-auth-needed.png -share/help/el/vinagre/figures/vinagre-connect-dialog.png -share/help/el/vinagre/figures/vinagre-connected.png -share/help/el/vinagre/figures/vinagre-connection-closed.png -share/help/el/vinagre/figures/vinagre-fullscreen.png -share/help/el/vinagre/figures/vinagre-no-scaling.png -share/help/el/vinagre/figures/vinagre-reverse-connections.png -share/help/el/vinagre/figures/vinagre-scaling.png share/help/el/vinagre/fullscreen.page share/help/el/vinagre/index.page share/help/el/vinagre/introduction.page share/help/el/vinagre/keyboard-shortcuts.page -share/help/el/vinagre/reverse-connections.page +share/help/el/vinagre/legal.xml share/help/el/vinagre/scaling.page share/help/el/vinagre/take-screenshot.page share/help/el/vinagre/view-only.page -share/help/es/vinagre/connect.page +share/help/el/vinagre/figures/preferences-desktop-remote-desktop.png +share/help/el/vinagre/figures/vinagre-connected.png share/help/es/vinagre/connect-file.page +share/help/es/vinagre/connect-reverse.page +share/help/es/vinagre/connect.page share/help/es/vinagre/fullscreen.page share/help/es/vinagre/index.page share/help/es/vinagre/introduction.page share/help/es/vinagre/keyboard-shortcuts.page -share/help/es/vinagre/reverse-connections.page +share/help/es/vinagre/legal.xml share/help/es/vinagre/scaling.page share/help/es/vinagre/take-screenshot.page share/help/es/vinagre/view-only.page -share/help/es/vinagre/figures/vinagre-auth-needed.png -share/help/es/vinagre/figures/vinagre-connect-dialog.png +share/help/es/vinagre/figures/preferences-desktop-remote-desktop.png share/help/es/vinagre/figures/vinagre-connected.png -share/help/es/vinagre/figures/vinagre-connection-closed.png -share/help/es/vinagre/figures/vinagre-fullscreen.png -share/help/es/vinagre/figures/vinagre-no-scaling.png -share/help/es/vinagre/figures/vinagre-reverse-connections.png -share/help/es/vinagre/figures/vinagre-scaling.png -share/help/eu/vinagre/connect.page share/help/eu/vinagre/connect-file.page +share/help/eu/vinagre/connect-reverse.page +share/help/eu/vinagre/connect.page share/help/eu/vinagre/fullscreen.page share/help/eu/vinagre/index.page share/help/eu/vinagre/introduction.page share/help/eu/vinagre/keyboard-shortcuts.page -share/help/eu/vinagre/reverse-connections.page +share/help/eu/vinagre/legal.xml share/help/eu/vinagre/scaling.page share/help/eu/vinagre/take-screenshot.page share/help/eu/vinagre/view-only.page -share/help/eu/vinagre/figures/vinagre-auth-needed.png -share/help/eu/vinagre/figures/vinagre-connect-dialog.png +share/help/eu/vinagre/figures/preferences-desktop-remote-desktop.png share/help/eu/vinagre/figures/vinagre-connected.png -share/help/eu/vinagre/figures/vinagre-connection-closed.png -share/help/eu/vinagre/figures/vinagre-fullscreen.png -share/help/eu/vinagre/figures/vinagre-no-scaling.png -share/help/eu/vinagre/figures/vinagre-reverse-connections.png -share/help/eu/vinagre/figures/vinagre-scaling.png share/help/fa/vinagre/connect-file.page +share/help/fa/vinagre/connect-reverse.page share/help/fa/vinagre/connect.page -share/help/fa/vinagre/figures/vinagre-auth-needed.png -share/help/fa/vinagre/figures/vinagre-connect-dialog.png -share/help/fa/vinagre/figures/vinagre-connected.png -share/help/fa/vinagre/figures/vinagre-connection-closed.png -share/help/fa/vinagre/figures/vinagre-fullscreen.png -share/help/fa/vinagre/figures/vinagre-no-scaling.png -share/help/fa/vinagre/figures/vinagre-reverse-connections.png -share/help/fa/vinagre/figures/vinagre-scaling.png share/help/fa/vinagre/fullscreen.page share/help/fa/vinagre/index.page share/help/fa/vinagre/introduction.page share/help/fa/vinagre/keyboard-shortcuts.page -share/help/fa/vinagre/reverse-connections.page +share/help/fa/vinagre/legal.xml share/help/fa/vinagre/scaling.page share/help/fa/vinagre/take-screenshot.page share/help/fa/vinagre/view-only.page -share/help/fr/vinagre/connect.page +share/help/fa/vinagre/figures/preferences-desktop-remote-desktop.png +share/help/fa/vinagre/figures/vinagre-connected.png share/help/fr/vinagre/connect-file.page +share/help/fr/vinagre/connect-reverse.page +share/help/fr/vinagre/connect.page share/help/fr/vinagre/fullscreen.page share/help/fr/vinagre/index.page share/help/fr/vinagre/introduction.page share/help/fr/vinagre/keyboard-shortcuts.page -share/help/fr/vinagre/reverse-connections.page +share/help/fr/vinagre/legal.xml share/help/fr/vinagre/scaling.page share/help/fr/vinagre/take-screenshot.page share/help/fr/vinagre/view-only.page -share/help/fr/vinagre/figures/vinagre-auth-needed.png -share/help/fr/vinagre/figures/vinagre-connect-dialog.png +share/help/fr/vinagre/figures/preferences-desktop-remote-desktop.png share/help/fr/vinagre/figures/vinagre-connected.png -share/help/fr/vinagre/figures/vinagre-connection-closed.png -share/help/fr/vinagre/figures/vinagre-fullscreen.png -share/help/fr/vinagre/figures/vinagre-no-scaling.png -share/help/fr/vinagre/figures/vinagre-reverse-connections.png -share/help/fr/vinagre/figures/vinagre-scaling.png -share/help/gl/vinagre/connect.page share/help/gl/vinagre/connect-file.page +share/help/gl/vinagre/connect-reverse.page +share/help/gl/vinagre/connect.page share/help/gl/vinagre/fullscreen.page share/help/gl/vinagre/index.page share/help/gl/vinagre/introduction.page share/help/gl/vinagre/keyboard-shortcuts.page -share/help/gl/vinagre/reverse-connections.page +share/help/gl/vinagre/legal.xml share/help/gl/vinagre/scaling.page share/help/gl/vinagre/take-screenshot.page share/help/gl/vinagre/view-only.page -share/help/gl/vinagre/figures/vinagre-auth-needed.png -share/help/gl/vinagre/figures/vinagre-connect-dialog.png +share/help/gl/vinagre/figures/preferences-desktop-remote-desktop.png share/help/gl/vinagre/figures/vinagre-connected.png -share/help/gl/vinagre/figures/vinagre-connection-closed.png -share/help/gl/vinagre/figures/vinagre-fullscreen.png -share/help/gl/vinagre/figures/vinagre-no-scaling.png -share/help/gl/vinagre/figures/vinagre-reverse-connections.png -share/help/gl/vinagre/figures/vinagre-scaling.png -share/help/hu/vinagre/connect.page share/help/hu/vinagre/connect-file.page +share/help/hu/vinagre/connect-reverse.page +share/help/hu/vinagre/connect.page share/help/hu/vinagre/fullscreen.page share/help/hu/vinagre/index.page share/help/hu/vinagre/introduction.page share/help/hu/vinagre/keyboard-shortcuts.page -share/help/hu/vinagre/reverse-connections.page +share/help/hu/vinagre/legal.xml share/help/hu/vinagre/scaling.page share/help/hu/vinagre/take-screenshot.page share/help/hu/vinagre/view-only.page -share/help/hu/vinagre/figures/vinagre-auth-needed.png -share/help/hu/vinagre/figures/vinagre-connect-dialog.png +share/help/hu/vinagre/figures/preferences-desktop-remote-desktop.png share/help/hu/vinagre/figures/vinagre-connected.png -share/help/hu/vinagre/figures/vinagre-connection-closed.png -share/help/hu/vinagre/figures/vinagre-fullscreen.png -share/help/hu/vinagre/figures/vinagre-no-scaling.png -share/help/hu/vinagre/figures/vinagre-reverse-connections.png -share/help/hu/vinagre/figures/vinagre-scaling.png -share/help/lv/vinagre/connect.page +share/help/id/vinagre/connect-file.page +share/help/id/vinagre/connect-reverse.page +share/help/id/vinagre/connect.page +share/help/id/vinagre/fullscreen.page +share/help/id/vinagre/index.page +share/help/id/vinagre/introduction.page +share/help/id/vinagre/keyboard-shortcuts.page +share/help/id/vinagre/legal.xml +share/help/id/vinagre/scaling.page +share/help/id/vinagre/take-screenshot.page +share/help/id/vinagre/view-only.page +share/help/id/vinagre/figures/preferences-desktop-remote-desktop.png +share/help/id/vinagre/figures/vinagre-connected.png share/help/lv/vinagre/connect-file.page +share/help/lv/vinagre/connect-reverse.page +share/help/lv/vinagre/connect.page share/help/lv/vinagre/fullscreen.page share/help/lv/vinagre/index.page share/help/lv/vinagre/introduction.page share/help/lv/vinagre/keyboard-shortcuts.page -share/help/lv/vinagre/reverse-connections.page +share/help/lv/vinagre/legal.xml share/help/lv/vinagre/scaling.page share/help/lv/vinagre/take-screenshot.page share/help/lv/vinagre/view-only.page -share/help/lv/vinagre/figures/vinagre-auth-needed.png -share/help/lv/vinagre/figures/vinagre-connect-dialog.png +share/help/lv/vinagre/figures/preferences-desktop-remote-desktop.png share/help/lv/vinagre/figures/vinagre-connected.png -share/help/lv/vinagre/figures/vinagre-connection-closed.png -share/help/lv/vinagre/figures/vinagre-fullscreen.png -share/help/lv/vinagre/figures/vinagre-no-scaling.png -share/help/lv/vinagre/figures/vinagre-reverse-connections.png -share/help/lv/vinagre/figures/vinagre-scaling.png -share/help/ru/vinagre/connect.page +share/help/pt_BR/vinagre/connect-file.page +share/help/pt_BR/vinagre/connect-reverse.page +share/help/pt_BR/vinagre/connect.page +share/help/pt_BR/vinagre/fullscreen.page +share/help/pt_BR/vinagre/index.page +share/help/pt_BR/vinagre/introduction.page +share/help/pt_BR/vinagre/keyboard-shortcuts.page +share/help/pt_BR/vinagre/legal.xml +share/help/pt_BR/vinagre/scaling.page +share/help/pt_BR/vinagre/take-screenshot.page +share/help/pt_BR/vinagre/view-only.page +share/help/pt_BR/vinagre/figures/preferences-desktop-remote-desktop.png +share/help/pt_BR/vinagre/figures/vinagre-connected.png share/help/ru/vinagre/connect-file.page +share/help/ru/vinagre/connect-reverse.page +share/help/ru/vinagre/connect.page share/help/ru/vinagre/fullscreen.page share/help/ru/vinagre/index.page share/help/ru/vinagre/introduction.page share/help/ru/vinagre/keyboard-shortcuts.page -share/help/ru/vinagre/reverse-connections.page +share/help/ru/vinagre/legal.xml share/help/ru/vinagre/scaling.page share/help/ru/vinagre/take-screenshot.page share/help/ru/vinagre/view-only.page -share/help/ru/vinagre/figures/vinagre-auth-needed.png -share/help/ru/vinagre/figures/vinagre-connect-dialog.png +share/help/ru/vinagre/figures/preferences-desktop-remote-desktop.png share/help/ru/vinagre/figures/vinagre-connected.png -share/help/ru/vinagre/figures/vinagre-connection-closed.png -share/help/ru/vinagre/figures/vinagre-fullscreen.png -share/help/ru/vinagre/figures/vinagre-no-scaling.png -share/help/ru/vinagre/figures/vinagre-reverse-connections.png -share/help/ru/vinagre/figures/vinagre-scaling.png -share/help/sl/vinagre/connect.page share/help/sl/vinagre/connect-file.page +share/help/sl/vinagre/connect-reverse.page +share/help/sl/vinagre/connect.page share/help/sl/vinagre/fullscreen.page share/help/sl/vinagre/index.page share/help/sl/vinagre/introduction.page share/help/sl/vinagre/keyboard-shortcuts.page -share/help/sl/vinagre/reverse-connections.page +share/help/sl/vinagre/legal.xml share/help/sl/vinagre/scaling.page share/help/sl/vinagre/take-screenshot.page share/help/sl/vinagre/view-only.page -share/help/sl/vinagre/figures/vinagre-auth-needed.png -share/help/sl/vinagre/figures/vinagre-connect-dialog.png +share/help/sl/vinagre/figures/preferences-desktop-remote-desktop.png share/help/sl/vinagre/figures/vinagre-connected.png -share/help/sl/vinagre/figures/vinagre-connection-closed.png -share/help/sl/vinagre/figures/vinagre-fullscreen.png -share/help/sl/vinagre/figures/vinagre-no-scaling.png -share/help/sl/vinagre/figures/vinagre-reverse-connections.png -share/help/sl/vinagre/figures/vinagre-scaling.png +share/help/zh_CN/vinagre/connect-file.page +share/help/zh_CN/vinagre/connect-reverse.page +share/help/zh_CN/vinagre/connect.page +share/help/zh_CN/vinagre/fullscreen.page +share/help/zh_CN/vinagre/index.page +share/help/zh_CN/vinagre/introduction.page +share/help/zh_CN/vinagre/keyboard-shortcuts.page +share/help/zh_CN/vinagre/legal.xml +share/help/zh_CN/vinagre/scaling.page +share/help/zh_CN/vinagre/take-screenshot.page +share/help/zh_CN/vinagre/view-only.page +share/help/zh_CN/vinagre/figures/preferences-desktop-remote-desktop.png +share/help/zh_CN/vinagre/figures/vinagre-connected.png share/icons/hicolor/16x16/mimetypes/application-x-remote-connection.png share/icons/hicolor/16x16/mimetypes/application-x-vnc.png share/icons/hicolor/16x16/status/view-minimize.png @@ -304,6 +297,7 @@ share/locale/sr@latin/LC_MESSAGES/vinagre.mo share/locale/sv/LC_MESSAGES/vinagre.mo share/locale/ta/LC_MESSAGES/vinagre.mo share/locale/te/LC_MESSAGES/vinagre.mo +share/locale/tg/LC_MESSAGES/vinagre.mo share/locale/th/LC_MESSAGES/vinagre.mo share/locale/tr/LC_MESSAGES/vinagre.mo share/locale/ug/LC_MESSAGES/vinagre.mo @@ -351,15 +345,24 @@ share/mime/packages/vinagre-mime.xml @dirrmtry share/locale/ast @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as +@dirrm share/help/zh_CN/vinagre/figures +@dirrm share/help/zh_CN/vinagre +@dirrmtry share/help/zh_CN @dirrm share/help/sl/vinagre/figures @dirrm share/help/sl/vinagre @dirrmtry share/help/sl @dirrm share/help/ru/vinagre/figures @dirrm share/help/ru/vinagre @dirrmtry share/help/ru +@dirrm share/help/pt_BR/vinagre/figures +@dirrm share/help/pt_BR/vinagre +@dirrmtry share/help/pt_BR @dirrm share/help/lv/vinagre/figures @dirrm share/help/lv/vinagre @dirrmtry share/help/lv +@dirrm share/help/id/vinagre/figures +@dirrm share/help/id/vinagre +@dirrmtry share/help/id @dirrm share/help/hu/vinagre/figures @dirrm share/help/hu/vinagre @dirrmtry share/help/hu @@ -384,8 +387,12 @@ share/mime/packages/vinagre-mime.xml @dirrm share/help/de/vinagre/figures @dirrm share/help/de/vinagre @dirrmtry share/help/de +@dirrm share/help/cs/vinagre/figures +@dirrm share/help/cs/vinagre +@dirrmtry share/help/cs @dirrm share/help/C/vinagre/figures @dirrm share/help/C/vinagre @dirrmtry share/help/C @dirrmtry share/help +@dirrmtry share/appdata %%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/net/vino/Makefile b/net/vino/Makefile index 538947758..4c64cacf9 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -1,9 +1,9 @@ # Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ -# $MCom: ports/trunk/net/vino3/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom: ports-experimental/trunk/net/vino/Makefile 19321 2014-03-25 13:15:22Z gusi $ PORTNAME= vino -PORTVERSION= 3.6.2 +PORTVERSION= 3.12.0 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,8 +18,7 @@ LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ libavahi-glib.so:${PORTSDIR}/net/avahi-app -USE_XZ= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 intlhack USE_XORG= xdamage xfixes xtst GNU_CONFIGURE= yes diff --git a/net/vino/distinfo b/net/vino/distinfo index ded8db7d0..9e3cc3879 100644 --- a/net/vino/distinfo +++ b/net/vino/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/vino-3.6.2.tar.xz) = c24907542c5ea086293dc852edfeb6b6d02d63e210a3ff715c18d04e130857e4 -SIZE (gnome3/vino-3.6.2.tar.xz) = 745768 +SHA256 (gnome3/vino-3.12.0.tar.xz) = 86c9d8b60d79982e4488815db0d441c398e011ad8262659789afecc97a01ca5b +SIZE (gnome3/vino-3.12.0.tar.xz) = 751352 diff --git a/net/vino/pkg-plist b/net/vino/pkg-plist index f3dfcd320..02c0143b3 100644 --- a/net/vino/pkg-plist +++ b/net/vino/pkg-plist @@ -1,10 +1,8 @@ -bin/vino-passwd -bin/vino-preferences etc/xdg/autostart/vino-server.desktop libexec/vino-server share/GConf/gsettings/org.gnome.Vino.convert -share/applications/vino-preferences.desktop share/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service +share/locale/an/LC_MESSAGES/vino.mo share/locale/ar/LC_MESSAGES/vino.mo share/locale/as/LC_MESSAGES/vino.mo share/locale/ast/LC_MESSAGES/vino.mo @@ -79,6 +77,7 @@ share/locale/sr@latin/LC_MESSAGES/vino.mo share/locale/sv/LC_MESSAGES/vino.mo share/locale/ta/LC_MESSAGES/vino.mo share/locale/te/LC_MESSAGES/vino.mo +share/locale/tg/LC_MESSAGES/vino.mo share/locale/th/LC_MESSAGES/vino.mo share/locale/tr/LC_MESSAGES/vino.mo share/locale/ug/LC_MESSAGES/vino.mo @@ -90,10 +89,6 @@ share/locale/zh_CN/LC_MESSAGES/vino.mo share/locale/zh_HK/LC_MESSAGES/vino.mo share/locale/zh_TW/LC_MESSAGES/vino.mo share/telepathy/clients/Vino.client -%%DATADIR%%/vino-preferences.ui -%%DATADIR%%/vino-prompt.ui -%%DATADIR%%/webservices -@dirrm %%DATADIR%% @dirrmtry share/telepathy/clients @dirrmtry share/telepathy @dirrmtry share/locale/zh_HK/LC_MESSAGES |