svn commit: r317433 - in head: . Mk devel devel/libgsf devel/libgsf-gnome devel/libgsf/files devel/py-libgsf
Koop Mast
kwm at FreeBSD.org
Sun May 5 20:47:44 UTC 2013
Author: kwm
Date: Sun May 5 20:47:42 2013
New Revision: 317433
URL: http://svnweb.freebsd.org/changeset/ports/317433
Log:
Update to 1.14.26.
Remove py-libgsf and libgsf-gnome which where removed
Obtained from: GNOME stage repo
Deleted:
head/devel/libgsf-gnome/
head/devel/libgsf/files/
head/devel/py-libgsf/
Modified:
head/MOVED
head/Mk/bsd.gnome.mk
head/devel/Makefile
head/devel/libgsf/Makefile
head/devel/libgsf/distinfo
head/devel/libgsf/pkg-plist
Modified: head/MOVED
==============================================================================
--- head/MOVED Sun May 5 20:27:15 2013 (r317432)
+++ head/MOVED Sun May 5 20:47:42 2013 (r317433)
@@ -4248,3 +4248,5 @@ textproc/ruby-libxml||2013-05-02|Has exp
japanese/navi2ch-emacs21|japanese/navi2ch|2013-05-02|Removed: obsolete
japanese/navi2ch-xemacs21-mule|japanese/navi2ch|2013-05-02|Removed: obsolete
databases/phpmyadmin|databases/phpmyadmin35|2013-05-03|New port to track the older 3.5.x release branch
+devel/py-libgsf||2013-05-05|No longer supported by newer libgsf version
+devel/libgsf-gnome||2013-05-05|No longer supported by newer libgsf version
Modified: head/Mk/bsd.gnome.mk
==============================================================================
--- head/Mk/bsd.gnome.mk Sun May 5 20:27:15 2013 (r317432)
+++ head/Mk/bsd.gnome.mk Sun May 5 20:47:42 2013 (r317433)
@@ -85,7 +85,7 @@ _USE_GNOME_ALL+= atk atspi cairo desktop
gtksharp20 gtksourceview gtksourceview2 gvfs libartlgpl2 libbonobo \
libbonoboui libgailgnome libgda2 libgda3 libgda4 libglade2 libgnome \
libgnomecanvas libgnomedb libgnomekbd libgnomeprint libgnomeprintui \
- libgnomeui libgsf libgsf_gnome libgtkhtml libidl librsvg2 libwnck \
+ libgnomeui libgsf libgtkhtml libidl librsvg2 libwnck \
libxml2 libxslt libzvt linc metacity nautilus2 nautiluscdburner \
orbit2 pango pygnome2 pygnomedesktop pygnomeextras pygobject pygtk2 \
pygtksourceview vte
@@ -521,14 +521,10 @@ pkgconfig_DETECT= ${LOCALBASE}/bin/pkgc
pkgconfig_BUILD_DEPENDS= pkgconf:${PORTSDIR}/devel/pkgconf
pkgconfig_RUN_DEPENDS= pkgconf:${PORTSDIR}/devel/pkgconf
-libgsf_LIB_DEPENDS= gsf-1.114:${PORTSDIR}/devel/libgsf
+libgsf_LIB_DEPENDS= gsf-1.114:${PORTSDIR}/devel/libgsf
libgsf_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgsf-1.pc
libgsf_USE_GNOME_IMPL= glib20 libxml2
-libgsf_gnome_LIB_DEPENDS= gsf-gnome-1.114:${PORTSDIR}/devel/libgsf-gnome
-libgsf_gnome_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgsf-gnome-1.pc
-libgsf_gnome_USE_GNOME_IMPL= gconf2 libgsf gnomevfs2
-
pygobject_DETECT= ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc
pygobject_BUILD_DEPENDS= pygobject-codegen-2.0:${PORTSDIR}/devel/py-gobject
pygobject_RUN_DEPENDS= pygobject-codegen-2.0:${PORTSDIR}/devel/py-gobject
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun May 5 20:27:15 2013 (r317432)
+++ head/devel/Makefile Sun May 5 20:47:42 2013 (r317433)
@@ -1001,7 +1001,6 @@
SUBDIR += libglademm24
SUBDIR += libgpc
SUBDIR += libgsf
- SUBDIR += libgsf-gnome
SUBDIR += libgta
SUBDIR += libgtop
SUBDIR += libgutenfetch
@@ -3536,7 +3535,6 @@
SUBDIR += py-krosspython
SUBDIR += py-kss-core
SUBDIR += py-levenshtein
- SUBDIR += py-libgsf
SUBDIR += py-liblarch
SUBDIR += py-ll-core
SUBDIR += py-lock_file
Modified: head/devel/libgsf/Makefile
==============================================================================
--- head/devel/libgsf/Makefile Sun May 5 20:27:15 2013 (r317432)
+++ head/devel/libgsf/Makefile Sun May 5 20:47:42 2013 (r317433)
@@ -1,49 +1,27 @@
# Created by: Maxim Sobolev <sobomax at FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/devel/libgsf/Makefile,v 1.35 2010/04/10 08:51:15 kwm Exp $
+# $MCom: ports/trunk/devel/libgsf/Makefile 18401 2013-04-28 12:15:27Z kwm $
PORTNAME= libgsf
-PORTVERSION= 1.14.21
-PORTREVISION?= 1
-CATEGORIES?= devel
+PORTVERSION= 1.14.26
+CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome at FreeBSD.org
-COMMENT?= Extensible I/O abstraction for dealing with structured file formats
+COMMENT= Extensible I/O abstraction for dealing with structured file formats
-.if !exists(/usr/lib/libbz2.so)
-LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
-.endif
+BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-USE_BZIP2= yes
+USE_XZ= yes
USE_GMAKE= yes
-USES= gettext
+USES= gettext pathfix pkgconfig
USE_LDCONFIG= yes
-USE_GNOME?= gnomehack gnomeprefix glib20 libxml2 ltverhack intlhack
+USE_GNOME= gnomeprefix glib20 libxml2 ltverhack intlhack
USE_AUTOTOOLS= libtool
-CONFIGURE_ARGS?=--without-gnome-vfs --without-python --with-gio \
- --without-bonobo
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.if !defined(GSF_SLAVE)
MAN1= gsf.1 gsf-office-thumbnailer.1 gsf-vba-dump.1
-.endif
-
-OPTIONS_DEFINE= GCONF
-OPTIONS_DEFAULT= GCONF
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGCONF}
-USE_GNOME+= gconf2
-. if !defined(GSF_SLAVE)
-GCONF_SCHEMAS= gsf-office-thumbnailer.schemas
-PLIST_FILES+= bin/gsf-office-thumbnailer
-. endif
-.else
-CONFIGURE_ARGS+= --without-gconf
-.endif
.include <bsd.port.mk>
Modified: head/devel/libgsf/distinfo
==============================================================================
--- head/devel/libgsf/distinfo Sun May 5 20:27:15 2013 (r317432)
+++ head/devel/libgsf/distinfo Sun May 5 20:47:42 2013 (r317433)
@@ -1,2 +1,2 @@
-SHA256 (gnome2/libgsf-1.14.21.tar.bz2) = eef0a9d6eca4e6af6c16b208947e3c958c428b94d22792bdd0b80c08a4b301db
-SIZE (gnome2/libgsf-1.14.21.tar.bz2) = 597463
+SHA256 (gnome2/libgsf-1.14.26.tar.xz) = 8919e725aadd785380350c8dec7427d82cf33164bc9a9a549df9440a0c3da6d5
+SIZE (gnome2/libgsf-1.14.26.tar.xz) = 528960
Modified: head/devel/libgsf/pkg-plist
==============================================================================
--- head/devel/libgsf/pkg-plist Sun May 5 20:27:15 2013 (r317432)
+++ head/devel/libgsf/pkg-plist Sun May 5 20:47:42 2013 (r317433)
@@ -1,9 +1,11 @@
bin/gsf
+bin/gsf-office-thumbnailer
bin/gsf-vba-dump
include/libgsf-1/gsf/gsf-blob.h
include/libgsf-1/gsf/gsf-clip-data.h
include/libgsf-1/gsf/gsf-doc-meta-data.h
include/libgsf-1/gsf/gsf-docprop-vector.h
+include/libgsf-1/gsf/gsf-fwd.h
include/libgsf-1/gsf/gsf-impl-utils.h
include/libgsf-1/gsf/gsf-infile-impl.h
include/libgsf-1/gsf/gsf-infile-msole.h
@@ -53,13 +55,12 @@ lib/libgsf-1.la
lib/libgsf-1.so
lib/libgsf-1.so.114
libdata/pkgconfig/libgsf-1.pc
+share/doc/gsf/annotation-glossary.html
share/doc/gsf/api.html
share/doc/gsf/dependencies.html
-share/doc/gsf/gsf-Bononbo.html
share/doc/gsf/gsf-Compression.html
share/doc/gsf/gsf-GIO.html
share/doc/gsf/gsf-GIOChannel.html
-share/doc/gsf/gsf-GnomeVFS.html
share/doc/gsf/gsf-Infile-reading-structed-files.html
share/doc/gsf/gsf-Input-from-unstructured-files.html
share/doc/gsf/gsf-MS-OLE2.html
@@ -77,7 +78,6 @@ share/doc/gsf/gsf-memory.html
share/doc/gsf/gsf-metadata.html
share/doc/gsf/gsf-users.html
share/doc/gsf/gsf-utils.html
-share/doc/gsf/gsf.devhelp
share/doc/gsf/gsf.devhelp2
share/doc/gsf/history.html
share/doc/gsf/home.png
@@ -96,27 +96,44 @@ share/locale/ca/LC_MESSAGES/libgsf.mo
share/locale/cs/LC_MESSAGES/libgsf.mo
share/locale/da/LC_MESSAGES/libgsf.mo
share/locale/de/LC_MESSAGES/libgsf.mo
+share/locale/el/LC_MESSAGES/libgsf.mo
share/locale/en_GB/LC_MESSAGES/libgsf.mo
+share/locale/eo/LC_MESSAGES/libgsf.mo
share/locale/es/LC_MESSAGES/libgsf.mo
share/locale/eu/LC_MESSAGES/libgsf.mo
share/locale/fr/LC_MESSAGES/libgsf.mo
share/locale/gl/LC_MESSAGES/libgsf.mo
+share/locale/id/LC_MESSAGES/libgsf.mo
share/locale/it/LC_MESSAGES/libgsf.mo
+share/locale/ja/LC_MESSAGES/libgsf.mo
+share/locale/lt/LC_MESSAGES/libgsf.mo
+share/locale/lv/LC_MESSAGES/libgsf.mo
share/locale/nb/LC_MESSAGES/libgsf.mo
+share/locale/nn/LC_MESSAGES/libgsf.mo
share/locale/oc/LC_MESSAGES/libgsf.mo
share/locale/pa/LC_MESSAGES/libgsf.mo
share/locale/pl/LC_MESSAGES/libgsf.mo
share/locale/pt/LC_MESSAGES/libgsf.mo
share/locale/pt_BR/LC_MESSAGES/libgsf.mo
+share/locale/ro/LC_MESSAGES/libgsf.mo
+share/locale/ru/LC_MESSAGES/libgsf.mo
share/locale/sl/LC_MESSAGES/libgsf.mo
+share/locale/sr/LC_MESSAGES/libgsf.mo
+share/locale/sr at latin/LC_MESSAGES/libgsf.mo
share/locale/sv/LC_MESSAGES/libgsf.mo
+share/locale/ta/LC_MESSAGES/libgsf.mo
+share/locale/tr/LC_MESSAGES/libgsf.mo
+share/locale/uk/LC_MESSAGES/libgsf.mo
share/locale/zh_CN/LC_MESSAGES/libgsf.mo
share/locale/zh_HK/LC_MESSAGES/libgsf.mo
share/locale/zh_TW/LC_MESSAGES/libgsf.mo
- at dirrm share/doc/gsf
- at dirrm include/libgsf-1/gsf
- at dirrm include/libgsf-1
+share/thumbnailers/gsf-office.thumbnailer
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
+ at dirrmtry share/locale/sr at latin/LC_MESSAGES
+ at dirrmtry share/locale/sr at latin
@dirrmtry share/locale/oc/LC_MESSAGES
@dirrmtry share/locale/oc
+ at dirrm share/doc/gsf
+ at dirrm include/libgsf-1/gsf
+ at dirrm include/libgsf-1
More information about the svn-ports-all
mailing list