diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
commit | 2e4d2e942a99fbc51adebabc4cd543a91491ba37 (patch) | |
tree | 5fb7c33c9eb700d394e22ec7c7faf4258b91ea3b /devel | |
parent | 2d95636f2e1c4896bca367221f0b972b5903e72a (diff) | |
download | marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.gz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.bz2 marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.lz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.xz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.zst marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.zip |
Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because of
focus issues. And it doesn't seem it getting any traction upstream.
Next stop GNOME 3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
200 files changed, 0 insertions, 9967 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile deleted file mode 100644 index f1ae03621..000000000 --- a/devel/ORBit2/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: orbit2 -# Date Created: 16 Aug 1998 -# Whom: Chia-liang Kao <clkao@CirX.ORG> -# -# $FreeBSD$ -# $MCom: ports/devel/ORBit2/Makefile,v 1.55 2010/04/02 17:37:25 kwm Exp $ -# - -PORTNAME= ORBit2 -PORTVERSION= 2.14.19 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= High-performance CORBA ORB with support for the C language - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack libidl ltverhack referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/src/orb/orb-core/orbit-typelib.c - -post-install: - @${ECHO_CMD} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbit2rc.default - @${ECHO_CMD} "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbit2rc.default - @if [ ! -f ${PREFIX}/etc/orbit2rc ]; then \ - ${CP} -p ${PREFIX}/etc/orbit2rc.default ${PREFIX}/etc/orbit2rc ; \ - fi - @${MKDIR} ${PREFIX}/lib/orbit-2.0/idl-backends - -.include <bsd.port.mk> - -.endif diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo deleted file mode 100644 index 5d8828ecc..000000000 --- a/devel/ORBit2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/ORBit2-2.14.19.tar.bz2) = 7082d317a9573ab338302243082d10d1 -SHA256 (gnome2/ORBit2-2.14.19.tar.bz2) = 55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550 -SIZE (gnome2/ORBit2-2.14.19.tar.bz2) = 764820 diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab deleted file mode 100644 index 70131ebc1..000000000 --- a/devel/ORBit2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Dec 18 07:20:12 2006 -+++ Makefile.in Mon Dec 18 07:20:47 2006 -@@ -239,7 +239,7 @@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --SUBDIRS = linc2 src include test docs -+SUBDIRS = linc2 src include docs - bin_SCRIPTS = orbit2-config - EXTRA_DIST = \ - ORBit2.m4 \ diff --git a/devel/ORBit2/files/patch-src::orb::util::Makefile.in b/devel/ORBit2/files/patch-src::orb::util::Makefile.in deleted file mode 100644 index e048ca634..000000000 --- a/devel/ORBit2/files/patch-src::orb::util::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/orb/util/Makefile.in.orig Fri Mar 5 23:39:16 2004 -+++ src/orb/util/Makefile.in Fri Mar 5 23:39:43 2004 -@@ -126,7 +126,7 @@ - INCLUDES = \ - -I$(top_srcdir)/include \ - -I$(top_builddir)/include \ -- -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" \ -+ -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\" \ - -DORBIT2_INTERNAL_API \ - $(WARN_CFLAGS) \ - $(ORBIT_DEBUG_CFLAGS) \ diff --git a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c b/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c deleted file mode 100644 index 6af92e3af..000000000 --- a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/orb/orb-core/orbit-typelib.c.orig 2007-07-27 10:58:37.000000000 -0500 -+++ src/orb/orb-core/orbit-typelib.c 2007-07-27 10:58:41.000000000 -0500 -@@ -218,6 +218,7 @@ - paths = g_ptr_array_sized_new (8); - - g_ptr_array_add (paths, g_strdup (ORBIT_TYPELIB_DIR)); -+ add_if_unique(paths, "%%LOCALBASE%%", TRUE); - - if ((path = g_getenv ("ORBIT_TYPELIB_PATH"))) { - char **strv; diff --git a/devel/ORBit2/pkg-descr b/devel/ORBit2/pkg-descr deleted file mode 100644 index 711157675..000000000 --- a/devel/ORBit2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -ORBit is a high-performance CORBA ORB with support for the C language. -It allows programs to communicate with each other, regardless of their -physical and logical locations. diff --git a/devel/ORBit2/pkg-plist b/devel/ORBit2/pkg-plist deleted file mode 100644 index 7730e1f92..000000000 --- a/devel/ORBit2/pkg-plist +++ /dev/null @@ -1,83 +0,0 @@ -bin/linc-cleanup-sockets -bin/orbit-idl-2 -bin/orbit2-config -@unexec if cmp -s %D/etc/orbit2rc.default %D/etc/orbit2rc; then rm -f %D/etc/orbit2rc; fi -etc/orbit2rc.default -@exec if [ ! -f %D/etc/orbit2rc ] ; then cp -p %D/%F %B/orbit2rc; fi -include/orbit-2.0/ORBitservices/CosNaming.h -include/orbit-2.0/ORBitservices/CosNaming_impl.h -include/orbit-2.0/ORBitservices/orbit-imodule.h -include/orbit-2.0/orbit-idl/orbit-idl-backend.h -include/orbit-2.0/orbit/dynamic/dynamic-defs.h -include/orbit-2.0/orbit/dynamic/dynamic.h -include/orbit-2.0/orbit/orb-core/allocators.h -include/orbit-2.0/orbit/orb-core/corba-any-type.h -include/orbit-2.0/orbit/orb-core/corba-any.h -include/orbit-2.0/orbit/orb-core/corba-context-type.h -include/orbit-2.0/orbit/orb-core/corba-context.h -include/orbit-2.0/orbit/orb-core/corba-defs.h -include/orbit-2.0/orbit/orb-core/corba-environment-type.h -include/orbit-2.0/orbit/orb-core/corba-environment.h -include/orbit-2.0/orbit/orb-core/corba-nvlist.h -include/orbit-2.0/orbit/orb-core/corba-object-type.h -include/orbit-2.0/orbit/orb-core/corba-object.h -include/orbit-2.0/orbit/orb-core/corba-orb-type.h -include/orbit-2.0/orbit/orb-core/corba-orb.h -include/orbit-2.0/orbit/orb-core/corba-pobj.h -include/orbit-2.0/orbit/orb-core/corba-policy-type.h -include/orbit-2.0/orbit/orb-core/corba-string.h -include/orbit-2.0/orbit/orb-core/corba-typecode-type.h -include/orbit-2.0/orbit/orb-core/corba-typecode.h -include/orbit-2.0/orbit/orb-core/iop-defs.h -include/orbit-2.0/orbit/orb-core/orb-core-types.h -include/orbit-2.0/orbit/orb-core/orb-core.h -include/orbit-2.0/orbit/orb-core/orb-types.h -include/orbit-2.0/orbit/orb-core/orbit-interface.h -include/orbit-2.0/orbit/orb-core/orbit-object.h -include/orbit-2.0/orbit/orb-core/orbit-small.h -include/orbit-2.0/orbit/orbit-config.h -include/orbit-2.0/orbit/orbit-types.h -include/orbit-2.0/orbit/orbit.h -include/orbit-2.0/orbit/poa/orbit-adaptor.h -include/orbit-2.0/orbit/poa/poa-basics.h -include/orbit-2.0/orbit/poa/poa-defs.h -include/orbit-2.0/orbit/poa/poa-policy.h -include/orbit-2.0/orbit/poa/poa-types.h -include/orbit-2.0/orbit/poa/poa.h -include/orbit-2.0/orbit/poa/portableserver-current-type.h -include/orbit-2.0/orbit/poa/portableserver-poa-type.h -include/orbit-2.0/orbit/util/basic_types.h -include/orbit-2.0/orbit/util/orbit-genrand.h -include/orbit-2.0/orbit/util/orbit-util.h -lib/libORBit-2.a -lib/libORBit-2.la -lib/libORBit-2.so -lib/libORBit-2.so.0 -lib/libORBit-imodule-2.a -lib/libORBit-imodule-2.la -lib/libORBit-imodule-2.so -lib/libORBit-imodule-2.so.0 -lib/libORBitCosNaming-2.a -lib/libORBitCosNaming-2.la -lib/libORBitCosNaming-2.so -lib/libORBitCosNaming-2.so.0 -lib/libname-server-2.a -libdata/pkgconfig/ORBit-2.0.pc -libdata/pkgconfig/ORBit-CosNaming-2.0.pc -libdata/pkgconfig/ORBit-idl-2.0.pc -libdata/pkgconfig/ORBit-imodule-2.0.pc -share/aclocal/ORBit2.m4 -share/idl/orbit-2.0/CosNaming.idl -@dirrm share/idl/orbit-2.0 -@exec /bin/mkdir -p %D/lib/orbit-2.0/idl-backends -@dirrmtry share/idl -@dirrmtry lib/orbit-2.0/idl-backends -@dirrmtry lib/orbit-2.0 -@dirrm include/orbit-2.0/orbit/util -@dirrm include/orbit-2.0/orbit/poa -@dirrm include/orbit-2.0/orbit/orb-core -@dirrm include/orbit-2.0/orbit/dynamic -@dirrm include/orbit-2.0/orbit-idl -@dirrm include/orbit-2.0/orbit -@dirrm include/orbit-2.0/ORBitservices -@dirrm include/orbit-2.0 diff --git a/devel/anjuta-extras/Makefile b/devel/anjuta-extras/Makefile deleted file mode 100644 index e4339fcdb..000000000 --- a/devel/anjuta-extras/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: anjuta-extras -# Date created: 8 May 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/anjuta-extras/Makefile,v 1.10 2010/09/22 07:29:09 kwm Exp $ -# - -PORTNAME= anjuta-extras -PORTVERSION= 2.32.0.0 -CATEGORIES= devel -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Extra anjuta plugins. - -LIB_DEPENDS= anjuta.0:${PORTSDIR}/devel/anjuta - -USE_BZIP2= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= intltool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-plugin-valgrind \ - --localedir=${PREFIX}/share - -GCONF_SCHEMAS= anjuta-editor-scintilla.schemas - -.include <bsd.port.mk> diff --git a/devel/anjuta-extras/distinfo b/devel/anjuta-extras/distinfo deleted file mode 100644 index 312e793d7..000000000 --- a/devel/anjuta-extras/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (anjuta-extras-2.32.0.0.tar.bz2) = 44e79fb026524897d123bcde5e7861f9 -SHA256 (anjuta-extras-2.32.0.0.tar.bz2) = 220fd7cf87de2f8e3de2fcbc01373e25f66b428cf5b2c8a25aa9b4b3527ad620 -SIZE (anjuta-extras-2.32.0.0.tar.bz2) = 2701220 diff --git a/devel/anjuta-extras/pkg-descr b/devel/anjuta-extras/pkg-descr deleted file mode 100644 index 5c0d44664..000000000 --- a/devel/anjuta-extras/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Extra plugins for the Anjuta IDE. - -WWW: http://anjuta.org/ diff --git a/devel/anjuta-extras/pkg-plist b/devel/anjuta-extras/pkg-plist deleted file mode 100644 index 35e342347..000000000 --- a/devel/anjuta-extras/pkg-plist +++ /dev/null @@ -1,115 +0,0 @@ -lib/anjuta/anjuta-editor.plugin -lib/anjuta/anjuta-sample.plugin -lib/anjuta/anjuta-scratchbox.plugin -lib/anjuta/libanjuta-editor.a -lib/anjuta/libanjuta-editor.la -lib/anjuta/libanjuta-editor.so -lib/anjuta/libanjuta-profiler.a -lib/anjuta/libanjuta-profiler.la -lib/anjuta/libanjuta-profiler.so -lib/anjuta/libanjuta-sample.a -lib/anjuta/libanjuta-sample.la -lib/anjuta/libanjuta-sample.so -lib/anjuta/libanjuta-scratchbox.a -lib/anjuta/libanjuta-scratchbox.la -lib/anjuta/libanjuta-scratchbox.so -lib/anjuta/profiler.plugin -share/anjuta/glade/anjuta-editor-scintilla.ui -share/anjuta/glade/anjuta-scratchbox-panel.png -share/anjuta/glade/anjuta-scratchbox.ui -share/anjuta/glade/profiler-call-graph.ui -share/anjuta/glade/profiler-flat-profile.ui -share/anjuta/glade/profiler-function-call-tree.ui -share/anjuta/glade/profiler.ui -share/anjuta/properties/anjuta.properties -share/anjuta/properties/styles.properties -share/anjuta/properties/user.properties -share/anjuta/ui/anjuta-sample.ui -share/anjuta/ui/profiler.xml -share/locale/ar/LC_MESSAGES/anjuta-extras.mo -share/locale/az/LC_MESSAGES/anjuta-extras.mo -share/locale/be/LC_MESSAGES/anjuta-extras.mo -share/locale/be@latin/LC_MESSAGES/anjuta-extras.mo -share/locale/bg/LC_MESSAGES/anjuta-extras.mo -share/locale/ca/LC_MESSAGES/anjuta-extras.mo -share/locale/cs/LC_MESSAGES/anjuta-extras.mo -share/locale/da/LC_MESSAGES/anjuta-extras.mo -share/locale/de/LC_MESSAGES/anjuta-extras.mo -share/locale/dz/LC_MESSAGES/anjuta-extras.mo -share/locale/el/LC_MESSAGES/anjuta-extras.mo -share/locale/en_CA/LC_MESSAGES/anjuta-extras.mo -share/locale/en_GB/LC_MESSAGES/anjuta-extras.mo -share/locale/es/LC_MESSAGES/anjuta-extras.mo -share/locale/eu/LC_MESSAGES/anjuta-extras.mo -share/locale/fi/LC_MESSAGES/anjuta-extras.mo -share/locale/fr/LC_MESSAGES/anjuta-extras.mo -share/locale/ga/LC_MESSAGES/anjuta-extras.mo -share/locale/gl/LC_MESSAGES/anjuta-extras.mo -share/locale/gu/LC_MESSAGES/anjuta-extras.mo -share/locale/he/LC_MESSAGES/anjuta-extras.mo -share/locale/hi/LC_MESSAGES/anjuta-extras.mo -share/locale/hr/LC_MESSAGES/anjuta-extras.mo -share/locale/hu/LC_MESSAGES/anjuta-extras.mo -share/locale/id/LC_MESSAGES/anjuta-extras.mo -share/locale/it/LC_MESSAGES/anjuta-extras.mo -share/locale/ja/LC_MESSAGES/anjuta-extras.mo -share/locale/kn/LC_MESSAGES/anjuta-extras.mo -share/locale/ko/LC_MESSAGES/anjuta-extras.mo -share/locale/lt/LC_MESSAGES/anjuta-extras.mo -share/locale/lv/LC_MESSAGES/anjuta-extras.mo -share/locale/mk/LC_MESSAGES/anjuta-extras.mo -share/locale/ml/LC_MESSAGES/anjuta-extras.mo -share/locale/mr/LC_MESSAGES/anjuta-extras.mo -share/locale/ms/LC_MESSAGES/anjuta-extras.mo -share/locale/nb/LC_MESSAGES/anjuta-extras.mo -share/locale/ne/LC_MESSAGES/anjuta-extras.mo -share/locale/nl/LC_MESSAGES/anjuta-extras.mo -share/locale/oc/LC_MESSAGES/anjuta-extras.mo -share/locale/or/LC_MESSAGES/anjuta-extras.mo -share/locale/pa/LC_MESSAGES/anjuta-extras.mo -share/locale/pl/LC_MESSAGES/anjuta-extras.mo -share/locale/pt/LC_MESSAGES/anjuta-extras.mo -share/locale/pt_BR/LC_MESSAGES/anjuta-extras.mo -share/locale/ru/LC_MESSAGES/anjuta-extras.mo -share/locale/rw/LC_MESSAGES/anjuta-extras.mo -share/locale/si/LC_MESSAGES/anjuta-extras.mo -share/locale/sk/LC_MESSAGES/anjuta-extras.mo -share/locale/sl/LC_MESSAGES/anjuta-extras.mo -share/locale/sq/LC_MESSAGES/anjuta-extras.mo -share/locale/sr/LC_MESSAGES/anjuta-extras.mo -share/locale/sr@latin/LC_MESSAGES/anjuta-extras.mo -share/locale/sv/LC_MESSAGES/anjuta-extras.mo -share/locale/te/LC_MESSAGES/anjuta-extras.mo -share/locale/th/LC_MESSAGES/anjuta-extras.mo -share/locale/tr/LC_MESSAGES/anjuta-extras.mo -share/locale/uk/LC_MESSAGES/anjuta-extras.mo -share/locale/vi/LC_MESSAGES/anjuta-extras.mo -share/locale/zh_CN/LC_MESSAGES/anjuta-extras.mo -share/locale/zh_HK/LC_MESSAGES/anjuta-extras.mo -share/locale/zh_TW/LC_MESSAGES/anjuta-extras.mo -share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png -share/pixmaps/anjuta/anjuta-editor-scintilla-plugin.svg -share/pixmaps/anjuta/anjuta-profiler-plugin-48.png -share/pixmaps/anjuta/anjuta-profiler-plugin.svg -share/pixmaps/anjuta/anjuta-sample-plugin-48.png -share/pixmaps/anjuta/anjuta-sample-plugin.svg -share/pixmaps/anjuta/anjuta-scratchbox-48.png -@dirrm share/anjuta/properties -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile deleted file mode 100644 index ab56cc906..000000000 --- a/devel/anjuta/Makefile +++ /dev/null @@ -1,123 +0,0 @@ -# New ports collection makefile for: anjuta -# Date created: 31 March 2001 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/anjuta/Makefile,v 1.66 2010/10/18 22:23:01 kwm Exp $ -# - -PORTNAME= anjuta -PORTVERSION= 2.32.1.0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Integrated Development Environment for C and C++ - -BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \ - bash:${PORTSDIR}/shells/bash \ - p5-Locale-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - gladeui-1.10:${PORTSDIR}/devel/glade3 \ - vala-0.10.0:${PORTSDIR}/lang/vala \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - gdl-1.3:${PORTSDIR}/x11-toolkits/gdl -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - autogen:${PORTSDIR}/devel/autogen \ - p5-Locale-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext \ - libtool:${PORTSDIR}/devel/libtool22 \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \ - exctags:${PORTSDIR}/devel/ctags \ - gdb66:${PORTSDIR}/devel/gdb6 \ - yelp:${PORTSDIR}/x11/yelp - -USE_BZIP2= yes -USE_AUTOTOOLS= autotools:run -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_PERL5= yes -USE_PYTHON= yes -USE_GNOME= gnomeprefix gnomehack vte gtksourceview2 libgda4 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-symbol-db-shm=/tmp \ - --enable-introspection=no -USE_LDCONFIG= yes -GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \ - anjuta-cvs-plugin.schemas \ - anjuta-debug-manager.schemas \ - anjuta-document-manager.schemas \ - anjuta-editor-sourceview.schemas \ - anjuta-language-cpp-java.schemas \ - anjuta-message-manager-plugin.schemas \ - anjuta-symbol-db.schemas \ - anjuta-terminal-plugin.schemas \ - file-manager.schemas \ - preferences.schemas \ - python-plugin-properties.schemas - -MAN1= anjuta.1 anjuta-launcher.1 - -OPTIONS= SVN "Build subversion plugin" off \ - DEVHELP "Build devhelp plugin" on \ - GRAPHVIZ "Build inheritance plugin" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_SVN) -BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion -LIB_DEPENDS+= apr-1.4:${PORTSDIR}/devel/apr1 -LIB_DEPENDS+= neon.27:${PORTSDIR}/www/neon29 -RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion -PLIST_SUB+= SVN="" -.else -CONFIGURE_ARGS+=--disable-plugin-subversion -PLIST_SUB+= SVN="@comment " -.endif - -.if defined(WITH_DEVHELP) -LIB_DEPENDS+= devhelp-2.1:${PORTSDIR}/devel/devhelp -PLIST_SUB+= DEVHELP="" -.else -CONFIGURE_ARGS+=--disable-plugin-devhelp -# XXX Even if we disable the devhelp plugin it gets build and installed. -# See if versions beyond 2.26.1.0 still do this. -#PLIST_SUB+= DEVHELP="@comment " -PLIST_SUB+= DEVHELP="" -.endif - -.if defined(WITH_GRAPHVIZ) -CONFIGURE_ARGS+=--enable-graphviz -BUILD_DEPENDS+= neato:${PORTSDIR}/graphics/graphviz -RUN_DEPENDS+= neato:${PORTSDIR}/graphics/graphviz -PLIST_SUB+= GRAPHVIZ="" -.else -CONFIGURE_ARGS+=--disable-graphviz -PLIST_SUB+= GRAPHVIZ="@comment " -.endif - -post-patch: - @${RM} ${WRKSRC}/plugins/debug-manager/anjuta-debug-manager.schemas - -post-configure: - @${REINPLACE_CMD} -e 's|"make|"gmake|g' \ - ${WRKSRC}/plugins/build-basic-autotools/plugin.c - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/plugins/symbol-db/plugin.h \ - ${WRKSRC}/plugins/symbol-db/symbol-db-prefs.h - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in AUTHORS COPYING ChangeLog FUTURE INSTALL NEWS README \ - doc/ScintillaDoc.html TODO - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - @-update-mime-database ${PREFIX}/share/mime - -.include <bsd.port.post.mk> diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo deleted file mode 100644 index 0f448eb05..000000000 --- a/devel/anjuta/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/anjuta-2.32.1.0.tar.bz2) = e69c22e38623ff2a828c4214f6486169d1a42e5b4b221f26c581094bc059d638 -SIZE (gnome2/anjuta-2.32.1.0.tar.bz2) = 10197971 diff --git a/devel/anjuta/files/patch-Makefile.in b/devel/anjuta/files/patch-Makefile.in deleted file mode 100644 index b0d1cdbdc..000000000 --- a/devel/anjuta/files/patch-Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.in.orig 2009-12-23 12:28:03.000000000 +0100 -+++ Makefile.in 2009-12-23 12:31:34.000000000 +0100 -@@ -490,17 +490,17 @@ uninstall-anjuta_dataDATA: - echo " ( cd '$(DESTDIR)$(anjuta_datadir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(anjuta_datadir)" && rm -f $$files - install-anjutadocDATA: $(anjutadoc_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)" -- @list='$(anjutadoc_DATA)'; test -n "$(anjutadocdir)" || list=; \ -- for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- echo "$$d$$p"; \ -- done | $(am__base_list) | \ -- while read files; do \ -- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(anjutadocdir)'"; \ -- $(INSTALL_DATA) $$files "$(DESTDIR)$(anjutadocdir)" || exit $$?; \ -- done -+# @$(NORMAL_INSTALL) -+# test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)" -+# @list='$(anjutadoc_DATA)'; test -n "$(anjutadocdir)" || list=; \ -+# for p in $$list; do \ -+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+# echo "$$d$$p"; \ -+# done | $(am__base_list) | \ -+# while read files; do \ -+# echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(anjutadocdir)'"; \ -+# $(INSTALL_DATA) $$files "$(DESTDIR)$(anjutadocdir)" || exit $$?; \ -+# done - - uninstall-anjutadocDATA: - @$(NORMAL_UNINSTALL) diff --git a/devel/anjuta/files/patch-doc::Makefile.in b/devel/anjuta/files/patch-doc::Makefile.in deleted file mode 100644 index a567fda33..000000000 --- a/devel/anjuta/files/patch-doc::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig 2008-08-06 17:40:26.000000000 +0200 -+++ doc/Makefile.in 2008-08-06 17:41:04.000000000 +0200 -@@ -540,7 +540,7 @@ - - info-am: - --install-data-am: install-anjuta_docDATA install-man -+install-data-am: install-man - - install-dvi: install-dvi-am - diff --git a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c b/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c deleted file mode 100644 index 126c7d9e3..000000000 --- a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c +++ /dev/null @@ -1,76 +0,0 @@ ---- libanjuta/anjuta-launcher.c.orig 2009-03-18 04:24:10.000000000 -0400 -+++ libanjuta/anjuta-launcher.c 2009-04-16 19:49:25.000000000 -0400 -@@ -761,7 +761,8 @@ anjuta_launcher_scan_output (GIOChannel - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0) /* There is output */ - { - gchar *utf8_chars = NULL; -@@ -789,6 +790,15 @@ anjuta_launcher_scan_output (GIOChannel - anjuta_launcher_synchronize (launcher); - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ launcher->priv->stdout_is_done = TRUE; -+ anjuta_launcher_synchronize (launcher); -+ if (err) -+ g_error_free (err); -+ return FALSE; -+ } -+ - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); -@@ -818,7 +828,8 @@ anjuta_launcher_scan_error (GIOChannel * - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0) /* There is stderr output */ - { - gchar *utf8_chars; -@@ -844,6 +855,15 @@ anjuta_launcher_scan_error (GIOChannel * - anjuta_launcher_synchronize (launcher); - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ launcher->priv->stderr_is_done = TRUE; -+ anjuta_launcher_synchronize (launcher); -+ if (err) -+ g_error_free (err); -+ return FALSE; -+ } -+ - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); -@@ -873,7 +893,8 @@ anjuta_launcher_scan_pty (GIOChannel *ch - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0) /* There is stderr output */ - { - gchar *utf8_chars; -@@ -902,6 +923,11 @@ anjuta_launcher_scan_pty (GIOChannel *ch - { - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ ret = FALSE; -+ break; -+ } - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); diff --git a/devel/anjuta/files/patch-plugins_gdb_debugger.c b/devel/anjuta/files/patch-plugins_gdb_debugger.c deleted file mode 100644 index b8895a4a1..000000000 --- a/devel/anjuta/files/patch-plugins_gdb_debugger.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/gdb/debugger.c.orig 2010-07-25 22:27:28.000000000 +0200 -+++ plugins/gdb/debugger.c 2010-09-01 12:00:35.000000000 +0200 -@@ -56,7 +56,7 @@ - - #define GDB_PROMPT "(gdb)" - #define FILE_BUFFER_SIZE 1024 --#define GDB_PATH "gdb" -+#define GDB_PATH "gdb66" - #define MAX_CHILDREN 25 /* Limit the number of variable children - * returned by debugger */ - #define SUMMARY_MAX_LENGTH 90 /* Should be smaller than 4K to be displayed diff --git a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c deleted file mode 100644 index b50d375a1..000000000 --- a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c +++ /dev/null @@ -1,71 +0,0 @@ ---- plugins/symbol-db/symbol-db-engine-core.c.orig 2009-08-27 09:17:03.000000000 +0200 -+++ plugins/symbol-db/symbol-db-engine-core.c 2009-08-27 17:32:35.000000000 +0200 -@@ -1504,7 +1504,7 @@ sdb_engine_ctags_output_thread (gpointer - - /* found out a new marker */ - marker_ptr = strstr (marker_ptr + len_marker, CTAGS_MARKER); -- } while (remaining_chars + len_marker < len_chars || marker_ptr != NULL); -+ } while (remaining_chars > 0 || marker_ptr != NULL); - } - else - { -@@ -1831,8 +1831,8 @@ sdb_engine_scan_files_1 (SymbolDBEngine - gint i = 0; - while (TRUE) - { -- temp_file = g_strdup_printf ("/anjuta-%d_%ld%d.tags", getpid (), -- time (NULL), i++); -+ temp_file = g_strdup_printf ("%s/anjuta-%d_%ld%d.tags", SHARED_MEMORY_PREFIX, getpid (), -+ (long) time (NULL), i++); - gchar *test; - test = g_strconcat (SHARED_MEMORY_PREFIX, temp_file, NULL); - if (g_file_test (test, G_FILE_TEST_EXISTS) == TRUE) -@@ -1852,12 +1852,12 @@ sdb_engine_scan_files_1 (SymbolDBEngine - priv->shared_mem_str = temp_file; - - if ((priv->shared_mem_fd = -- shm_open (temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0) -+ open (temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0) - { - g_warning ("Error while trying to open a shared memory file. Be" - "sure to have "SHARED_MEMORY_PREFIX" mounted with tmpfs"); - } -- -+ - priv->shared_mem_file = fdopen (priv->shared_mem_fd, "a+b"); - /*DEBUG_PRINT ("temp_file %s", temp_file);*/ - -@@ -2446,7 +2446,7 @@ sdb_engine_init (SymbolDBEngine * object - static void - sdb_engine_unlink_shared_files (gpointer key, gpointer value, gpointer user_data) - { -- shm_unlink (key); -+ unlink (key); - } - - static void -@@ -2535,7 +2535,7 @@ sdb_engine_finalize (GObject * object) - - if (priv->shared_mem_str) - { -- shm_unlink (priv->shared_mem_str); -+ unlink (priv->shared_mem_str); - g_free (priv->shared_mem_str); - priv->shared_mem_str = NULL; - } -@@ -6059,12 +6059,12 @@ symbol_db_engine_update_buffer_symbols ( - * target buffer one */ - base_filename = g_filename_display_basename (relative_path); - -- shared_temp_file = g_strdup_printf ("/anjuta-%d-%ld-%s", getpid (), -- time (NULL), base_filename); -+ shared_temp_file = g_strdup_printf ("%s/anjuta-%d-%ld-%s", SHARED_MEMORY_PREFIX, getpid (), -+ (long) time (NULL), base_filename); - g_free (base_filename); - - if ((buffer_mem_fd = -- shm_open (shared_temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0) -+ open (shared_temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0) - { - g_warning ("Error while trying to open a shared memory file. Be" - "sure to have "SHARED_MEMORY_PREFIX" mounted with tmpfs"); diff --git a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h deleted file mode 100644 index fe850697c..000000000 --- a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/symbol-db/symbol-db-prefs.h.orig 2009-07-27 16:14:31.000000000 +0200 -+++ plugins/symbol-db/symbol-db-prefs.h 2009-07-28 00:10:49.000000000 +0200 -@@ -41,7 +41,7 @@ typedef struct _SymbolDBPrefsPriv Symbol - - - /* --#define CTAGS_PREFS "preferences_entry:text:/usr/bin/ctags:0:symboldb.ctags" -+#define CTAGS_PREFS "preferences_entry:text:%%LOCALBASE%%/bin/ctags:0:symboldb.ctags" - #define CTAGS_PREFS_KEY "symboldb.ctags" - */ - #define PROJECT_AUTOSCAN "symboldb.scan_prj_pkgs" diff --git a/devel/anjuta/pkg-descr b/devel/anjuta/pkg-descr deleted file mode 100644 index eff552164..000000000 --- a/devel/anjuta/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Anjuta is a very versatile Integrated development environment for -C and C++. Written in GTK/GNOME and written for GTK+/GNOME, -it features many advanced programming tools and utilities. It is -basically a GUI interface for the bunch of command line programming -utilities and tools available for FreeBSD, which are usually run in console -and are very user unfriendly. - -WWW: http://anjuta.org/ diff --git a/devel/anjuta/pkg-plist b/devel/anjuta/pkg-plist deleted file mode 100644 index 534e4ca10..000000000 --- a/devel/anjuta/pkg-plist +++ /dev/null @@ -1,1518 +0,0 @@ -bin/anjuta -bin/anjuta-launcher -bin/anjuta-tags -bin/gbf-am-parse -bin/gbf-mkfile-parse -include/libanjuta-1.0/libanjuta/anjuta-async-command.h -include/libanjuta-1.0/libanjuta/anjuta-async-notify.h -include/libanjuta-1.0/libanjuta/anjuta-command.h -include/libanjuta-1.0/libanjuta/anjuta-command-queue.h -include/libanjuta-1.0/libanjuta/anjuta-convert.h -include/libanjuta-1.0/libanjuta/anjuta-debug.h -include/libanjuta-1.0/libanjuta/anjuta-encodings.h -include/libanjuta-1.0/libanjuta/anjuta-enum-types.h -include/libanjuta-1.0/libanjuta/anjuta-launcher.h -include/libanjuta-1.0/libanjuta/anjuta-marshal.h -include/libanjuta-1.0/libanjuta/anjuta-pkg-config-chooser.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-description.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-handle.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-manager.h -include/libanjuta-1.0/libanjuta/anjuta-plugin.h -include/libanjuta-1.0/libanjuta/anjuta-preferences-dialog.h -include/libanjuta-1.0/libanjuta/anjuta-preferences.h -include/libanjuta-1.0/libanjuta/anjuta-profile-manager.h -include/libanjuta-1.0/libanjuta/anjuta-profile.h -include/libanjuta-1.0/libanjuta/anjuta-project.h -include/libanjuta-1.0/libanjuta/anjuta-save-prompt.h -include/libanjuta-1.0/libanjuta/anjuta-serializer.h -include/libanjuta-1.0/libanjuta/anjuta-session.h -include/libanjuta-1.0/libanjuta/anjuta-shell.h -include/libanjuta-1.0/libanjuta/anjuta-status.h -include/libanjuta-1.0/libanjuta/anjuta-sync-command.h -include/libanjuta-1.0/libanjuta/anjuta-tabber.h -include/libanjuta-1.0/libanjuta/anjuta-ui.h -include/libanjuta-1.0/libanjuta/anjuta-utils.h -include/libanjuta-1.0/libanjuta/anjuta-vcs-status.h -include/libanjuta-1.0/libanjuta/anjuta-vcs-status-tree-view.h -include/libanjuta-1.0/libanjuta/anjuta-version.h -include/libanjuta-1.0/libanjuta/gbf-project.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-builder.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debug-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-breakpoint.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-instruction.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-memory.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-register.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-variable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-assist.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell-style.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-comment.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-convert.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-factory.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-folds.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-goto.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-hover.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-language.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-line-mode.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-search.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-selection.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-tip.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-view.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-zoom.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-environment.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-savable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-help.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-indicable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable-tree.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-language.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-markable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-view.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-plugin-factory.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-preferences.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-print.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-backend.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-provider.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-snippets-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-savable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol-query.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-terminal.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-todo.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-vcs.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-wizard.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta-iface-marshallers.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta-interfaces.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta.idl -include/libanjuta-1.0/libanjuta/libanjuta.h -include/libanjuta-1.0/libanjuta/resources.h -lib/anjuta/anjuta-build-basic-autotools.plugin -lib/anjuta/anjuta-class-gen.plugin -%%GRAPHVIZ%%lib/anjuta/anjuta-class-inheritance.plugin -lib/anjuta/anjuta-cvs.plugin -lib/anjuta/anjuta-debug-manager.plugin -%%DEVHELP%%lib/anjuta/anjuta-devhelp.plugin -lib/anjuta/dir-project.plugin -lib/anjuta/anjuta-document-manager.plugin -lib/anjuta/anjuta-file-wizard.plugin -lib/anjuta/anjuta-gdb.plugin -lib/anjuta/anjuta-glade.plugin -lib/anjuta/anjuta-gtodo.plugin -lib/anjuta/anjuta-language-cpp-java.plugin -lib/anjuta/anjuta-loader.plugin -lib/anjuta/anjuta-message-manager.plugin -lib/anjuta/anjuta-patch.plugin -lib/anjuta/anjuta-project-import.plugin -lib/anjuta/anjuta-project-manager.plugin -lib/anjuta/anjuta-project-wizard.plugin -lib/anjuta/anjuta-python-autocomplete.py -lib/anjuta/anjuta-python-loader.plugin -lib/anjuta/anjuta-run-program.plugin -lib/anjuta/anjuta-search.plugin -lib/anjuta/anjuta-snippets-manager.plugin -lib/anjuta/anjuta-starter.plugin -%%SVN%%lib/anjuta/anjuta-subversion.plugin -lib/anjuta/anjuta-terminal.plugin -lib/anjuta/anjuta-tools.plugin -lib/anjuta/anjuta-vala.plugin -lib/anjuta/file-manager.plugin -lib/anjuta/gbf-am.plugin -lib/anjuta/gbf-mkfile.plugin -lib/anjuta/git.plugin -lib/anjuta/js_debugger.plugin -lib/anjuta/js-support-plugin.plugin -lib/anjuta/language-manager.plugin -lib/anjuta/libanjuta-build-basic-autotools.la -lib/anjuta/libanjuta-build-basic-autotools.so -lib/anjuta/libanjuta-class-gen.la -lib/anjuta/libanjuta-class-gen.so -%%GRAPHVIZ%%lib/anjuta/libanjuta-class-inheritance.la -%%GRAPHVIZ%%lib/anjuta/libanjuta-class-inheritance.so -lib/anjuta/libanjuta-cvs-plugin.la -lib/anjuta/libanjuta-cvs-plugin.so -lib/anjuta/libanjuta-debug-manager.la -lib/anjuta/libanjuta-debug-manager.so -%%DEVHELP%%lib/anjuta/libanjuta-devhelp.la -%%DEVHELP%%lib/anjuta/libanjuta-devhelp.so -lib/anjuta/libanjuta-document-manager.la -lib/anjuta/libanjuta-document-manager.so -lib/anjuta/libanjuta-file-wizard.la -lib/anjuta/libanjuta-file-wizard.so -lib/anjuta/libanjuta-gdb.la -lib/anjuta/libanjuta-gdb.so -lib/anjuta/libanjuta-git.la -lib/anjuta/libanjuta-git.so -lib/anjuta/libanjuta-glade.la -lib/anjuta/libanjuta-glade.so -lib/anjuta/libanjuta-gtodo.la -lib/anjuta/libanjuta-gtodo.so -lib/anjuta/libanjuta-language-cpp-java.la -lib/anjuta/libanjuta-language-cpp-java.so -lib/anjuta/libanjuta-language-vala.la -lib/anjuta/libanjuta-language-vala.so -lib/anjuta/libanjuta-loader.la -lib/anjuta/libanjuta-loader.so -lib/anjuta/libanjuta-message-view.la -lib/anjuta/libanjuta-message-view.so -lib/anjuta/libanjuta-patch.la -lib/anjuta/libanjuta-patch.so -lib/anjuta/libanjuta-project-import.la -lib/anjuta/libanjuta-project-import.so -lib/anjuta/libanjuta-project-manager.la -lib/anjuta/libanjuta-project-manager.so -lib/anjuta/libanjuta-project-wizard.la -lib/anjuta/libanjuta-project-wizard.so -lib/anjuta/libanjuta-python-loader.la -lib/anjuta/libanjuta-python-loader.so -lib/anjuta/libanjuta-run-program.la -lib/anjuta/libanjuta-run-program.so -lib/anjuta/libanjuta-search.la -lib/anjuta/libanjuta-search.so -lib/anjuta/libanjuta-snippets-manager.la -lib/anjuta/libanjuta-snippets-manager.so -lib/anjuta/libanjuta-sourceview.la -lib/anjuta/libanjuta-sourceview.so -lib/anjuta/libanjuta-starter.la -lib/anjuta/libanjuta-starter.so -%%SVN%%lib/anjuta/libanjuta-subversion.la -%%SVN%%lib/anjuta/libanjuta-subversion.so -lib/anjuta/libanjuta-symbol-db.la -lib/anjuta/libanjuta-symbol-db.so -lib/anjuta/libanjuta-terminal.la -lib/anjuta/libanjuta-terminal.so -lib/anjuta/libanjuta-tools.la -lib/anjuta/libanjuta-tools.so -lib/anjuta/libdir-project.la -lib/anjuta/libdir-project.so -lib/anjuta/libfile-manager.la -lib/anjuta/libfile-manager.so -lib/anjuta/libgbf-am.la -lib/anjuta/libgbf-am.so -lib/anjuta/libgbf-mkfile.la -lib/anjuta/libgbf-mkfile.so -lib/anjuta/libjs_debugger.la -lib/anjuta/libjs_debugger.so -lib/anjuta/libjs-support-plugin.la -lib/anjuta/libjs-support-plugin.so -lib/anjuta/liblanguage-manager.la -lib/anjuta/liblanguage-manager.so -lib/anjuta/libpython_plugin.la -lib/anjuta/libpython_plugin.so -lib/anjuta/libpython_plugin.so.0 -lib/anjuta/python-plugin.plugin -lib/anjuta/sourceview.plugin -lib/anjuta/symbol-db.plugin -lib/glade3/modules/libgladeanjuta.la -lib/glade3/modules/libgladeanjuta.so -lib/libanjuta.la -lib/libanjuta.so -lib/libanjuta.so.0 -lib/libanjuta-foocanvas.la -lib/libanjuta-foocanvas.so -lib/libanjuta-foocanvas.so.0 -libdata/pkgconfig/libanjuta-1.0.pc -share/anjuta/AUTHORS -share/anjuta/GBF/AmFiles.pm -share/anjuta/GBF/General.pm -share/anjuta/GBF/Make.pm -share/anjuta/anjuta_project.template -share/anjuta/build/automake-c.filters -share/anjuta/class-templates/cc-header.tpl -share/anjuta/class-templates/cc-source.tpl -share/anjuta/class-templates/go-header.tpl -share/anjuta/class-templates/go-source.tpl -share/anjuta/gdb.init -share/anjuta/glade/anjuta-build-basic-autotools-plugin.ui -share/anjuta/glade/anjuta-class-gen-plugin.ui -share/anjuta/glade/anjuta-cvs-plugin.ui -share/anjuta/glade/anjuta-debug-manager.ui -share/anjuta/glade/anjuta-document-manager.ui -share/anjuta/glade/anjuta-editor-sourceview.ui -share/anjuta/glade/anjuta-file-wizard.ui -share/anjuta/glade/anjuta-gdb.ui -share/anjuta/glade/anjuta-git.ui -share/anjuta/glade/anjuta-language-cpp-java.ui -share/anjuta/glade/anjuta-language-javascript.ui -share/anjuta/glade/anjuta-message-manager-plugin.ui -share/anjuta/glade/anjuta-project-wizard.ui -share/anjuta/glade/anjuta-run-program.ui -share/anjuta/glade/anjuta-search.ui -%%SVN%%share/anjuta/glade/anjuta-subversion.ui -share/anjuta/glade/anjuta-symbol-db.ui -share/anjuta/glade/anjuta-terminal-plugin.ui -share/anjuta/glade/anjuta-tools.ui -share/anjuta/glade/applogo.png -share/anjuta/glade/appwizard.png -share/anjuta/glade/create_dialogs.ui -share/anjuta/glade/file-manager.ui -share/anjuta/glade/gbf-am-dialogs.ui -share/anjuta/glade/patch-plugin.ui -share/anjuta/glade/preferences.ui -share/anjuta/glade/project-import.ui -share/anjuta/glade/python-plugin-properties.ui -share/anjuta/glade/snippets-browser.ui -share/anjuta/glade/snippets-editor.ui -share/anjuta/glade/snippets-manager-preferences.ui -share/anjuta/glade/start-with-import.png -share/anjuta/glade/start-with-open.png -share/anjuta/glade/start-with-wizard.png -share/anjuta/gtodo/gtodo.css -share/anjuta/gtodo/gtodo.xsl -share/anjuta/gtodo/gtodo-plain.xsl -share/anjuta/languages.xml -share/anjuta/layout.xml -share/anjuta/profiles/default.profile -share/anjuta/project/anjuta-plugin-logo.png -share/anjuta/project/anjuta-plugin.wiz -share/anjuta/project/anjuta-plugin/configure.ac.tpl -share/anjuta/project/anjuta-plugin/po/POTFILES.in -share/anjuta/project/anjuta-plugin/src/Makefile.am.tpl -share/anjuta/project/anjuta-plugin/src/plugin.c -share/anjuta/project/anjuta-plugin/src/plugin.h -share/anjuta/project/anjuta-plugin/src/plugin.plugin.in -share/anjuta/project/anjuta-plugin/src/plugin.ui -share/anjuta/project/anjuta-plugin/src/plugin.xml -share/anjuta/project/appwiz_sdl.png -share/anjuta/project/cpp-logo.png -share/anjuta/project/cpp.wiz -share/anjuta/project/cpp/configure.ac.tpl -share/anjuta/project/cpp/po/POTFILES.in -share/anjuta/project/cpp/src/Makefile.am.tpl -share/anjuta/project/cpp/src/main.cc -share/anjuta/project/directory/project.anjuta -share/anjuta/project/django-logo.png -share/anjuta/project/django.wiz -share/anjuta/project/gcj-logo.png -share/anjuta/project/gcj.wiz -share/anjuta/project/gcj/configure.ac.tpl -share/anjuta/project/gcj/src/Makefile.am.tpl -share/anjuta/project/gnome-logo.png -share/anjuta/project/gtk-logo.png -share/anjuta/project/gtk.wiz -share/anjuta/project/gtk/po/POTFILES.in -share/anjuta/project/gtk/src/Makefile.am.tpl -share/anjuta/project/gtk/src/callbacks.c -share/anjuta/project/gtk/src/callbacks.h -share/anjuta/project/gtk/src/main.c -share/anjuta/project/gtk/src/project.ui -share/anjuta/project/gtkmm-logo.png -share/anjuta/project/gtkmm.wiz -share/anjuta/project/gtkmm/po/POTFILES.in -share/anjuta/project/gtkmm/src/Makefile.am.tpl -share/anjuta/project/gtkmm/src/main.cc -share/anjuta/project/gtkmm/src/project.ui -share/anjuta/project/java-logo.png -share/anjuta/project/java.wiz -share/anjuta/project/java/configure.ac.tpl -share/anjuta/project/java/po/POTFILES.in -share/anjuta/project/java/project.anjuta -share/anjuta/project/java/src/Makefile.am.tpl -share/anjuta/project/java/src/main.java -share/anjuta/project/js.wiz -share/anjuta/project/js_minimal/Makefile.am.tpl -share/anjuta/project/js_minimal/autogen.sh -share/anjuta/project/js_minimal/configure.ac.tpl -share/anjuta/project/js_minimal/project.anjuta -share/anjuta/project/js_minimal/src/Makefile.am.tpl -share/anjuta/project/js_minimal/src/debug.c -share/anjuta/project/js_minimal/src/debug.h -share/anjuta/project/js_minimal/src/main.c -share/anjuta/project/js_minimal/src/main.js -share/anjuta/project/library.wiz -share/anjuta/project/library/configure.ac.tpl -share/anjuta/project/library/po/POTFILES.in -share/anjuta/project/library/src/Makefile.am.tpl -share/anjuta/project/library/src/lib.c -share/anjuta/project/library/src/lib.h -share/anjuta/project/library/src/library.pc.in -share/anjuta/project/licenses/BSD -share/anjuta/project/licenses/GPL -share/anjuta/project/licenses/LGPL -share/anjuta/project/licenses/None -share/anjuta/project/m4/as-ac-expand.m4 -share/anjuta/project/m4/ac-define-dir.m4 -share/anjuta/project/minimal.wiz -share/anjuta/project/minimal/Makefile.am.tpl -share/anjuta/project/minimal/anjuta.session -share/anjuta/project/minimal/autogen.sh -share/anjuta/project/minimal/configure.ac.tpl -share/anjuta/project/minimal/project.anjuta -share/anjuta/project/mkfile-logo.png -share/anjuta/project/mkfile.wiz -share/anjuta/project/mkfile/po/ChangeLog -share/anjuta/project/mkfile/po/POTFILES.in -share/anjuta/project/mkfile/project.anjuta -share/anjuta/project/mkfile/src/Makefile.tpl -share/anjuta/project/mkfile/src/main.c -share/anjuta/project/pygtk-logo.png -share/anjuta/project/pygtk.wiz -share/anjuta/project/pygtk/configure.ac.tpl -share/anjuta/project/pygtk/data/project.ui -share/anjuta/project/pygtk/project.anjuta -share/anjuta/project/pygtk/src/Makefile.am.tpl -share/anjuta/project/pygtk/src/main.py -share/anjuta/project/python-logo.png -share/anjuta/project/python.wiz -share/anjuta/project/python/configure.ac.tpl -share/anjuta/project/python/po/POTFILES.in -share/anjuta/project/python/project.anjuta -share/anjuta/project/python/src/Makefile.am.tpl -share/anjuta/project/python/src/main.py -share/anjuta/project/sdl.wiz -share/anjuta/project/sdl/acinclude.m4.tpl -share/anjuta/project/sdl/configure.ac.tpl -share/anjuta/project/sdl/po/POTFILES.in -share/anjuta/project/sdl/src/Makefile.am.tpl -share/anjuta/project/sdl/src/main.c -share/anjuta/project/terminal-logo.png -share/anjuta/project/terminal.wiz -share/anjuta/project/terminal/AUTHORS -share/anjuta/project/terminal/ChangeLog -share/anjuta/project/terminal/Makefile.am.tpl -share/anjuta/project/terminal/NEWS -share/anjuta/project/terminal/README -share/anjuta/project/terminal/autogen.sh -share/anjuta/project/terminal/configure.ac.tpl -share/anjuta/project/terminal/po/ChangeLog -share/anjuta/project/terminal/po/LINGUAS -share/anjuta/project/terminal/po/POTFILES.in -share/anjuta/project/terminal/project.anjuta -share/anjuta/project/terminal/src/Makefile.am.tpl -share/anjuta/project/terminal/src/main.c -share/anjuta/project/wxwin-logo.png -share/anjuta/project/wxwin.wiz -share/anjuta/project/wxwin/configure.ac.tpl -share/anjuta/project/wxwin/po/POTFILES.in -share/anjuta/project/wxwin/src/Makefile.am.tpl -share/anjuta/project/wxwin/src/main.cc -share/anjuta/project/xlib-dock.wiz -share/anjuta/project/xlib-dock/po/POTFILES.in -share/anjuta/project/xlib-dock/src/Makefile.am.tpl -share/anjuta/project/xlib-dock/src/main.c -share/anjuta/project/xlib-dock/src/pixmaps.h -share/anjuta/project/xlib-dock/src/wmgeneral.c -share/anjuta/project/xlib-dock/src/wmgeneral.h -share/anjuta/project/xlib-logo.png -share/anjuta/project/xlib.wiz -share/anjuta/project/xlib/configure.ac.tpl -share/anjuta/project/xlib/po/POTFILES.in -share/anjuta/project/xlib/src/Makefile.am.tpl -share/anjuta/project/xlib/src/main.c -share/anjuta/sources.list -share/anjuta/snippets-global-variables.xml -share/anjuta/snippets.anjuta-snippets -share/anjuta/tables.sql -share/anjuta/tools/find-fixmes.pl -share/anjuta/tools/prepare-changelog.pl -share/anjuta/tools/tools-2.xml -share/anjuta/tools/translation-status.pl -share/anjuta/ui/anjuta-build-basic-autotools-plugin.xml -share/anjuta/ui/anjuta-cvs.ui -share/anjuta/ui/anjuta-debug-manager.xml -share/anjuta/ui/anjuta-devhelp-simple.ui -share/anjuta/ui/anjuta-devhelp.ui -share/anjuta/ui/anjuta-document-manager.xml -share/anjuta/ui/anjuta-git.xml -share/anjuta/ui/anjuta-glade.xml -share/anjuta/ui/anjuta-gtodo.ui -share/anjuta/ui/anjuta-language-support-cpp-java.xml -share/anjuta/ui/anjuta-language-javascript.xml -share/anjuta/ui/anjuta-loader-plugin.ui -share/anjuta/ui/anjuta-message-manager.xml -share/anjuta/ui/anjuta-patch.xml -share/anjuta/ui/anjuta-project-manager.xml -share/anjuta/ui/anjuta-run-program.xml -share/anjuta/ui/anjuta-search.xml -%%SVN%%share/anjuta/ui/anjuta-subversion.xml -share/anjuta/ui/anjuta-symbol-db-plugin.xml -share/anjuta/ui/anjuta-terminal-plugin.xml -share/anjuta/ui/anjuta-tools.xml -share/anjuta/ui/anjuta.xml -share/anjuta/ui/file-manager.xml -share/anjuta/ui/python-plugin.xml -share/anjuta/ui/snippets-manager-ui.xml -share/anjuta/welcome.txt -share/applications/anjuta.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/FUTURE -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/ScintillaDoc.html -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/doc/libanjuta/AnjutaAsyncCommand.html -share/doc/libanjuta/AnjutaCModule.html -share/doc/libanjuta/AnjutaCPluginFactory.html -share/doc/libanjuta/AnjutaCellRendererCaptionedImage.html -share/doc/libanjuta/AnjutaCommand.html -share/doc/libanjuta/AnjutaLauncher.html -share/doc/libanjuta/AnjutaPlugin.html -share/doc/libanjuta/AnjutaPluginHandle.html -share/doc/libanjuta/AnjutaPluginManager.html -share/doc/libanjuta/AnjutaPreferences.html -share/doc/libanjuta/AnjutaPreferencesDialog.html -share/doc/libanjuta/AnjutaProfile.html -share/doc/libanjuta/AnjutaProfileManager.html -share/doc/libanjuta/AnjutaSavePrompt.html -share/doc/libanjuta/AnjutaSerializer.html -share/doc/libanjuta/AnjutaSession.html -share/doc/libanjuta/AnjutaShell.html -share/doc/libanjuta/AnjutaStatus.html -share/doc/libanjuta/AnjutaSyncCommand.html -share/doc/libanjuta/AnjutaUI.html -share/doc/libanjuta/AnjutaVcsStatusTreeView.html -share/doc/libanjuta/ESplash.html -share/doc/libanjuta/IAnjutaBuildable.html -share/doc/libanjuta/IAnjutaBuilder.html -share/doc/libanjuta/IAnjutaDebugManager.html -share/doc/libanjuta/IAnjutaDebugger.html -share/doc/libanjuta/IAnjutaDebuggerBreakpoint.html -share/doc/libanjuta/IAnjutaDebuggerInstruction.html -share/doc/libanjuta/IAnjutaDebuggerMemory.html -share/doc/libanjuta/IAnjutaDebuggerRegister.html -share/doc/libanjuta/IAnjutaDebuggerVariable.html -share/doc/libanjuta/IAnjutaDocument.html -share/doc/libanjuta/IAnjutaDocumentManager.html -share/doc/libanjuta/IAnjutaEditor.html -share/doc/libanjuta/IAnjutaEditorAssist.html -share/doc/libanjuta/IAnjutaEditorCell.html -share/doc/libanjuta/IAnjutaEditorCellStyle.html -share/doc/libanjuta/IAnjutaEditorComment.html -share/doc/libanjuta/IAnjutaEditorConvert.html -share/doc/libanjuta/IAnjutaEditorFactory.html -share/doc/libanjuta/IAnjutaEditorFolds.html -share/doc/libanjuta/IAnjutaEditorGoto.html -share/doc/libanjuta/IAnjutaEditorHover.html -share/doc/libanjuta/IAnjutaEditorLanguage.html -share/doc/libanjuta/IAnjutaEditorLineMode.html -share/doc/libanjuta/IAnjutaEditorSearch.html -share/doc/libanjuta/IAnjutaEditorSelection.html -share/doc/libanjuta/IAnjutaEditorView.html -share/doc/libanjuta/IAnjutaEditorZoom.html -share/doc/libanjuta/IAnjutaEnvironment.html -share/doc/libanjuta/IAnjutaFile.html -share/doc/libanjuta/IAnjutaFileLoader.html -share/doc/libanjuta/IAnjutaFileManager.html -share/doc/libanjuta/IAnjutaFileSavable.html -share/doc/libanjuta/IAnjutaHelp.html -share/doc/libanjuta/IAnjutaIndicable.html -share/doc/libanjuta/IAnjutaIterable.html -share/doc/libanjuta/IAnjutaIterableTree.html -share/doc/libanjuta/IAnjutaLanguage.html -share/doc/libanjuta/IAnjutaLoader.html -share/doc/libanjuta/IAnjutaMarkable.html -share/doc/libanjuta/IAnjutaMessageManager.html -share/doc/libanjuta/IAnjutaMessageView.html -share/doc/libanjuta/IAnjutaPluginFactory.html -share/doc/libanjuta/IAnjutaPreferences.html -share/doc/libanjuta/IAnjutaPrint.html -share/doc/libanjuta/IAnjutaProjectManager.html -share/doc/libanjuta/IAnjutaStream.html -share/doc/libanjuta/IAnjutaStreamLoader.html -share/doc/libanjuta/IAnjutaStreamSavable.html -share/doc/libanjuta/IAnjutaSymbol.html -share/doc/libanjuta/IAnjutaSymbolManager.html -share/doc/libanjuta/IAnjutaSymbolQuery.html -share/doc/libanjuta/IAnjutaTerminal.html -share/doc/libanjuta/IAnjutaTodo.html -share/doc/libanjuta/IAnjutaVcs.html -share/doc/libanjuta/IAnjutaWizard.html -share/doc/libanjuta/action-block.html -share/doc/libanjuta/anjuta-architecture.html -share/doc/libanjuta/anjuta-architecture.png -share/doc/libanjuta/content-block.html -share/doc/libanjuta/debugger-states.png -share/doc/libanjuta/distribution.html -share/doc/libanjuta/header-block.html -share/doc/libanjuta/home.png -share/doc/libanjuta/index.html -share/doc/libanjuta/index.sgml -share/doc/libanjuta/internationalization.html -share/doc/libanjuta/left.png -share/doc/libanjuta/libanjuta-AnjutaPluginDescription.html -share/doc/libanjuta/libanjuta-Debugging.html -share/doc/libanjuta/libanjuta-Program-resources.html -share/doc/libanjuta/libanjuta-Utilities.html -share/doc/libanjuta/libanjuta-anjuta-convert.html -share/doc/libanjuta/libanjuta-anjuta-encodings.html -share/doc/libanjuta/libanjuta-anjuta-utils-priv.html -share/doc/libanjuta/libanjuta-anjuta-version.html -share/doc/libanjuta/libanjuta-api.html -share/doc/libanjuta/libanjuta-internal-api.html -share/doc/libanjuta/libanjuta-libanjuta-iface-marshallers.html -share/doc/libanjuta/libanjuta.devhelp -share/doc/libanjuta/libanjuta.devhelp2 -share/doc/libanjuta/object-hierarchy.html -share/doc/libanjuta/page-block.html -share/doc/libanjuta/plugin-description-file.html -share/doc/libanjuta/plugin-interfaces.html -share/doc/libanjuta/project-wizard-format.html -share/doc/libanjuta/right.png -share/doc/libanjuta/style.css -share/doc/libanjuta/up.png -share/doc/libanjuta/writing-plugins-build-setup.html -share/doc/libanjuta/writing-plugins-simple.html -share/doc/libanjuta/writing-plugins-sources.html -share/doc/libanjuta/writing-plugins.html -share/glade3/catalogs/anjuta-glade.xml -share/gnome/help/anjuta-build-tutorial/C/anjuta-build-tutorial.xml -share/gnome/help/anjuta-build-tutorial/C/figures/autotools-process.png -share/gnome/help/anjuta-build-tutorial/C/figures/build_preferences.png -share/gnome/help/anjuta-build-tutorial/C/figures/compilation-stages.png -share/gnome/help/anjuta-build-tutorial/C/figures/configure-dialog.png -share/gnome/help/anjuta-build-tutorial/C/figures/configure-process.png -share/gnome/help/anjuta-build-tutorial/C/figures/library-add-pkgconfig.png -share/gnome/help/anjuta-build-tutorial/C/figures/library-add-properties.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-basic.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-message.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-options.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-select.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-summary.png -share/gnome/help/anjuta-faqs/C/anjuta-faqs.xml -share/gnome/help/anjuta-faqs/C/legal.xml -share/gnome/help/anjuta-manual/C/anjuta-manual.xml -share/gnome/help/anjuta-manual/C/authors.xml -share/gnome/help/anjuta-manual/C/build.xml -share/gnome/help/anjuta-manual/C/debugger.xml -share/gnome/help/anjuta-manual/C/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/C/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/C/figures/attach.png -share/gnome/help/anjuta-manual/C/figures/brk_add.png -share/gnome/help/anjuta-manual/C/figures/brk_dlg.png -share/gnome/help/anjuta-manual/C/figures/configure_dlg.png -share/gnome/help/anjuta-manual/C/figures/display_macro.png -share/gnome/help/anjuta-manual/C/figures/editor_guides.png -share/gnome/help/anjuta-manual/C/figures/editor_margins.png -share/gnome/help/anjuta-manual/C/figures/editor_markers.png -share/gnome/help/anjuta-manual/C/figures/file_menu.png -share/gnome/help/anjuta-manual/C/figures/insert_text.png -share/gnome/help/anjuta-manual/C/figures/keyword_macro.png -share/gnome/help/anjuta-manual/C/figures/local_variables.png -share/gnome/help/anjuta-manual/C/figures/menubar.png -share/gnome/help/anjuta-manual/C/figures/message_win.png -share/gnome/help/anjuta-manual/C/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/C/figures/open_file.png -share/gnome/help/anjuta-manual/C/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/C/figures/prefs_print.png -share/gnome/help/anjuta-manual/C/figures/print_dlg.png -share/gnome/help/anjuta-manual/C/figures/print_preview.png -share/gnome/help/anjuta-manual/C/figures/project-window.png -share/gnome/help/anjuta-manual/C/figures/project_group.png -share/gnome/help/anjuta-manual/C/figures/project_info.png -share/gnome/help/anjuta-manual/C/figures/project_target.png -share/gnome/help/anjuta-manual/C/figures/project_target_details.png -share/gnome/help/anjuta-manual/C/figures/registers.png -share/gnome/help/anjuta-manual/C/figures/save_as_file.png -share/gnome/help/anjuta-manual/C/figures/search_expr.png -share/gnome/help/anjuta-manual/C/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/C/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/C/figures/search_replace.png -share/gnome/help/anjuta-manual/C/figures/search_setting.png -share/gnome/help/anjuta-manual/C/figures/search_target.png -share/gnome/help/anjuta-manual/C/figures/search_target_action.png -share/gnome/help/anjuta-manual/C/figures/search_target_in.png -share/gnome/help/anjuta-manual/C/figures/sharedlibs.png -share/gnome/help/anjuta-manual/C/figures/signals.png -share/gnome/help/anjuta-manual/C/figures/stack.png -share/gnome/help/anjuta-manual/C/figures/symbol_browser.png -share/gnome/help/anjuta-manual/C/figures/tool-editor.png -share/gnome/help/anjuta-manual/C/fileoperations.xml -share/gnome/help/anjuta-manual/C/glade.xml -share/gnome/help/anjuta-manual/C/interface.xml -share/gnome/help/anjuta-manual/C/introduction.xml -share/gnome/help/anjuta-manual/C/legal.xml -share/gnome/help/anjuta-manual/C/license.xml -share/gnome/help/anjuta-manual/C/preferences.xml -share/gnome/help/anjuta-manual/C/projects.xml -share/gnome/help/anjuta-manual/C/template.xml -share/gnome/help/anjuta-manual/C/tools.xml -share/gnome/help/anjuta-manual/de/anjuta-manual.xml -share/gnome/help/anjuta-manual/de/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/de/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/de/figures/attach.png -share/gnome/help/anjuta-manual/de/figures/brk_add.png -share/gnome/help/anjuta-manual/de/figures/brk_dlg.png -share/gnome/help/anjuta-manual/de/figures/configure_dlg.png -share/gnome/help/anjuta-manual/de/figures/display_macro.png -share/gnome/help/anjuta-manual/de/figures/editor_guides.png -share/gnome/help/anjuta-manual/de/figures/editor_margins.png -share/gnome/help/anjuta-manual/de/figures/editor_markers.png -share/gnome/help/anjuta-manual/de/figures/file_menu.png -share/gnome/help/anjuta-manual/de/figures/insert_text.png -share/gnome/help/anjuta-manual/de/figures/keyword_macro.png -share/gnome/help/anjuta-manual/de/figures/local_variables.png -share/gnome/help/anjuta-manual/de/figures/menubar.png -share/gnome/help/anjuta-manual/de/figures/message_win.png -share/gnome/help/anjuta-manual/de/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/de/figures/open_file.png -share/gnome/help/anjuta-manual/de/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/de/figures/prefs_print.png -share/gnome/help/anjuta-manual/de/figures/print_dlg.png -share/gnome/help/anjuta-manual/de/figures/print_preview.png -share/gnome/help/anjuta-manual/de/figures/project-window.png -share/gnome/help/anjuta-manual/de/figures/project_group.png -share/gnome/help/anjuta-manual/de/figures/project_info.png -share/gnome/help/anjuta-manual/de/figures/project_target.png -share/gnome/help/anjuta-manual/de/figures/project_target_details.png -share/gnome/help/anjuta-manual/de/figures/registers.png -share/gnome/help/anjuta-manual/de/figures/save_as_file.png -share/gnome/help/anjuta-manual/de/figures/search_expr.png -share/gnome/help/anjuta-manual/de/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/de/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/de/figures/search_replace.png -share/gnome/help/anjuta-manual/de/figures/search_setting.png -share/gnome/help/anjuta-manual/de/figures/search_target.png -share/gnome/help/anjuta-manual/de/figures/search_target_action.png -share/gnome/help/anjuta-manual/de/figures/search_target_in.png -share/gnome/help/anjuta-manual/de/figures/sharedlibs.png -share/gnome/help/anjuta-manual/de/figures/signals.png -share/gnome/help/anjuta-manual/de/figures/stack.png -share/gnome/help/anjuta-manual/de/figures/symbol_browser.png -share/gnome/help/anjuta-manual/de/figures/tool-editor.png -share/gnome/help/anjuta-manual/el/anjuta-manual.xml -share/gnome/help/anjuta-manual/el/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/el/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/el/figures/attach.png -share/gnome/help/anjuta-manual/el/figures/brk_add.png -share/gnome/help/anjuta-manual/el/figures/brk_dlg.png -share/gnome/help/anjuta-manual/el/figures/configure_dlg.png -share/gnome/help/anjuta-manual/el/figures/display_macro.png -share/gnome/help/anjuta-manual/el/figures/editor_guides.png -share/gnome/help/anjuta-manual/el/figures/editor_margins.png -share/gnome/help/anjuta-manual/el/figures/editor_markers.png -share/gnome/help/anjuta-manual/el/figures/file_menu.png -share/gnome/help/anjuta-manual/el/figures/insert_text.png -share/gnome/help/anjuta-manual/el/figures/keyword_macro.png -share/gnome/help/anjuta-manual/el/figures/local_variables.png -share/gnome/help/anjuta-manual/el/figures/menubar.png -share/gnome/help/anjuta-manual/el/figures/message_win.png -share/gnome/help/anjuta-manual/el/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/el/figures/open_file.png -share/gnome/help/anjuta-manual/el/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/el/figures/prefs_print.png -share/gnome/help/anjuta-manual/el/figures/print_dlg.png -share/gnome/help/anjuta-manual/el/figures/print_preview.png -share/gnome/help/anjuta-manual/el/figures/project-window.png -share/gnome/help/anjuta-manual/el/figures/project_group.png -share/gnome/help/anjuta-manual/el/figures/project_info.png -share/gnome/help/anjuta-manual/el/figures/project_target.png -share/gnome/help/anjuta-manual/el/figures/project_target_details.png -share/gnome/help/anjuta-manual/el/figures/registers.png -share/gnome/help/anjuta-manual/el/figures/save_as_file.png -share/gnome/help/anjuta-manual/el/figures/search_expr.png -share/gnome/help/anjuta-manual/el/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/el/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/el/figures/search_replace.png -share/gnome/help/anjuta-manual/el/figures/search_setting.png -share/gnome/help/anjuta-manual/el/figures/search_target.png -share/gnome/help/anjuta-manual/el/figures/search_target_action.png -share/gnome/help/anjuta-manual/el/figures/search_target_in.png -share/gnome/help/anjuta-manual/el/figures/sharedlibs.png -share/gnome/help/anjuta-manual/el/figures/signals.png -share/gnome/help/anjuta-manual/el/figures/stack.png -share/gnome/help/anjuta-manual/el/figures/symbol_browser.png -share/gnome/help/anjuta-manual/el/figures/tool-editor.png -share/gnome/help/anjuta-manual/es/anjuta-manual.xml -share/gnome/help/anjuta-manual/es/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/es/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/es/figures/attach.png -share/gnome/help/anjuta-manual/es/figures/brk_add.png -share/gnome/help/anjuta-manual/es/figures/brk_dlg.png -share/gnome/help/anjuta-manual/es/figures/configure_dlg.png -share/gnome/help/anjuta-manual/es/figures/display_macro.png -share/gnome/help/anjuta-manual/es/figures/editor_guides.png -share/gnome/help/anjuta-manual/es/figures/editor_margins.png -share/gnome/help/anjuta-manual/es/figures/editor_markers.png -share/gnome/help/anjuta-manual/es/figures/file_menu.png -share/gnome/help/anjuta-manual/es/figures/insert_text.png -share/gnome/help/anjuta-manual/es/figures/keyword_macro.png -share/gnome/help/anjuta-manual/es/figures/local_variables.png -share/gnome/help/anjuta-manual/es/figures/menubar.png -share/gnome/help/anjuta-manual/es/figures/message_win.png -share/gnome/help/anjuta-manual/es/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/es/figures/open_file.png -share/gnome/help/anjuta-manual/es/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/es/figures/prefs_print.png -share/gnome/help/anjuta-manual/es/figures/print_dlg.png -share/gnome/help/anjuta-manual/es/figures/print_preview.png -share/gnome/help/anjuta-manual/es/figures/project-window.png -share/gnome/help/anjuta-manual/es/figures/project_group.png -share/gnome/help/anjuta-manual/es/figures/project_info.png -share/gnome/help/anjuta-manual/es/figures/project_target.png -share/gnome/help/anjuta-manual/es/figures/project_target_details.png -share/gnome/help/anjuta-manual/es/figures/registers.png -share/gnome/help/anjuta-manual/es/figures/save_as_file.png -share/gnome/help/anjuta-manual/es/figures/search_expr.png -share/gnome/help/anjuta-manual/es/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/es/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/es/figures/search_replace.png -share/gnome/help/anjuta-manual/es/figures/search_setting.png -share/gnome/help/anjuta-manual/es/figures/search_target.png -share/gnome/help/anjuta-manual/es/figures/search_target_action.png -share/gnome/help/anjuta-manual/es/figures/search_target_in.png -share/gnome/help/anjuta-manual/es/figures/sharedlibs.png -share/gnome/help/anjuta-manual/es/figures/signals.png -share/gnome/help/anjuta-manual/es/figures/stack.png -share/gnome/help/anjuta-manual/es/figures/symbol_browser.png -share/gnome/help/anjuta-manual/es/figures/tool-editor.png -share/gnome/help/anjuta-manual/eu/anjuta-manual.xml -share/gnome/help/anjuta-manual/eu/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/eu/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/eu/figures/attach.png -share/gnome/help/anjuta-manual/eu/figures/brk_add.png -share/gnome/help/anjuta-manual/eu/figures/brk_dlg.png -share/gnome/help/anjuta-manual/eu/figures/configure_dlg.png -share/gnome/help/anjuta-manual/eu/figures/display_macro.png -share/gnome/help/anjuta-manual/eu/figures/editor_guides.png -share/gnome/help/anjuta-manual/eu/figures/editor_margins.png -share/gnome/help/anjuta-manual/eu/figures/editor_markers.png -share/gnome/help/anjuta-manual/eu/figures/file_menu.png -share/gnome/help/anjuta-manual/eu/figures/insert_text.png -share/gnome/help/anjuta-manual/eu/figures/keyword_macro.png -share/gnome/help/anjuta-manual/eu/figures/local_variables.png -share/gnome/help/anjuta-manual/eu/figures/menubar.png -share/gnome/help/anjuta-manual/eu/figures/message_win.png -share/gnome/help/anjuta-manual/eu/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/eu/figures/open_file.png -share/gnome/help/anjuta-manual/eu/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/eu/figures/prefs_print.png -share/gnome/help/anjuta-manual/eu/figures/print_dlg.png -share/gnome/help/anjuta-manual/eu/figures/print_preview.png -share/gnome/help/anjuta-manual/eu/figures/project-window.png -share/gnome/help/anjuta-manual/eu/figures/project_info.png -share/gnome/help/anjuta-manual/eu/figures/project_group.png -share/gnome/help/anjuta-manual/eu/figures/project_target.png -share/gnome/help/anjuta-manual/eu/figures/project_target_details.png -share/gnome/help/anjuta-manual/eu/figures/registers.png -share/gnome/help/anjuta-manual/eu/figures/save_as_file.png -share/gnome/help/anjuta-manual/eu/figures/search_expr.png -share/gnome/help/anjuta-manual/eu/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/eu/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/eu/figures/search_replace.png -share/gnome/help/anjuta-manual/eu/figures/search_setting.png -share/gnome/help/anjuta-manual/eu/figures/search_target.png -share/gnome/help/anjuta-manual/eu/figures/search_target_action.png -share/gnome/help/anjuta-manual/eu/figures/search_target_in.png -share/gnome/help/anjuta-manual/eu/figures/sharedlibs.png -share/gnome/help/anjuta-manual/eu/figures/signals.png -share/gnome/help/anjuta-manual/eu/figures/stack.png -share/gnome/help/anjuta-manual/eu/figures/symbol_browser.png -share/gnome/help/anjuta-manual/eu/figures/tool-editor.png -share/gnome/help/anjuta-manual/fr/anjuta-manual.xml -share/gnome/help/anjuta-manual/fr/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/fr/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/fr/figures/attach.png -share/gnome/help/anjuta-manual/fr/figures/brk_add.png -share/gnome/help/anjuta-manual/fr/figures/brk_dlg.png -share/gnome/help/anjuta-manual/fr/figures/configure_dlg.png -share/gnome/help/anjuta-manual/fr/figures/display_macro.png -share/gnome/help/anjuta-manual/fr/figures/editor_guides.png -share/gnome/help/anjuta-manual/fr/figures/editor_margins.png -share/gnome/help/anjuta-manual/fr/figures/editor_markers.png -share/gnome/help/anjuta-manual/fr/figures/file_menu.png -share/gnome/help/anjuta-manual/fr/figures/insert_text.png -share/gnome/help/anjuta-manual/fr/figures/keyword_macro.png -share/gnome/help/anjuta-manual/fr/figures/local_variables.png -share/gnome/help/anjuta-manual/fr/figures/menubar.png -share/gnome/help/anjuta-manual/fr/figures/message_win.png -share/gnome/help/anjuta-manual/fr/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/fr/figures/open_file.png -share/gnome/help/anjuta-manual/fr/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/fr/figures/prefs_print.png -share/gnome/help/anjuta-manual/fr/figures/print_dlg.png -share/gnome/help/anjuta-manual/fr/figures/print_preview.png -share/gnome/help/anjuta-manual/fr/figures/project-window.png -share/gnome/help/anjuta-manual/fr/figures/project_group.png -share/gnome/help/anjuta-manual/fr/figures/project_info.png -share/gnome/help/anjuta-manual/fr/figures/project_target.png -share/gnome/help/anjuta-manual/fr/figures/project_target_details.png -share/gnome/help/anjuta-manual/fr/figures/registers.png -share/gnome/help/anjuta-manual/fr/figures/save_as_file.png -share/gnome/help/anjuta-manual/fr/figures/search_expr.png -share/gnome/help/anjuta-manual/fr/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/fr/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/fr/figures/search_replace.png -share/gnome/help/anjuta-manual/fr/figures/search_setting.png -share/gnome/help/anjuta-manual/fr/figures/search_target.png -share/gnome/help/anjuta-manual/fr/figures/search_target_action.png -share/gnome/help/anjuta-manual/fr/figures/search_target_in.png -share/gnome/help/anjuta-manual/fr/figures/sharedlibs.png -share/gnome/help/anjuta-manual/fr/figures/signals.png -share/gnome/help/anjuta-manual/fr/figures/stack.png -share/gnome/help/anjuta-manual/fr/figures/symbol_browser.png -share/gnome/help/anjuta-manual/fr/figures/tool-editor.png -share/gnome/help/anjuta-manual/ja/anjuta-manual.xml -share/gnome/help/anjuta-manual/ja/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/ja/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/ja/figures/attach.png -share/gnome/help/anjuta-manual/ja/figures/brk_add.png -share/gnome/help/anjuta-manual/ja/figures/brk_dlg.png -share/gnome/help/anjuta-manual/ja/figures/configure_dlg.png -share/gnome/help/anjuta-manual/ja/figures/display_macro.png -share/gnome/help/anjuta-manual/ja/figures/editor_guides.png -share/gnome/help/anjuta-manual/ja/figures/editor_margins.png -share/gnome/help/anjuta-manual/ja/figures/editor_markers.png -share/gnome/help/anjuta-manual/ja/figures/file_menu.png -share/gnome/help/anjuta-manual/ja/figures/insert_text.png -share/gnome/help/anjuta-manual/ja/figures/keyword_macro.png -share/gnome/help/anjuta-manual/ja/figures/local_variables.png -share/gnome/help/anjuta-manual/ja/figures/menubar.png -share/gnome/help/anjuta-manual/ja/figures/message_win.png -share/gnome/help/anjuta-manual/ja/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/ja/figures/open_file.png -share/gnome/help/anjuta-manual/ja/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/ja/figures/prefs_print.png -share/gnome/help/anjuta-manual/ja/figures/print_dlg.png -share/gnome/help/anjuta-manual/ja/figures/print_preview.png -share/gnome/help/anjuta-manual/ja/figures/project-window.png -share/gnome/help/anjuta-manual/ja/figures/project_group.png -share/gnome/help/anjuta-manual/ja/figures/project_info.png -share/gnome/help/anjuta-manual/ja/figures/project_target.png -share/gnome/help/anjuta-manual/ja/figures/project_target_details.png -share/gnome/help/anjuta-manual/ja/figures/registers.png -share/gnome/help/anjuta-manual/ja/figures/save_as_file.png -share/gnome/help/anjuta-manual/ja/figures/search_expr.png -share/gnome/help/anjuta-manual/ja/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/ja/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/ja/figures/search_replace.png -share/gnome/help/anjuta-manual/ja/figures/search_setting.png -share/gnome/help/anjuta-manual/ja/figures/search_target.png -share/gnome/help/anjuta-manual/ja/figures/search_target_action.png -share/gnome/help/anjuta-manual/ja/figures/search_target_in.png -share/gnome/help/anjuta-manual/ja/figures/sharedlibs.png -share/gnome/help/anjuta-manual/ja/figures/signals.png -share/gnome/help/anjuta-manual/ja/figures/stack.png -share/gnome/help/anjuta-manual/ja/figures/symbol_browser.png -share/gnome/help/anjuta-manual/ja/figures/tool-editor.png -share/gnome/help/anjuta-manual/oc/anjuta-manual.xml -share/gnome/help/anjuta-manual/oc/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/oc/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/oc/figures/attach.png -share/gnome/help/anjuta-manual/oc/figures/brk_add.png -share/gnome/help/anjuta-manual/oc/figures/brk_dlg.png -share/gnome/help/anjuta-manual/oc/figures/configure_dlg.png -share/gnome/help/anjuta-manual/oc/figures/display_macro.png -share/gnome/help/anjuta-manual/oc/figures/editor_guides.png -share/gnome/help/anjuta-manual/oc/figures/editor_margins.png -share/gnome/help/anjuta-manual/oc/figures/editor_markers.png -share/gnome/help/anjuta-manual/oc/figures/file_menu.png -share/gnome/help/anjuta-manual/oc/figures/insert_text.png -share/gnome/help/anjuta-manual/oc/figures/keyword_macro.png -share/gnome/help/anjuta-manual/oc/figures/local_variables.png -share/gnome/help/anjuta-manual/oc/figures/menubar.png -share/gnome/help/anjuta-manual/oc/figures/message_win.png -share/gnome/help/anjuta-manual/oc/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/oc/figures/open_file.png -share/gnome/help/anjuta-manual/oc/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/oc/figures/prefs_print.png -share/gnome/help/anjuta-manual/oc/figures/print_dlg.png -share/gnome/help/anjuta-manual/oc/figures/print_preview.png -share/gnome/help/anjuta-manual/oc/figures/project-window.png -share/gnome/help/anjuta-manual/oc/figures/project_info.png -share/gnome/help/anjuta-manual/oc/figures/project_group.png -share/gnome/help/anjuta-manual/oc/figures/project_target.png -share/gnome/help/anjuta-manual/oc/figures/project_target_details.png -share/gnome/help/anjuta-manual/oc/figures/registers.png -share/gnome/help/anjuta-manual/oc/figures/save_as_file.png -share/gnome/help/anjuta-manual/oc/figures/search_expr.png -share/gnome/help/anjuta-manual/oc/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/oc/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/oc/figures/search_replace.png -share/gnome/help/anjuta-manual/oc/figures/search_setting.png -share/gnome/help/anjuta-manual/oc/figures/search_target.png -share/gnome/help/anjuta-manual/oc/figures/search_target_action.png -share/gnome/help/anjuta-manual/oc/figures/search_target_in.png -share/gnome/help/anjuta-manual/oc/figures/sharedlibs.png -share/gnome/help/anjuta-manual/oc/figures/signals.png -share/gnome/help/anjuta-manual/oc/figures/stack.png -share/gnome/help/anjuta-manual/oc/figures/symbol_browser.png -share/gnome/help/anjuta-manual/oc/figures/tool-editor.png -share/gnome/help/anjuta-manual/sv/anjuta-manual.xml -share/gnome/help/anjuta-manual/sv/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/sv/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/sv/figures/attach.png -share/gnome/help/anjuta-manual/sv/figures/brk_add.png -share/gnome/help/anjuta-manual/sv/figures/brk_dlg.png -share/gnome/help/anjuta-manual/sv/figures/configure_dlg.png -share/gnome/help/anjuta-manual/sv/figures/display_macro.png -share/gnome/help/anjuta-manual/sv/figures/editor_guides.png -share/gnome/help/anjuta-manual/sv/figures/editor_margins.png -share/gnome/help/anjuta-manual/sv/figures/editor_markers.png -share/gnome/help/anjuta-manual/sv/figures/file_menu.png -share/gnome/help/anjuta-manual/sv/figures/insert_text.png -share/gnome/help/anjuta-manual/sv/figures/keyword_macro.png -share/gnome/help/anjuta-manual/sv/figures/local_variables.png -share/gnome/help/anjuta-manual/sv/figures/menubar.png -share/gnome/help/anjuta-manual/sv/figures/message_win.png -share/gnome/help/anjuta-manual/sv/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/sv/figures/open_file.png -share/gnome/help/anjuta-manual/sv/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/sv/figures/prefs_print.png -share/gnome/help/anjuta-manual/sv/figures/print_dlg.png -share/gnome/help/anjuta-manual/sv/figures/print_preview.png -share/gnome/help/anjuta-manual/sv/figures/project-window.png -share/gnome/help/anjuta-manual/sv/figures/project_info.png -share/gnome/help/anjuta-manual/sv/figures/project_group.png -share/gnome/help/anjuta-manual/sv/figures/project_target.png -share/gnome/help/anjuta-manual/sv/figures/project_target_details.png -share/gnome/help/anjuta-manual/sv/figures/registers.png -share/gnome/help/anjuta-manual/sv/figures/save_as_file.png -share/gnome/help/anjuta-manual/sv/figures/search_expr.png -share/gnome/help/anjuta-manual/sv/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/sv/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/sv/figures/search_replace.png -share/gnome/help/anjuta-manual/sv/figures/search_setting.png -share/gnome/help/anjuta-manual/sv/figures/search_target.png -share/gnome/help/anjuta-manual/sv/figures/search_target_action.png -share/gnome/help/anjuta-manual/sv/figures/search_target_in.png -share/gnome/help/anjuta-manual/sv/figures/sharedlibs.png -share/gnome/help/anjuta-manual/sv/figures/signals.png -share/gnome/help/anjuta-manual/sv/figures/stack.png -share/gnome/help/anjuta-manual/sv/figures/symbol_browser.png -share/gnome/help/anjuta-manual/sv/figures/tool-editor.png -share/gnome/help/anjuta-manual/th/anjuta-manual.xml -share/gnome/help/anjuta-manual/th/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/th/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/th/figures/attach.png -share/gnome/help/anjuta-manual/th/figures/brk_add.png -share/gnome/help/anjuta-manual/th/figures/brk_dlg.png -share/gnome/help/anjuta-manual/th/figures/configure_dlg.png -share/gnome/help/anjuta-manual/th/figures/display_macro.png -share/gnome/help/anjuta-manual/th/figures/editor_guides.png -share/gnome/help/anjuta-manual/th/figures/editor_margins.png -share/gnome/help/anjuta-manual/th/figures/editor_markers.png -share/gnome/help/anjuta-manual/th/figures/file_menu.png -share/gnome/help/anjuta-manual/th/figures/insert_text.png -share/gnome/help/anjuta-manual/th/figures/keyword_macro.png -share/gnome/help/anjuta-manual/th/figures/local_variables.png -share/gnome/help/anjuta-manual/th/figures/menubar.png -share/gnome/help/anjuta-manual/th/figures/message_win.png -share/gnome/help/anjuta-manual/th/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/th/figures/open_file.png -share/gnome/help/anjuta-manual/th/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/th/figures/prefs_print.png -share/gnome/help/anjuta-manual/th/figures/print_dlg.png -share/gnome/help/anjuta-manual/th/figures/print_preview.png -share/gnome/help/anjuta-manual/th/figures/project-window.png -share/gnome/help/anjuta-manual/th/figures/project_group.png -share/gnome/help/anjuta-manual/th/figures/project_info.png -share/gnome/help/anjuta-manual/th/figures/project_target.png -share/gnome/help/anjuta-manual/th/figures/project_target_details.png -share/gnome/help/anjuta-manual/th/figures/registers.png -share/gnome/help/anjuta-manual/th/figures/save_as_file.png -share/gnome/help/anjuta-manual/th/figures/search_expr.png -share/gnome/help/anjuta-manual/th/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/th/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/th/figures/search_replace.png -share/gnome/help/anjuta-manual/th/figures/search_setting.png -share/gnome/help/anjuta-manual/th/figures/search_target.png -share/gnome/help/anjuta-manual/th/figures/search_target_action.png -share/gnome/help/anjuta-manual/th/figures/search_target_in.png -share/gnome/help/anjuta-manual/th/figures/sharedlibs.png -share/gnome/help/anjuta-manual/th/figures/signals.png -share/gnome/help/anjuta-manual/th/figures/stack.png -share/gnome/help/anjuta-manual/th/figures/symbol_browser.png -share/gnome/help/anjuta-manual/th/figures/tool-editor.png -share/gnome/help/anjuta-manual/uk/anjuta-manual.xml -share/gnome/help/anjuta-manual/uk/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/uk/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/uk/figures/attach.png -share/gnome/help/anjuta-manual/uk/figures/brk_add.png -share/gnome/help/anjuta-manual/uk/figures/brk_dlg.png -share/gnome/help/anjuta-manual/uk/figures/configure_dlg.png -share/gnome/help/anjuta-manual/uk/figures/display_macro.png -share/gnome/help/anjuta-manual/uk/figures/editor_guides.png -share/gnome/help/anjuta-manual/uk/figures/editor_margins.png -share/gnome/help/anjuta-manual/uk/figures/editor_markers.png -share/gnome/help/anjuta-manual/uk/figures/file_menu.png -share/gnome/help/anjuta-manual/uk/figures/insert_text.png -share/gnome/help/anjuta-manual/uk/figures/keyword_macro.png -share/gnome/help/anjuta-manual/uk/figures/local_variables.png -share/gnome/help/anjuta-manual/uk/figures/menubar.png -share/gnome/help/anjuta-manual/uk/figures/message_win.png -share/gnome/help/anjuta-manual/uk/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/uk/figures/open_file.png -share/gnome/help/anjuta-manual/uk/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/uk/figures/prefs_print.png -share/gnome/help/anjuta-manual/uk/figures/print_dlg.png -share/gnome/help/anjuta-manual/uk/figures/print_preview.png -share/gnome/help/anjuta-manual/uk/figures/project-window.png -share/gnome/help/anjuta-manual/uk/figures/project_group.png -share/gnome/help/anjuta-manual/uk/figures/project_info.png -share/gnome/help/anjuta-manual/uk/figures/project_target.png -share/gnome/help/anjuta-manual/uk/figures/project_target_details.png -share/gnome/help/anjuta-manual/uk/figures/registers.png -share/gnome/help/anjuta-manual/uk/figures/save_as_file.png -share/gnome/help/anjuta-manual/uk/figures/search_expr.png -share/gnome/help/anjuta-manual/uk/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/uk/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/uk/figures/search_replace.png -share/gnome/help/anjuta-manual/uk/figures/search_setting.png -share/gnome/help/anjuta-manual/uk/figures/search_target.png -share/gnome/help/anjuta-manual/uk/figures/search_target_action.png -share/gnome/help/anjuta-manual/uk/figures/search_target_in.png -share/gnome/help/anjuta-manual/uk/figures/sharedlibs.png -share/gnome/help/anjuta-manual/uk/figures/signals.png -share/gnome/help/anjuta-manual/uk/figures/stack.png -share/gnome/help/anjuta-manual/uk/figures/symbol_browser.png -share/gnome/help/anjuta-manual/uk/figures/tool-editor.png -share/gnome/help/anjuta-manual/zh_CN/anjuta-manual.xml -share/gnome/help/anjuta-manual/zh_CN/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/zh_CN/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/zh_CN/figures/attach.png -share/gnome/help/anjuta-manual/zh_CN/figures/brk_add.png -share/gnome/help/anjuta-manual/zh_CN/figures/brk_dlg.png -share/gnome/help/anjuta-manual/zh_CN/figures/configure_dlg.png -share/gnome/help/anjuta-manual/zh_CN/figures/display_macro.png -share/gnome/help/anjuta-manual/zh_CN/figures/editor_guides.png -share/gnome/help/anjuta-manual/zh_CN/figures/editor_margins.png -share/gnome/help/anjuta-manual/zh_CN/figures/editor_markers.png -share/gnome/help/anjuta-manual/zh_CN/figures/file_menu.png -share/gnome/help/anjuta-manual/zh_CN/figures/insert_text.png -share/gnome/help/anjuta-manual/zh_CN/figures/keyword_macro.png -share/gnome/help/anjuta-manual/zh_CN/figures/local_variables.png -share/gnome/help/anjuta-manual/zh_CN/figures/menubar.png -share/gnome/help/anjuta-manual/zh_CN/figures/message_win.png -share/gnome/help/anjuta-manual/zh_CN/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/zh_CN/figures/open_file.png -share/gnome/help/anjuta-manual/zh_CN/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/zh_CN/figures/prefs_print.png -share/gnome/help/anjuta-manual/zh_CN/figures/print_dlg.png -share/gnome/help/anjuta-manual/zh_CN/figures/print_preview.png -share/gnome/help/anjuta-manual/zh_CN/figures/project-window.png -share/gnome/help/anjuta-manual/zh_CN/figures/project_group.png -share/gnome/help/anjuta-manual/zh_CN/figures/project_info.png -share/gnome/help/anjuta-manual/zh_CN/figures/project_target.png -share/gnome/help/anjuta-manual/zh_CN/figures/project_target_details.png -share/gnome/help/anjuta-manual/zh_CN/figures/registers.png -share/gnome/help/anjuta-manual/zh_CN/figures/save_as_file.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_expr.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_replace.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_setting.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_target.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_target_action.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_target_in.png -share/gnome/help/anjuta-manual/zh_CN/figures/sharedlibs.png -share/gnome/help/anjuta-manual/zh_CN/figures/signals.png -share/gnome/help/anjuta-manual/zh_CN/figures/stack.png -share/gnome/help/anjuta-manual/zh_CN/figures/symbol_browser.png -share/gnome/help/anjuta-manual/zh_CN/figures/tool-editor.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-anjuta.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-anjuta.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-anjuta.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-anjuta.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-anjuta.png -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-anjuta.svg -share/icons/hicolor/16x16/apps/anjuta.png -share/icons/hicolor/22x22/apps/anjuta.png -share/icons/hicolor/24x24/apps/anjuta.png -share/icons/hicolor/32x32/apps/anjuta.png -share/icons/hicolor/48x48/apps/anjuta.png -share/icons/hicolor/scalable/apps/anjuta.svg -share/locale/ar/LC_MESSAGES/anjuta.mo -share/locale/az/LC_MESSAGES/anjuta.mo -share/locale/be/LC_MESSAGES/anjuta.mo -share/locale/be@latin/LC_MESSAGES/anjuta.mo -share/locale/bg/LC_MESSAGES/anjuta.mo -share/locale/ca/LC_MESSAGES/anjuta.mo -share/locale/ca@valencia/LC_MESSAGES/anjuta.mo -share/locale/cs/LC_MESSAGES/anjuta.mo -share/locale/da/LC_MESSAGES/anjuta.mo -share/locale/de/LC_MESSAGES/anjuta.mo -share/locale/dz/LC_MESSAGES/anjuta.mo -share/locale/el/LC_MESSAGES/anjuta.mo -share/locale/en_CA/LC_MESSAGES/anjuta.mo -share/locale/en_GB/LC_MESSAGES/anjuta.mo -share/locale/en@shaw/LC_MESSAGES/anjuta.mo -share/locale/es/LC_MESSAGES/anjuta.mo -share/locale/eu/LC_MESSAGES/anjuta.mo -share/locale/fi/LC_MESSAGES/anjuta.mo -share/locale/fr/LC_MESSAGES/anjuta.mo -share/locale/ga/LC_MESSAGES/anjuta.mo -share/locale/gl/LC_MESSAGES/anjuta.mo -share/locale/gu/LC_MESSAGES/anjuta.mo -share/locale/he/LC_MESSAGES/anjuta.mo -share/locale/hi/LC_MESSAGES/anjuta.mo -share/locale/hr/LC_MESSAGES/anjuta.mo -share/locale/hu/LC_MESSAGES/anjuta.mo -share/locale/hy/LC_MESSAGES/anjuta.mo -share/locale/id/LC_MESSAGES/anjuta.mo -share/locale/it/LC_MESSAGES/anjuta.mo -share/locale/ja/LC_MESSAGES/anjuta.mo -share/locale/kn/LC_MESSAGES/anjuta.mo -share/locale/ko/LC_MESSAGES/anjuta.mo -share/locale/lt/LC_MESSAGES/anjuta.mo -share/locale/lv/LC_MESSAGES/anjuta.mo -share/locale/mai/LC_MESSAGES/anjuta.mo -share/locale/mk/LC_MESSAGES/anjuta.mo -share/locale/ml/LC_MESSAGES/anjuta.mo -share/locale/mr/LC_MESSAGES/anjuta.mo -share/locale/ms/LC_MESSAGES/anjuta.mo -share/locale/nb/LC_MESSAGES/anjuta.mo -share/locale/ne/LC_MESSAGES/anjuta.mo -share/locale/nl/LC_MESSAGES/anjuta.mo -share/locale/oc/LC_MESSAGES/anjuta.mo -share/locale/or/LC_MESSAGES/anjuta.mo -share/locale/pa/LC_MESSAGES/anjuta.mo -share/locale/pl/LC_MESSAGES/anjuta.mo -share/locale/pt/LC_MESSAGES/anjuta.mo -share/locale/pt_BR/LC_MESSAGES/anjuta.mo -share/locale/ro/LC_MESSAGES/anjuta.mo -share/locale/ru/LC_MESSAGES/anjuta.mo -share/locale/rw/LC_MESSAGES/anjuta.mo -share/locale/si/LC_MESSAGES/anjuta.mo -share/locale/sk/LC_MESSAGES/anjuta.mo -share/locale/sl/LC_MESSAGES/anjuta.mo -share/locale/sq/LC_MESSAGES/anjuta.mo -share/locale/sr/LC_MESSAGES/anjuta.mo -share/locale/sr@latin/LC_MESSAGES/anjuta.mo -share/locale/sv/LC_MESSAGES/anjuta.mo -share/locale/te/LC_MESSAGES/anjuta.mo -share/locale/th/LC_MESSAGES/anjuta.mo -share/locale/tr/LC_MESSAGES/anjuta.mo -share/locale/uk/LC_MESSAGES/anjuta.mo -share/locale/vi/LC_MESSAGES/anjuta.mo -share/locale/zh_CN/LC_MESSAGES/anjuta.mo -share/locale/zh_HK/LC_MESSAGES/anjuta.mo -share/locale/zh_TW/LC_MESSAGES/anjuta.mo -share/mime/application/x-anjuta.xml -share/mime/packages/anjuta.xml -share/omf/anjuta-manual/anjuta-manual-C.omf -share/omf/anjuta-manual/anjuta-manual-de.omf -share/omf/anjuta-manual/anjuta-manual-el.omf -share/omf/anjuta-manual/anjuta-manual-es.omf -share/omf/anjuta-manual/anjuta-manual-eu.omf -share/omf/anjuta-manual/anjuta-manual-fr.omf -share/omf/anjuta-manual/anjuta-manual-ja.omf -share/omf/anjuta-manual/anjuta-manual-oc.omf -share/omf/anjuta-manual/anjuta-manual-sv.omf -share/omf/anjuta-manual/anjuta-manual-th.omf -share/omf/anjuta-manual/anjuta-manual-uk.omf -share/omf/anjuta-manual/anjuta-manual-zh_CN.omf -share/pixmaps/anjuta/anjuta-attach-16.png -share/pixmaps/anjuta/anjuta-attach-24.png -share/pixmaps/anjuta/anjuta-block-end-16.png -share/pixmaps/anjuta/anjuta-block-end-24.png -share/pixmaps/anjuta/anjuta-block-select-16.png -share/pixmaps/anjuta/anjuta-block-select-24.png -share/pixmaps/anjuta/anjuta-block-start-16.png -share/pixmaps/anjuta/anjuta-block-start-24.png -share/pixmaps/anjuta/anjuta-bookmark-16.png -share/pixmaps/anjuta/anjuta-bookmark-clear-16.png -share/pixmaps/anjuta/anjuta-bookmark-clear-24.png -share/pixmaps/anjuta/anjuta-bookmark-first-16.png -share/pixmaps/anjuta/anjuta-bookmark-first-24.png -share/pixmaps/anjuta/anjuta-bookmark-last-16.png -share/pixmaps/anjuta/anjuta-bookmark-last-24.png -share/pixmaps/anjuta/anjuta-bookmark-next-16.png -share/pixmaps/anjuta/anjuta-bookmark-next-24.png -share/pixmaps/anjuta/anjuta-bookmark-prev-16.png -share/pixmaps/anjuta/anjuta-bookmark-prev-24.png -share/pixmaps/anjuta/anjuta-bookmark-toggle-16.png -share/pixmaps/anjuta/anjuta-bookmark-toggle-24.png -share/pixmaps/anjuta/anjuta-breakpoint-clear-16.png -share/pixmaps/anjuta/anjuta-breakpoint-clear-24.png -share/pixmaps/anjuta/anjuta-breakpoint-disabled-16.png -share/pixmaps/anjuta/anjuta-breakpoint-enabled-16.png -share/pixmaps/anjuta/anjuta-breakpoint-toggle-16.png -share/pixmaps/anjuta/anjuta-breakpoint-toggle-24.png -share/pixmaps/anjuta/anjuta-build-16.png -share/pixmaps/anjuta/anjuta-build-24.png -share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin-48.png -share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.svg -share/pixmaps/anjuta/anjuta-class-gen-plugin-48.png -share/pixmaps/anjuta/anjuta-class-gen-plugin.svg -%%GRAPHVIZ%%share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png -%%GRAPHVIZ%%share/pixmaps/anjuta/anjuta-class-inheritance-plugin.svg -share/pixmaps/anjuta/anjuta-complete-16.png -share/pixmaps/anjuta/anjuta-complete-24.png -share/pixmaps/anjuta/anjuta-complete-auto-16.png -share/pixmaps/anjuta/anjuta-complete-auto-24.png -share/pixmaps/anjuta/anjuta-cvs-plugin-48.png -share/pixmaps/anjuta/anjuta-cvs-plugin.svg -share/pixmaps/anjuta/anjuta-debug-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-debug-manager-plugin.svg -%%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin-48.png -%%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin.svg -share/pixmaps/anjuta/anjuta-document-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-document-manager-plugin.svg -share/pixmaps/anjuta/anjuta-file-manager-plugin-16.png -share/pixmaps/anjuta/anjuta-file-wizard-plugin-48.png -share/pixmaps/anjuta/anjuta-file-wizard-plugin.svg -share/pixmaps/anjuta/anjuta-gtodo-plugin-16.png -share/pixmaps/anjuta/anjuta-project-manager-plugin-16.png -share/pixmaps/anjuta/anjuta-snippets-manager.png -share/pixmaps/anjuta/anjuta-symbol-db-plugin-16.png -share/pixmaps/anjuta/anjuta-symbol-db-plugin.svg -share/pixmaps/anjuta/anjuta-editor-sourceview-plugin-48.png -share/pixmaps/anjuta/anjuta-file-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-file-manager-plugin.svg -share/pixmaps/anjuta/anjuta-fold-close-16.png -share/pixmaps/anjuta/anjuta-fold-close-24.png -share/pixmaps/anjuta/anjuta-fold-open-16.png -share/pixmaps/anjuta/anjuta-fold-open-24.png -share/pixmaps/anjuta/anjuta-fold-toggle-16.png -share/pixmaps/anjuta/anjuta-fold-toggle-24.png -share/pixmaps/anjuta/anjuta-gdb.plugin.png -share/pixmaps/anjuta/anjuta-git-plugin-48.png -share/pixmaps/anjuta/anjuta-glade-plugin-48.png -share/pixmaps/anjuta/anjuta-glade-plugin.svg -share/pixmaps/anjuta/anjuta-go-history-next-16.png -share/pixmaps/anjuta/anjuta-go-history-next-24.png -share/pixmaps/anjuta/anjuta-go-history-prev-16.png -share/pixmaps/anjuta/anjuta-go-history-prev-24.png -share/pixmaps/anjuta/anjuta-go-line-16.png -share/pixmaps/anjuta/anjuta-go-line-24.png -share/pixmaps/anjuta/anjuta-go-message-next-16.png -share/pixmaps/anjuta/anjuta-go-message-next-24.png -share/pixmaps/anjuta/anjuta-go-message-prev-16.png -share/pixmaps/anjuta/anjuta-go-message-prev-24.png -share/pixmaps/anjuta/anjuta-gtodo-plugin-48.png -share/pixmaps/anjuta/anjuta-gtodo-plugin.svg -share/pixmaps/anjuta/anjuta-indent-auto-16.png -share/pixmaps/anjuta/anjuta-indent-auto-24.png -share/pixmaps/anjuta/anjuta-indent-less-16.png -share/pixmaps/anjuta/anjuta-indent-less-24.png -share/pixmaps/anjuta/anjuta-indent-more-16.png -share/pixmaps/anjuta/anjuta-indent-more-24.png -share/pixmaps/anjuta/anjuta-language-cpp-java-plugin.png -share/pixmaps/anjuta/anjuta-language-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-language-manager-plugin.svg -share/pixmaps/anjuta/anjuta-linemark-16.png -share/pixmaps/anjuta/anjuta-loader-plugin-48.png -share/pixmaps/anjuta/anjuta-loader-plugin.svg -share/pixmaps/anjuta/anjuta-messages-plugin-48.png -share/pixmaps/anjuta/anjuta-messages-plugin.svg -share/pixmaps/anjuta/anjuta-patch-plugin-48.png -share/pixmaps/anjuta/anjuta-patch-plugin.svg -share/pixmaps/anjuta/anjuta-pcmark-16.png -share/pixmaps/anjuta/anjuta-preferences-general-48.png -share/pixmaps/anjuta/anjuta-preferences-general.svg -share/pixmaps/anjuta/anjuta-project-import-plugin-48.png -share/pixmaps/anjuta/anjuta-project-import-plugin.svg -share/pixmaps/anjuta/anjuta-project-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-project-manager-plugin.svg -share/pixmaps/anjuta/anjuta-project-wizard-plugin-48.png -share/pixmaps/anjuta/anjuta-project-wizard-plugin.svg -share/pixmaps/anjuta/anjuta-run-to-cursor-16.png -share/pixmaps/anjuta/anjuta-run-to-cursor-24.png -share/pixmaps/anjuta/anjuta-run-program-48.png -share/pixmaps/anjuta/anjuta-search-plugin-48.png -share/pixmaps/anjuta/anjuta-search-plugin.svg -share/pixmaps/anjuta/anjuta-step-into-16.png -share/pixmaps/anjuta/anjuta-step-into-24.png -share/pixmaps/anjuta/anjuta-step-out-16.png -share/pixmaps/anjuta/anjuta-step-out-24.png -share/pixmaps/anjuta/anjuta-step-over-16.png -share/pixmaps/anjuta/anjuta-step-over-24.png -%%SVN%%share/pixmaps/anjuta/anjuta-subversion-plugin-48.png -%%SVN%%share/pixmaps/anjuta/anjuta-subversion-plugin.svg -share/pixmaps/anjuta/anjuta-swap-16.png -share/pixmaps/anjuta/anjuta-swap-24.png -share/pixmaps/anjuta/anjuta-symbol-db-plugin-48.png -share/pixmaps/anjuta/anjuta-terminal-plugin-48.png -share/pixmaps/anjuta/anjuta-terminal-plugin.svg -share/pixmaps/anjuta/anjuta-tools-plugin-48.png -share/pixmaps/anjuta/anjuta-tools-plugin.svg -share/pixmaps/anjuta/anjuta-watch-16.png -share/pixmaps/anjuta/anjuta-watch-24.png -share/pixmaps/anjuta/anjuta-watch.svg -share/pixmaps/anjuta/anjuta_logo.png -share/pixmaps/anjuta/anjuta_splash.png -share/pixmaps/anjuta/breakpoint.png -share/pixmaps/anjuta/dir-project-plugin-48.png -share/pixmaps/anjuta/directory-accept.png -share/pixmaps/anjuta/directory.png -share/pixmaps/anjuta/element-class-16.png -share/pixmaps/anjuta/element-delegate-16.png -share/pixmaps/anjuta/element-enumeration-16.png -share/pixmaps/anjuta/element-event-16.png -share/pixmaps/anjuta/element-field-16.png -share/pixmaps/anjuta/element-interface-16.png -share/pixmaps/anjuta/element-interface-24.png -share/pixmaps/anjuta/element-interface-private-16.png -share/pixmaps/anjuta/element-interface-protected-16.png -share/pixmaps/anjuta/element-interface-public-16.png -share/pixmaps/anjuta/element-literal-16.png -share/pixmaps/anjuta/element-method-16.png -share/pixmaps/anjuta/element-method-24.png -share/pixmaps/anjuta/element-method-private-16.png -share/pixmaps/anjuta/element-method-protected-16.png -share/pixmaps/anjuta/element-method-public-16.png -share/pixmaps/anjuta/element-namespace-16.png -share/pixmaps/anjuta/element-property-16.png -share/pixmaps/anjuta/element-property-private-16.png -share/pixmaps/anjuta/element-property-protected-16.png -share/pixmaps/anjuta/element-property-public-16.png -share/pixmaps/anjuta/element-structure-16.png -share/pixmaps/anjuta/gbf-am-plugin-48.png -share/pixmaps/anjuta/gbf-build.png -share/pixmaps/anjuta/gbf-install.png -share/pixmaps/anjuta/gbf-mkfile-plugin-48.png -share/pixmaps/anjuta/gtodo-about.png -share/pixmaps/anjuta/gtodo-edit.png -share/pixmaps/anjuta/js_debugger.png -share/pixmaps/anjuta/js_support_plugin.png -share/pixmaps/anjuta/locals.png -share/pixmaps/anjuta/madeinanjuta.xcf -share/pixmaps/anjuta/password.png -share/pixmaps/anjuta/pointer.png -share/pixmaps/anjuta/preferences-editor.png -share/pixmaps/anjuta/python_plugin.png -share/pixmaps/anjuta/stack.png -share/pixmaps/anjuta/start-with-import.png -share/pixmaps/anjuta/starter_logo.png -share/pixmaps/anjuta/vcs-added.png -share/pixmaps/anjuta/vcs-conflict.png -share/pixmaps/anjuta/vcs-deleted.png -share/pixmaps/anjuta/vcs-ignored.png -share/pixmaps/anjuta/vcs-modified.png -share/pixmaps/anjuta/vcs-unversioned.png -share/pixmaps/anjuta/vcs-updated.png -@dirrm share/pixmaps/anjuta -@dirrm share/omf/anjuta-manual -@dirrm share/gnome/help/anjuta-manual/zh_CN/figures -@dirrm share/gnome/help/anjuta-manual/zh_CN -@dirrm share/gnome/help/anjuta-manual/uk/figures -@dirrm share/gnome/help/anjuta-manual/uk -@dirrm share/gnome/help/anjuta-manual/th/figures -@dirrm share/gnome/help/anjuta-manual/th -@dirrm share/gnome/help/anjuta-manual/sv/figures -@dirrm share/gnome/help/anjuta-manual/sv -@dirrm share/gnome/help/anjuta-manual/oc/figures -@dirrm share/gnome/help/anjuta-manual/oc -@dirrm share/gnome/help/anjuta-manual/ja/figures -@dirrm share/gnome/help/anjuta-manual/ja -@dirrm share/gnome/help/anjuta-manual/fr/figures -@dirrm share/gnome/help/anjuta-manual/fr -@dirrm share/gnome/help/anjuta-manual/eu/figures -@dirrm share/gnome/help/anjuta-manual/eu -@dirrm share/gnome/help/anjuta-manual/es/figures -@dirrm share/gnome/help/anjuta-manual/es -@dirrm share/gnome/help/anjuta-manual/el/figures -@dirrm share/gnome/help/anjuta-manual/el -@dirrm share/gnome/help/anjuta-manual/de/figures -@dirrm share/gnome/help/anjuta-manual/de -@dirrm share/gnome/help/anjuta-manual/C/figures -@dirrm share/gnome/help/anjuta-manual/C -@dirrm share/gnome/help/anjuta-manual -@dirrm share/gnome/help/anjuta-faqs/C -@dirrm share/gnome/help/anjuta-faqs -@dirrm share/gnome/help/anjuta-build-tutorial/C/figures -@dirrm share/gnome/help/anjuta-build-tutorial/C -@dirrm share/gnome/help/anjuta-build-tutorial -@dirrmtry share/icons/gnome/48x48/mimetypes -@dirrm share/anjuta/ui -@dirrm share/anjuta/tools -@dirrm share/anjuta/project/xlib/src -@dirrm share/anjuta/project/xlib/po -@dirrm share/anjuta/project/xlib-dock/src -@dirrm share/anjuta/project/xlib-dock/po -@dirrm share/anjuta/project/xlib-dock -@dirrm share/anjuta/project/xlib -@dirrm share/anjuta/project/wxwin/src -@dirrm share/anjuta/project/wxwin/po -@dirrm share/anjuta/project/wxwin -@dirrm share/anjuta/project/terminal/src -@dirrm share/anjuta/project/terminal/po -@dirrm share/anjuta/project/terminal -@dirrm share/anjuta/project/sdl/src -@dirrm share/anjuta/project/sdl/po -@dirrm share/anjuta/project/sdl -@dirrm share/anjuta/project/python/src -@dirrm share/anjuta/project/python/po -@dirrm share/anjuta/project/python -@dirrm share/anjuta/project/pygtk/src -@dirrm share/anjuta/project/pygtk/data -@dirrm share/anjuta/project/pygtk -@dirrm share/anjuta/project/mkfile/src -@dirrm share/anjuta/project/mkfile/po -@dirrm share/anjuta/project/mkfile -@dirrm share/anjuta/project/minimal -@dirrm share/anjuta/project/m4 -@dirrm share/anjuta/project/licenses -@dirrm share/anjuta/project/library/src -@dirrm share/anjuta/project/library/po -@dirrm share/anjuta/project/library -@dirrm share/anjuta/project/js_minimal/src -@dirrm share/anjuta/project/js_minimal -@dirrm share/anjuta/project/java/src -@dirrm share/anjuta/project/java/po -@dirrm share/anjuta/project/java -@dirrm share/anjuta/project/gtkmm/src -@dirrm share/anjuta/project/gtkmm/po -@dirrm share/anjuta/project/gtkmm -@dirrm share/anjuta/project/gtk/src -@dirrm share/anjuta/project/gtk/po -@dirrm share/anjuta/project/gtk -@dirrm share/anjuta/project/gcj/src -@dirrm share/anjuta/project/gcj -@dirrm share/anjuta/project/directory -@dirrm share/anjuta/project/cpp/src -@dirrm share/anjuta/project/cpp/po -@dirrm share/anjuta/project/cpp -@dirrm share/anjuta/project/anjuta-plugin/src -@dirrm share/anjuta/project/anjuta-plugin/po -@dirrm share/anjuta/project/anjuta-plugin -@dirrm share/anjuta/project -@dirrm share/anjuta/profiles -@dirrm share/anjuta/gtodo -@dirrm share/anjuta/glade -@dirrm share/anjuta/class-templates -@dirrm share/anjuta/build -@dirrm share/anjuta/GBF -@dirrm share/anjuta -@dirrm share/doc/libanjuta -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm lib/anjuta -@dirrm include/libanjuta-1.0/libanjuta/interfaces -@dirrm include/libanjuta-1.0/libanjuta -@dirrm include/libanjuta-1.0 -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@dirrmtry share/applications -@dirrmtry share/icons/gnome/scalable/mimetypes -@dirrmtry share/icons/gnome/scalable -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@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/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile deleted file mode 100644 index 638745a78..000000000 --- a/devel/bug-buddy/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: bugbuddy2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/bug-buddy/Makefile,v 1.85 2010/09/27 18:27:07 kwm Exp $ -# - -PORTNAME= bug-buddy -PORTVERSION= 2.32.0 -PORTREVISION= 1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A bug reporting tool for GNOME 2 - -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libbonobo \ - gnomedocutils evolutiondataserver -GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= bug-buddy.schemas - -MAN1= bug-buddy.1 - -post-patch: - @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ - ${WRKSRC}/src/bugzilla.c - @${REINPLACE_CMD} -e 's|libelf.h||g ; \ - s|gelf.h||g' \ - ${WRKSRC}/configure - -post-install: - @${LN} -fs ${PREFIX}/lib/gtk-2.0/modules/libgnomesegvhandler.so \ - ${PREFIX}/lib/gtk-2.0/modules/libgnomebreakpad.so - -.include <bsd.port.mk> diff --git a/devel/bug-buddy/distinfo b/devel/bug-buddy/distinfo deleted file mode 100644 index 84c72dfa0..000000000 --- a/devel/bug-buddy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/bug-buddy-2.32.0.tar.bz2) = 86a84389c206396eba680e93288d04c8 -SHA256 (gnome2/bug-buddy-2.32.0.tar.bz2) = ffdc70fe4a59c0aef42b5b0b72b08f17db2b1d9f49ba2b68722334ddbee5e3ca -SIZE (gnome2/bug-buddy-2.32.0.tar.bz2) = 701052 diff --git a/devel/bug-buddy/files/patch-src_bug-buddy.c b/devel/bug-buddy/files/patch-src_bug-buddy.c deleted file mode 100644 index 25c5a0a3f..000000000 --- a/devel/bug-buddy/files/patch-src_bug-buddy.c +++ /dev/null @@ -1,26 +0,0 @@ ---- src/bug-buddy.c.orig 2010-09-27 16:25:15.000000000 +0200 -+++ src/bug-buddy.c 2010-11-16 19:16:24.000000000 +0100 -@@ -56,6 +56,10 @@ - - #include <libsoup/soup.h> - -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#endif -+ - #define USE_PROXY_KEY "/system/http_proxy/use_http_proxy" - #define PROXY_HOST_KEY "/system/http_proxy/host" - #define PROXY_PORT_KEY "/system/http_proxy/port" -@@ -1955,10 +1959,12 @@ - _exit(0); - } - -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - if (!elf_has_debug_symbols (gopt_data.pid)) { - /* FIXME: Request PackageKit to install debug symbols packages */ - _exit(0); - } -+#endif - - } - diff --git a/devel/bug-buddy/files/patch-src_elf.c b/devel/bug-buddy/files/patch-src_elf.c deleted file mode 100644 index 659058fe9..000000000 --- a/devel/bug-buddy/files/patch-src_elf.c +++ /dev/null @@ -1,42 +0,0 @@ ---- src/elf.c.orig 2010-11-16 18:43:40.000000000 +0100 -+++ src/elf.c 2010-11-16 18:59:11.000000000 +0100 -@@ -16,8 +16,15 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. - */ - -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#endif -+ -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - #include <libelf.h> - #include <gelf.h> -+#endif -+ - #include <stdio.h> - #include <fcntl.h> - #include <string.h> -@@ -61,7 +68,9 @@ - gboolean - elf_has_debug_symbols (gint pid) - { -+#if !defined(__FreeBSD__) - gchar *proc_path; -+#endif - gchar *filename; - int fd; - Elf *elf; -@@ -76,9 +85,13 @@ - return FALSE; - } - -+#if defined(__FreeBSD__) -+ filename = g_file_read_link ("/proc/curproc/file", NULL); -+#else - proc_path = g_strdup_printf ("/proc/%d/exe", pid); - filename = g_file_read_link (proc_path, NULL); - g_free (proc_path); -+#endif - if (!filename) - return FALSE; - diff --git a/devel/bug-buddy/files/patch-src_gdb-buddy.c b/devel/bug-buddy/files/patch-src_gdb-buddy.c deleted file mode 100644 index a15e1a2a0..000000000 --- a/devel/bug-buddy/files/patch-src_gdb-buddy.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gdb-buddy.c.orig 2010-11-16 18:43:48.000000000 +0100 -+++ src/gdb-buddy.c 2010-11-16 18:54:28.000000000 +0100 -@@ -170,7 +170,7 @@ - link = g_strdup_printf ("/proc/%d/path/a.out", pid); - #else - /* if someone knows how to do this on BSD, please send a patch */ -- return NULL; -+ link = g_file_read_link ("/proc/curproc/file", NULL); - #endif - exe = g_file_read_link (link, &error); - diff --git a/devel/bug-buddy/pkg-descr b/devel/bug-buddy/pkg-descr deleted file mode 100644 index 7268130ab..000000000 --- a/devel/bug-buddy/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a bug reporting tool. It pops up automatically when a GNOME -app crashes under the GNOME desktop (via gnome_segv), and allows -the crash information to be sent to the app's developers. - -Jacob Berkman <jberkman@andrew.cmu.edu> - -WWW: http://www.gnome.org/ diff --git a/devel/bug-buddy/pkg-plist b/devel/bug-buddy/pkg-plist deleted file mode 100644 index c8b6d1f69..000000000 --- a/devel/bug-buddy/pkg-plist +++ /dev/null @@ -1,147 +0,0 @@ -bin/bug-buddy -lib/gtk-2.0/modules/libgnomebreakpad.so -lib/gtk-2.0/modules/libgnomesegvhandler.la -lib/gtk-2.0/modules/libgnomesegvhandler.so -share/applications/bug-buddy.desktop -%%DATADIR%%/bug-buddy.gtkbuilder -%%DATADIR%%/gdb-cmd -share/icons/HighContrastLargePrint/48x48/apps/bug-buddy.png -share/icons/hicolor/16x16/apps/bug-buddy.png -share/icons/hicolor/22x22/apps/bug-buddy.png -share/icons/hicolor/24x24/apps/bug-buddy.png -share/icons/hicolor/32x32/apps/bug-buddy.png -share/icons/hicolor/48x48/apps/bug-buddy.png -share/icons/hicolor/scalable/apps/bug-buddy.svg -share/locale/af/LC_MESSAGES/bug-buddy.mo -share/locale/am/LC_MESSAGES/bug-buddy.mo -share/locale/ar/LC_MESSAGES/bug-buddy.mo -share/locale/as/LC_MESSAGES/bug-buddy.mo -share/locale/ast/LC_MESSAGES/bug-buddy.mo -share/locale/az/LC_MESSAGES/bug-buddy.mo -share/locale/be/LC_MESSAGES/bug-buddy.mo -share/locale/be@latin/LC_MESSAGES/bug-buddy.mo -share/locale/bg/LC_MESSAGES/bug-buddy.mo -share/locale/bn/LC_MESSAGES/bug-buddy.mo -share/locale/bn_IN/LC_MESSAGES/bug-buddy.mo -share/locale/bs/LC_MESSAGES/bug-buddy.mo -share/locale/ca/LC_MESSAGES/bug-buddy.mo -share/locale/ca@valencia/LC_MESSAGES/bug-buddy.mo -share/locale/cs/LC_MESSAGES/bug-buddy.mo -share/locale/cy/LC_MESSAGES/bug-buddy.mo -share/locale/da/LC_MESSAGES/bug-buddy.mo -share/locale/de/LC_MESSAGES/bug-buddy.mo -share/locale/dz/LC_MESSAGES/bug-buddy.mo -share/locale/el/LC_MESSAGES/bug-buddy.mo -share/locale/en@shaw/LC_MESSAGES/bug-buddy.mo -share/locale/en_CA/LC_MESSAGES/bug-buddy.mo -share/locale/en_GB/LC_MESSAGES/bug-buddy.mo -share/locale/es/LC_MESSAGES/bug-buddy.mo -share/locale/et/LC_MESSAGES/bug-buddy.mo -share/locale/eu/LC_MESSAGES/bug-buddy.mo -share/locale/fa/LC_MESSAGES/bug-buddy.mo -share/locale/fi/LC_MESSAGES/bug-buddy.mo -share/locale/fr/LC_MESSAGES/bug-buddy.mo -share/locale/ga/LC_MESSAGES/bug-buddy.mo -share/locale/gl/LC_MESSAGES/bug-buddy.mo -share/locale/gu/LC_MESSAGES/bug-buddy.mo -share/locale/he/LC_MESSAGES/bug-buddy.mo -share/locale/hi/LC_MESSAGES/bug-buddy.mo -share/locale/hr/LC_MESSAGES/bug-buddy.mo -share/locale/hu/LC_MESSAGES/bug-buddy.mo -share/locale/id/LC_MESSAGES/bug-buddy.mo -share/locale/is/LC_MESSAGES/bug-buddy.mo -share/locale/it/LC_MESSAGES/bug-buddy.mo -share/locale/ja/LC_MESSAGES/bug-buddy.mo -share/locale/ka/LC_MESSAGES/bug-buddy.mo -share/locale/kn/LC_MESSAGES/bug-buddy.mo -share/locale/ko/LC_MESSAGES/bug-buddy.mo -share/locale/ku/LC_MESSAGES/bug-buddy.mo -share/locale/ky/LC_MESSAGES/bug-buddy.mo -share/locale/lt/LC_MESSAGES/bug-buddy.mo -share/locale/lv/LC_MESSAGES/bug-buddy.mo -share/locale/mai/LC_MESSAGES/bug-buddy.mo -share/locale/mg/LC_MESSAGES/bug-buddy.mo -share/locale/mk/LC_MESSAGES/bug-buddy.mo -share/locale/ml/LC_MESSAGES/bug-buddy.mo -share/locale/mn/LC_MESSAGES/bug-buddy.mo -share/locale/mr/LC_MESSAGES/bug-buddy.mo -share/locale/ms/LC_MESSAGES/bug-buddy.mo -share/locale/nb/LC_MESSAGES/bug-buddy.mo -share/locale/ne/LC_MESSAGES/bug-buddy.mo -share/locale/nl/LC_MESSAGES/bug-buddy.mo -share/locale/nn/LC_MESSAGES/bug-buddy.mo -share/locale/oc/LC_MESSAGES/bug-buddy.mo -share/locale/or/LC_MESSAGES/bug-buddy.mo -share/locale/pa/LC_MESSAGES/bug-buddy.mo -share/locale/pl/LC_MESSAGES/bug-buddy.mo -share/locale/ps/LC_MESSAGES/bug-buddy.mo -share/locale/pt/LC_MESSAGES/bug-buddy.mo -share/locale/pt_BR/LC_MESSAGES/bug-buddy.mo -share/locale/ro/LC_MESSAGES/bug-buddy.mo -share/locale/ru/LC_MESSAGES/bug-buddy.mo -share/locale/rw/LC_MESSAGES/bug-buddy.mo -share/locale/si/LC_MESSAGES/bug-buddy.mo -share/locale/sk/LC_MESSAGES/bug-buddy.mo -share/locale/sl/LC_MESSAGES/bug-buddy.mo -share/locale/sq/LC_MESSAGES/bug-buddy.mo -share/locale/sr/LC_MESSAGES/bug-buddy.mo -share/locale/sr@latin/LC_MESSAGES/bug-buddy.mo -share/locale/sv/LC_MESSAGES/bug-buddy.mo -share/locale/ta/LC_MESSAGES/bug-buddy.mo -share/locale/te/LC_MESSAGES/bug-buddy.mo -share/locale/th/LC_MESSAGES/bug-buddy.mo -share/locale/tr/LC_MESSAGES/bug-buddy.mo -share/locale/ug/LC_MESSAGES/bug-buddy.mo -share/locale/uk/LC_MESSAGES/bug-buddy.mo -share/locale/uz@cyrillic/LC_MESSAGES/bug-buddy.mo -share/locale/vi/LC_MESSAGES/bug-buddy.mo -share/locale/wa/LC_MESSAGES/bug-buddy.mo -share/locale/xh/LC_MESSAGES/bug-buddy.mo -share/locale/zh_CN/LC_MESSAGES/bug-buddy.mo -share/locale/zh_HK/LC_MESSAGES/bug-buddy.mo -share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo -@dirrmtry share/icons/HighContrastLargePrint/48x48/apps -@dirrmtry share/icons/HighContrastLargePrint/48x48 -@dirrmtry share/icons/HighContrastLargePrint -@dirrm %%DATADIR%% -@dirrmtry share/applications -@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/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile deleted file mode 100644 index 43597fea5..000000000 --- a/devel/dconf/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: dconf -# Date created: 28 May 2010 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/dconf/Makefile,v 1.8 2010/11/02 23:28:58 kwm Exp $ -# - -PORTNAME= dconf -PORTVERSION= 0.5.1 -PORTREVISION= 2 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A configuration database system for GNOME - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - valac:${PORTSDIR}/lang/vala -LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee - -USE_BZIP2= yes -USE_GMAKE= yes -#USE_GETTEXT= yes -USE_GNOME= gnomehack gtk20 -USE_LDCONFIG= yes -GNU_CONFIGURE= yes - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-install: - -${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gio/modules - -.include <bsd.port.mk> diff --git a/devel/dconf/distinfo b/devel/dconf/distinfo deleted file mode 100644 index d22d25649..000000000 --- a/devel/dconf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome3/dconf-0.5.1.tar.bz2) = c905497d0255fe2ba58564f9655908ab -SHA256 (gnome3/dconf-0.5.1.tar.bz2) = 0083d70e1b5e540d8d4b3f04fa5d17dff4c574136682fe3bdd9b5ecc196ec4f6 -SIZE (gnome3/dconf-0.5.1.tar.bz2) = 251287 diff --git a/devel/dconf/files/patch-client_Makefile.in b/devel/dconf/files/patch-client_Makefile.in deleted file mode 100644 index f0452b917..000000000 --- a/devel/dconf/files/patch-client_Makefile.in +++ /dev/null @@ -1,41 +0,0 @@ ---- client/Makefile.in.orig 2010-11-04 17:09:33.000000000 +0100 -+++ client/Makefile.in 2010-11-04 17:18:20.000000000 +0100 -@@ -34,7 +34,7 @@ - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : --shlib_PROGRAMS = libdconf.so.0.0.0$(EXEEXT) -+shlib_PROGRAMS = libdconf.so.0$(EXEEXT) - subdir = client - DIST_COMMON = $(am__dist_gir_DATA_DIST) $(dconfinclude_HEADERS) \ - $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ -@@ -332,9 +332,10 @@ - - clean-shlibPROGRAMS: - -test -z "$(shlib_PROGRAMS)" || rm -f $(shlib_PROGRAMS) --libdconf.so.0.0.0$(EXEEXT): $(libdconf_so_0_0_0_OBJECTS) $(libdconf_so_0_0_0_DEPENDENCIES) -- @rm -f libdconf.so.0.0.0$(EXEEXT) -+libdconf.so.0$(EXEEXT): $(libdconf_so_0_0_0_OBJECTS) $(libdconf_so_0_0_0_DEPENDENCIES) -+ @rm -f libdconf.so.0$(EXEEXT) - $(AM_V_CCLD)$(libdconf_so_0_0_0_LINK) $(libdconf_so_0_0_0_OBJECTS) $(libdconf_so_0_0_0_LDADD) $(LIBS) -+ $(AM_V_GEN) ln -fs libdconf.so.0 libdconf.so - - mostlyclean-compile: - -rm -f *.$(OBJEXT) -@@ -750,14 +751,10 @@ - - @HAVE_INTROSPECTION_TRUE@include $(INTROSPECTION_MAKEFILE) - --@HAVE_INTROSPECTION_TRUE@dconf-1.0.gir: libdconf.so.0 libdconf.so -- --libdconf.so.0 libdconf.so: libdconf.so.0.0.0 -- $(AM_V_GEN) ln -fs libdconf.so.0.0.0 $@ -+@HAVE_INTROSPECTION_TRUE@dconf-1.0.gir: libdconf.so.0 - - install-data-hook: -- ln -fs libdconf.so.0.0.0 $(DESTDIR)$(shlibdir)/libdconf.so.0 -- ln -fs libdconf.so.0.0.0 $(DESTDIR)$(shlibdir)/libdconf.so -+ ln -fs libdconf.so.0 $(DESTDIR)$(shlibdir)/libdconf.so - - uninstall-hook: - rm -f $(DESTDIR)$(shlibdir)/libdconf.so.0 diff --git a/devel/dconf/files/patch-common_shmdir.c b/devel/dconf/files/patch-common_shmdir.c deleted file mode 100644 index b8ed3eeb2..000000000 --- a/devel/dconf/files/patch-common_shmdir.c +++ /dev/null @@ -1,16 +0,0 @@ ---- common/dconf-shmdir.c.orig 2010-10-21 13:46:17.000000000 +0200 -+++ common/dconf-shmdir.c 2010-10-21 13:47:46.000000000 +0200 -@@ -21,8 +21,13 @@ - - #include "dconf-shmdir.h" - -+#ifdef __linux__ - #include <sys/statfs.h> - #include <sys/vfs.h> -+#elif __FreeBSD__ -+#include <sys/param.h> -+#include <sys/mount.h> -+#endif - #include <errno.h> - - #ifndef NFS_SUPER_MAGIC diff --git a/devel/dconf/files/patch-engine_dconf-engine.c b/devel/dconf/files/patch-engine_dconf-engine.c deleted file mode 100644 index 328a8f53f..000000000 --- a/devel/dconf/files/patch-engine_dconf-engine.c +++ /dev/null @@ -1,11 +0,0 @@ ---- engine/dconf-engine.c.orig 2010-08-04 17:40:53.000000000 +0200 -+++ engine/dconf-engine.c 2010-11-03 00:23:07.000000000 +0100 -@@ -144,7 +144,7 @@ dconf_engine_setup_user (DConfEngine *en - - if (fd >= 0) - { -- if (posix_fallocate (fd, 0, 1) == 0) -+ if (ftruncate (fd, 1) == 0) - { - engine->shm = mmap (NULL, 1, PROT_READ, MAP_SHARED, fd, 0); - diff --git a/devel/dconf/files/patch-gsettings_dconfsettingsbackend.c b/devel/dconf/files/patch-gsettings_dconfsettingsbackend.c deleted file mode 100644 index 4fe175035..000000000 --- a/devel/dconf/files/patch-gsettings_dconfsettingsbackend.c +++ /dev/null @@ -1,36 +0,0 @@ ---- gsettings/dconfsettingsbackend.c.orig 2010-11-03 00:18:46.000000000 +0100 -+++ gsettings/dconfsettingsbackend.c 2010-11-03 00:21:03.000000000 +0100 -@@ -155,6 +155,7 @@ dconf_settings_backend_remove_outstandin - g_dbus_message_get_sender (message), - g_dbus_message_get_body (message), - anti_expose, NULL); -+ g_slice_free (Outstanding, tmp); - - found = TRUE; - break; -@@ -457,6 +458,7 @@ dconf_settings_backend_write_tree (GSett - gpointer origin_tag) - { - DConfSettingsBackend *dcsb = (DConfSettingsBackend *) backend; -+ gboolean success = FALSE; - volatile guint32 *serial; - DConfEngineMessage dcem; - GDBusConnection *bus; -@@ -478,15 +480,11 @@ dconf_settings_backend_write_tree (GSett - - g_settings_backend_keys_changed (backend, prefix, keys, origin_tag); - -- return TRUE; -+ success = TRUE; - } - } - -- g_free (prefix); -- g_free (values); -- g_free (keys); -- -- return FALSE; -+ return success; - } - - static void diff --git a/devel/dconf/pkg-descr b/devel/dconf/pkg-descr deleted file mode 100644 index 010cc810e..000000000 --- a/devel/dconf/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -GConf extends the concept of a configuration registry. It provides -a simple way for applications and administrators to store data; -often GConf is used to store preferences for applications. - -Some of the features of GConf are: -GConf provides: - - * Documentation for each configuration key, so that administrators - can better modify the value. - - * Notifications to interested applications when configuration data - is changed. The notification service works across networks, - affecting all login sessions for a single user. - - * Proper locking so that configuration data doesn't get corrupted - when accessed by multiple applications at the same time. - -WWW: http://www.gnome.org/projects/gconf/ diff --git a/devel/dconf/pkg-plist b/devel/dconf/pkg-plist deleted file mode 100644 index 0a3510bed..000000000 --- a/devel/dconf/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -bin/dconf -bin/dconf-editor -include/dconf/dconf-client.h -include/dconf/dconf-engine.h -include/dconf/dconf-paths.h -include/dconf/dconf-readtype.h -include/dconf/dconf-resetlist.h -include/dconf/dconf.h -lib/gio/modules/libdconfsettings.so -lib/girepository-1.0/dconf-1.0.typelib -lib/libdconf.so -lib/libdconf.so.0 -libdata/pkgconfig/dconf.pc -libexec/dconf-service -share/dbus-1/services/ca.desrt.dconf.service -share/dbus-1/system-services/ca.desrt.dconf.service -share/gir-1.0/dconf-1.0.gir -share/gtk-doc/html/dconf/DConfClient.html -share/gtk-doc/html/dconf/dconf-DConf-Paths.html -share/gtk-doc/html/dconf/annotation-glossary.html -share/gtk-doc/html/dconf/api-index-full.html -share/gtk-doc/html/dconf/ch01.html -share/gtk-doc/html/dconf/dconf.devhelp -share/gtk-doc/html/dconf/dconf.devhelp2 -share/gtk-doc/html/dconf/home.png -share/gtk-doc/html/dconf/index.html -share/gtk-doc/html/dconf/index.sgml -share/gtk-doc/html/dconf/left.png -share/gtk-doc/html/dconf/object-tree.html -share/gtk-doc/html/dconf/right.png -share/gtk-doc/html/dconf/style.css -share/gtk-doc/html/dconf/up.png -share/vala/vapi/dconf.deps -share/vala/vapi/dconf.vapi -@dirrmtry share/vala/vapi -@dirrm share/gtk-doc/html/dconf -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm include/dconf -@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true -@unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile deleted file mode 100644 index 7e09cd5bb..000000000 --- a/devel/devhelp/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: devhelp -# Date created: 29 May 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/devhelp/Makefile,v 1.37 2010/09/28 07:58:17 kwm Exp $ - -PORTNAME= devhelp -PORTVERSION= 2.32.0 -PORTEPOCH= 1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Developer help browser for GNOME 2 - -LIB_DEPENDS= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique - -USE_BZIP2= yes -USE_XORG= x11 -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libwnck -USE_AUTOTOOLS= libtool:22 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -GCONF_SCHEMAS= devhelp.schemas -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" - -OPTIONS= GEDIT "Enable GEdit plug-in support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_GEDIT) -BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -PLIST_SUB+= GEDIT="" -.else -PLIST_SUB+= GEDIT="@comment " -.endif - -post-patch: -.if defined(WITHOUT_GEDIT) - @${REINPLACE_CMD} -e 's|gedit-plugin||' \ - ${WRKSRC}/misc/Makefile.in - @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_SINGLE_INCLUDES||g' \ - ${WRKSRC}/src/Makefile.in -.endif - -.include <bsd.port.post.mk> diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo deleted file mode 100644 index a132abcb5..000000000 --- a/devel/devhelp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/devhelp-2.32.0.tar.bz2) = c6690a45609caa00ecd9cd92f7d28915 -SHA256 (gnome2/devhelp-2.32.0.tar.bz2) = 61b342cbaf27379be9baa5df1f34c9464916601ec4378fa7e1c76fcc686553e4 -SIZE (gnome2/devhelp-2.32.0.tar.bz2) = 503689 diff --git a/devel/devhelp/files/patch-src_dh-book-manager.c b/devel/devhelp/files/patch-src_dh-book-manager.c deleted file mode 100644 index a9d8640db..000000000 --- a/devel/devhelp/files/patch-src_dh-book-manager.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/dh-book-manager.c.orig 2010-09-01 11:30:01.000000000 +0200 -+++ src/dh-book-manager.c 2010-09-01 11:31:03.000000000 +0200 -@@ -149,6 +149,10 @@ book_manager_add_books_in_data_dir (DhBo - dir = g_build_filename (data_dir, "devhelp", "books", NULL); - book_manager_add_from_dir (book_manager, dir); - g_free (dir); -+ -+ dir = g_build_filename (data_dir, "doc", NULL); -+ book_manager_add_from_dir (book_manager, dir); -+ g_free (dir); - } - - void diff --git a/devel/devhelp/pkg-descr b/devel/devhelp/pkg-descr deleted file mode 100644 index 2d617b391..000000000 --- a/devel/devhelp/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -devhelp is a developer's help browser for GNOME 2. It is a GUI -frontend to books about GNOME development, providing cross-referenced, -easily searchable information. Many books are available, and can -be found through the project's website. - -WWW: http://www.imendio.com/projects/devhelp/ - --Adam Weinberger <adamw@FreeBSD.org> diff --git a/devel/devhelp/pkg-plist b/devel/devhelp/pkg-plist deleted file mode 100644 index 429773074..000000000 --- a/devel/devhelp/pkg-plist +++ /dev/null @@ -1,147 +0,0 @@ -bin/devhelp -include/devhelp-2.0/devhelp/dh-assistant-view.h -include/devhelp-2.0/devhelp/dh-assistant.h -include/devhelp-2.0/devhelp/dh-base.h -include/devhelp-2.0/devhelp/dh-book-manager.h -include/devhelp-2.0/devhelp/dh-book-tree.h -include/devhelp-2.0/devhelp/dh-book.h -include/devhelp-2.0/devhelp/dh-error.h -include/devhelp-2.0/devhelp/dh-keyword-model.h -include/devhelp-2.0/devhelp/dh-link.h -include/devhelp-2.0/devhelp/dh-search.h -include/devhelp-2.0/devhelp/dh-window.h -%%GEDIT%%lib/gedit-2/plugins/devhelp.gedit-plugin -%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.py -%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.pyc -%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.pyo -%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.py -%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.pyc -%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.pyo -lib/libdevhelp-2.a -lib/libdevhelp-2.la -lib/libdevhelp-2.so -lib/libdevhelp-2.so.1 -libdata/pkgconfig/libdevhelp-2.0.pc -share/applications/devhelp.desktop -share/devhelp/assistant/assistant.css -share/devhelp/assistant/assistant.js -share/devhelp/devhelp.defaults -share/devhelp/dtd/devhelp-1.dtd -share/devhelp/ui/devhelp.builder -share/devhelp/ui/window.ui -share/icons/hicolor/16x16/apps/devhelp.png -share/icons/hicolor/22x22/apps/devhelp.png -share/icons/hicolor/24x24/apps/devhelp.png -share/icons/hicolor/32x32/apps/devhelp.png -share/icons/hicolor/48x48/apps/devhelp.png -share/icons/hicolor/scalable/apps/devhelp.svg -share/locale/am/LC_MESSAGES/devhelp.mo -share/locale/ar/LC_MESSAGES/devhelp.mo -share/locale/ast/LC_MESSAGES/devhelp.mo -share/locale/az/LC_MESSAGES/devhelp.mo -share/locale/be/LC_MESSAGES/devhelp.mo -share/locale/be@latin/LC_MESSAGES/devhelp.mo -share/locale/bg/LC_MESSAGES/devhelp.mo -share/locale/bn/LC_MESSAGES/devhelp.mo -share/locale/bn_IN/LC_MESSAGES/devhelp.mo -share/locale/ca/LC_MESSAGES/devhelp.mo -share/locale/ca@valencia/LC_MESSAGES/devhelp.mo -share/locale/cs/LC_MESSAGES/devhelp.mo -share/locale/da/LC_MESSAGES/devhelp.mo -share/locale/de/LC_MESSAGES/devhelp.mo -share/locale/dz/LC_MESSAGES/devhelp.mo -share/locale/el/LC_MESSAGES/devhelp.mo -share/locale/en_CA/LC_MESSAGES/devhelp.mo -share/locale/en_GB/LC_MESSAGES/devhelp.mo -share/locale/en@shaw/LC_MESSAGES/devhelp.mo -share/locale/eo/LC_MESSAGES/devhelp.mo -share/locale/es/LC_MESSAGES/devhelp.mo -share/locale/et/LC_MESSAGES/devhelp.mo -share/locale/fi/LC_MESSAGES/devhelp.mo -share/locale/fr/LC_MESSAGES/devhelp.mo -share/locale/gl/LC_MESSAGES/devhelp.mo -share/locale/gu/LC_MESSAGES/devhelp.mo -share/locale/he/LC_MESSAGES/devhelp.mo -share/locale/hi/LC_MESSAGES/devhelp.mo -share/locale/hr/LC_MESSAGES/devhelp.mo -share/locale/hu/LC_MESSAGES/devhelp.mo -share/locale/hy/LC_MESSAGES/devhelp.mo -share/locale/id/LC_MESSAGES/devhelp.mo -share/locale/is/LC_MESSAGES/devhelp.mo -share/locale/it/LC_MESSAGES/devhelp.mo -share/locale/ja/LC_MESSAGES/devhelp.mo -share/locale/kn/LC_MESSAGES/devhelp.mo -share/locale/ko/LC_MESSAGES/devhelp.mo -share/locale/lt/LC_MESSAGES/devhelp.mo -share/locale/lv/LC_MESSAGES/devhelp.mo -share/locale/mai/LC_MESSAGES/devhelp.mo -share/locale/mk/LC_MESSAGES/devhelp.mo -share/locale/ml/LC_MESSAGES/devhelp.mo -share/locale/ms/LC_MESSAGES/devhelp.mo -share/locale/nb/LC_MESSAGES/devhelp.mo -share/locale/ne/LC_MESSAGES/devhelp.mo -share/locale/nl/LC_MESSAGES/devhelp.mo -share/locale/nn/LC_MESSAGES/devhelp.mo -share/locale/oc/LC_MESSAGES/devhelp.mo -share/locale/or/LC_MESSAGES/devhelp.mo -share/locale/pa/LC_MESSAGES/devhelp.mo -share/locale/pl/LC_MESSAGES/devhelp.mo -share/locale/ps/LC_MESSAGES/devhelp.mo -share/locale/pt/LC_MESSAGES/devhelp.mo -share/locale/pt_BR/LC_MESSAGES/devhelp.mo -share/locale/ro/LC_MESSAGES/devhelp.mo -share/locale/ru/LC_MESSAGES/devhelp.mo -share/locale/rw/LC_MESSAGES/devhelp.mo -share/locale/sk/LC_MESSAGES/devhelp.mo -share/locale/sl/LC_MESSAGES/devhelp.mo -share/locale/sq/LC_MESSAGES/devhelp.mo -share/locale/sr/LC_MESSAGES/devhelp.mo -share/locale/sr@latin/LC_MESSAGES/devhelp.mo -share/locale/sv/LC_MESSAGES/devhelp.mo -share/locale/ta/LC_MESSAGES/devhelp.mo -share/locale/te/LC_MESSAGES/devhelp.mo -share/locale/th/LC_MESSAGES/devhelp.mo -share/locale/tr/LC_MESSAGES/devhelp.mo -share/locale/ug/LC_MESSAGES/devhelp.mo -share/locale/uk/LC_MESSAGES/devhelp.mo -share/locale/vi/LC_MESSAGES/devhelp.mo -share/locale/zh_CN/LC_MESSAGES/devhelp.mo -share/locale/zh_HK/LC_MESSAGES/devhelp.mo -share/locale/zh_TW/LC_MESSAGES/devhelp.mo -@dirrm share/devhelp/ui -@dirrm share/devhelp/dtd -@dirrm share/devhelp/assistant -@dirrm share/devhelp -@dirrm include/devhelp-2.0/devhelp -@dirrm include/devhelp-2.0 -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@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/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/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/eo/LC_MESSAGES -@dirrmtry share/locale/eo -@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/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile deleted file mode 100644 index d38f92a5d..000000000 --- a/devel/gconf2/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: gconf2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.123 2010/11/14 17:56:35 marcus Exp $ -# - -PORTNAME= gconf2 -PORTVERSION= 2.32.0 -PORTREVISION?= 2 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= GConf-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A configuration database system for GNOME - -USE_BZIP2= yes - -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 ltverhack \ - referencehack intlhack dconf -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -# --enable-gconf-source=${PREFIX}/etc/gconf/schemas \ - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -MAN1= gconftool-2.1 gsettings-data-convert.1 \ - gsettings-schema-convert.1 - -OPTIONS= LDAP "Enable LDAP support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--with-openldap -PLIST_SUB+= LDAP="" -.else -CONFIGURE_ARGS+=--without-openldap -PLIST_SUB+= LDAP="@comment " -.endif - -post-install: - -${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gio/modules - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo deleted file mode 100644 index b7d4f13db..000000000 --- a/devel/gconf2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/GConf-2.32.0.tar.bz2) = b161da6a1ab090b649aed3111003b0bb -SHA256 (gnome2/GConf-2.32.0.tar.bz2) = 54dd1dd7f49928a9cc42574bef6ef0481753770fc19986dc2004bbb7fac977a0 -SIZE (gnome2/GConf-2.32.0.tar.bz2) = 1541688 diff --git a/devel/gconf2/files/patch-gconf_default.path.in b/devel/gconf2/files/patch-gconf_default.path.in deleted file mode 100644 index 0b60822c7..000000000 --- a/devel/gconf2/files/patch-gconf_default.path.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gconf/default.path.in.orig 2009-03-06 17:10:54.000000000 -0500 -+++ gconf/default.path.in 2009-03-06 17:11:25.000000000 -0500 -@@ -21,7 +21,7 @@ include "$(HOME)/.gconf.path" - xml:readwrite:$(HOME)/.gconf - - # Location for system-wide settings that are set by the defaults mechanism --xml:readonly:/etc/gconf/gconf.xml.system -+xml:readonly:@sysgconfdir@/gconf.xml.system - - # To read in any defaults settings that the Sys Admin may have created - # prior to a desktop system upgrade. The SysAdmin can stick default values diff --git a/devel/gconf2/files/patch-gsettings_gconfsettingsbackend.c b/devel/gconf2/files/patch-gsettings_gconfsettingsbackend.c deleted file mode 100644 index 9742e9e91..000000000 --- a/devel/gconf2/files/patch-gsettings_gconfsettingsbackend.c +++ /dev/null @@ -1,9 +0,0 @@ ---- gsettings/gconfsettingsbackend.c.orig 2010-11-14 12:54:57.000000000 -0500 -+++ gsettings/gconfsettingsbackend.c 2010-11-14 12:55:08.000000000 -0500 -@@ -924,5 +924,5 @@ gconf_settings_backend_register (GIOModu - g_io_extension_point_implement (G_SETTINGS_BACKEND_EXTENSION_POINT_NAME, - GCONF_TYPE_SETTINGS_BACKEND, - "gconf", -- -1); -+ 10); - } diff --git a/devel/gconf2/pkg-descr b/devel/gconf2/pkg-descr deleted file mode 100644 index 010cc810e..000000000 --- a/devel/gconf2/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -GConf extends the concept of a configuration registry. It provides -a simple way for applications and administrators to store data; -often GConf is used to store preferences for applications. - -Some of the features of GConf are: -GConf provides: - - * Documentation for each configuration key, so that administrators - can better modify the value. - - * Notifications to interested applications when configuration data - is changed. The notification service works across networks, - affecting all login sessions for a single user. - - * Proper locking so that configuration data doesn't get corrupted - when accessed by multiple applications at the same time. - -WWW: http://www.gnome.org/projects/gconf/ diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist deleted file mode 100644 index 010cc2f6c..000000000 --- a/devel/gconf2/pkg-plist +++ /dev/null @@ -1,175 +0,0 @@ -bin/gconf-merge-tree -bin/gconftool-2 -bin/gsettings-data-convert -bin/gsettings-schema-convert -etc/dbus-1/system.d/org.gnome.GConf.Defaults.conf -%%LDAP%%etc/gconf/2/evoldap.conf -etc/gconf/2/path -etc/xdg/autostart/gsettings-data-convert.desktop -include/gconf/2/gconf/gconf-changeset.h -include/gconf/2/gconf/gconf-client.h -include/gconf/2/gconf/gconf-engine.h -include/gconf/2/gconf/gconf-enum-types.h -include/gconf/2/gconf/gconf-error.h -include/gconf/2/gconf/gconf-listeners.h -include/gconf/2/gconf/gconf-schema.h -include/gconf/2/gconf/gconf-value.h -include/gconf/2/gconf/gconf.h -libexec/gconf-defaults-mechanism -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.a -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.la -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.so -lib/GConf/2/libgconfbackend-oldxml.a -lib/GConf/2/libgconfbackend-oldxml.la -lib/GConf/2/libgconfbackend-oldxml.so -lib/GConf/2/libgconfbackend-xml.a -lib/GConf/2/libgconfbackend-xml.la -lib/GConf/2/libgconfbackend-xml.so -lib/girepository-1.0/GConf-2.0.typelib -lib/gio/modules/libgsettingsgconfbackend.a -lib/gio/modules/libgsettingsgconfbackend.la -lib/gio/modules/libgsettingsgconfbackend.so -lib/libgconf-2.a -lib/libgconf-2.la -lib/libgconf-2.so -lib/libgconf-2.so.4 -libdata/pkgconfig/gconf-2.0.pc -libexec/gconf-sanity-check-2 -libexec/gconfd-2 -%%LDAP%%share/GConf/schema/evoldap.schema -share/aclocal/gconf-2.m4 -share/dbus-1/system-services/org.gnome.GConf.Defaults.service -share/dbus-1/services/org.gnome.GConf.service -share/gir-1.0/GConf-2.0.gir -share/locale/am/LC_MESSAGES/GConf2.mo -share/locale/ar/LC_MESSAGES/GConf2.mo -share/locale/as/LC_MESSAGES/GConf2.mo -share/locale/ast/LC_MESSAGES/GConf2.mo -share/locale/az/LC_MESSAGES/GConf2.mo -share/locale/be/LC_MESSAGES/GConf2.mo -share/locale/bg/LC_MESSAGES/GConf2.mo -share/locale/bn/LC_MESSAGES/GConf2.mo -share/locale/bn_IN/LC_MESSAGES/GConf2.mo -share/locale/bs/LC_MESSAGES/GConf2.mo -share/locale/ca/LC_MESSAGES/GConf2.mo -share/locale/ca@valencia/LC_MESSAGES/GConf2.mo -share/locale/cs/LC_MESSAGES/GConf2.mo -share/locale/cy/LC_MESSAGES/GConf2.mo -share/locale/da/LC_MESSAGES/GConf2.mo -share/locale/de/LC_MESSAGES/GConf2.mo -share/locale/dz/LC_MESSAGES/GConf2.mo -share/locale/el/LC_MESSAGES/GConf2.mo -share/locale/en@shaw/LC_MESSAGES/GConf2.mo -share/locale/en_CA/LC_MESSAGES/GConf2.mo -share/locale/en_GB/LC_MESSAGES/GConf2.mo -share/locale/es/LC_MESSAGES/GConf2.mo -share/locale/et/LC_MESSAGES/GConf2.mo -share/locale/eu/LC_MESSAGES/GConf2.mo -share/locale/fa/LC_MESSAGES/GConf2.mo -share/locale/fi/LC_MESSAGES/GConf2.mo -share/locale/fr/LC_MESSAGES/GConf2.mo -share/locale/ga/LC_MESSAGES/GConf2.mo -share/locale/gl/LC_MESSAGES/GConf2.mo -share/locale/gu/LC_MESSAGES/GConf2.mo -share/locale/he/LC_MESSAGES/GConf2.mo -share/locale/hi/LC_MESSAGES/GConf2.mo -share/locale/hr/LC_MESSAGES/GConf2.mo -share/locale/hu/LC_MESSAGES/GConf2.mo -share/locale/hy/LC_MESSAGES/GConf2.mo -share/locale/id/LC_MESSAGES/GConf2.mo -share/locale/is/LC_MESSAGES/GConf2.mo -share/locale/it/LC_MESSAGES/GConf2.mo -share/locale/ja/LC_MESSAGES/GConf2.mo -share/locale/ka/LC_MESSAGES/GConf2.mo -share/locale/kn/LC_MESSAGES/GConf2.mo -share/locale/ko/LC_MESSAGES/GConf2.mo -share/locale/ku/LC_MESSAGES/GConf2.mo -share/locale/lt/LC_MESSAGES/GConf2.mo -share/locale/lv/LC_MESSAGES/GConf2.mo -share/locale/mai/LC_MESSAGES/GConf2.mo -share/locale/mg/LC_MESSAGES/GConf2.mo -share/locale/mk/LC_MESSAGES/GConf2.mo -share/locale/ml/LC_MESSAGES/GConf2.mo -share/locale/mn/LC_MESSAGES/GConf2.mo -share/locale/mr/LC_MESSAGES/GConf2.mo -share/locale/ms/LC_MESSAGES/GConf2.mo -share/locale/nb/LC_MESSAGES/GConf2.mo -share/locale/ne/LC_MESSAGES/GConf2.mo -share/locale/nl/LC_MESSAGES/GConf2.mo -share/locale/nn/LC_MESSAGES/GConf2.mo -share/locale/oc/LC_MESSAGES/GConf2.mo -share/locale/or/LC_MESSAGES/GConf2.mo -share/locale/pa/LC_MESSAGES/GConf2.mo -share/locale/pl/LC_MESSAGES/GConf2.mo -share/locale/pt/LC_MESSAGES/GConf2.mo -share/locale/pt_BR/LC_MESSAGES/GConf2.mo -share/locale/ro/LC_MESSAGES/GConf2.mo -share/locale/ru/LC_MESSAGES/GConf2.mo -share/locale/rw/LC_MESSAGES/GConf2.mo -share/locale/si/LC_MESSAGES/GConf2.mo -share/locale/sk/LC_MESSAGES/GConf2.mo -share/locale/sl/LC_MESSAGES/GConf2.mo -share/locale/sq/LC_MESSAGES/GConf2.mo -share/locale/sr/LC_MESSAGES/GConf2.mo -share/locale/sr@latin/LC_MESSAGES/GConf2.mo -share/locale/sv/LC_MESSAGES/GConf2.mo -share/locale/ta/LC_MESSAGES/GConf2.mo -share/locale/te/LC_MESSAGES/GConf2.mo -share/locale/th/LC_MESSAGES/GConf2.mo -share/locale/tr/LC_MESSAGES/GConf2.mo -share/locale/uk/LC_MESSAGES/GConf2.mo -share/locale/vi/LC_MESSAGES/GConf2.mo -share/locale/xh/LC_MESSAGES/GConf2.mo -share/locale/yi/LC_MESSAGES/GConf2.mo -share/locale/zh_CN/LC_MESSAGES/GConf2.mo -share/locale/zh_HK/LC_MESSAGES/GConf2.mo -share/locale/zh_TW/LC_MESSAGES/GConf2.mo -share/polkit-1/actions/org.gnome.gconf.defaults.policy -share/sgml/gconf/gconf-1.0.dtd -@dirrm share/sgml/gconf -%%LDAP%%@dirrm share/GConf/schema -%%LDAP%%@dirrm share/GConf -@dirrm lib/GConf/2 -@dirrm include/gconf/2/gconf -@dirrm include/gconf/2 -@dirrm etc/gconf/2 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/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/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@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 -@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true -@unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true diff --git a/devel/gio-fam-backend/Makefile b/devel/gio-fam-backend/Makefile deleted file mode 100644 index 34e255b3d..000000000 --- a/devel/gio-fam-backend/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: gio-fam-backend -# Date Created: 22 December 2007 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.64 2010/09/27 17:34:20 kwm Exp $ -# - -PORTNAME= gio-fam-backend -PORTVERSION= 2.26.1 -PORTREVISION= 0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ - ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= glib-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= FAM backend for GLib's GIO library - -USE_BZIP2= yes -BUILD_WRKSRC= ${WRKSRC}/gio/fam -INSTALL_WRKSRC= ${BUILD_WRKSRC} -GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig _glib20 -USE_FAM= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -CONFIGURE_ARGS= --enable-static --with-libiconv=gnu -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.include <bsd.port.mk> diff --git a/devel/gio-fam-backend/distinfo b/devel/gio-fam-backend/distinfo deleted file mode 100644 index 0ef45aba0..000000000 --- a/devel/gio-fam-backend/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/glib-2.26.1.tar.bz2) = 7a74ff12b6b9dee1f2d0e520b56b68b621920c4f4250bdf23468e515625c28d5 -SIZE (gnome2/glib-2.26.1.tar.bz2) = 6704686 diff --git a/devel/gio-fam-backend/files/patch-ae b/devel/gio-fam-backend/files/patch-ae deleted file mode 100644 index a6d6851b0..000000000 --- a/devel/gio-fam-backend/files/patch-ae +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig 2010-03-03 21:31:46.000000000 -0500 -+++ configure 2010-03-03 21:47:47.000000000 -0500 -@@ -714,6 +714,9 @@ ac_includes_default="\ - #ifdef HAVE_SYS_TYPES_H - # include <sys/types.h> - #endif -+#ifdef HAVE_SYS_PARAM_H -+# include <sys/param.h> -+#endif - #ifdef HAVE_SYS_STAT_H - # include <sys/stat.h> - #endif -@@ -23020,7 +23023,7 @@ _ACEOF - fi - done - --for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid -+for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid sysctlbyname - do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` - ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -@@ -25631,6 +25634,8 @@ fi - ;; - esac - fi -+ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" -+ G_THREAD_LIBS="${PTHREAD_LIBS}" - - if test x"$G_THREAD_CFLAGS" = x; then - diff --git a/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in b/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in deleted file mode 100644 index 44250d545..000000000 --- a/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in +++ /dev/null @@ -1,36 +0,0 @@ ---- gio/fam/Makefile.in.orig 2010-01-28 10:40:29.000000000 -0500 -+++ gio/fam/Makefile.in 2010-01-28 10:43:26.000000000 -0500 -@@ -76,9 +76,8 @@ am__base_list = \ - am__installdirs = "$(DESTDIR)$(giomoduledir)" - LTLIBRARIES = $(giomodule_LTLIBRARIES) - am__DEPENDENCIES_1 = --libgiofam_la_DEPENDENCIES = $(top_builddir)/gio/libgio-2.0.la \ -- $(top_builddir)/gobject/libgobject-2.0.la \ -- $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1) \ -+libgiofam_la_DEPENDENCIES = \ -+ $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am__objects_1 = - am_libgiofam_la_OBJECTS = libgiofam_la-fam-helper.lo \ -@@ -369,9 +368,9 @@ libgiofam_la_CFLAGS = \ - - libgiofam_la_LDFLAGS = $(module_flags) - libgiofam_la_LIBADD = \ -- $(top_builddir)/gio/libgio-2.0.la \ -- $(top_builddir)/gobject/libgobject-2.0.la \ -- $(top_builddir)/glib/libglib-2.0.la \ -+ -lgio-2.0 \ -+ -lgobject-2.0 \ -+ -lglib-2.0 \ - $(GLIB_LIBS) \ - $(FAM_LIBS) \ - $(NULL) -@@ -776,7 +775,7 @@ check-local: test - - install-data-hook: - if $(RUN_QUERY_MODULES) && test -z "$(DESTDIR)" ; then \ -- $(top_builddir)/gio/gio-querymodules$(EXEEXT) $(DESTDIR)$(GIO_MODULE_DIR) ; \ -+ gio-querymodules$(EXEEXT) $(DESTDIR)$(GIO_MODULE_DIR) ; \ - fi - - uninstall-local: diff --git a/devel/gio-fam-backend/pkg-descr b/devel/gio-fam-backend/pkg-descr deleted file mode 100644 index b44b5d557..000000000 --- a/devel/gio-fam-backend/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -gio-fam-backend provides a file Alteration Monitor (FAM) backend module for -GLib's GIO subsystem. diff --git a/devel/gio-fam-backend/pkg-plist b/devel/gio-fam-backend/pkg-plist deleted file mode 100644 index f3ca7da86..000000000 --- a/devel/gio-fam-backend/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/gio/modules/libgiofam.a -lib/gio/modules/libgiofam.la -lib/gio/modules/libgiofam.so -@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true -@unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true diff --git a/devel/gir-repository/Makefile b/devel/gir-repository/Makefile deleted file mode 100644 index 7f23de8dd..000000000 --- a/devel/gir-repository/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: gir-repository -# Date created: 14 Aug 2009 -# Whom: Pawel Worach <pawel.worach@gmail.com> -# -# $FreeBSD$ -# $MCom: ports/devel/gir-repository/Makefile,v 1.20 2010/06/06 11:07:05 kwm Exp $ -# - -MASTER_SITES= # Empty -DISTFILES= # None -PATCHDIR= # None - -CATEGORIES= devel gnome - -COMMENT= Introspection information for various libraries - -NO_BUILD= yes - -RUN_DEPENDS= ${GIRDIR}/${poppler_GIR}.gir:${PORTSDIR}/${poppler_CATEGORY}/gir-repository-poppler \ - ${GIRDIR}/${dbus_GIR}.gir:${PORTSDIR}/${dbus_CATEGORY}/gir-repository-dbus \ - ${GIRDIR}/${babl_GIR}.gir:${PORTSDIR}/${babl_CATEGORY}/gir-repository-babl \ - ${GIRDIR}/${gnomekeyring_GIR}.gir:${PORTSDIR}/${gnomekeyring_CATEGORY}/gir-repository-gnome-keyring \ - ${GIRDIR}/${libnotify_GIR}.gir:${PORTSDIR}/${libnotify_CATEGORY}/gir-repository-libnotify \ - ${GIRDIR}/${vte_GIR}.gir:${PORTSDIR}/${vte_CATEGORY}/gir-repository-vte \ - ${GIRDIR}/${goocanvas_GIR}.gir:${PORTSDIR}/${goocanvas_CATEGORY}/gir-repository-goocanvas - -do-install: # empty - -.include "${.CURDIR}/../../devel/gir-repository/bsd.gir.mk" diff --git a/devel/gir-repository/bsd.gir.mk b/devel/gir-repository/bsd.gir.mk deleted file mode 100644 index cb9b4f1d1..000000000 --- a/devel/gir-repository/bsd.gir.mk +++ /dev/null @@ -1,134 +0,0 @@ -PORTNAME= gir-repository -PORTVERSION= 0.6.5 -PORTREVISION?= 5 - -MAINTAINER= gnome@FreeBSD.org - -GIRDIR= ${LOCALBASE}/share/gir-1.0 - -poppler_CATEGORY= graphics -poppler_GIR= Poppler-0.8 - -babl_CATEGORY= x11 -babl_GIR= Babl-0.1 - -libnotify_CATEGORY= devel -libnotify_GIR= Notify-0.4 - -vte_CATEGORY= x11-toolkits -vte_GIR= Vte-1.0 - -goocanvas_CATEGORY= graphics -goocanvas_GIR= GooCanvas-0.10 - -.if defined(PKGNAMESUFFIX) - -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -COMMENT?= Introspection information for ${GIR_NAME} - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig - -GIR_NAME= ${PKGNAMESUFFIX:S/-//g} -DEP_NAMES= ${GIR_NAME} - -GIRDIR_REL= ${GIRDIR:S,^${LOCALBASE}/,,} -TYPELIBDIR_REL= lib/girepository-1.0 - -PLIST= ${NONEXISTENT} - -# This list is used to enable/disable gir modules in the configure script. -# So all girs should be here even if we don't use them. -_USE_GIR_ALL= dbus atk pango pangoxft poppler gtk gconf soup babl nautilusextension \ - gnomekeyring webkit notify gnio clutter clutter_gtk clutter_cairo \ - gstreamer gstbufferlist_h gstreamer_plugins_base gtksourceview vte \ - goocanvas gssdp gupnp avahi unique gmenu wnck - -.if ${GIR_NAME} == "poppler" -LIB_DEPENDS+= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk -USE_GNOME+= gtk20 -GIR_FILES= Poppler-0.8 -CLEAR_DEPS+= Gdk-2.0 -.endif - -.if ${GIR_NAME} == "babl" -LIB_DEPENDS+= babl-0.1.0:${PORTSDIR}/x11/babl -GIR_FILES= Babl-0.1 -.endif - -.if ${GIR_NAME} == "libnotify" -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -USE_GNOME+= gtk20 -GIR_FILES= Notify-0.4 -DEP_NAMES= notify -CLEAR_DEPS+= Gtk-2.0 -.endif - -.if ${GIR_NAME} == "vte" -USE_GNOME+= vte -GIR_FILES= Vte-1.0 -CLEAR_DEPS+= Gtk-2.0 -.endif - -.if ${GIR_NAME} == "goocanvas" -LIB_DEPENDS+= goocanvas.3:${PORTSDIR}/graphics/goocanvas -USE_GNOME+= gtk20 -GIR_FILES= GooCanvas-0.10 -CLEAR_DEPS+= Gtk-2.0 -.endif - -. for component in ${USE_GIR:C/^([^:]+).*/\1/} -CLEAR_DEPS+= ${${component}_GIR} -BUILD_DEPENDS+= ${GIRDIR}/${${component}_GIR}.gir:${PORTSDIR}/${${component}_CATEGORY}/gir-repository-${component} -RUN_DEPENDS+= ${GIRDIR}/${${component}_GIR}.gir:${PORTSDIR}/${${component}_CATEGORY}/gir-repository-${component} -. endfor - -pre-patch: -# disable all components -.for component in ${_USE_GIR_ALL} - @${REINPLACE_CMD} -e 's|have_${component}=true|have_${component}=false|g' \ - ${WRKSRC}/configure -.endfor -.if defined(DEP_NAMES) -# enable components -.for component in ${DEP_NAMES} - @${REINPLACE_CMD} -e 's|have_${component}=false|have_${component}=true|g' \ - ${WRKSRC}/configure -.endfor -.endif - -post-configure: -.if defined(CLEAR_DEPS) -# clear Makefile targets -. for dep in ${CLEAR_DEPS} - @${REINPLACE_CMD} -e 's|${dep}.gir||g' \ - ${WRKSRC}/gir/Makefile -. endfor -.endif - -.if !target(post-install-script) -post-install-script: -# build plist -.for gir in ${GIR_FILES} - @${ECHO} ${TYPELIBDIR_REL}/${gir}.typelib >> ${TMPPLIST} - @${ECHO} ${GIRDIR_REL}/${gir}.gir >> ${TMPPLIST} -.endfor -.for lib in ${LIB_FILES} - @${ECHO} lib/libgirepo-${lib}-custom.a >> ${TMPPLIST} - @${ECHO} lib/libgirepo-${lib}-custom.la >> ${TMPPLIST} - @${ECHO} lib/libgirepo-${lib}-custom.so >> ${TMPPLIST} -.endfor - @${ECHO_CMD} "@unexec rmdir %D/${TYPELIBDIR_REL} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/${GIRDIR_REL} 2>/dev/null || true" >> ${TMPPLIST} -.endif - -.endif - -.include <bsd.port.mk> diff --git a/devel/gir-repository/distinfo b/devel/gir-repository/distinfo deleted file mode 100644 index 4854a4c38..000000000 --- a/devel/gir-repository/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gir-repository-0.6.5.tar.bz2) = f161fa1ae161e81117af6f4bb79bf344 -SHA256 (gnome2/gir-repository-0.6.5.tar.bz2) = cbeadc6c701f376134c9fe288fe0d95a725d9fa398daaeeb6621c35e8bafcae1 -SIZE (gnome2/gir-repository-0.6.5.tar.bz2) = 264148 diff --git a/devel/gir-repository/files/patch-gir_Makefile.in b/devel/gir-repository/files/patch-gir_Makefile.in deleted file mode 100644 index 8932e4d3f..000000000 --- a/devel/gir-repository/files/patch-gir_Makefile.in +++ /dev/null @@ -1,95 +0,0 @@ ---- gir/Makefile.in.orig 2010-11-02 16:00:41.000000000 +0100 -+++ gir/Makefile.in 2010-11-02 16:02:11.000000000 +0100 -@@ -86,7 +86,7 @@ host_triplet = @host@ - @BUILD_GSSDP_TRUE@am__append_33 = GSSDP-1.0.gir - @BUILD_GUPNP_TRUE@am__append_34 = GUPnP-1.0.gir - @BUILD_AVAHI_TRUE@am__append_35 = Avahi-0.6.gir --@BUILD_BABL_TRUE@am__append_36 = Babl-0.0.gir -+@BUILD_BABL_TRUE@am__append_36 = Babl-0.1.gir - @BUILD_UNIQUE_TRUE@am__append_37 = Unique-1.0.gir - @BUILD_NAUTILUS_TRUE@am__append_38 = Nautilus-1.0.gir - @BUILD_WNCK_TRUE@am__append_39 = Wnck-1.0.gir -@@ -413,7 +413,7 @@ libgirepo_DBus_custom_la_SOURCES = \ - - @BUILD_GCONF_TRUE@GCONF_INCLUDEDIR = `pkg-config --variable=includedir gconf-2.0`/gconf/2 - @BUILD_SOUP_TRUE@SOUP_INCLUDEDIR = `pkg-config --variable=includedir libsoup-2.4`/libsoup-2.4 --@BUILD_SOUP_TRUE@SOUP_HDRS = $(shell echo $(SOUP_INCLUDEDIR)/libsoup/*.h | sed -re 's,[^ \t]+/soup-(gnome[a-z-]*|cookie-jar-sqlite)\.h[ \t]?,,g') -+@BUILD_SOUP_TRUE@SOUP_HDRS = $(shell echo $(SOUP_INCLUDEDIR)/libsoup/*.h | sed -Ee 's,[^ \t]+/soup-(gnome[a-z-]*|cookie-jar-sqlite)\.h[ \t]?,,g') - @BUILD_GNOMEKEYRING_TRUE@GNOMEKEYRING_INCLUDEDIR = `pkg-config --variable=includedir gnome-keyring-1`/gnome-keyring-1 - - # pango -@@ -549,7 +549,7 @@ libgirepo_Clutter_custom_la_SOURCES = \ - @BUILD_GSSDP_TRUE@GSSDP_INCLUDEDIR = `pkg-config --variable=includedir gssdp-1.0`/gssdp-1.0 - @BUILD_GUPNP_TRUE@GUPNP_INCLUDEDIR = `pkg-config --variable=includedir gupnp-1.0`/gupnp-1.0 - @BUILD_AVAHI_TRUE@AVAHI_INCLUDEDIR = `pkg-config --variable=includedir avahi-gobject`/avahi-gobject --@BUILD_BABL_TRUE@BABL_INCLUDEDIR = `pkg-config --variable=includedir babl`/babl-0.0 -+@BUILD_BABL_TRUE@BABL_INCLUDEDIR = `pkg-config --variable=includedir babl`/babl-0.1 - @BUILD_UNIQUE_TRUE@UNIQUE_INCLUDEDIR = `pkg-config --variable=includedir unique-1.0`/unique-1.0/unique - @BUILD_NAUTILUS_TRUE@NAUTILUS_INCLUDEDIR = `pkg-config --variable=includedir libnautilus-extension`/nautilus/libnautilus-extension - @BUILD_WNCK_TRUE@WNCK_INCLUDEDIR = `pkg-config --variable=includedir libwnck-1.0`/libwnck-1.0/libwnck -@@ -1083,7 +1083,7 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_PANGOXFT_TRUE@@BUILD_PANGO_TRUE@ --pkg freetype2 \ - @BUILD_PANGOXFT_TRUE@@BUILD_PANGO_TRUE@ --pkg pangox \ - @BUILD_PANGOXFT_TRUE@@BUILD_PANGO_TRUE@ $(PANGO_INCLUDEDIR)/pango/pangox.h --@BUILD_POPPLER_TRUE@Poppler-0.8.gir: Gdk-2.0.gir Pango-1.0.gir $(INTROSPECTION_SCANNER) -+@BUILD_POPPLER_TRUE@Poppler-0.8.gir: Gdk-2.0.gir $(INTROSPECTION_SCANNER) - @BUILD_POPPLER_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace Poppler --nsversion=0.8 \ - @BUILD_POPPLER_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ - @BUILD_POPPLER_TRUE@ --include=GObject-2.0 \ -@@ -1228,7 +1228,8 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_VTE_TRUE@ --pkg gtk+-2.0 \ - @BUILD_VTE_TRUE@ --pkg vte \ - @BUILD_VTE_TRUE@ --output $@ \ --@BUILD_VTE_TRUE@ $(VTE_INCLUDEDIR)/vte/*.h -+@BUILD_VTE_TRUE@ -DVTE_COMPILATION \ -+@BUILD_VTE_TRUE@ $(VTE_INCLUDEDIR)/vte-0.0/vte/*.h - @BUILD_CLUTTER_TRUE@ClutterJson-0.8.gir: $(INTROSPECTION_SCANNER) - @BUILD_CLUTTER_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace ClutterJson --nsversion=0.8 \ - @BUILD_CLUTTER_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ -@@ -1384,16 +1385,16 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --output $@ \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTFFT_INCLUDEDIR)/gst/fft/*h - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@GstInterfaces-0.10.gir: Gst-0.10.gir $(INTROSPECTION_SCANNER) --@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) $(INTROSPECTION_SCANNER) -v --namespace GstInterfaces --nsversion=0.10 \ -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) csh -c "$(INTROSPECTION_SCANNER) -v --namespace GstInterfaces --nsversion=0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=Gst-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstinterfaces-0.10 \ --@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool="$(LIBTOOL)" \ -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool=\"$(LIBTOOL)\" \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gobject-2.0 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-interfaces-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --output $@ \ --@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTINTERFACES_INCLUDEDIR)/gst/interfaces/{colorbalance,colorbalancechannel,interfaces-enumtypes,mixer,mixeroptions,mixertrack,navigation,propertyprobe,tuner,tunerchannel,tunernorm,videoorientation,xoverlay}*h -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTINTERFACES_INCLUDEDIR)/gst/interfaces/{colorbalance,colorbalancechannel,interfaces-enumtypes,mixer,mixeroptions,mixertrack,navigation,propertyprobe,tuner,tunerchannel,tunernorm,videoorientation,xoverlay}*h" - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@GstNetbuffer-0.10.gir: Gst-0.10.gir $(INTROSPECTION_SCANNER) - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) $(INTROSPECTION_SCANNER) -v --namespace GstNetbuffer --nsversion=0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ -@@ -1479,6 +1480,7 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=Gst-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=GstBase-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstvideo-0.10 \ -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstbasevideo-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool="$(LIBTOOL)" \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gobject-2.0 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-0.10 \ -@@ -1529,14 +1531,15 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_AVAHI_TRUE@ --output $@ \ - @BUILD_AVAHI_TRUE@ --pkg avahi-gobject \ - @BUILD_AVAHI_TRUE@ $(AVAHI_INCLUDEDIR)/*.h --@BUILD_BABL_TRUE@Babl-0.0.gir: $(INTROSPECTION_SCANNER) --@BUILD_BABL_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=0.0 \ -+@BUILD_BABL_TRUE@Babl-0.1.gir: $(INTROSPECTION_SCANNER) -+@BUILD_BABL_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=0.1 \ - @BUILD_BABL_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ - @BUILD_BABL_TRUE@ --include=GObject-2.0 \ --@BUILD_BABL_TRUE@ --library=babl-0.0 \ -+@BUILD_BABL_TRUE@ --library=babl-0.1 \ - @BUILD_BABL_TRUE@ --libtool="$(LIBTOOL)" \ - @BUILD_BABL_TRUE@ --output $@ \ - @BUILD_BABL_TRUE@ --pkg babl \ -+@BUILD_BABL_TRUE@ -DBABL_INSIDE_BABL_H \ - @BUILD_BABL_TRUE@ $(BABL_INCLUDEDIR)/babl/*.h - @BUILD_UNIQUE_TRUE@Unique-1.0.gir: Gtk-2.0.gir $(INTROSPECTION_SCANNER) - @BUILD_UNIQUE_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace Unique --nsversion=1.0 \ diff --git a/devel/gir-repository/pkg-descr b/devel/gir-repository/pkg-descr deleted file mode 100644 index 8371c3027..000000000 --- a/devel/gir-repository/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a repository of GIR interface description files. diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile deleted file mode 100644 index 14eec3f13..000000000 --- a/devel/glade3/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: glade3 -# Date created: Sun May 22 17:22:53 CEST 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= glade3 -PORTVERSION= 3.7.1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A user interface builder for GTK+/GNOME - -INSTALLS_ICONS= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnometarget gtk20 libxml2 gnomeprefix gnomehack \ - gnomedocutils desktopfileutils ltverhack -WANT_GNOME= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" - -DOCSDIR= ${PREFIX}/share/doc/gladeui - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -CONFIGURE_ARGS+=--enable-gnome -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gnome -.else -CONFIGURE_ARGS+=--disable-gnome -.endif - -.if ${HAVE_GNOME:Mpygtk2}!="" -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -PLIST_SUB+= PYTHON:="" -CONFIGURE_ARGS+=--enable-python -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON:="@comment " -.endif - -post-install: - ${MKDIR} ${PREFIX}/lib/glade3/bindings - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/devel/glade3/distinfo b/devel/glade3/distinfo deleted file mode 100644 index 3f632bbdc..000000000 --- a/devel/glade3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glade3-3.7.1.tar.bz2) = 35dca20dd51aa1a1fd461d723abba95b -SHA256 (gnome2/glade3-3.7.1.tar.bz2) = e803ea266df3f35515f68d067ef2509411db190bba3d121e640244ae09c12cfd -SIZE (gnome2/glade3-3.7.1.tar.bz2) = 2550121 diff --git a/devel/glade3/files/patch-configure b/devel/glade3/files/patch-configure deleted file mode 100644 index 1ba48665b..000000000 --- a/devel/glade3/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig 2009-06-13 12:44:55.000000000 +0200 -+++ configure 2009-06-13 12:45:11.000000000 +0200 -@@ -24755,10 +24755,10 @@ - { echo "$as_me:$LINENO: checking for libraries required to embed python" >&5 - echo $ECHO_N "checking for libraries required to embed python... $ECHO_C" >&6; } - py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` --if test "x$PYTHON_LIBS" == x; then -+if test "x$PYTHON_LIBS" = x; then - PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}" - fi --if test "x$PYTHON_LIB_LOC" == x; then -+if test "x$PYTHON_LIB_LOC" = x; then - PYTHON_LIB_LOC="${py_prefix}/lib" - fi - diff --git a/devel/glade3/pkg-descr b/devel/glade3/pkg-descr deleted file mode 100644 index b74a7247c..000000000 --- a/devel/glade3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Glade is a RAD tool to enable quick & easy development of user interfaces -for GTK+/GNOME. It can generate the C source code needed to create -the interfaces designed within Glade's interface editor. - -WWW: http://glade.gnome.org/ diff --git a/devel/glade3/pkg-plist b/devel/glade3/pkg-plist deleted file mode 100644 index 971dde53a..000000000 --- a/devel/glade3/pkg-plist +++ /dev/null @@ -1,601 +0,0 @@ -bin/glade-3 -include/libgladeui-1.0/gladeui/glade-accels.h -include/libgladeui-1.0/gladeui/glade-activatable-editor.h -include/libgladeui-1.0/gladeui/glade-app.h -include/libgladeui-1.0/gladeui/glade-attributes.h -include/libgladeui-1.0/gladeui/glade-base-editor.h -include/libgladeui-1.0/gladeui/glade-builtins.h -include/libgladeui-1.0/gladeui/glade-button-editor.h -include/libgladeui-1.0/gladeui/glade-catalog.h -include/libgladeui-1.0/gladeui/glade-cell-renderer-editor.h -include/libgladeui-1.0/gladeui/glade-cell-renderer-icon.h -include/libgladeui-1.0/gladeui/glade-clipboard-view.h -include/libgladeui-1.0/gladeui/glade-clipboard.h -include/libgladeui-1.0/gladeui/glade-column-types.h -include/libgladeui-1.0/gladeui/glade-command.h -include/libgladeui-1.0/gladeui/glade-cursor.h -include/libgladeui-1.0/gladeui/glade-custom.h -include/libgladeui-1.0/gladeui/glade-debug.h -include/libgladeui-1.0/gladeui/glade-design-layout.h -include/libgladeui-1.0/gladeui/glade-design-view.h -include/libgladeui-1.0/gladeui/glade-displayable-values.h -include/libgladeui-1.0/gladeui/glade-editable.h -include/libgladeui-1.0/gladeui/glade-editor-property.h -include/libgladeui-1.0/gladeui/glade-editor-table.h -include/libgladeui-1.0/gladeui/glade-editor.h -include/libgladeui-1.0/gladeui/glade-entry-editor.h -include/libgladeui-1.0/gladeui/glade-fixed.h -include/libgladeui-1.0/gladeui/glade-gtk.h -include/libgladeui-1.0/gladeui/glade-icon-factory-editor.h -include/libgladeui-1.0/gladeui/glade-icon-sources.h -include/libgladeui-1.0/gladeui/glade-image-editor.h -include/libgladeui-1.0/gladeui/glade-image-item-editor.h -include/libgladeui-1.0/gladeui/glade-inspector.h -include/libgladeui-1.0/gladeui/glade-label-editor.h -include/libgladeui-1.0/gladeui/glade-model-data.h -include/libgladeui-1.0/gladeui/glade-name-context.h -include/libgladeui-1.0/gladeui/glade-palette.h -include/libgladeui-1.0/gladeui/glade-parameter.h -include/libgladeui-1.0/gladeui/glade-placeholder.h -include/libgladeui-1.0/gladeui/glade-project.h -include/libgladeui-1.0/gladeui/glade-property-class.h -include/libgladeui-1.0/gladeui/glade-property.h -include/libgladeui-1.0/gladeui/glade-signal-editor.h -include/libgladeui-1.0/gladeui/glade-signal.h -include/libgladeui-1.0/gladeui/glade-store-editor.h -include/libgladeui-1.0/gladeui/glade-text-button.h -include/libgladeui-1.0/gladeui/glade-tool-button-editor.h -include/libgladeui-1.0/gladeui/glade-treeview-editor.h -include/libgladeui-1.0/gladeui/glade-utils.h -include/libgladeui-1.0/gladeui/glade-widget-action.h -include/libgladeui-1.0/gladeui/glade-widget-adaptor.h -include/libgladeui-1.0/gladeui/glade-widget.h -include/libgladeui-1.0/gladeui/glade-xml-utils.h -include/libgladeui-1.0/gladeui/glade.h -%%GNOME:%%lib/glade3/modules/libgladegnome.a -%%GNOME:%%lib/glade3/modules/libgladegnome.la -%%GNOME:%%lib/glade3/modules/libgladegnome.so -%%PYTHON:%%lib/glade3/modules/libgladepython.a -%%PYTHON:%%lib/glade3/modules/libgladepython.la -%%PYTHON:%%lib/glade3/modules/libgladepython.so -lib/glade3/modules/libgladegtk.a -lib/glade3/modules/libgladegtk.la -lib/glade3/modules/libgladegtk.so -lib/libgladeui-1.a -lib/libgladeui-1.la -lib/libgladeui-1.so -lib/libgladeui-1.so.10 -libdata/pkgconfig/gladeui-1.0.pc -share/applications/glade-3.desktop -%%DOCSDIR%%/GladeApp.html -%%DOCSDIR%%/GladeBaseEditor.html -%%DOCSDIR%%/GladeClipboard.html -%%DOCSDIR%%/GladeClipboardView.html -%%DOCSDIR%%/GladeDesignView.html -%%DOCSDIR%%/GladeEditorProperty.html -%%DOCSDIR%%/GladeFixed.html -%%DOCSDIR%%/GladeInspector.html -%%DOCSDIR%%/GladePalette.html -%%DOCSDIR%%/GladePlaceholder.html -%%DOCSDIR%%/GladeProject.html -%%DOCSDIR%%/GladeProperty.html -%%DOCSDIR%%/GladeWidget.html -%%DOCSDIR%%/GladeWidgetAction.html -%%DOCSDIR%%/catalog.html -%%DOCSDIR%%/catalogintro.html -%%DOCSDIR%%/core.html -%%DOCSDIR%%/dockables.html -%%DOCSDIR%%/gladeui.devhelp -%%DOCSDIR%%/gladeui.devhelp2 -%%DOCSDIR%%/gladeui-Glade-Parameter.html -%%DOCSDIR%%/gladeui-Glade-Utils.html -%%DOCSDIR%%/gladeui-GladeSignalEditor.html -%%DOCSDIR%%/gladeui-GladePropertyClass.html -%%DOCSDIR%%/gladeui-Xml-Utils.html -%%DOCSDIR%%/gladeui-glade-command.html -%%DOCSDIR%%/gladeui-glade-editor.html -%%DOCSDIR%%/gladeui-glade-widget-adaptor.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/misc.html -%%DOCSDIR%%/properties.html -%%DOCSDIR%%/pythonsupport.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DOCSDIR%%/widgetclasses.html -%%GNOME:%%%%DATADIR%%/catalogs/bonobo.xml -%%GNOME:%%%%DATADIR%%/catalogs/bonobo.xml.in -%%GNOME:%%%%DATADIR%%/catalogs/canvas.xml -%%GNOME:%%%%DATADIR%%/catalogs/canvas.xml.in -%%DATADIR%%/catalogs/glade-catalog.dtd -%%GNOME:%%%%DATADIR%%/catalogs/gnome.xml -%%GNOME:%%%%DATADIR%%/catalogs/gnome.xml.in -%%DATADIR%%/catalogs/gtk+.xml -%%DATADIR%%/catalogs/gtk+.xml.in -%%DATADIR%%/catalogs/gtkunixprint.xml -%%DATADIR%%/catalogs/gtkunixprint.xml.in -%%DATADIR%%/pixmaps/atk.png -%%DATADIR%%/pixmaps/devhelp.png -%%DATADIR%%/pixmaps/drag-resize.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-bonobo-dock.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-bonobo-dockitem.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-about.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-app.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-appbar.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-canvas.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-colorpicker.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-dateedit.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-dialog.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-druid.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-druidpageedge.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-druidpagestandard.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-entry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-fileentry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-fontpicker.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-href.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-iconentry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-iconlist.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-iconselection.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-messagebox.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-pixmap.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-pixmapentry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-propertybox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-aboutdialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-accellabel.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-action.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-actiongroup.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-alignment.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-arrow.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-aspectframe.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-assistant.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-button.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-calendar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendereraccel.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderercombo.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererpixbuf.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererprogress.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererspin.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderertext.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderertoggle.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-checkbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-checkmenuitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-clist.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-colorbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-colorselection.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-colorselectiondialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-combo.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-combobox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-comboboxentry.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-curve.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-custom.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-default.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-dialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-drawingarea.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-entry.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-entrycompletion.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-eventbox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-expander.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserdialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserwidget.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fileselection.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fixed.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fontbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fontselection.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fontselectiondialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-frame.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-gammacurve.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-handlebox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hbox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hbuttonbox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hpaned.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hruler.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hscale.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hscrollbar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hseparator.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-iconfactory.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-iconview.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-image.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-imagemenuitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-inputdialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-label.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-layout.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-linkbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-list.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-listitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-liststore.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-menu.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-menubar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-menuitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-menutoolbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-messagedialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-notebook.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-optionmenu.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-pagesetupdialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-printdialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-progressbar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-radioaction.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-radiobutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-radiomenuitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-radiotoolbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-recentaction.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-recentchooser.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-recentchooserdialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-ruler.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-scalebutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-scrolledwindow.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-separatormenuitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-separatortoolitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-spinbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-statusbar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-table.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-textview.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toggleaction.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-togglebutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toggletoolbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolbar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treestore.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treeview.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treeviewcolumn.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vbox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vbuttonbox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-viewport.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-volumebutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vpaned.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vruler.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vscale.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vscrollbar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vseparator.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-window.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-windowgroup.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-bonobo-dock.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-bonobo-dockitem.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-about.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-app.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-appbar.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-canvas.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-colorpicker.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-dateedit.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-dialog.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-druid.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-druidpageedge.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-druidpagestandard.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-entry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-fileentry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-fontpicker.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-href.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-iconentry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-iconlist.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-iconselection.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-messagebox.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-pixmap.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-pixmapentry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-propertybox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-aboutdialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-accellabel.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-action.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-actiongroup.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-alignment.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-arrow.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-aspectframe.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-assistant.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-button.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-calendar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendereraccel.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderercombo.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererpixbuf.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererprogress.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererspin.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderertext.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderertoggle.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-checkbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-checkmenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-clist.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-colorbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-colorselection.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-colorselectiondialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-combo.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-combobox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-comboboxentry.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-curve.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-custom.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-default.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-dialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-drawingarea.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-entry.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-entrycompletion.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-eventbox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-expander.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserdialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserwidget.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-fileselection.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-fixed.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-fontbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-fontselection.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-fontselectiondialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-frame.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-gammacurve.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-handlebox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hbox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hbuttonbox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hpaned.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hruler.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hscale.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hscrollbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hseparator.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-iconfactory.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-iconview.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-image.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-imagemenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-inputdialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-label.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-layout.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-linkbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-list.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-listitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-liststore.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-menu.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-menubar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-menuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-menutoolbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-messagedialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-notebook.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-optionmenu.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-pagesetupdialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-printdialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-progressbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-radioaction.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-radiobutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-radiomenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-radiotoolbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-recentaction.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-recentchooser.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-recentchooserdialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-ruler.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-scalebutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-scrolledwindow.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-separatormenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-separatortoolitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-spinbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-statusbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-table.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-textview.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toggleaction.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-togglebutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toggletoolbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-treestore.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-treeview.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vbox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vbuttonbox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-viewport.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-volumebutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vpaned.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vruler.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vscale.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vscrollbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vseparator.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-window.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-windowgroup.png -%%DATADIR%%/pixmaps/plus.png -%%DATADIR%%/pixmaps/selector.png -share/gnome/help/glade/C/figures/main-window.png -share/gnome/help/glade/C/glade.xml -share/gnome/help/glade/C/legal.xml -share/gnome/help/glade/bg/figures/main-window.png -share/gnome/help/glade/bg/glade.xml -share/gnome/help/glade/bg/legal.xml -share/gnome/help/glade/cs/figures/main-window.png -share/gnome/help/glade/cs/glade.xml -share/gnome/help/glade/cs/legal.xml -share/gnome/help/glade/de/figures/main-window.png -share/gnome/help/glade/de/glade.xml -share/gnome/help/glade/de/legal.xml -share/gnome/help/glade/el/figures/main-window.png -share/gnome/help/glade/el/glade.xml -share/gnome/help/glade/el/legal.xml -share/gnome/help/glade/en_GB/figures/main-window.png -share/gnome/help/glade/en_GB/glade.xml -share/gnome/help/glade/en_GB/legal.xml -share/gnome/help/glade/eu/figures/main-window.png -share/gnome/help/glade/eu/glade.xml -share/gnome/help/glade/eu/legal.xml -share/gnome/help/glade/es/figures/main-window.png -share/gnome/help/glade/es/glade.xml -share/gnome/help/glade/es/legal.xml -share/gnome/help/glade/fr/figures/main-window.png -share/gnome/help/glade/fr/glade.xml -share/gnome/help/glade/fr/legal.xml -share/gnome/help/glade/hi/figures/main-window.png -share/gnome/help/glade/hi/glade.xml -share/gnome/help/glade/hi/legal.xml -share/gnome/help/glade/it/figures/main-window.png -share/gnome/help/glade/it/glade.xml -share/gnome/help/glade/it/legal.xml -share/gnome/help/glade/oc/figures/main-window.png -share/gnome/help/glade/oc/glade.xml -share/gnome/help/glade/oc/legal.xml -share/gnome/help/glade/pt_BR/figures/main-window.png -share/gnome/help/glade/pt_BR/glade.xml -share/gnome/help/glade/pt_BR/legal.xml -share/gnome/help/glade/ru/figures/main-window.png -share/gnome/help/glade/ru/glade.xml -share/gnome/help/glade/ru/legal.xml -share/gnome/help/glade/sv/figures/main-window.png -share/gnome/help/glade/sv/glade.xml -share/gnome/help/glade/sv/legal.xml -share/gnome/help/glade/uk/figures/main-window.png -share/gnome/help/glade/uk/glade.xml -share/gnome/help/glade/uk/legal.xml -share/gnome/help/glade/zh_CN/figures/main-window.png -share/gnome/help/glade/zh_CN/glade.xml -share/gnome/help/glade/zh_CN/legal.xml -share/icons/hicolor/16x16/apps/glade-3.png -share/icons/hicolor/22x22/apps/glade-3.png -share/icons/hicolor/24x24/apps/glade-3.png -share/icons/hicolor/32x32/apps/glade-3.png -share/icons/hicolor/48x48/apps/glade-3.png -share/icons/hicolor/scalable/apps/glade-3.svg -share/locale/ar/LC_MESSAGES/glade3.mo -share/locale/az/LC_MESSAGES/glade3.mo -share/locale/bg/LC_MESSAGES/glade3.mo -share/locale/bn/LC_MESSAGES/glade3.mo -share/locale/bn_IN/LC_MESSAGES/glade3.mo -share/locale/ca/LC_MESSAGES/glade3.mo -share/locale/ca@valencia/LC_MESSAGES/glade3.mo -share/locale/cs/LC_MESSAGES/glade3.mo -share/locale/da/LC_MESSAGES/glade3.mo -share/locale/de/LC_MESSAGES/glade3.mo -share/locale/el/LC_MESSAGES/glade3.mo -share/locale/en_CA/LC_MESSAGES/glade3.mo -share/locale/en_GB/LC_MESSAGES/glade3.mo -share/locale/en@shaw/LC_MESSAGES/glade3.mo -share/locale/es/LC_MESSAGES/glade3.mo -share/locale/et/LC_MESSAGES/glade3.mo -share/locale/eu/LC_MESSAGES/glade3.mo -share/locale/fi/LC_MESSAGES/glade3.mo -share/locale/fr/LC_MESSAGES/glade3.mo -share/locale/gl/LC_MESSAGES/glade3.mo -share/locale/gu/LC_MESSAGES/glade3.mo -share/locale/he/LC_MESSAGES/glade3.mo -share/locale/hi/LC_MESSAGES/glade3.mo -share/locale/hu/LC_MESSAGES/glade3.mo -share/locale/it/LC_MESSAGES/glade3.mo -share/locale/ja/LC_MESSAGES/glade3.mo -share/locale/ko/LC_MESSAGES/glade3.mo -share/locale/lt/LC_MESSAGES/glade3.mo -share/locale/lv/LC_MESSAGES/glade3.mo -share/locale/mai/LC_MESSAGES/glade3.mo -share/locale/mk/LC_MESSAGES/glade3.mo -share/locale/ml/LC_MESSAGES/glade3.mo -share/locale/mr/LC_MESSAGES/glade3.mo -share/locale/ms/LC_MESSAGES/glade3.mo -share/locale/nb/LC_MESSAGES/glade3.mo -share/locale/nl/LC_MESSAGES/glade3.mo -share/locale/nn/LC_MESSAGES/glade3.mo -share/locale/oc/LC_MESSAGES/glade3.mo -share/locale/or/LC_MESSAGES/glade3.mo -share/locale/pa/LC_MESSAGES/glade3.mo -share/locale/pl/LC_MESSAGES/glade3.mo -share/locale/pt/LC_MESSAGES/glade3.mo -share/locale/pt_BR/LC_MESSAGES/glade3.mo -share/locale/ru/LC_MESSAGES/glade3.mo -share/locale/si/LC_MESSAGES/glade3.mo -share/locale/sk/LC_MESSAGES/glade3.mo -share/locale/sl/LC_MESSAGES/glade3.mo -share/locale/sq/LC_MESSAGES/glade3.mo -share/locale/sr/LC_MESSAGES/glade3.mo -share/locale/sr@latin/LC_MESSAGES/glade3.mo -share/locale/sv/LC_MESSAGES/glade3.mo -share/locale/ta/LC_MESSAGES/glade3.mo -share/locale/te/LC_MESSAGES/glade3.mo -share/locale/th/LC_MESSAGES/glade3.mo -share/locale/tr/LC_MESSAGES/glade3.mo -share/locale/uk/LC_MESSAGES/glade3.mo -share/locale/vi/LC_MESSAGES/glade3.mo -share/locale/zh_CN/LC_MESSAGES/glade3.mo -share/locale/zh_HK/LC_MESSAGES/glade3.mo -share/locale/zh_TW/LC_MESSAGES/glade3.mo -share/omf/glade/glade-C.omf -share/omf/glade/glade-bg.omf -share/omf/glade/glade-cs.omf -share/omf/glade/glade-de.omf -share/omf/glade/glade-el.omf -share/omf/glade/glade-en_GB.omf -share/omf/glade/glade-eu.omf -share/omf/glade/glade-es.omf -share/omf/glade/glade-fr.omf -share/omf/glade/glade-hi.omf -share/omf/glade/glade-it.omf -share/omf/glade/glade-oc.omf -share/omf/glade/glade-pt_BR.omf -share/omf/glade/glade-ru.omf -share/omf/glade/glade-sv.omf -share/omf/glade/glade-uk.omf -share/omf/glade/glade-zh_CN.omf -@dirrm share/omf/glade -@dirrm share/gnome/help/glade/zh_CN/figures -@dirrm share/gnome/help/glade/zh_CN -@dirrm share/gnome/help/glade/uk/figures -@dirrm share/gnome/help/glade/uk -@dirrm share/gnome/help/glade/sv/figures -@dirrm share/gnome/help/glade/sv -@dirrm share/gnome/help/glade/ru/figures -@dirrm share/gnome/help/glade/ru -@dirrm share/gnome/help/glade/pt_BR/figures -@dirrm share/gnome/help/glade/pt_BR -@dirrm share/gnome/help/glade/oc/figures -@dirrm share/gnome/help/glade/oc -@dirrm share/gnome/help/glade/it/figures -@dirrm share/gnome/help/glade/it -@dirrm share/gnome/help/glade/hi/figures -@dirrm share/gnome/help/glade/hi -@dirrm share/gnome/help/glade/fr/figures -@dirrm share/gnome/help/glade/fr -@dirrm share/gnome/help/glade/es/figures -@dirrm share/gnome/help/glade/es -@dirrm share/gnome/help/glade/eu/figures -@dirrm share/gnome/help/glade/eu -@dirrm share/gnome/help/glade/en_GB/figures -@dirrm share/gnome/help/glade/en_GB -@dirrm share/gnome/help/glade/el/figures -@dirrm share/gnome/help/glade/el -@dirrm share/gnome/help/glade/de/figures -@dirrm share/gnome/help/glade/de -@dirrm share/gnome/help/glade/cs/figures -@dirrm share/gnome/help/glade/cs -@dirrm share/gnome/help/glade/bg/figures -@dirrm share/gnome/help/glade/bg -@dirrm share/gnome/help/glade/C/figures -@dirrm share/gnome/help/glade/C -@dirrm share/gnome/help/glade -@dirrm %%DATADIR%%/pixmaps/hicolor/22x22/actions -@dirrm %%DATADIR%%/pixmaps/hicolor/22x22 -@dirrm %%DATADIR%%/pixmaps/hicolor/16x16/actions -@dirrm %%DATADIR%%/pixmaps/hicolor/16x16 -@dirrm %%DATADIR%%/pixmaps/hicolor -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/catalogs -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrm lib/glade3/modules -@dirrm lib/glade3/bindings -@dirrm lib/glade3 -@dirrm include/libgladeui-1.0/gladeui -@dirrm include/libgladeui-1.0 -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@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/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/devel/glib20-reference/Makefile b/devel/glib20-reference/Makefile deleted file mode 100644 index 45fa797b5..000000000 --- a/devel/glib20-reference/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: glib20-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD: ports/devel/glib20-reference/Makefile,v 1.3 2009/10/25 15:28:39 marcus Exp $ -# - -PORTREVISION= 1 - -BOOKS= glib gobject gio - -glib_MAN= glib-gettextize.1 -gobject_MAN= glib-genmarshal.1 glib-mkenums.1 gobject-query.1 - -MAN1= ${glib_MAN} ${gobject_MAN} - -post-install: -.for m in glib gobject - ${INSTALL_MAN} ${${m}_MAN:S|^|${REFERENCE_SRC}/${m}/|} \ - ${PREFIX}/man/man1 -.endfor - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/devel/glib20-reference/bsd.gnome-reference.mk b/devel/glib20-reference/bsd.gnome-reference.mk deleted file mode 100644 index 827ac40ba..000000000 --- a/devel/glib20-reference/bsd.gnome-reference.mk +++ /dev/null @@ -1,61 +0,0 @@ -# $FreeBSD: ports/devel/glib20-reference/bsd.gnome-reference.mk,v 1.8 2008/05/29 22:11:58 marcus Exp $ - -PARENTDIR?= ${.CURDIR:S|-reference$||} -REFERENCE_PORT= ${PKGORIGIN:S|-reference$||} - -.include "${PARENTDIR}/Makefile" - -.if !defined(DOCSDIR) -DOCSDIR:= ${PREFIX}/share/doc/${PORTNAME} -.endif -.if !defined(EXAMPLESDIR) -EXAMPLESDIR:= ${PREFIX}/share/examples/${PORTNAME} -.endif -.if defined(DISTNAME) -DISTNAME:= ${DISTNAME} -.else -DISTNAME:= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -.endif -.if defined(MASTER_SITE_SUBDIR) -MASTER_SITE_SUBDIR:= ${MASTER_SITE_SUBDIR} -.endif -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-reference -.if defined(LATEST_LINK) -LATEST_LINK:= ${LATEST_LINK}-reference -.endif - -COMMENT= Programming reference for ${REFERENCE_PORT} - -MD5_FILE= ${PARENTDIR}/distinfo - -REFERENCE_SRC?= ${WRKSRC}/docs/reference -BOOKS?= . - -PORTDOCS= * - -.if !target(do-build) -do-build: - @${DO_NADA} -.endif - -make-descr: - @${ECHO_CMD} "This port contains the programming reference for ${REFERENCE_PORT}." > ${DESCR} - @www=`${GREP} "^WWW:" ${PARENTDIR}/pkg-descr` || ${TRUE}; \ - if [ -n "$$www" ]; then \ - ${ECHO_CMD} "" >> ${DESCR}; \ - ${ECHO_CMD} "$$www" >> ${DESCR}; \ - fi - -.if !target(do-install) -do-install: -. for d in ${BOOKS} - if [ -d ${REFERENCE_SRC}/${d}/html ]; then \ - ${MKDIR} ${DOCSDIR}/${d}; \ - cd ${REFERENCE_SRC}/${d}/html && \ - ${FIND} * -type d ! -empty -exec ${MKDIR} "${DOCSDIR}/${d}/{}" \; && \ - ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/${d}/{}" \; ; \ - fi -. endfor -.endif - -.include <bsd.port.mk> diff --git a/devel/glib20-reference/pkg-descr b/devel/glib20-reference/pkg-descr deleted file mode 100644 index f08eb3e5a..000000000 --- a/devel/glib20-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for devel/glib20. - -WWW: http://www.gtk.org/ diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile deleted file mode 100644 index 17bc59290..000000000 --- a/devel/glib20/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -# New ports collection makefile for: glib13 -# Date Created: 28 July 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.187 2010/09/27 17:34:20 kwm Exp $ -# -# !! DON'T FORGET ABOUT devel/gio-fam-backend !! - -PORTNAME= glib -PORTVERSION= 2.26.1 -PORTREVISION?= 0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ - ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Some useful routines of C programming (current stable version) - -LATEST_LINK= glib20 - -USE_BZIP2= yes -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \ - dbus-1.3:${PORTSDIR}/devel/dbus - -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig ltverhack -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -USE_PYTHON= yes -USE_PERL5= yes -CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ - --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ - --disable-man --without-xml-catalog \ - --disable-dtrace \ - --with-pcre=system \ - --disable-fam -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -OPTIONS= COLLATION_FIX "fix string collation" off - -.include <bsd.port.pre.mk> - -# Let glib use asm code for implementing atomic ops on i386 and amd64. -.if ${ARCH} == "i386" -GLIB_ARCH= i486 -.elif ${ARCH} == "amd64" -GLIB_ARCH= x86_64 -.else -GLIB_ARCH= ${ARCH} -.endif -CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL} - -.if defined(WITH_COLLATION_FIX) -LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \ - ${FILESDIR}/extra-patch-glib_gunicollate.c -# Disable it until someone can figure why it causes net-im/pidgin crashed. -#CONFIGURE_ENV+= CFLAGS="-D__STDC_ISO_10646__" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/glib/gutils.c - @${REINPLACE_CMD} -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \ - ${WRKSRC}/gio/gdbusaddress.c ${WRKSRC}/gio/gdbusprivate.c \ - ${WRKSRC}/po/*.po - -post-install: - @${MKDIR} ${PREFIX}/share/GConf/gsettings - -${PREFIX}/bin/gio-querymodules ${PREFIX}/lib/gio/modules - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo deleted file mode 100644 index 0ef45aba0..000000000 --- a/devel/glib20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/glib-2.26.1.tar.bz2) = 7a74ff12b6b9dee1f2d0e520b56b68b621920c4f4250bdf23468e515625c28d5 -SIZE (gnome2/glib-2.26.1.tar.bz2) = 6704686 diff --git a/devel/glib20/files/extra-patch-glib_Makefile.in b/devel/glib20/files/extra-patch-glib_Makefile.in deleted file mode 100644 index 01f856f74..000000000 --- a/devel/glib20/files/extra-patch-glib_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- glib/Makefile.in.orig 2009-05-31 13:14:18.000000000 +0200 -+++ glib/Makefile.in 2009-05-31 13:15:08.000000000 +0200 -@@ -272,7 +272,7 @@ - INSTOBJEXT = @INSTOBJEXT@ - INTLLIBS = @INTLLIBS@ - LD = @LD@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = @LDFLAGS@ -licui18n - LIBASYNCNS_LIBADD = @LIBASYNCNS_LIBADD@ - LIBOBJS = @LIBOBJS@ - LIBS = @LIBS@ diff --git a/devel/glib20/files/extra-patch-glib_gunicollate.c b/devel/glib20/files/extra-patch-glib_gunicollate.c deleted file mode 100644 index e2edc6938..000000000 --- a/devel/glib20/files/extra-patch-glib_gunicollate.c +++ /dev/null @@ -1,123 +0,0 @@ ---- glib/gunicollate.c.orig -+++ glib/gunicollate.c -@@ -26,6 +26,10 @@ - #include <wchar.h> - #endif - -+#include <unicode/umachine.h> -+#include <unicode/ustring.h> -+#include <unicode/ucol.h> -+ - #ifdef HAVE_CARBON - #include <CoreServices/CoreServices.h> - #endif -@@ -36,10 +40,53 @@ - #include "gstring.h" - #include "gstrfuncs.h" - #include "gtestutils.h" -+#include "gthread.h" - #ifndef __STDC_ISO_10646__ - #include "gconvert.h" - #endif - -+static gboolean icu_collator_initialized = FALSE; -+static UCollator *icu_collator = NULL; -+G_LOCK_DEFINE_STATIC(icu_collator); -+ -+static void -+init_icu_collator (void) -+{ -+ G_LOCK(icu_collator); -+ if (! icu_collator_initialized) -+ { -+ UErrorCode error = U_ZERO_ERROR; -+ -+ icu_collator = ucol_open(NULL, &error); -+ if (icu_collator == NULL) -+ g_warning("unable to initialize the ICU collator (%s), FreeBSD collation routines will be used", u_errorName(error)); -+ -+ icu_collator_initialized = TRUE; -+ } -+ G_UNLOCK(icu_collator); -+} -+ -+static UChar * -+utf8_to_uchar (const char *str, int32_t len, int32_t *result_len) -+{ -+ UErrorCode error = U_ZERO_ERROR; -+ UChar *result = NULL; -+ -+ u_strFromUTF8(NULL, 0, result_len, str, len, &error); -+ if (error <= U_ZERO_ERROR || error == U_BUFFER_OVERFLOW_ERROR) -+ { -+ error = U_ZERO_ERROR; -+ result = g_new(UChar, *result_len); -+ u_strFromUTF8(result, *result_len, NULL, str, len, &error); -+ if (error > U_ZERO_ERROR) -+ { -+ g_free(result); -+ result = NULL; -+ } -+ } -+ -+ return result; -+} - - #ifdef _MSC_VER - /* Workaround for bug in MSVCR80.DLL */ -@@ -127,6 +174,28 @@ - g_return_val_if_fail (str1 != NULL, 0); - g_return_val_if_fail (str2 != NULL, 0); - -+ init_icu_collator(); -+ if (icu_collator != NULL) -+ { -+ int32_t wstr1_len; -+ UChar *wstr1 = utf8_to_uchar(str1, -1, &wstr1_len); -+ if (wstr1 != NULL) -+ { -+ int32_t wstr2_len; -+ UChar *wstr2 = utf8_to_uchar(str2, -1, &wstr2_len); -+ if (wstr2 != NULL) -+ { -+ result = ucol_strcoll(icu_collator, wstr1, wstr1_len, wstr2, wstr2_len); -+ -+ g_free(wstr1); -+ g_free(wstr2); -+ -+ return result; -+ } -+ g_free(wstr1); -+ } -+ } -+ - str1_norm = g_utf8_normalize (str1, -1, G_NORMALIZE_ALL_COMPOSE); - str2_norm = g_utf8_normalize (str2, -1, G_NORMALIZE_ALL_COMPOSE); - -@@ -419,6 +488,26 @@ - - g_return_val_if_fail (str != NULL, NULL); - -+ init_icu_collator(); -+ if (icu_collator != NULL) -+ { -+ int32_t wstr_len; -+ UChar *wstr = utf8_to_uchar(str, len, &wstr_len); -+ if (wstr != NULL) -+ { -+ int32_t result_len; -+ -+ /* get size of result */ -+ result_len = ucol_getSortKey(icu_collator, wstr, wstr_len, NULL, 0); -+ -+ result = g_new(char, result_len); -+ ucol_getSortKey(icu_collator, wstr, wstr_len, result, result_len); -+ g_free(wstr); -+ -+ return result; -+ } -+ } -+ - str_norm = g_utf8_normalize (str, len, G_NORMALIZE_ALL_COMPOSE); - - result = NULL; diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae deleted file mode 100644 index 80fcb92b2..000000000 --- a/devel/glib20/files/patch-ae +++ /dev/null @@ -1,48 +0,0 @@ ---- configure.orig 2010-09-09 12:18:43.000000000 +0200 -+++ configure 2010-09-09 12:20:56.000000000 +0200 -@@ -575,6 +575,9 @@ - #ifdef HAVE_SYS_TYPES_H - # include <sys/types.h> - #endif -+#ifdef HAVE_SYS_PARAM_H -+# include <sys/param.h> -+#endif - #ifdef HAVE_SYS_STAT_H - # include <sys/stat.h> - #endif -@@ -5187,7 +5190,7 @@ - fi - - GLIB_RUNTIME_LIBDIR="$with_runtime_libdir" --ABS_GLIB_RUNTIME_LIBDIR="`readlink -f $libdir/$with_runtime_libdir`" -+ABS_GLIB_RUNTIME_LIBDIR="`readlink $libdir/$with_runtime_libdir`" - - - if test "x$with_runtime_libdir" != "x"; then -@@ -22212,7 +22215,7 @@ - fi - done - --for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid -+for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid sysctlbyname - do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` - ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -@@ -24815,6 +24818,8 @@ - ;; - esac - fi -+ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" -+ G_THREAD_LIBS="${PTHREAD_LIBS}" - - if test x"$G_THREAD_CFLAGS" = x; then - -@@ -27415,7 +27420,7 @@ - fi - - --if test "x${enable_Bsymbolic}" == "xyes"; then -+if test "x${enable_Bsymbolic}" = "xyes"; then - GLIB_LINK_FLAGS=-Wl,-Bsymbolic-functions - fi - diff --git a/devel/glib20/files/patch-ag b/devel/glib20/files/patch-ag deleted file mode 100644 index 289bc3381..000000000 --- a/devel/glib20/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2010-08-08 12:14:27.000000000 +0200 -+++ Makefile.in 2010-08-08 12:15:40.000000000 +0200 -@@ -418,7 +418,7 @@ - gio-2.0-uninstalled.pc.in gio-unix-2.0-uninstalled.pc.in - TEST_PROGS = - ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS} --SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs -+SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs - DIST_SUBDIRS = $(SUBDIRS) build - bin_SCRIPTS = glib-gettextize - AM_CPPFLAGS = \ diff --git a/devel/glib20/files/patch-ah b/devel/glib20/files/patch-ah deleted file mode 100644 index 3784d16b8..000000000 --- a/devel/glib20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig 2007-12-21 16:54:10.000000000 -0500 -+++ docs/reference/Makefile.in 2007-12-21 16:54:40.000000000 -0500 -@@ -268,7 +268,7 @@ GTESTER_REPORT = $(top_builddir)/glib/gt - # initialize variables for unconditional += appending - EXTRA_DIST = - TEST_PROGS = --SUBDIRS = glib gobject gio -+SUBDIRS = #glib gobject gio - all: all-recursive - - .SUFFIXES: diff --git a/devel/glib20/files/patch-config.h.in b/devel/glib20/files/patch-config.h.in deleted file mode 100644 index 3c2bc5d26..000000000 --- a/devel/glib20/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig 2008-03-18 18:24:24.000000000 -0400 -+++ config.h.in 2008-03-18 18:24:59.000000000 -0400 -@@ -197,6 +197,9 @@ - /* Define to 1 if you have the `getpwuid' function. */ - #undef HAVE_GETPWUID - -+/* Define to 1 if you have the `sysctlbyname' function. */ -+#undef HAVE_SYSCTLBYNAME -+ - /* Define if the GNU gettext() function is already present or preinstalled. */ - #undef HAVE_GETTEXT - diff --git a/devel/glib20/files/patch-gio_gunixmount.c b/devel/glib20/files/patch-gio_gunixmount.c deleted file mode 100644 index b9bfe143e..000000000 --- a/devel/glib20/files/patch-gio_gunixmount.c +++ /dev/null @@ -1,21 +0,0 @@ ---- gio/gunixmount.c.orig 2007-12-23 15:53:50.000000000 -0500 -+++ gio/gunixmount.c 2007-12-23 15:52:52.000000000 -0500 -@@ -372,12 +372,18 @@ g_unix_mount_eject (GMount * - gpointer user_data) - { - GUnixMount *unix_mount = G_UNIX_MOUNT (mount); -+#ifndef __FreeBSD__ - char *argv[] = {"eject", NULL, NULL}; - - if (unix_mount->mount_path != NULL) - argv[1] = unix_mount->mount_path; - else - argv[1] = unix_mount->device_path; -+#else -+ char *argv[] = {"cdcontrol", "-f", NULL, "eject", NULL}; -+ -+ argv[2] = unix_mount->device_path; -+#endif - - return eject_unmount_do (mount, cancellable, callback, user_data, argv); - } diff --git a/devel/glib20/files/patch-gio_gunixmounts.c b/devel/glib20/files/patch-gio_gunixmounts.c deleted file mode 100644 index 9b6fa2df3..000000000 --- a/devel/glib20/files/patch-gio_gunixmounts.c +++ /dev/null @@ -1,148 +0,0 @@ ---- ggio/unixmounts.c.orig 2008-03-10 20:31:58.000000000 -0400 -+++ gio/gunixmounts.c 2008-03-19 22:31:23.000000000 -0400 -@@ -128,6 +128,9 @@ struct _GUnixMountMonitor { - - GFileMonitor *fstab_monitor; - GFileMonitor *mtab_monitor; -+ -+ guint mount_poller_source; -+ GList *mount_poller_mounts; - }; - - struct _GUnixMountMonitorClass { -@@ -139,6 +142,8 @@ static GUnixMountMonitor *the_mount_moni - static GList *_g_get_unix_mounts (void); - static GList *_g_get_unix_mount_points (void); - -+static guint64 mount_poller_time = 0; -+ - G_DEFINE_TYPE (GUnixMountMonitor, g_unix_mount_monitor, G_TYPE_OBJECT); - - #define MOUNT_POLL_INTERVAL 4000 -@@ -165,6 +170,7 @@ G_DEFINE_TYPE (GUnixMountMonitor, g_unix - #endif - - #if defined(HAVE_GETMNTINFO) && defined(HAVE_FSTAB_H) && defined(HAVE_SYS_MOUNT_H) -+#include <sys/param.h> - #include <sys/ucred.h> - #include <sys/mount.h> - #include <fstab.h> -@@ -215,20 +221,28 @@ g_unix_is_mount_path_system_internal (co - "/", /* we already have "Filesystem root" in Nautilus */ - "/bin", - "/boot", -+ "/compat/linux/proc", -+ "/compat/linux/sys", - "/dev", - "/etc", - "/home", - "/lib", - "/lib64", -+ "/libexec", - "/media", - "/mnt", - "/opt", -+ "/rescue", - "/root", - "/sbin", - "/srv", - "/tmp", - "/usr", -+ "/usr/X11R6", - "/usr/local", -+ "/usr/obj", -+ "/usr/ports", -+ "/usr/src", - "/var", - "/var/log/audit", /* https://bugzilla.redhat.com/show_bug.cgi?id=333041 */ - "/var/tmp", /* https://bugzilla.redhat.com/show_bug.cgi?id=335241 */ -@@ -988,6 +1002,10 @@ get_mounts_timestamp (void) - if (stat (monitor_file, &buf) == 0) - return (guint64)buf.st_mtime; - } -+ else -+ { -+ return mount_poller_time; -+ } - return 0; - } - -@@ -1129,6 +1147,13 @@ g_unix_mount_monitor_finalize (GObject * - g_object_unref (monitor->mtab_monitor); - } - -+ if (monitor->mount_poller_source > 0) -+ { -+ g_source_remove (monitor->mount_poller_source); -+ g_list_foreach (monitor->mount_poller_mounts, (GFunc)g_unix_mount_free, NULL); -+ g_list_free (monitor->mount_poller_mounts); -+ } -+ - the_mount_monitor = NULL; - - if (G_OBJECT_CLASS (g_unix_mount_monitor_parent_class)->finalize) -@@ -1206,6 +1231,51 @@ mtab_file_changed (GFileMonitor *mo - g_signal_emit (mount_monitor, signals[MOUNTS_CHANGED], 0); - } - -+static gboolean -+mount_change_poller (gpointer user_data) -+{ -+ GUnixMountMonitor *mount_monitor; -+ GList *current_mounts; -+ gboolean has_changed = FALSE; -+ -+ mount_monitor = user_data; -+ current_mounts = _g_get_unix_mounts (); -+ -+ if (g_list_length (current_mounts) != g_list_length (mount_monitor->mount_poller_mounts)) -+ { -+ g_list_foreach (mount_monitor->mount_poller_mounts, (GFunc)g_unix_mount_free, NULL); -+ has_changed = TRUE; -+ } -+ else -+ { -+ int i; -+ -+ for (i = 0; i < g_list_length (current_mounts); i++) -+ { -+ GUnixMountEntry *m1; -+ GUnixMountEntry *m2; -+ -+ m1 = (GUnixMountEntry *)g_list_nth_data (current_mounts, i); -+ m2 = (GUnixMountEntry *)g_list_nth_data (mount_monitor->mount_poller_mounts, i); -+ if (! has_changed && g_unix_mount_compare (m1, m2) != 0) -+ has_changed = TRUE; -+ -+ g_unix_mount_free (m2); -+ } -+ } -+ -+ g_list_free (mount_monitor->mount_poller_mounts); -+ mount_monitor->mount_poller_mounts = current_mounts; -+ -+ if (has_changed) -+ { -+ mount_poller_time = (guint64)time (NULL); -+ g_signal_emit (mount_monitor, signals[MOUNTS_CHANGED], 0); -+ } -+ -+ return TRUE; -+} -+ - static void - g_unix_mount_monitor_init (GUnixMountMonitor *monitor) - { -@@ -1228,6 +1298,12 @@ g_unix_mount_monitor_init (GUnixMountMon - - g_signal_connect (monitor->mtab_monitor, "changed", (GCallback)mtab_file_changed, monitor); - } -+ else -+ { -+ monitor->mount_poller_mounts = _g_get_unix_mounts (); -+ mount_poller_time = (guint64)time (NULL); -+ monitor->mount_poller_source = g_timeout_add_seconds (3, (GSourceFunc)mount_change_poller, monitor); -+ } - } - - /** diff --git a/devel/glib20/files/patch-gio_gunixvolume.c b/devel/glib20/files/patch-gio_gunixvolume.c deleted file mode 100644 index b22563047..000000000 --- a/devel/glib20/files/patch-gio_gunixvolume.c +++ /dev/null @@ -1,17 +0,0 @@ ---- gio/gunixvolume.c.orig 2009-11-30 04:35:27.000000000 +0100 -+++ gio/gunixvolume.c 2009-12-08 19:32:03.000000000 +0100 -@@ -465,9 +465,14 @@ g_unix_volume_eject (GVolume - gpointer user_data) - { - GUnixVolume *unix_volume = G_UNIX_VOLUME (volume); -+#ifdef __FreeBSD__ -+ char *argv[] = {"cdcontrol", "-f", NULL, "eject", NULL}; -+ argv[2] = unix_volume->device_path; -+#else - char *argv[] = { "eject", NULL, NULL }; - - argv[1] = unix_volume->device_path; -+#endif - - eject_mount_do (volume, cancellable, callback, user_data, argv); - } diff --git a/devel/glib20/files/patch-gio_libasyncns_asyncns.c b/devel/glib20/files/patch-gio_libasyncns_asyncns.c deleted file mode 100644 index 966dd27a6..000000000 --- a/devel/glib20/files/patch-gio_libasyncns_asyncns.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gio/libasyncns/asyncns.c.orig 2009-05-05 15:25:10.000000000 -0400 -+++ gio/libasyncns/asyncns.c 2009-05-05 15:25:51.000000000 -0400 -@@ -35,6 +35,8 @@ - #include <errno.h> - #include <sys/wait.h> - #include <sys/types.h> -+#include <sys/time.h> -+#include <sys/resource.h> - #include <pwd.h> - #include <netinet/in.h> - #include <arpa/nameser.h> diff --git a/devel/glib20/files/patch-gio_tests_gdbus-peer.c b/devel/glib20/files/patch-gio_tests_gdbus-peer.c deleted file mode 100644 index 1ab76dc8c..000000000 --- a/devel/glib20/files/patch-gio_tests_gdbus-peer.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gio/tests/gdbus-peer.c.orig 2010-08-16 21:30:03.000000000 +0200 -+++ gio/tests/gdbus-peer.c 2010-08-16 23:13:32.000000000 +0200 -@@ -42,6 +42,8 @@ - #include <sys/socket.h> - #endif - -+#include <sys/socket.h> -+ - /* used in test_overflow */ - #ifdef G_OS_UNIX - #include <gio/gunixconnection.h> diff --git a/devel/glib20/files/patch-gio_xdgmime_xdgmime.c b/devel/glib20/files/patch-gio_xdgmime_xdgmime.c deleted file mode 100644 index 8c36dc5d8..000000000 --- a/devel/glib20/files/patch-gio_xdgmime_xdgmime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gio/xdgmime/xdgmime.c.orig Mon Nov 8 22:25:27 2004 -+++ gio/xdgmime/xdgmime.c Sat Nov 13 10:27:22 2004 -@@ -204,7 +204,7 @@ - - xdg_data_dirs = getenv ("XDG_DATA_DIRS"); - if (xdg_data_dirs == NULL) -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "/usr/local/share/"; - - ptr = xdg_data_dirs; - diff --git a/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h b/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h deleted file mode 100644 index 039571d8b..000000000 --- a/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h +++ /dev/null @@ -1,12 +0,0 @@ ---- gio/xdgmime/xdgmimecache.h.orig 2008-06-12 10:25:40.000000000 -0400 -+++ gio/xdgmime/xdgmimecache.h 2008-06-14 00:49:59.000000000 -0400 -@@ -46,6 +46,9 @@ typedef struct _XdgMimeCache XdgMimeCach - #define _xdg_mime_cache_get_icon XDG_RESERVED_ENTRY(cache_get_icon) - #define _xdg_mime_cache_get_generic_icon XDG_RESERVED_ENTRY(cache_get_generic_icon) - #define _xdg_mime_cache_glob_dump XDG_RESERVED_ENTRY(cache_glob_dump) -+#define _xdg_mime_cache_is_valid_mime_type XDG_RESERVED_ENTRY(cache_is_valid_mime_type) -+#define _xdg_mime_cache_mime_type_equal XDG_RESERVED_ENTRY(cache_mime_type_equal) -+#define _xdg_mime_cache_media_type_equal XDG_RESERVED_ENTRY(cache_media_type_equal) - #endif - - extern XdgMimeCache **_caches; diff --git a/devel/glib20/files/patch-glib::libcharset::Makefile.in b/devel/glib20/files/patch-glib::libcharset::Makefile.in deleted file mode 100644 index 7175b8581..000000000 --- a/devel/glib20/files/patch-glib::libcharset::Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- glib/libcharset/Makefile.in.orig 2010-08-08 12:46:01.000000000 +0200 -+++ glib/libcharset/Makefile.in 2010-08-08 12:46:01.000000000 +0200 -@@ -328,7 +328,7 @@ EXTRA_DIST = README config.charset ref-a - codeset.m4 update.sh make-patch.sh libcharset-glib.patch - TEST_PROGS = - INCLUDES = \ -- -DLIBDIR=\"$(libdir)\" $(config_h_INCLUDES) -+ -DLIBDIR=\"$(prefix)/libdata\" $(config_h_INCLUDES) - - noinst_LTLIBRARIES = libcharset.la - libcharset_la_SOURCES = \ -@@ -336,8 +336,8 @@ libcharset_la_SOURCES = \ - localcharset.h \ - localcharset.c - --charset_alias = $(DESTDIR)$(libdir)/charset.alias --charset_tmp = $(DESTDIR)$(libdir)/charset.tmp -+charset_alias = $(DESTDIR)$(prefix)/libdata/charset.alias -+charset_tmp = $(DESTDIR)$(prefix)/libdata/charset.tmp - SUFFIXES = .sed .sin - CLEANFILES = charset.alias ref-add.sed ref-del.sed - all: all-am -@@ -566,7 +566,7 @@ install-dvi: install-dvi-am - - install-dvi-am: - --install-exec-am: install-exec-local -+install-exec-am: # install-exec-local - - install-html: install-html-am - diff --git a/devel/glib20/files/patch-glib_Makefile.in b/devel/glib20/files/patch-glib_Makefile.in deleted file mode 100644 index d58efb723..000000000 --- a/devel/glib20/files/patch-glib_Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- glib/Makefile.in.orig 2010-08-08 12:46:01.000000000 +0200 -+++ glib/Makefile.in 2010-08-08 12:46:01.000000000 +0200 -@@ -529,7 +529,7 @@ BUILT_SOURCES = glibconfig-stamp $(am__a - # - DISTCLEANFILES = glibconfig-stamp glibconfig.h - CLEANFILES = $(am__append_2) --configexecincludedir = $(libdir)/glib-2.0/include -+configexecincludedir = $(includedir)/glib-2.0 - nodist_configexecinclude_HEADERS = glibconfig.h - @HAVE_GOOD_PRINTF_FALSE@PRINTF_SUBDIR = gnulib - @HAVE_GOOD_PRINTF_FALSE@printf_la = gnulib/libgnulib.la -@@ -1530,7 +1530,7 @@ info: info-recursive - - info-am: - --install-data-am: install-data-local install-dist_gdbSCRIPTS \ -+install-data-am: install-data-local \ - install-glibincludeHEADERS install-glibsubincludeHEADERS \ - install-tapsetDATA - @$(NORMAL_INSTALL) -@@ -1786,9 +1786,7 @@ distclean-local: - libglib-gdb.py: libglib-gdb.py.in - $(AM_V_GEN) $(SED) -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libglib-gdb.py.in > libglib-gdb.py - --install-data-hook: libglib-gdb.py -- mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR) -- $(INSTALL) libglib-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py -+install-data-hook: - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) diff --git a/devel/glib20/files/patch-glib_gregex.c b/devel/glib20/files/patch-glib_gregex.c deleted file mode 100644 index ef7f0a87b..000000000 --- a/devel/glib20/files/patch-glib_gregex.c +++ /dev/null @@ -1,13 +0,0 @@ ---- glib/gregex.c.orig 2007-09-09 18:35:32.000000000 -0400 -+++ glib/gregex.c 2007-09-09 18:36:05.000000000 -0400 -@@ -164,8 +164,10 @@ match_error (gint errcode) - case PCRE_ERROR_DFA_RECURSE: - case PCRE_ERROR_RECURSIONLIMIT: - return _("recursion limit reached"); -+#ifdef PCRE_ERROR_NULLWSLIMIT - case PCRE_ERROR_NULLWSLIMIT: - return _("workspace limit for empty substrings reached"); -+#endif - case PCRE_ERROR_BADNEWLINE: - return _("invalid combination of newline flags"); - default: diff --git a/devel/glib20/files/patch-glib_gutils.c b/devel/glib20/files/patch-glib_gutils.c deleted file mode 100644 index 95a02e475..000000000 --- a/devel/glib20/files/patch-glib_gutils.c +++ /dev/null @@ -1,20 +0,0 @@ ---- glib/gutils.c.orig Wed Mar 23 09:55:02 2005 -+++ glib/gutils.c Thu Apr 7 01:06:16 2005 -@@ -1929,7 +1929,7 @@ g_get_system_data_dirs (void) - data_dirs = (gchar *) g_getenv ("XDG_DATA_DIRS"); - - if (!data_dirs || !data_dirs[0]) -- data_dirs = "/usr/local/share/:/usr/share/"; -+ data_dirs = "/usr/local/share/"; - - data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); - #endif -@@ -1983,7 +1983,7 @@ g_get_system_config_dirs (void) - conf_dirs = (gchar *) g_getenv ("XDG_CONFIG_DIRS"); - - if (!conf_dirs || !conf_dirs[0]) -- conf_dirs = "/etc/xdg"; -+ conf_dirs = "/usr/local/etc/xdg:/etc/xdg"; - - conf_dir_vector = g_strsplit (conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0); - #endif diff --git a/devel/glib20/files/patch-gmodule::gmodule-dl.c b/devel/glib20/files/patch-gmodule::gmodule-dl.c deleted file mode 100644 index 586d7f80b..000000000 --- a/devel/glib20/files/patch-gmodule::gmodule-dl.c +++ /dev/null @@ -1,20 +0,0 @@ ---- gmodule/gmodule-dl.c.orig Sat Feb 17 08:28:07 2001 -+++ gmodule/gmodule-dl.c Fri Jan 18 09:48:45 2002 -@@ -104,6 +104,7 @@ - static gpointer - _g_module_self (void) - { -+#ifndef __FreeBSD__ - gpointer handle; - - /* to query symbols from the program itself, special link options -@@ -115,6 +116,9 @@ - g_module_set_error (fetch_dlerror (TRUE)); - - return handle; -+#else -+ return RTLD_DEFAULT; -+#endif - } - - static void diff --git a/devel/glib20/files/patch-gobject_Makefile.in b/devel/glib20/files/patch-gobject_Makefile.in deleted file mode 100644 index 12a20215a..000000000 --- a/devel/glib20/files/patch-gobject_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- gobject/Makefile.in.orig 2010-06-08 09:19:51.000000000 +0200 -+++ gobject/Makefile.in 2010-06-08 09:20:41.000000000 +0200 -@@ -1236,7 +1236,7 @@ info: info-recursive - - info-am: - --install-data-am: install-data-local install-dist_gdbSCRIPTS \ -+install-data-am: install-data-local \ - install-libgobjectincludeHEADERS install-tapsetDATA - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook -@@ -1460,9 +1460,7 @@ libgobject-gdb.py: libgobject-gdb.py.in - uninstall-gdb: - -rm -r $(DESTDIR)$(datadir)/gdb - --install-data-hook: libgobject-gdb.py -- mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load/$(ABS_GLIB_RUNTIME_LIBDIR) -- $(INSTALL) libgobject-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load/$(ABS_GLIB_RUNTIME_LIBDIR)/libgobject-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py -+install-data-hook: - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgobject-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgobject-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) diff --git a/devel/glib20/files/patch-gthread_gthread-posix.c b/devel/glib20/files/patch-gthread_gthread-posix.c deleted file mode 100644 index 47c5ab8f1..000000000 --- a/devel/glib20/files/patch-gthread_gthread-posix.c +++ /dev/null @@ -1,21 +0,0 @@ ---- gthread/gthread-posix.c.orig Mon Nov 1 13:47:12 2004 -+++ gthread/gthread-posix.c Wed Mar 9 14:21:20 2005 -@@ -125,7 +129,8 @@ - g_thread_impl_init(void) - { - #ifdef _SC_THREAD_STACK_MIN -- g_thread_min_stack_size = MAX (sysconf (_SC_THREAD_STACK_MIN), 0); -+ g_thread_min_stack_size = MAX (sysconf (_SC_THREAD_STACK_MIN), -+ g_thread_min_stack_size); - #endif /* _SC_THREAD_STACK_MIN */ - #ifdef HAVE_PRIORITIES - # ifdef G_THREADS_IMPL_POSIX -@@ -176,7 +181,7 @@ - result = pthread_mutex_trylock ((pthread_mutex_t *) mutex); - - #ifdef G_THREADS_IMPL_POSIX -- if (result == EBUSY) -+ if ((result == EBUSY) || (result == EDEADLK)) - return FALSE; - #else /* G_THREADS_IMPL_DCE */ - if (result == 0) diff --git a/devel/glib20/pkg-descr b/devel/glib20/pkg-descr deleted file mode 100644 index 3b3059030..000000000 --- a/devel/glib20/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GLib provides a simple, abstract, and highly portable set of C support -routines such as lists, trees, hashes, memory allocation, and much, much -more. It is a foundation for writing portable applications. - -WWW: http://www.gtk.org/ diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist deleted file mode 100644 index d25cc3afc..000000000 --- a/devel/glib20/pkg-plist +++ /dev/null @@ -1,401 +0,0 @@ -bin/gdbus -bin/gio-querymodules -bin/glib-compile-schemas -bin/glib-genmarshal -bin/glib-gettextize -bin/glib-mkenums -bin/gobject-query -bin/gsettings -bin/gtester -bin/gtester-report -etc/bash_completion.d/gdbus-bash-completion.sh -etc/bash_completion.d/gsettings-bash-completion.sh -include/gio-unix-2.0/gio/gdesktopappinfo.h -include/gio-unix-2.0/gio/gfiledescriptorbased.h -include/gio-unix-2.0/gio/gunixconnection.h -include/gio-unix-2.0/gio/gunixcredentialsmessage.h -include/gio-unix-2.0/gio/gunixfdlist.h -include/gio-unix-2.0/gio/gunixfdmessage.h -include/gio-unix-2.0/gio/gunixinputstream.h -include/gio-unix-2.0/gio/gunixmounts.h -include/gio-unix-2.0/gio/gunixoutputstream.h -include/gio-unix-2.0/gio/gunixsocketaddress.h -include/glib-2.0/gio/gappinfo.h -include/glib-2.0/gio/gasyncinitable.h -include/glib-2.0/gio/gasyncresult.h -include/glib-2.0/gio/gbufferedinputstream.h -include/glib-2.0/gio/gbufferedoutputstream.h -include/glib-2.0/gio/gcancellable.h -include/glib-2.0/gio/gcharsetconverter.h -include/glib-2.0/gio/gcontenttype.h -include/glib-2.0/gio/gconverter.h -include/glib-2.0/gio/gconverterinputstream.h -include/glib-2.0/gio/gconverteroutputstream.h -include/glib-2.0/gio/gcredentials.h -include/glib-2.0/gio/gdatainputstream.h -include/glib-2.0/gio/gdataoutputstream.h -include/glib-2.0/gio/gdbusaddress.h -include/glib-2.0/gio/gdbusauthobserver.h -include/glib-2.0/gio/gdbusconnection.h -include/glib-2.0/gio/gdbuserror.h -include/glib-2.0/gio/gdbusintrospection.h -include/glib-2.0/gio/gdbusmessage.h -include/glib-2.0/gio/gdbusmethodinvocation.h -include/glib-2.0/gio/gdbusnameowning.h -include/glib-2.0/gio/gdbusnamewatching.h -include/glib-2.0/gio/gdbusproxy.h -include/glib-2.0/gio/gdbusserver.h -include/glib-2.0/gio/gdbusutils.h -include/glib-2.0/gio/gdrive.h -include/glib-2.0/gio/gemblem.h -include/glib-2.0/gio/gemblemedicon.h -include/glib-2.0/gio/gfile.h -include/glib-2.0/gio/gfileattribute.h -include/glib-2.0/gio/gfileenumerator.h -include/glib-2.0/gio/gfileicon.h -include/glib-2.0/gio/gfileinfo.h -include/glib-2.0/gio/gfileinputstream.h -include/glib-2.0/gio/gfileiostream.h -include/glib-2.0/gio/gfilemonitor.h -include/glib-2.0/gio/gfilenamecompleter.h -include/glib-2.0/gio/gfileoutputstream.h -include/glib-2.0/gio/gfilterinputstream.h -include/glib-2.0/gio/gfilteroutputstream.h -include/glib-2.0/gio/gicon.h -include/glib-2.0/gio/ginetaddress.h -include/glib-2.0/gio/ginetsocketaddress.h -include/glib-2.0/gio/ginitable.h -include/glib-2.0/gio/ginputstream.h -include/glib-2.0/gio/gio.h -include/glib-2.0/gio/gioenums.h -include/glib-2.0/gio/gioenumtypes.h -include/glib-2.0/gio/gioerror.h -include/glib-2.0/gio/giomodule.h -include/glib-2.0/gio/gioscheduler.h -include/glib-2.0/gio/giostream.h -include/glib-2.0/gio/giotypes.h -include/glib-2.0/gio/gloadableicon.h -include/glib-2.0/gio/gmemoryinputstream.h -include/glib-2.0/gio/gmemoryoutputstream.h -include/glib-2.0/gio/gmount.h -include/glib-2.0/gio/gmountoperation.h -include/glib-2.0/gio/gnativevolumemonitor.h -include/glib-2.0/gio/gnetworkaddress.h -include/glib-2.0/gio/gnetworkservice.h -include/glib-2.0/gio/goutputstream.h -include/glib-2.0/gio/gpermission.h -include/glib-2.0/gio/gproxy.h -include/glib-2.0/gio/gproxyaddress.h -include/glib-2.0/gio/gproxyaddressenumerator.h -include/glib-2.0/gio/gproxyresolver.h -include/glib-2.0/gio/gresolver.h -include/glib-2.0/gio/gseekable.h -include/glib-2.0/gio/gsettings.h -include/glib-2.0/gio/gsettingsbackend.h -include/glib-2.0/gio/gsimpleasyncresult.h -include/glib-2.0/gio/gsimplepermission.h -include/glib-2.0/gio/gsocket.h -include/glib-2.0/gio/gsocketaddress.h -include/glib-2.0/gio/gsocketaddressenumerator.h -include/glib-2.0/gio/gsocketclient.h -include/glib-2.0/gio/gsocketconnectable.h -include/glib-2.0/gio/gsocketconnection.h -include/glib-2.0/gio/gsocketcontrolmessage.h -include/glib-2.0/gio/gsocketlistener.h -include/glib-2.0/gio/gsocketservice.h -include/glib-2.0/gio/gsrvtarget.h -include/glib-2.0/gio/gtcpconnection.h -include/glib-2.0/gio/gthemedicon.h -include/glib-2.0/gio/gthreadedsocketservice.h -include/glib-2.0/gio/gvfs.h -include/glib-2.0/gio/gvolume.h -include/glib-2.0/gio/gvolumemonitor.h -include/glib-2.0/gio/gzlibcompressor.h -include/glib-2.0/gio/gzlibdecompressor.h -include/glib-2.0/glib-object.h -include/glib-2.0/glib.h -include/glib-2.0/glib/galloca.h -include/glib-2.0/glib/garray.h -include/glib-2.0/glib/gasyncqueue.h -include/glib-2.0/glib/gatomic.h -include/glib-2.0/glib/gbacktrace.h -include/glib-2.0/glib/gbase64.h -include/glib-2.0/glib/gbitlock.h -include/glib-2.0/glib/gbookmarkfile.h -include/glib-2.0/glib/gcache.h -include/glib-2.0/glib/gchecksum.h -include/glib-2.0/glib/gcompletion.h -include/glib-2.0/glib/gconvert.h -include/glib-2.0/glib/gdataset.h -include/glib-2.0/glib/gdate.h -include/glib-2.0/glib/gdatetime.h -include/glib-2.0/glib/gdir.h -include/glib-2.0/glib/gerror.h -include/glib-2.0/glib/gfileutils.h -include/glib-2.0/glib/ghash.h -include/glib-2.0/glib/ghook.h -include/glib-2.0/glib/ghostutils.h -include/glib-2.0/glib/gi18n-lib.h -include/glib-2.0/glib/gi18n.h -include/glib-2.0/glib/giochannel.h -include/glib-2.0/glib/gkeyfile.h -include/glib-2.0/glib/glist.h -include/glib-2.0/glib/gmacros.h -include/glib-2.0/glib/gmain.h -include/glib-2.0/glib/gmappedfile.h -include/glib-2.0/glib/gmarkup.h -include/glib-2.0/glib/gmem.h -include/glib-2.0/glib/gmessages.h -include/glib-2.0/glib/gnode.h -include/glib-2.0/glib/goption.h -include/glib-2.0/glib/gpattern.h -include/glib-2.0/glib/gpoll.h -include/glib-2.0/glib/gprimes.h -include/glib-2.0/glib/gprintf.h -include/glib-2.0/glib/gqsort.h -include/glib-2.0/glib/gquark.h -include/glib-2.0/glib/gqueue.h -include/glib-2.0/glib/grand.h -include/glib-2.0/glib/gregex.h -include/glib-2.0/glib/grel.h -include/glib-2.0/glib/gscanner.h -include/glib-2.0/glib/gsequence.h -include/glib-2.0/glib/gshell.h -include/glib-2.0/glib/gslice.h -include/glib-2.0/glib/gslist.h -include/glib-2.0/glib/gspawn.h -include/glib-2.0/glib/gstdio.h -include/glib-2.0/glib/gstrfuncs.h -include/glib-2.0/glib/gstring.h -include/glib-2.0/glib/gtestutils.h -include/glib-2.0/glib/gthread.h -include/glib-2.0/glib/gthreadpool.h -include/glib-2.0/glib/gtimer.h -include/glib-2.0/glib/gtimezone.h -include/glib-2.0/glib/gtree.h -include/glib-2.0/glib/gtypes.h -include/glib-2.0/glib/gunicode.h -include/glib-2.0/glib/gurifuncs.h -include/glib-2.0/glib/gutils.h -include/glib-2.0/glib/gvariant.h -include/glib-2.0/glib/gvarianttype.h -include/glib-2.0/glib/gwin32.h -include/glib-2.0/glibconfig.h -include/glib-2.0/gmodule.h -include/glib-2.0/gobject/gbinding.h -include/glib-2.0/gobject/gboxed.h -include/glib-2.0/gobject/gclosure.h -include/glib-2.0/gobject/genums.h -include/glib-2.0/gobject/gmarshal.h -include/glib-2.0/gobject/gobject.h -include/glib-2.0/gobject/gobjectnotifyqueue.c -include/glib-2.0/gobject/gparam.h -include/glib-2.0/gobject/gparamspecs.h -include/glib-2.0/gobject/gsignal.h -include/glib-2.0/gobject/gsourceclosure.h -include/glib-2.0/gobject/gtype.h -include/glib-2.0/gobject/gtypemodule.h -include/glib-2.0/gobject/gtypeplugin.h -include/glib-2.0/gobject/gvalue.h -include/glib-2.0/gobject/gvaluearray.h -include/glib-2.0/gobject/gvaluecollector.h -include/glib-2.0/gobject/gvaluetypes.h -lib/libgio-2.0.a -lib/libgio-2.0.la -lib/libgio-2.0.so -lib/libgio-2.0.so.0 -lib/libglib-2.0.a -lib/libglib-2.0.la -lib/libglib-2.0.so -lib/libglib-2.0.so.0 -lib/libgmodule-2.0.a -lib/libgmodule-2.0.la -lib/libgmodule-2.0.so -lib/libgmodule-2.0.so.0 -lib/libgobject-2.0.a -lib/libgobject-2.0.la -lib/libgobject-2.0.so -lib/libgobject-2.0.so.0 -lib/libgthread-2.0.a -lib/libgthread-2.0.la -lib/libgthread-2.0.so -lib/libgthread-2.0.so.0 -libdata/pkgconfig/gio-2.0.pc -libdata/pkgconfig/gio-unix-2.0.pc -libdata/pkgconfig/glib-2.0.pc -libdata/pkgconfig/gmodule-2.0.pc -libdata/pkgconfig/gmodule-export-2.0.pc -libdata/pkgconfig/gmodule-no-export-2.0.pc -libdata/pkgconfig/gobject-2.0.pc -libdata/pkgconfig/gthread-2.0.pc -share/aclocal/glib-2.0.m4 -share/aclocal/glib-gettext.m4 -share/aclocal/gsettings.m4 -share/glib-2.0/gettext/mkinstalldirs -share/glib-2.0/gettext/po/Makefile.in.in -share/glib-2.0/schemas/gschema.dtd -share/locale/af/LC_MESSAGES/glib20.mo -share/locale/am/LC_MESSAGES/glib20.mo -share/locale/ar/LC_MESSAGES/glib20.mo -share/locale/as/LC_MESSAGES/glib20.mo -share/locale/ast/LC_MESSAGES/glib20.mo -share/locale/az/LC_MESSAGES/glib20.mo -share/locale/be/LC_MESSAGES/glib20.mo -share/locale/be@latin/LC_MESSAGES/glib20.mo -share/locale/bg/LC_MESSAGES/glib20.mo -share/locale/bn/LC_MESSAGES/glib20.mo -share/locale/bn_IN/LC_MESSAGES/glib20.mo -share/locale/bs/LC_MESSAGES/glib20.mo -share/locale/ca/LC_MESSAGES/glib20.mo -share/locale/ca@valencia/LC_MESSAGES/glib20.mo -share/locale/cs/LC_MESSAGES/glib20.mo -share/locale/cy/LC_MESSAGES/glib20.mo -share/locale/da/LC_MESSAGES/glib20.mo -share/locale/de/LC_MESSAGES/glib20.mo -share/locale/dz/LC_MESSAGES/glib20.mo -share/locale/el/LC_MESSAGES/glib20.mo -share/locale/en_CA/LC_MESSAGES/glib20.mo -share/locale/en_GB/LC_MESSAGES/glib20.mo -share/locale/en@shaw/LC_MESSAGES/glib20.mo -share/locale/eo/LC_MESSAGES/glib20.mo -share/locale/es/LC_MESSAGES/glib20.mo -share/locale/et/LC_MESSAGES/glib20.mo -share/locale/eu/LC_MESSAGES/glib20.mo -share/locale/fa/LC_MESSAGES/glib20.mo -share/locale/fi/LC_MESSAGES/glib20.mo -share/locale/fr/LC_MESSAGES/glib20.mo -share/locale/ga/LC_MESSAGES/glib20.mo -share/locale/gl/LC_MESSAGES/glib20.mo -share/locale/gu/LC_MESSAGES/glib20.mo -share/locale/he/LC_MESSAGES/glib20.mo -share/locale/hi/LC_MESSAGES/glib20.mo -share/locale/hr/LC_MESSAGES/glib20.mo -share/locale/hu/LC_MESSAGES/glib20.mo -share/locale/hy/LC_MESSAGES/glib20.mo -share/locale/id/LC_MESSAGES/glib20.mo -share/locale/is/LC_MESSAGES/glib20.mo -share/locale/it/LC_MESSAGES/glib20.mo -share/locale/ja/LC_MESSAGES/glib20.mo -share/locale/ka/LC_MESSAGES/glib20.mo -share/locale/kk/LC_MESSAGES/glib20.mo -share/locale/kn/LC_MESSAGES/glib20.mo -share/locale/ko/LC_MESSAGES/glib20.mo -share/locale/ku/LC_MESSAGES/glib20.mo -share/locale/lt/LC_MESSAGES/glib20.mo -share/locale/lv/LC_MESSAGES/glib20.mo -share/locale/mai/LC_MESSAGES/glib20.mo -share/locale/mg/LC_MESSAGES/glib20.mo -share/locale/mk/LC_MESSAGES/glib20.mo -share/locale/ml/LC_MESSAGES/glib20.mo -share/locale/mn/LC_MESSAGES/glib20.mo -share/locale/mr/LC_MESSAGES/glib20.mo -share/locale/ms/LC_MESSAGES/glib20.mo -share/locale/nb/LC_MESSAGES/glib20.mo -share/locale/nds/LC_MESSAGES/glib20.mo -share/locale/ne/LC_MESSAGES/glib20.mo -share/locale/nl/LC_MESSAGES/glib20.mo -share/locale/nn/LC_MESSAGES/glib20.mo -share/locale/oc/LC_MESSAGES/glib20.mo -share/locale/or/LC_MESSAGES/glib20.mo -share/locale/pa/LC_MESSAGES/glib20.mo -share/locale/pl/LC_MESSAGES/glib20.mo -share/locale/ps/LC_MESSAGES/glib20.mo -share/locale/pt/LC_MESSAGES/glib20.mo -share/locale/pt_BR/LC_MESSAGES/glib20.mo -share/locale/ro/LC_MESSAGES/glib20.mo -share/locale/ru/LC_MESSAGES/glib20.mo -share/locale/rw/LC_MESSAGES/glib20.mo -share/locale/si/LC_MESSAGES/glib20.mo -share/locale/sk/LC_MESSAGES/glib20.mo -share/locale/sl/LC_MESSAGES/glib20.mo -share/locale/sq/LC_MESSAGES/glib20.mo -share/locale/sr/LC_MESSAGES/glib20.mo -share/locale/sr@ije/LC_MESSAGES/glib20.mo -share/locale/sr@latin/LC_MESSAGES/glib20.mo -share/locale/sv/LC_MESSAGES/glib20.mo -share/locale/ta/LC_MESSAGES/glib20.mo -share/locale/te/LC_MESSAGES/glib20.mo -share/locale/th/LC_MESSAGES/glib20.mo -share/locale/tl/LC_MESSAGES/glib20.mo -share/locale/tr/LC_MESSAGES/glib20.mo -share/locale/tt/LC_MESSAGES/glib20.mo -share/locale/uk/LC_MESSAGES/glib20.mo -share/locale/vi/LC_MESSAGES/glib20.mo -share/locale/wa/LC_MESSAGES/glib20.mo -share/locale/xh/LC_MESSAGES/glib20.mo -share/locale/yi/LC_MESSAGES/glib20.mo -share/locale/zh_CN/LC_MESSAGES/glib20.mo -share/locale/zh_HK/LC_MESSAGES/glib20.mo -share/locale/zh_TW/LC_MESSAGES/glib20.mo -@exec mkdir -p %D/share/glib-2.0/schemas -@dirrmtry share/GConf/gsettings -@dirrmtry share/GConf -@exec glib-compile-schemas --uninstall %D/share/glib-2.0/schemas -@dirrm share/glib-2.0/schemas -@dirrm share/glib-2.0/gettext/po -@dirrm share/glib-2.0/gettext -@dirrm share/glib-2.0 -@exec mkdir -p %D/lib/gio/modules -@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true -@unexec /bin/rm -f %D/lib/gio/modules/giomodule.cache -@dirrmtry lib/gio/modules -@dirrmtry lib/gio -@dirrm include/glib-2.0/gobject -@dirrm include/glib-2.0/glib -@dirrm include/glib-2.0/gio -@dirrm include/glib-2.0 -@dirrm include/gio-unix-2.0/gio -@dirrm include/gio-unix-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/tl/LC_MESSAGES -@dirrmtry share/locale/tl -@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/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@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/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@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/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@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/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry etc/bash_completion.d diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile deleted file mode 100644 index c5f2b0ee0..000000000 --- a/devel/glibmm/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: glibmm -# Date created: 04 December 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glibmm/Makefile,v 1.95 2010/09/02 10:22:15 kwm Exp $ -# - -PORTNAME= glibmm -PORTVERSION= 2.25.5 -PORTREVISION?= 0 -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ interfaces for glib2 - -USE_BZIP2= yes - -PLIST_SUB= VERSION="2.4" API_VERSION="2.4" - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack glib20 ltverhack -USE_PERL5= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static --disable-documentation - -post-patch: -.for d in docs examples tests - @${REINPLACE_CMD} -e '/^SUBDIRS = /s/${d}//' ${WRKSRC}/Makefile.in -.endfor - -.include <bsd.port.mk> - -.endif diff --git a/devel/glibmm/distinfo b/devel/glibmm/distinfo deleted file mode 100644 index 58b35ff7b..000000000 --- a/devel/glibmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glibmm-2.25.5.tar.bz2) = 280b57f81139f90709c867745c31be62 -SHA256 (gnome2/glibmm-2.25.5.tar.bz2) = a808bc5872556697a5bb221a3f9f14de9e8224b90a1900e7b37dcd0b3fcb0051 -SIZE (gnome2/glibmm-2.25.5.tar.bz2) = 5428421 diff --git a/devel/glibmm/pkg-descr b/devel/glibmm/pkg-descr deleted file mode 100644 index f689c4137..000000000 --- a/devel/glibmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ interfaces for glib20. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/glibmm/pkg-plist b/devel/glibmm/pkg-plist deleted file mode 100644 index 8799426c6..000000000 --- a/devel/glibmm/pkg-plist +++ /dev/null @@ -1,333 +0,0 @@ -include/giomm-%%API_VERSION%%/giomm.h -include/giomm-%%API_VERSION%%/giomm/appinfo.h -include/giomm-%%API_VERSION%%/giomm/asyncinitable.h -include/giomm-%%API_VERSION%%/giomm/asyncresult.h -include/giomm-%%API_VERSION%%/giomm/bufferedinputstream.h -include/giomm-%%API_VERSION%%/giomm/bufferedoutputstream.h -include/giomm-%%API_VERSION%%/giomm/cancellable.h -include/giomm-%%API_VERSION%%/giomm/contenttype.h -include/giomm-%%API_VERSION%%/giomm/credentials.h -include/giomm-%%API_VERSION%%/giomm/datainputstream.h -include/giomm-%%API_VERSION%%/giomm/dataoutputstream.h -include/giomm-%%API_VERSION%%/giomm/dbusauthobserver.h -include/giomm-%%API_VERSION%%/giomm/dbusconnection.h -include/giomm-%%API_VERSION%%/giomm/dbuserror.h -include/giomm-%%API_VERSION%%/giomm/dbusintrospection.h -include/giomm-%%API_VERSION%%/giomm/dbusmessage.h -include/giomm-%%API_VERSION%%/giomm/dbusmethodinvocation.h -include/giomm-%%API_VERSION%%/giomm/dbusownname.h -include/giomm-%%API_VERSION%%/giomm/dbusproxy.h -include/giomm-%%API_VERSION%%/giomm/dbusserver.h -include/giomm-%%API_VERSION%%/giomm/dbusutils.h -include/giomm-%%API_VERSION%%/giomm/dbuswatchname.h -include/giomm-%%API_VERSION%%/giomm/desktopappinfo.h -include/giomm-%%API_VERSION%%/giomm/drive.h -include/giomm-%%API_VERSION%%/giomm/emblem.h -include/giomm-%%API_VERSION%%/giomm/emblemedicon.h -include/giomm-%%API_VERSION%%/giomm/enums.h -include/giomm-%%API_VERSION%%/giomm/error.h -include/giomm-%%API_VERSION%%/giomm/file.h -include/giomm-%%API_VERSION%%/giomm/fileattributeinfo.h -include/giomm-%%API_VERSION%%/giomm/fileattributeinfolist.h -include/giomm-%%API_VERSION%%/giomm/fileenumerator.h -include/giomm-%%API_VERSION%%/giomm/fileicon.h -include/giomm-%%API_VERSION%%/giomm/fileinfo.h -include/giomm-%%API_VERSION%%/giomm/fileinputstream.h -include/giomm-%%API_VERSION%%/giomm/fileiostream.h -include/giomm-%%API_VERSION%%/giomm/filemonitor.h -include/giomm-%%API_VERSION%%/giomm/filenamecompleter.h -include/giomm-%%API_VERSION%%/giomm/fileoutputstream.h -include/giomm-%%API_VERSION%%/giomm/filterinputstream.h -include/giomm-%%API_VERSION%%/giomm/filteroutputstream.h -include/giomm-%%API_VERSION%%/giomm/icon.h -include/giomm-%%API_VERSION%%/giomm/inetaddress.h -include/giomm-%%API_VERSION%%/giomm/inetsocketaddress.h -include/giomm-%%API_VERSION%%/giomm/init.h -include/giomm-%%API_VERSION%%/giomm/initable.h -include/giomm-%%API_VERSION%%/giomm/inputstream.h -include/giomm-%%API_VERSION%%/giomm/iostream.h -include/giomm-%%API_VERSION%%/giomm/loadableicon.h -include/giomm-%%API_VERSION%%/giomm/memoryinputstream.h -include/giomm-%%API_VERSION%%/giomm/memoryoutputstream.h -include/giomm-%%API_VERSION%%/giomm/mount.h -include/giomm-%%API_VERSION%%/giomm/mountoperation.h -include/giomm-%%API_VERSION%%/giomm/networkaddress.h -include/giomm-%%API_VERSION%%/giomm/networkservice.h -include/giomm-%%API_VERSION%%/giomm/outputstream.h -include/giomm-%%API_VERSION%%/giomm/private/appinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/asyncinitable_p.h -include/giomm-%%API_VERSION%%/giomm/private/asyncresult_p.h -include/giomm-%%API_VERSION%%/giomm/private/bufferedinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/bufferedoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/cancellable_p.h -include/giomm-%%API_VERSION%%/giomm/private/credentials_p.h -include/giomm-%%API_VERSION%%/giomm/private/datainputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/dataoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/dbusauthobserver_p.h -include/giomm-%%API_VERSION%%/giomm/private/dbusconnection_p.h -include/giomm-%%API_VERSION%%/giomm/private/dbuserror_p.h -include/giomm-%%API_VERSION%%/giomm/private/dbusintrospection_p.h -include/giomm-%%API_VERSION%%/giomm/private/dbusmessage_p.h -include/giomm-%%API_VERSION%%/giomm/private/dbusmethodinvocation_p.h -include/giomm-%%API_VERSION%%/giomm/private/dbusownname_p.h -include/giomm-%%API_VERSION%%/giomm/private/dbusproxy_p.h -include/giomm-%%API_VERSION%%/giomm/private/dbusserver_p.h -include/giomm-%%API_VERSION%%/giomm/private/dbusutils_p.h -include/giomm-%%API_VERSION%%/giomm/private/dbuswatchname_p.h -include/giomm-%%API_VERSION%%/giomm/private/desktopappinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/drive_p.h -include/giomm-%%API_VERSION%%/giomm/private/emblem_p.h -include/giomm-%%API_VERSION%%/giomm/private/emblemedicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/enums_p.h -include/giomm-%%API_VERSION%%/giomm/private/error_p.h -include/giomm-%%API_VERSION%%/giomm/private/file_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileattributeinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileattributeinfolist_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileenumerator_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileiostream_p.h -include/giomm-%%API_VERSION%%/giomm/private/filemonitor_p.h -include/giomm-%%API_VERSION%%/giomm/private/filenamecompleter_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/filterinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/filteroutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/icon_p.h -include/giomm-%%API_VERSION%%/giomm/private/inetaddress_p.h -include/giomm-%%API_VERSION%%/giomm/private/inetsocketaddress_p.h -include/giomm-%%API_VERSION%%/giomm/private/initable_p.h -include/giomm-%%API_VERSION%%/giomm/private/inputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/iostream_p.h -include/giomm-%%API_VERSION%%/giomm/private/loadableicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/memoryinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/memoryoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/mount_p.h -include/giomm-%%API_VERSION%%/giomm/private/mountoperation_p.h -include/giomm-%%API_VERSION%%/giomm/private/networkaddress_p.h -include/giomm-%%API_VERSION%%/giomm/private/networkservice_p.h -include/giomm-%%API_VERSION%%/giomm/private/outputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/proxy_p.h -include/giomm-%%API_VERSION%%/giomm/private/proxyaddress_p.h -include/giomm-%%API_VERSION%%/giomm/private/proxyresolver_p.h -include/giomm-%%API_VERSION%%/giomm/private/resolver_p.h -include/giomm-%%API_VERSION%%/giomm/private/seekable_p.h -include/giomm-%%API_VERSION%%/giomm/private/settings_p.h -include/giomm-%%API_VERSION%%/giomm/private/settingsbackend_p.h -include/giomm-%%API_VERSION%%/giomm/private/socket_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketaddress_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketaddressenumerator_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketclient_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketconnectable_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketconnection_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketcontrolmessage_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketlistener_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketservice_p.h -include/giomm-%%API_VERSION%%/giomm/private/srvtarget_p.h -include/giomm-%%API_VERSION%%/giomm/private/tcpconnection_p.h -include/giomm-%%API_VERSION%%/giomm/private/themedicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/threadedsocketservice_p.h -include/giomm-%%API_VERSION%%/giomm/private/unixconnection_p.h -include/giomm-%%API_VERSION%%/giomm/private/unixcredentialsmessage_p.h -include/giomm-%%API_VERSION%%/giomm/private/unixfdlist_p.h -include/giomm-%%API_VERSION%%/giomm/private/unixfdmessage_p.h -include/giomm-%%API_VERSION%%/giomm/private/unixinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/unixoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/volume_p.h -include/giomm-%%API_VERSION%%/giomm/private/volumemonitor_p.h -include/giomm-%%API_VERSION%%/giomm/proxy.h -include/giomm-%%API_VERSION%%/giomm/proxyaddress.h -include/giomm-%%API_VERSION%%/giomm/proxyresolver.h -include/giomm-%%API_VERSION%%/giomm/resolver.h -include/giomm-%%API_VERSION%%/giomm/seekable.h -include/giomm-%%API_VERSION%%/giomm/settings.h -include/giomm-%%API_VERSION%%/giomm/settingsbackend.h -include/giomm-%%API_VERSION%%/giomm/socket.h -include/giomm-%%API_VERSION%%/giomm/socketaddress.h -include/giomm-%%API_VERSION%%/giomm/socketaddressenumerator.h -include/giomm-%%API_VERSION%%/giomm/socketclient.h -include/giomm-%%API_VERSION%%/giomm/socketconnectable.h -include/giomm-%%API_VERSION%%/giomm/socketconnection.h -include/giomm-%%API_VERSION%%/giomm/socketcontrolmessage.h -include/giomm-%%API_VERSION%%/giomm/socketlistener.h -include/giomm-%%API_VERSION%%/giomm/socketservice.h -include/giomm-%%API_VERSION%%/giomm/srvtarget.h -include/giomm-%%API_VERSION%%/giomm/tcpconnection.h -include/giomm-%%API_VERSION%%/giomm/themedicon.h -include/giomm-%%API_VERSION%%/giomm/threadedsocketservice.h -include/giomm-%%API_VERSION%%/giomm/unixconnection.h -include/giomm-%%API_VERSION%%/giomm/unixcredentialsmessage.h -include/giomm-%%API_VERSION%%/giomm/unixfdlist.h -include/giomm-%%API_VERSION%%/giomm/unixfdmessage.h -include/giomm-%%API_VERSION%%/giomm/unixinputstream.h -include/giomm-%%API_VERSION%%/giomm/unixoutputstream.h -include/giomm-%%API_VERSION%%/giomm/volume.h -include/giomm-%%API_VERSION%%/giomm/volumemonitor.h -include/giomm-%%API_VERSION%%/giomm/wrap_init.h -include/glibmm-%%API_VERSION%%/glibmm.h -include/glibmm-%%API_VERSION%%/glibmm/arrayhandle.h -include/glibmm-%%API_VERSION%%/glibmm/balancedtree.h -include/glibmm-%%API_VERSION%%/glibmm/checksum.h -include/glibmm-%%API_VERSION%%/glibmm/class.h -include/glibmm-%%API_VERSION%%/glibmm/containerhandle_shared.h -include/glibmm-%%API_VERSION%%/glibmm/containers.h -include/glibmm-%%API_VERSION%%/glibmm/convert.h -include/glibmm-%%API_VERSION%%/glibmm/date.h -include/glibmm-%%API_VERSION%%/glibmm/debug.h -include/glibmm-%%API_VERSION%%/glibmm/dispatcher.h -include/glibmm-%%API_VERSION%%/glibmm/error.h -include/glibmm-%%API_VERSION%%/glibmm/exception.h -include/glibmm-%%API_VERSION%%/glibmm/exceptionhandler.h -include/glibmm-%%API_VERSION%%/glibmm/fileutils.h -include/glibmm-%%API_VERSION%%/glibmm/helperlist.h -include/glibmm-%%API_VERSION%%/glibmm/i18n-lib.h -include/glibmm-%%API_VERSION%%/glibmm/i18n.h -include/glibmm-%%API_VERSION%%/glibmm/init.h -include/glibmm-%%API_VERSION%%/glibmm/interface.h -include/glibmm-%%API_VERSION%%/glibmm/iochannel.h -include/glibmm-%%API_VERSION%%/glibmm/keyfile.h -include/glibmm-%%API_VERSION%%/glibmm/listhandle.h -include/glibmm-%%API_VERSION%%/glibmm/main.h -include/glibmm-%%API_VERSION%%/glibmm/markup.h -include/glibmm-%%API_VERSION%%/glibmm/miscutils.h -include/glibmm-%%API_VERSION%%/glibmm/module.h -include/glibmm-%%API_VERSION%%/glibmm/nodetree.h -include/glibmm-%%API_VERSION%%/glibmm/object.h -include/glibmm-%%API_VERSION%%/glibmm/objectbase.h -include/glibmm-%%API_VERSION%%/glibmm/optioncontext.h -include/glibmm-%%API_VERSION%%/glibmm/optionentry.h -include/glibmm-%%API_VERSION%%/glibmm/optiongroup.h -include/glibmm-%%API_VERSION%%/glibmm/pattern.h -include/glibmm-%%API_VERSION%%/glibmm/priorities.h -include/glibmm-%%API_VERSION%%/glibmm/private/balancedtree_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/checksum_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/convert_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/date_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/fileutils_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/interface_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/iochannel_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/keyfile_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/markup_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/module_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/nodetree_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/object_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optioncontext_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optionentry_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optiongroup_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/regex_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/shell_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/spawn_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/thread_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/unicode_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/uriutils_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/valuearray_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/variant_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/variantiter_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/varianttype_p.h -include/glibmm-%%API_VERSION%%/glibmm/property.h -include/glibmm-%%API_VERSION%%/glibmm/propertyproxy.h -include/glibmm-%%API_VERSION%%/glibmm/propertyproxy_base.h -include/glibmm-%%API_VERSION%%/glibmm/quark.h -include/glibmm-%%API_VERSION%%/glibmm/random.h -include/glibmm-%%API_VERSION%%/glibmm/refptr.h -include/glibmm-%%API_VERSION%%/glibmm/regex.h -include/glibmm-%%API_VERSION%%/glibmm/sarray.h -include/glibmm-%%API_VERSION%%/glibmm/shell.h -include/glibmm-%%API_VERSION%%/glibmm/signalproxy.h -include/glibmm-%%API_VERSION%%/glibmm/signalproxy_connectionnode.h -include/glibmm-%%API_VERSION%%/glibmm/slisthandle.h -include/glibmm-%%API_VERSION%%/glibmm/spawn.h -include/glibmm-%%API_VERSION%%/glibmm/streamiochannel.h -include/glibmm-%%API_VERSION%%/glibmm/stringutils.h -include/glibmm-%%API_VERSION%%/glibmm/thread.h -include/glibmm-%%API_VERSION%%/glibmm/threadpool.h -include/glibmm-%%API_VERSION%%/glibmm/timer.h -include/glibmm-%%API_VERSION%%/glibmm/timeval.h -include/glibmm-%%API_VERSION%%/glibmm/unicode.h -include/glibmm-%%API_VERSION%%/glibmm/uriutils.h -include/glibmm-%%API_VERSION%%/glibmm/ustring.h -include/glibmm-%%API_VERSION%%/glibmm/utility.h -include/glibmm-%%API_VERSION%%/glibmm/value.h -include/glibmm-%%API_VERSION%%/glibmm/value_basictypes.h -include/glibmm-%%API_VERSION%%/glibmm/value_custom.h -include/glibmm-%%API_VERSION%%/glibmm/valuearray.h -include/glibmm-%%API_VERSION%%/glibmm/variant.h -include/glibmm-%%API_VERSION%%/glibmm/variant_basictypes.h -include/glibmm-%%API_VERSION%%/glibmm/variantiter.h -include/glibmm-%%API_VERSION%%/glibmm/varianttype.h -include/glibmm-%%API_VERSION%%/glibmm/wrap.h -include/glibmm-%%API_VERSION%%/glibmm/wrap_init.h -include/glibmm-%%API_VERSION%%/glibmm_generate_extra_defs/generate_extra_defs.h -lib/giomm-%%API_VERSION%%/include/giommconfig.h -lib/glibmm-%%API_VERSION%%/include/glibmmconfig.h -lib/glibmm-%%VERSION%%/proc/generate_wrap_init.pl -lib/glibmm-%%VERSION%%/proc/gmmproc -lib/glibmm-%%VERSION%%/proc/m4/base.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_boxedtype.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_boxedtype_static.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_generic.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_gobject.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_gtkobject.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_interface.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_opaque_copyable.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_opaque_refcounted.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_shared.m4 -lib/glibmm-%%VERSION%%/proc/m4/compare.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_atk.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_base.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gdk.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gio.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_glib.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gtk.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gtkmm.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_pango.m4 -lib/glibmm-%%VERSION%%/proc/m4/ctor.m4 -lib/glibmm-%%VERSION%%/proc/m4/doc.m4 -lib/glibmm-%%VERSION%%/proc/m4/enum.m4 -lib/glibmm-%%VERSION%%/proc/m4/gerror.m4 -lib/glibmm-%%VERSION%%/proc/m4/list.m4 -lib/glibmm-%%VERSION%%/proc/m4/member.m4 -lib/glibmm-%%VERSION%%/proc/m4/method.m4 -lib/glibmm-%%VERSION%%/proc/m4/property.m4 -lib/glibmm-%%VERSION%%/proc/m4/signal.m4 -lib/glibmm-%%VERSION%%/proc/m4/vfunc.m4 -lib/glibmm-%%VERSION%%/proc/pm/DocsParser.pm -lib/glibmm-%%VERSION%%/proc/pm/Enum.pm -lib/glibmm-%%VERSION%%/proc/pm/Function.pm -lib/glibmm-%%VERSION%%/proc/pm/FunctionBase.pm -lib/glibmm-%%VERSION%%/proc/pm/GtkDefs.pm -lib/glibmm-%%VERSION%%/proc/pm/Object.pm -lib/glibmm-%%VERSION%%/proc/pm/Output.pm -lib/glibmm-%%VERSION%%/proc/pm/Property.pm -lib/glibmm-%%VERSION%%/proc/pm/Util.pm -lib/glibmm-%%VERSION%%/proc/pm/WrapParser.pm -lib/libgiomm-%%VERSION%%.a -lib/libgiomm-%%VERSION%%.la -lib/libgiomm-%%VERSION%%.so -lib/libgiomm-%%VERSION%%.so.1 -lib/libglibmm-%%VERSION%%.a -lib/libglibmm-%%VERSION%%.la -lib/libglibmm-%%VERSION%%.so -lib/libglibmm-%%VERSION%%.so.1 -lib/libglibmm_generate_extra_defs-%%VERSION%%.a -lib/libglibmm_generate_extra_defs-%%VERSION%%.la -lib/libglibmm_generate_extra_defs-%%VERSION%%.so -lib/libglibmm_generate_extra_defs-%%VERSION%%.so.1 -libdata/pkgconfig/giomm-%%API_VERSION%%.pc -libdata/pkgconfig/glibmm-%%API_VERSION%%.pc -share/aclocal/glibmm_check_perl.m4 -@dirrm lib/glibmm-%%API_VERSION%%/proc/m4 -@dirrm lib/glibmm-%%API_VERSION%%/proc/pm -@dirrm lib/glibmm-%%API_VERSION%%/proc -@dirrm lib/glibmm-%%API_VERSION%%/include -@dirrm lib/glibmm-%%API_VERSION%% -@dirrm lib/giomm-%%API_VERSION%%/include -@dirrm lib/giomm-%%API_VERSION%% -@dirrm include/glibmm-%%API_VERSION%%/glibmm/private -@dirrm include/glibmm-%%API_VERSION%%/glibmm -@dirrm include/glibmm-%%API_VERSION%%/glibmm_generate_extra_defs -@dirrm include/glibmm-%%API_VERSION%% -@dirrm include/giomm-%%API_VERSION%%/giomm/private -@dirrm include/giomm-%%API_VERSION%%/giomm -@dirrm include/giomm-%%API_VERSION%% diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile deleted file mode 100644 index bc0fc4937..000000000 --- a/devel/gnome-vfs/Makefile +++ /dev/null @@ -1,109 +0,0 @@ -# New ports collection makefile for: gnomevfs2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/Makefile,v 1.189 2010/04/01 14:24:30 kwm Exp $ -# - -PORTNAME= gnome-vfs -PORTVERSION= 2.24.4 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Virtual File System - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \ - ltverhack referencehack -USE_AUTOTOOLS= libtool:22 -USE_OPENSSL= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-openssl \ - --disable-gnutls \ - --disable-howl \ - --with-hal-mount=/sbin/mount \ - --with-hal-umount=/sbin/umount -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include -DPTHREAD_LIB=\"${PTHREAD_LIBS}\"" -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall - -GCONF_SCHEMAS= desktop_default_applications.schemas \ - desktop_gnome_url_handlers.schemas system_dns_sd.schemas \ - system_http_proxy.schemas system_smb.schemas - -OPTIONS= SAMBA "Enable SMB volume support" on \ - MDNS "Enable Bonjour/Rendezvous support" on \ - HAL "Enable HAL support" on - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM) -USE_FAM= yes -.endif - -.if exists(${LOCALBASE}/lib/libkrb5.so) -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -.endif - -.if !defined(WITHOUT_HAL) -CONFIGURE_ARGS+=--enable-hal -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal -.else -CONFIGURE_ARGS+=--disable-hal -.endif - -.if !defined(WITHOUT_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SAMBA="" -.else -PLIST_SUB+= SAMBA="@comment " -CONFIGURE_ARGS+=--disable-samba -.endif - -.if !defined(WITHOUT_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.else -CONFIGURE_ARGS+=--disable-avahi -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|@PTHREAD_LIB@|${PTHREAD_LIBS}|' \ - ${WRKSRC}/gnome-vfs-2.0.pc.in ${WRKSRC}/gnome-vfs-module-2.0.pc.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/Makefile.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/xdgmime.c \ - ${WRKSRC}/libgnomevfs/gnome-vfs-hal-mounts.c - @${REINPLACE_CMD} -e 's|-lacl||g' \ - ${WRKSRC}/configure - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - < ${MASTERDIR}/pkg-install.in > ${PKGINSTALL} - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - < ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL} - -pre-configure: -.if defined(WITHOUT_KERBEROS) - @${ECHO_CMD} "${PKGNAME}: KERBEROS is required." - @${FALSE} -.endif - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo deleted file mode 100644 index 3f8cf3778..000000000 --- a/devel/gnome-vfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-vfs-2.24.4.tar.bz2) = a05fab03eeef10a47dd156b758982f2e -SHA256 (gnome2/gnome-vfs-2.24.4.tar.bz2) = 62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa -SIZE (gnome2/gnome-vfs-2.24.4.tar.bz2) = 1890370 diff --git a/devel/gnome-vfs/files/patch-Makefile.in b/devel/gnome-vfs/files/patch-Makefile.in deleted file mode 100644 index 7213df2fa..000000000 --- a/devel/gnome-vfs/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Tue Jul 11 09:30:02 2006 -+++ Makefile.in Tue Jul 11 09:30:32 2006 -@@ -352,7 +352,6 @@ - devel-docs \ - doc \ - programs \ -- test \ - po - - EXTRA_DIST = \ diff --git a/devel/gnome-vfs/files/patch-ac b/devel/gnome-vfs/files/patch-ac deleted file mode 100644 index 383987654..000000000 --- a/devel/gnome-vfs/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/Makefile.in.orig Mon Oct 3 11:55:14 2005 -+++ modules/Makefile.in Mon Oct 3 11:55:55 2005 -@@ -465,7 +465,7 @@ - @HAVE_SAMBA_TRUE@SMB_LTLIBS = libsmb.la - @OS_WIN32_FALSE@PLATFROM_SPECIFIC_LTLIBS = libdns-sd.la libnetwork.la libnntp.la libsftp.la $(HTTP_LTLIBS) libftp.la - @OS_WIN32_TRUE@PLATFROM_SPECIFIC_LTLIBS = --module_flags = -export_dynamic -avoid-version -module -no-undefined -+module_flags = -export_dynamic -avoid-version -module -no-undefined $(PTHREAD_LIB) - modulesdir = $(libdir)/gnome-vfs-2.0/modules - modules_LTLIBRARIES = \ - $(CDDA_LTLIBS) \ diff --git a/devel/gnome-vfs/files/patch-config.h.in b/devel/gnome-vfs/files/patch-config.h.in deleted file mode 100644 index 70edbcd45..000000000 --- a/devel/gnome-vfs/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig Sun May 7 00:54:09 2006 -+++ config.h.in Sun May 7 00:54:46 2006 -@@ -121,6 +121,9 @@ - /* Define to 1 if you have the <fnmatch.h> header file. */ - #undef HAVE_FNMATCH_H - -+/* Define to 1 if you have the <sys/sysmacros.h> header file. */ -+#undef HAVE_SYS_SYSMACROS_H -+ - /* Define to 1 if you have the <fstab.h> header file. */ - #undef HAVE_FSTAB_H - diff --git a/devel/gnome-vfs/files/patch-configure b/devel/gnome-vfs/files/patch-configure deleted file mode 100644 index e44e93476..000000000 --- a/devel/gnome-vfs/files/patch-configure +++ /dev/null @@ -1,37 +0,0 @@ ---- configure.orig 2010-09-29 07:03:15.000000000 +0000 -+++ configure 2010-09-29 07:09:42.000000000 +0000 -@@ -8424,7 +8424,7 @@ - - # On IRIX 5.3, sys/types and inttypes.h are conflicting. - for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ -- inttypes.h stdint.h unistd.h -+ inttypes.h stdint.h unistd.h sys/sysmacros.h - do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default -@@ -14465,6 +14465,7 @@ - cat >>confdefs.h <<_ACEOF - #define HAVE_NGETTEXT 1 - _ACEOF -+ LIBS="-lintl $LIBS" - have_ngettext=yes - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5 -@@ -17694,7 +17695,7 @@ - $as_echo_n "(cached) " >&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - -@@ -17824,7 +17825,7 @@ - $as_echo_n "(cached) " >&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in deleted file mode 100644 index eb0f45920..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- gnome-vfs-2.0.pc.in.orig Tue Jul 11 07:31:58 2006 -+++ gnome-vfs-2.0.pc.in Tue Jul 11 09:33:47 2006 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system libraries - Version: @VERSION@ - Requires: gconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in deleted file mode 100644 index 168fba882..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- gnome-vfs-module-2.0.pc.in.orig Tue Jul 11 07:31:58 2006 -+++ gnome-vfs-module-2.0.pc.in Tue Jul 11 09:34:36 2006 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system module include info - Version: @VERSION@ - Requires: gconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${includedir}/gnome-vfs-module-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in b/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in deleted file mode 100644 index 063376961..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/Makefile.in.orig Wed Oct 22 01:11:11 2003 -+++ libgnomevfs/Makefile.in Wed Oct 22 01:12:00 2003 -@@ -429,7 +429,7 @@ - # CLEANFILES = $(BUILT_SOURCES) - - # Platform specific includes --libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include -+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/include - libgnomevfsplatforminclude_HEADERS = \ - gnome-vfs-file-size.h - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c b/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c deleted file mode 100644 index 2747466f7..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c +++ /dev/null @@ -1,26 +0,0 @@ ---- libgnomevfs/gnome-vfs-application-registry.c.orig Sun May 22 23:09:39 2005 -+++ libgnomevfs/gnome-vfs-application-registry.c Sun May 22 23:14:22 2005 -@@ -943,6 +943,8 @@ load_application_info (void) - static void - gnome_vfs_application_registry_init (void) - { -+ gchar *tmp; -+ - if (gnome_vfs_application_registry_initialized) - return; - -@@ -963,6 +965,14 @@ gnome_vfs_application_registry_init (voi - "application-registry", - NULL); - gnome_registry_dir.system_dir = TRUE; -+ -+ tmp = g_strconcat (g_get_home_dir(), "/.gnome", NULL); -+ if (mkdir (tmp, 0700) && -+ errno != EEXIST) { -+ g_warning("Could not create per-user GNOME configuration directory: %s", -+ tmp); -+ } -+ g_free(tmp); - - user_registry_dir.dirname = g_build_filename (g_get_home_dir(), - ".gnome", diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c deleted file mode 100644 index 90fb33a41..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c +++ /dev/null @@ -1,18 +0,0 @@ ---- libgnomevfs/gnome-vfs-filesystem-type.c.orig 2009-10-08 10:03:36.000000000 -0400 -+++ libgnomevfs/gnome-vfs-filesystem-type.c 2009-10-10 11:57:06.000000000 -0400 -@@ -70,6 +70,7 @@ static struct FSInfo fs_data[] = { - { "nfs" , N_("NFS Network Volume"), 1 }, - { "ntfs" , N_("Windows NT Volume"), 0 }, - { "ntfs-3g" , N_("Windows NT Volume"), 1 }, -+ { "nullfs" , N_("BSD Loopback Volume"), 1 }, - { "nilfs2" , N_("NILFS Linux Volume"), 1 }, - { "nwfs" , N_("Netware Volume"), 0 }, - { "proc" , N_("System Volume"), 0 }, -@@ -90,6 +91,7 @@ static struct FSInfo fs_data[] = { - { "xenix" , N_("Xenix Volume"), 0 }, - { "xfs" , N_("XFS Linux Volume"), 1 }, - { "xiafs" , N_("XIAFS Volume"), 0 }, -+ { "zfs" , N_("ZFS Volume"), 1 }, - { "cifs" , N_("CIFS Volume"), 1 }, - }; - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c deleted file mode 100644 index f50e1cb81..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c +++ /dev/null @@ -1,33 +0,0 @@ ---- libgnomevfs/gnome-vfs-hal-mounts.c.orig Mon Aug 7 04:16:27 2006 -+++ libgnomevfs/gnome-vfs-hal-mounts.c Sun Sep 17 17:39:48 2006 -@@ -627,20 +629,30 @@ _hal_volume_policy_check (GnomeVFSVolume - "/", - "/bin", - "/boot", -+ "/compat/linux/proc", -+ "/compat/linux/sys", - "/dev", - "/etc", - "/home", - "/lib", - "/lib64", -+ "/libexec", - "/media", - "/mnt", - "/opt", -+ "/rescue", - "/root", - "/sbin", - "/srv", - "/tmp", - "/usr", -+ "/usr/local", -+ "/usr/obj", -+ "/usr/ports", -+ "/usr/src", -+ "/usr/X11R6", - "/var", -+ "/var/tmp", - "/proc", - "/sbin", - NULL diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c deleted file mode 100644 index a9879578a..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/xdgmime.c.orig Wed Aug 24 16:52:03 2005 -+++ libgnomevfs/xdgmime.c Wed Aug 24 16:52:47 2005 -@@ -234,7 +234,7 @@ - - xdg_data_dirs = getenv ("XDG_DATA_DIRS"); - if (xdg_data_dirs == NULL) -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "%%LOCALBASE%%/share/"; - - ptr = xdg_data_dirs; - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h deleted file mode 100644 index 7d987f400..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h +++ /dev/null @@ -1,12 +0,0 @@ ---- libgnomevfs/xdgmimecache.h.orig 2008-06-12 10:25:40.000000000 -0400 -+++ libgnomevfs/xdgmimecache.h 2008-06-14 00:49:59.000000000 -0400 -@@ -46,6 +46,9 @@ typedef struct _XdgMimeCache XdgMimeCach - #define _xdg_mime_cache_get_icon XDG_RESERVED_ENTRY(cache_get_icon) - #define _xdg_mime_cache_get_generic_icon XDG_RESERVED_ENTRY(cache_get_generic_icon) - #define _xdg_mime_cache_glob_dump XDG_RESERVED_ENTRY(cache_glob_dump) -+#define _xdg_mime_cache_is_valid_mime_type XDG_RESERVED_ENTRY(cache_is_valid_mime_type) -+#define _xdg_mime_cache_mime_type_equal XDG_RESERVED_ENTRY(cache_mime_type_equal) -+#define _xdg_mime_cache_media_type_equal XDG_RESERVED_ENTRY(cache_media_type_equal) - #endif - - extern XdgMimeCache **_caches; diff --git a/devel/gnome-vfs/files/patch-modules_file-method-acl.c b/devel/gnome-vfs/files/patch-modules_file-method-acl.c deleted file mode 100644 index 7ec9a33b8..000000000 --- a/devel/gnome-vfs/files/patch-modules_file-method-acl.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/file-method-acl.c.orig Mon Jul 24 18:47:12 2006 -+++ modules/file-method-acl.c Mon Jul 24 22:01:34 2006 -@@ -45,7 +45,7 @@ - #endif - - #ifdef HAVE_POSIX_ACL --# include <acl/libacl.h> -+# include <sys/acl.h> - #define HAVE_ACL 1 - #endif - diff --git a/devel/gnome-vfs/files/patch-modules_gzip-method.c b/devel/gnome-vfs/files/patch-modules_gzip-method.c deleted file mode 100644 index 3288d1853..000000000 --- a/devel/gnome-vfs/files/patch-modules_gzip-method.c +++ /dev/null @@ -1,10 +0,0 @@ ---- modules/gzip-method.c.orig 2010-03-25 16:05:12.000000000 -0400 -+++ modules/gzip-method.c 2010-03-25 16:06:56.000000000 -0400 -@@ -30,6 +30,7 @@ - #include <stdio.h> - #include <string.h> - #include <time.h> -+#undef _LARGEFILE64_SOURCE - #include <zlib.h> - - struct _GZipMethodHandle { diff --git a/devel/gnome-vfs/pkg-deinstall.in b/devel/gnome-vfs/pkg-deinstall.in deleted file mode 100644 index d3fa3e0df..000000000 --- a/devel/gnome-vfs/pkg-deinstall.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/devel/gnome-vfs/pkg-deinstall.in,v 1.12 2010/05/10 21:18:06 kwm Exp $ -# $MCom: ports/devel/gnome-vfs/pkg-deinstall.in,v 1.26 2010/04/02 21:50:06 kwm Exp $ -# -# Restore gconf keys of libgnome. - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \ - %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/devel/gnome-vfs/pkg-descr b/devel/gnome-vfs/pkg-descr deleted file mode 100644 index 03cbc07f6..000000000 --- a/devel/gnome-vfs/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The GNOME Virtual File System allows applications and users to treat -any number of file system concepts as a part of the local filesystem. -With GnomeVFS, filesystems across the internet, on connected devices, -and in multiple formats are as simple to access (and write code for) -as any directory on the local machine. - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-vfs/pkg-install.in b/devel/gnome-vfs/pkg-install.in deleted file mode 100644 index 63ea00ac2..000000000 --- a/devel/gnome-vfs/pkg-install.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/devel/gnome-vfs/pkg-install.in,v 1.12 2010/05/10 21:18:06 kwm Exp $ -# $MCom: ports/devel/gnome-vfs/pkg-install.in,v 1.26 2010/04/02 21:50:06 kwm Exp $ -# -# Restore gconf keys of libgnome. - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \ - %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist deleted file mode 100644 index d27009494..000000000 --- a/devel/gnome-vfs/pkg-plist +++ /dev/null @@ -1,249 +0,0 @@ -bin/gnomevfs-cat -bin/gnomevfs-copy -bin/gnomevfs-df -bin/gnomevfs-info -bin/gnomevfs-ls -bin/gnomevfs-mkdir -bin/gnomevfs-monitor -bin/gnomevfs-mv -bin/gnomevfs-rm -etc/gnome-vfs-2.0/modules/default-modules.conf -%%SAMBA%%etc/gnome-vfs-2.0/modules/smb-module.conf -etc/gnome-vfs-2.0/modules/ssl-modules.conf -include/gnome-vfs-2.0/include/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ace.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-acl.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-address.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-context.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-dns-sd.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-drive.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-enum-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-find-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-handle.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-init.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-job-limit.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-deprecated.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-handlers.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-info-cache.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-resolve.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-result.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-standard-callbacks.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-version.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-parse-ls.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-pty.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket-buffer.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h -lib/gnome-vfs-2.0/modules/libbzip2.a -lib/gnome-vfs-2.0/modules/libbzip2.la -lib/gnome-vfs-2.0/modules/libbzip2.so -lib/gnome-vfs-2.0/modules/libcomputer.a -lib/gnome-vfs-2.0/modules/libcomputer.la -lib/gnome-vfs-2.0/modules/libcomputer.so -lib/gnome-vfs-2.0/modules/libdns-sd.a -lib/gnome-vfs-2.0/modules/libdns-sd.la -lib/gnome-vfs-2.0/modules/libdns-sd.so -lib/gnome-vfs-2.0/modules/libfile.a -lib/gnome-vfs-2.0/modules/libfile.la -lib/gnome-vfs-2.0/modules/libfile.so -lib/gnome-vfs-2.0/modules/libftp.a -lib/gnome-vfs-2.0/modules/libftp.la -lib/gnome-vfs-2.0/modules/libftp.so -lib/gnome-vfs-2.0/modules/libgzip.a -lib/gnome-vfs-2.0/modules/libgzip.la -lib/gnome-vfs-2.0/modules/libgzip.so -lib/gnome-vfs-2.0/modules/libhttp.a -lib/gnome-vfs-2.0/modules/libhttp.la -lib/gnome-vfs-2.0/modules/libhttp.so -lib/gnome-vfs-2.0/modules/libnetwork.a -lib/gnome-vfs-2.0/modules/libnetwork.la -lib/gnome-vfs-2.0/modules/libnetwork.so -lib/gnome-vfs-2.0/modules/libnntp.a -lib/gnome-vfs-2.0/modules/libnntp.la -lib/gnome-vfs-2.0/modules/libnntp.so -lib/gnome-vfs-2.0/modules/libsftp.a -lib/gnome-vfs-2.0/modules/libsftp.la -lib/gnome-vfs-2.0/modules/libsftp.so -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.a -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.la -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.so -lib/gnome-vfs-2.0/modules/libtar.a -lib/gnome-vfs-2.0/modules/libtar.la -lib/gnome-vfs-2.0/modules/libtar.so -lib/gnome-vfs-2.0/modules/libvfs-test.a -lib/gnome-vfs-2.0/modules/libvfs-test.la -lib/gnome-vfs-2.0/modules/libvfs-test.so -lib/libgnomevfs-2.a -lib/libgnomevfs-2.la -lib/libgnomevfs-2.so -lib/libgnomevfs-2.so.0 -libdata/pkgconfig/gnome-vfs-2.0.pc -libdata/pkgconfig/gnome-vfs-module-2.0.pc -libexec/gnome-vfs-daemon -share/dbus-1/services/gnome-vfs-daemon.service -share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/as/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/or/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@ije/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/te/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/th/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uz/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo -@dirrm include/gnome-vfs-module-2.0/libgnomevfs -@dirrm include/gnome-vfs-module-2.0 -@dirrm include/gnome-vfs-2.0/libgnomevfs -@dirrm include/gnome-vfs-2.0/include -@dirrm include/gnome-vfs-2.0 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@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/uz/LC_MESSAGES -@dirrmtry share/locale/uz -@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/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@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 diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile deleted file mode 100644 index 4e2112635..000000000 --- a/devel/gobject-introspection/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: gobject-introspection -# Date created: 19 July 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gobject-introspection/Makefile,v 1.25 2010/10/05 21:06:12 kwm Exp $ -# - -PORTNAME= gobject-introspection -PORTVERSION= 0.9.12 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Generate interface introspection data for GObject libraries - -BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ - cairo.2:${PORTSDIR}/graphics/cairo - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 ltverhack -USE_PYTHON= yes -USE_BISON= both -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE=yes - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-tests - -# Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260 -MAKE_ENV= HOME=${WRKDIR} - -MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1 - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|'cc'|'${CC:Q}'|g' \ - ${WRKSRC}/giscanner/sourcescanner.py - -.include <bsd.port.post.mk> - diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo deleted file mode 100644 index 57ea68928..000000000 --- a/devel/gobject-introspection/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gobject-introspection-0.9.12.tar.bz2) = 260ba5e77b5c0de0e7d8faf63ecbfee7 -SHA256 (gnome2/gobject-introspection-0.9.12.tar.bz2) = 9c0060d66d14a060057a1fc005be73675a1b8a00d4968ce8e78ff2d6b9f84e81 -SIZE (gnome2/gobject-introspection-0.9.12.tar.bz2) = 1050788 diff --git a/devel/gobject-introspection/files/patch-gir_Makefile.in b/devel/gobject-introspection/files/patch-gir_Makefile.in deleted file mode 100644 index f25f14725..000000000 --- a/devel/gobject-introspection/files/patch-gir_Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- gir/Makefile.in.orig 2010-09-29 01:50:46.000000000 +0000 -+++ gir/Makefile.in 2010-09-29 01:52:35.000000000 +0000 -@@ -393,13 +393,13 @@ - GLib_2_0_gir_PACKAGES = glib-2.0 - GLib_2_0_gir_CFLAGS = \ - -I$(GLIB_INCLUDEDIR) \ -- -I$(GLIB_LIBDIR)/glib-2.0/include \ -+ -I$(GLIB_INCLUDEDIR)/.. \ - -DGETTEXT_PACKAGE=Dummy \ - -DGLIB_COMPILATION \ - -D__G_I18N_LIB_H__ - - GLib_2_0_gir_FILES = \ -- $(GLIB_LIBDIR)/glib-2.0/include/glibconfig.h \ -+ $(GLIB_INCLUDEDIR)/glibconfig.h \ - $(GLIB_INCLUDEDIR)/glib/*.h \ - glib-2.0.c - diff --git a/devel/gobject-introspection/files/patch-tests_Makefile.in b/devel/gobject-introspection/files/patch-tests_Makefile.in deleted file mode 100644 index a96e8a48d..000000000 --- a/devel/gobject-introspection/files/patch-tests_Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- tests/Makefile.in.orig 2010-09-21 16:31:48.000000000 +0000 -+++ tests/Makefile.in 2010-09-21 16:33:10.000000000 +0000 -@@ -819,6 +819,7 @@ - $(AM_V_GEN) $(INTROSPECTION_SCANNER) $(INTROSPECTION_SCANNER_ARGS) --warn-all --warn-error --reparse-validate \ - --namespace=Everything --nsversion=1.0 \ - --add-include-path=$(top_builddir)/gir --include=Gio-2.0 \ -+ --libtool="$(LIBTOOL)" \ - --library=libeverything-1.0.la --output=$@ \ - everything.h everything.c - -@@ -826,6 +827,7 @@ - $(AM_V_GEN) $(INTROSPECTION_SCANNER) $(INTROSPECTION_SCANNER_ARGS) --warn-all --warn-error --reparse-validate \ - --namespace=GIMarshallingTests --symbol-prefix=gi_marshalling_tests --nsversion=1.0 \ - --add-include-path=$(top_builddir)/gir --include=Gio-2.0 \ -+ --libtool="$(LIBTOOL)" \ - --library=libgimarshallingtests-1.0.la --output=$@ \ - $(srcdir)/gimarshallingtests.h $(srcdir)/gimarshallingtests.c - diff --git a/devel/gobject-introspection/pkg-descr b/devel/gobject-introspection/pkg-descr deleted file mode 100644 index 9416d171f..000000000 --- a/devel/gobject-introspection/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -GObject Introspection is a project for providing machine readable introspection -data of the API of C libraries. This introspection data can be used in several -different use cases, for example automatic code generation for bindings, API -verification and documentation generation. - -GObject Introspection contains tools to generate and handle the introspection -data. - -WWW: http://live.gnome.org/GObjectIntrospection diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist deleted file mode 100644 index c39c55aa8..000000000 --- a/devel/gobject-introspection/pkg-plist +++ /dev/null @@ -1,195 +0,0 @@ -bin/g-ir-annotation-tool -bin/g-ir-compiler -bin/g-ir-generate -bin/g-ir-scanner -include/gobject-introspection-1.0/giarginfo.h -include/gobject-introspection-1.0/gibaseinfo.h -include/gobject-introspection-1.0/gicallableinfo.h -include/gobject-introspection-1.0/giconstantinfo.h -include/gobject-introspection-1.0/gienuminfo.h -include/gobject-introspection-1.0/gierrordomaininfo.h -include/gobject-introspection-1.0/gifieldinfo.h -include/gobject-introspection-1.0/gifunctioninfo.h -include/gobject-introspection-1.0/giinterfaceinfo.h -include/gobject-introspection-1.0/giobjectinfo.h -include/gobject-introspection-1.0/gipropertyinfo.h -include/gobject-introspection-1.0/giregisteredtypeinfo.h -include/gobject-introspection-1.0/girepository.h -include/gobject-introspection-1.0/girffi.h -include/gobject-introspection-1.0/gisignalinfo.h -include/gobject-introspection-1.0/gistructinfo.h -include/gobject-introspection-1.0/gitypeinfo.h -include/gobject-introspection-1.0/gitypelib.h -include/gobject-introspection-1.0/gitypes.h -include/gobject-introspection-1.0/giunioninfo.h -include/gobject-introspection-1.0/givfuncinfo.h -lib/girepository-1.0/DBus-1.0.typelib -lib/girepository-1.0/DBusGLib-1.0.typelib -lib/girepository-1.0/GIRepository-2.0.typelib -lib/girepository-1.0/GL-1.0.typelib -lib/girepository-1.0/GLib-2.0.typelib -lib/girepository-1.0/GModule-2.0.typelib -lib/girepository-1.0/GObject-2.0.typelib -lib/girepository-1.0/Gio-2.0.typelib -lib/girepository-1.0/cairo-1.0.typelib -lib/girepository-1.0/fontconfig-2.0.typelib -lib/girepository-1.0/freetype2-2.0.typelib -lib/girepository-1.0/libxml2-2.0.typelib -lib/girepository-1.0/xfixes-4.0.typelib -lib/girepository-1.0/xft-2.0.typelib -lib/girepository-1.0/xlib-2.0.typelib -lib/girepository-1.0/xrandr-1.3.typelib -lib/gobject-introspection/giscanner/__init__.py -lib/gobject-introspection/giscanner/__init__.pyc -lib/gobject-introspection/giscanner/__init__.pyo -lib/gobject-introspection/giscanner/_giscanner.a -lib/gobject-introspection/giscanner/_giscanner.la -lib/gobject-introspection/giscanner/_giscanner.so -lib/gobject-introspection/giscanner/annotationmain.py -lib/gobject-introspection/giscanner/annotationmain.pyc -lib/gobject-introspection/giscanner/annotationmain.pyo -lib/gobject-introspection/giscanner/annotationparser.py -lib/gobject-introspection/giscanner/annotationparser.pyc -lib/gobject-introspection/giscanner/annotationparser.pyo -lib/gobject-introspection/giscanner/ast.py -lib/gobject-introspection/giscanner/ast.pyc -lib/gobject-introspection/giscanner/ast.pyo -lib/gobject-introspection/giscanner/cachestore.py -lib/gobject-introspection/giscanner/cachestore.pyc -lib/gobject-introspection/giscanner/cachestore.pyo -lib/gobject-introspection/giscanner/codegen.py -lib/gobject-introspection/giscanner/codegen.pyc -lib/gobject-introspection/giscanner/codegen.pyo -lib/gobject-introspection/giscanner/config.py -lib/gobject-introspection/giscanner/config.pyc -lib/gobject-introspection/giscanner/config.pyo -lib/gobject-introspection/giscanner/dumper.py -lib/gobject-introspection/giscanner/dumper.pyc -lib/gobject-introspection/giscanner/dumper.pyo -lib/gobject-introspection/giscanner/gdumpparser.py -lib/gobject-introspection/giscanner/gdumpparser.pyc -lib/gobject-introspection/giscanner/gdumpparser.pyo -lib/gobject-introspection/giscanner/girparser.py -lib/gobject-introspection/giscanner/girparser.pyc -lib/gobject-introspection/giscanner/girparser.pyo -lib/gobject-introspection/giscanner/girwriter.py -lib/gobject-introspection/giscanner/girwriter.pyc -lib/gobject-introspection/giscanner/girwriter.pyo -lib/gobject-introspection/giscanner/introspectablepass.py -lib/gobject-introspection/giscanner/introspectablepass.pyc -lib/gobject-introspection/giscanner/introspectablepass.pyo -lib/gobject-introspection/giscanner/libtoolimporter.py -lib/gobject-introspection/giscanner/libtoolimporter.pyc -lib/gobject-introspection/giscanner/libtoolimporter.pyo -lib/gobject-introspection/giscanner/maintransformer.py -lib/gobject-introspection/giscanner/maintransformer.pyc -lib/gobject-introspection/giscanner/maintransformer.pyo -lib/gobject-introspection/giscanner/message.py -lib/gobject-introspection/giscanner/message.pyc -lib/gobject-introspection/giscanner/message.pyo -lib/gobject-introspection/giscanner/odict.py -lib/gobject-introspection/giscanner/odict.pyc -lib/gobject-introspection/giscanner/odict.pyo -lib/gobject-introspection/giscanner/scannermain.py -lib/gobject-introspection/giscanner/scannermain.pyc -lib/gobject-introspection/giscanner/scannermain.pyo -lib/gobject-introspection/giscanner/shlibs.py -lib/gobject-introspection/giscanner/shlibs.pyc -lib/gobject-introspection/giscanner/shlibs.pyo -lib/gobject-introspection/giscanner/sourcescanner.py -lib/gobject-introspection/giscanner/sourcescanner.pyc -lib/gobject-introspection/giscanner/sourcescanner.pyo -lib/gobject-introspection/giscanner/testcodegen.py -lib/gobject-introspection/giscanner/testcodegen.pyc -lib/gobject-introspection/giscanner/testcodegen.pyo -lib/gobject-introspection/giscanner/transformer.py -lib/gobject-introspection/giscanner/transformer.pyc -lib/gobject-introspection/giscanner/transformer.pyo -lib/gobject-introspection/giscanner/utils.py -lib/gobject-introspection/giscanner/utils.pyc -lib/gobject-introspection/giscanner/utils.pyo -lib/gobject-introspection/giscanner/xmlwriter.py -lib/gobject-introspection/giscanner/xmlwriter.pyc -lib/gobject-introspection/giscanner/xmlwriter.pyo -lib/libgirepository-1.0.a -lib/libgirepository-1.0.la -lib/libgirepository-1.0.so -lib/libgirepository-1.0.so.1 -libdata/pkgconfig/gobject-introspection-1.0.pc -libdata/pkgconfig/gobject-introspection-no-export-1.0.pc -share/aclocal/introspection.m4 -share/gir-1.0/DBus-1.0.gir -share/gir-1.0/DBusGLib-1.0.gir -share/gir-1.0/GIRepository-2.0.gir -share/gir-1.0/GL-1.0.gir -share/gir-1.0/GLib-2.0.gir -share/gir-1.0/GModule-2.0.gir -share/gir-1.0/GObject-2.0.gir -share/gir-1.0/Gio-2.0.gir -share/gir-1.0/cairo-1.0.gir -share/gir-1.0/fontconfig-2.0.gir -share/gir-1.0/freetype2-2.0.gir -share/gir-1.0/libxml2-2.0.gir -share/gir-1.0/xfixes-4.0.gir -share/gir-1.0/xft-2.0.gir -share/gir-1.0/xlib-2.0.gir -share/gir-1.0/xrandr-1.3.gir -share/gobject-introspection-1.0/Makefile.introspection -share/gobject-introspection-1.0/gdump.c -share/gobject-introspection-1.0/tests/everything.c -share/gobject-introspection-1.0/tests/everything.h -share/gobject-introspection-1.0/tests/gimarshallingtests.c -share/gobject-introspection-1.0/tests/gimarshallingtests.h -share/gobject-introspection-1.0/tests/regress.c -share/gobject-introspection-1.0/tests/regress.h -share/gtk-doc/html/gi/annotation-glossary.html -share/gtk-doc/html/gi/gi-GIArgInfo.html -share/gtk-doc/html/gi/gi-GIBaseInfo.html -share/gtk-doc/html/gi/gi-GICallableInfo.html -share/gtk-doc/html/gi/gi-GIConstantInfo.html -share/gtk-doc/html/gi/gi-GIEnumInfo.html -share/gtk-doc/html/gi/gi-GIErrorDomainInfo.html -share/gtk-doc/html/gi/gi-GIFieldInfo.html -share/gtk-doc/html/gi/gi-GIFunctionInfo.html -share/gtk-doc/html/gi/gi-GIInterfaceInfo.html -share/gtk-doc/html/gi/gi-GIObjectInfo.html -share/gtk-doc/html/gi/gi-GIPropertyInfo.html -share/gtk-doc/html/gi/gi-GIRegisteredTypeInfo.html -share/gtk-doc/html/gi/gi-GISignalInfo.html -share/gtk-doc/html/gi/gi-GIStructInfo.html -share/gtk-doc/html/gi/gi-GITypeInfo.html -share/gtk-doc/html/gi/gi-GIUnionInfo.html -share/gtk-doc/html/gi/gi-GIVFuncInfo.html -share/gtk-doc/html/gi/gi-ffi.html -share/gtk-doc/html/gi/gi-gir-reference.html -share/gtk-doc/html/gi/gi-gir.html -share/gtk-doc/html/gi/gi-girepository.html -share/gtk-doc/html/gi/gi-girffi.html -share/gtk-doc/html/gi/gi-gtypelib.html -share/gtk-doc/html/gi/gi-libgirepository.html -share/gtk-doc/html/gi/gi-overview.html -share/gtk-doc/html/gi/gi-repository-structs.html -share/gtk-doc/html/gi/gi-struct-hierarchy.html -share/gtk-doc/html/gi/gi-typelib.html -share/gtk-doc/html/gi/gi.devhelp -share/gtk-doc/html/gi/gi.devhelp2 -share/gtk-doc/html/gi/girepository.html -share/gtk-doc/html/gi/glib.html -share/gtk-doc/html/gi/home.png -share/gtk-doc/html/gi/index.html -share/gtk-doc/html/gi/index.sgml -share/gtk-doc/html/gi/left.png -share/gtk-doc/html/gi/overview.png -share/gtk-doc/html/gi/right.png -share/gtk-doc/html/gi/style.css -share/gtk-doc/html/gi/up.png -@dirrm share/gtk-doc/html/gi -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm share/gobject-introspection-1.0/tests -@dirrm share/gobject-introspection-1.0 -@dirrmtry share/gir-1.0 -@dirrmtry lib/girepository-1.0 -@dirrm lib/gobject-introspection/giscanner -@dirrm lib/gobject-introspection -@dirrm include/gobject-introspection-1.0 diff --git a/devel/gsettings-desktop-schemas/Makefile b/devel/gsettings-desktop-schemas/Makefile deleted file mode 100644 index c261538c2..000000000 --- a/devel/gsettings-desktop-schemas/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gsettings-desktop-schemas -# Date created: 14 Aug 2010 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gsettings-desktop-schemas -PORTVERSION= 0.0.1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Collection of globally shared GSetting schemas - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_PERL_BUILD= yes -USE_GNOME= gnomehack intltool glib20 -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/devel/gsettings-desktop-schemas/distinfo b/devel/gsettings-desktop-schemas/distinfo deleted file mode 100644 index dbc20f3af..000000000 --- a/devel/gsettings-desktop-schemas/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome3/gsettings-desktop-schemas-0.0.1.tar.bz2) = 6c8986b4b3101c61baadc9795f52ec3a -SHA256 (gnome3/gsettings-desktop-schemas-0.0.1.tar.bz2) = 2fa7f0e88b1ed6666180b8a5c5ce37024adb0d766ec5b5c074abec002cad3649 -SIZE (gnome3/gsettings-desktop-schemas-0.0.1.tar.bz2) = 84215 diff --git a/devel/gsettings-desktop-schemas/files/patch-configure b/devel/gsettings-desktop-schemas/files/patch-configure deleted file mode 100644 index 61097483c..000000000 --- a/devel/gsettings-desktop-schemas/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig 2010-08-14 15:11:31.000000000 -0400 -+++ configure 2010-08-14 15:12:05.000000000 -0400 -@@ -2984,8 +2984,8 @@ install-data-am: install-gsettings-schem - .SECONDARY: $(gsettings_SCHEMAS) - - gsettings__base_list = \ -- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ -- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" -+ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \ -+ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' - - install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) - @$(NORMAL_INSTALL) diff --git a/devel/gsettings-desktop-schemas/pkg-descr b/devel/gsettings-desktop-schemas/pkg-descr deleted file mode 100644 index 38240ad23..000000000 --- a/devel/gsettings-desktop-schemas/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -The schemas shipped here are based on the GConf schemas -from libgnome and gnome-vfs. diff --git a/devel/gsettings-desktop-schemas/pkg-plist b/devel/gsettings-desktop-schemas/pkg-plist deleted file mode 100644 index e028f2444..000000000 --- a/devel/gsettings-desktop-schemas/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -include/gsettings-desktop-schemas/gdesktop-enums.h -libdata/pkgconfig/gsettings-desktop-schemas.pc -share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml -share/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml -share/glib-2.0/schemas/org.gnome.desktop.enums.xml -share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml -share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml -share/glib-2.0/schemas/org.gnome.desktop.url-handlers.gschema.xml -share/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml -@dirrm include/gsettings-desktop-schemas diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile deleted file mode 100644 index 5b3fa35dd..000000000 --- a/devel/gvfs/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# New ports collection makefile for: gvfs -# Date created: 2007-11-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gvfs/Makefile,v 1.65 2010/11/09 10:06:51 kwm Exp $ -# - -PORTNAME= gvfs -PORTVERSION= 1.6.6 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME virtual file system - -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ - hal.1:${PORTSDIR}/sysutils/hal \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring \ - avahi-client.3:${PORTSDIR}/net/avahi-app -RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount - -USE_BZIP2= yes -USE_GNOME= glib20 gnomehack gnomeprefix intlhack gconf2 -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-obexftp -OPTIONS= FUSE "Enable fuse" off \ - SAMBA "Enable Samba" on \ - GPHOTO2 "Enable Gphoto 2 camera support" on \ - CDDA "Enable CDDA" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_FUSE) -LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs -RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod -PLIST_SUB+= FUSE="" -.else -CONFIGURE_ARGS+= --disable-fuse -PLIST_SUB+= FUSE="@comment " -.endif - -.if defined(WITH_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SMB="" -.else -CONFIGURE_ARGS+= --disable-samba -PLIST_SUB+= SMB="@comment " -.endif - -.if defined(WITH_CDDA) -LIB_DEPENDS+= cdio_paranoia.0:${PORTSDIR}/sysutils/libcdio -PLIST_SUB+= CDDA="" -.else -CONFIGURE_ARGS+= --disable-cdda -PLIST_SUB+= CDDA="@comment " -.endif - -.if defined(WITH_GPHOTO2) -LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 -PLIST_SUB+= GPHOTO2="" -.else -CONFIGURE_ARGS+= --disable-gphoto2 -PLIST_SUB+= GPHOTO2="@comment " -.endif - -.if ${OSVERSION} < 602112 -CONFIGURE_ARGS+= --disable-archive -PLIST_SUB+= ARCHIVE="@comment " -.else -PLIST_SUB+= ARCHIVE="" -.endif - -.if ${OSVERSION} < 700000 -BROKEN= does not configure on 6.X -.endif - -.include <bsd.port.post.mk> diff --git a/devel/gvfs/distinfo b/devel/gvfs/distinfo deleted file mode 100644 index 5cd6abd7e..000000000 --- a/devel/gvfs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gvfs-1.6.6.tar.bz2) = 902890deb6a670f642180ea958406ebb02af1d5867a464c87e493d56f1dde7bd -SIZE (gnome2/gvfs-1.6.6.tar.bz2) = 1387796 diff --git a/devel/gvfs/files/patch-Makefile.in b/devel/gvfs/files/patch-Makefile.in deleted file mode 100644 index 658cccd6a..000000000 --- a/devel/gvfs/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig 2008-07-22 23:17:58.000000000 -0400 -+++ Makefile.in 2008-07-22 23:18:24.000000000 -0400 -@@ -269,7 +269,6 @@ SUBDIRS = \ - gconf \ - po \ - programs \ -- test \ - $(NULL) - - EXTRA_DIST = \ diff --git a/devel/gvfs/files/patch-client_Makefile.in b/devel/gvfs/files/patch-client_Makefile.in deleted file mode 100644 index ffbfd5878..000000000 --- a/devel/gvfs/files/patch-client_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- client/Makefile.in.orig 2008-02-11 20:05:14.000000000 -0500 -+++ client/Makefile.in 2008-02-11 20:05:42.000000000 -0500 -@@ -152,7 +152,7 @@ EXEEXT = @EXEEXT@ - F77 = @F77@ - FFLAGS = @FFLAGS@ - FUSE_CFLAGS = @FUSE_CFLAGS@ --FUSE_LIBS = @FUSE_LIBS@ -+FUSE_LIBS = @FUSE_LIBS@ -lfuse - GCONF_CFLAGS = @GCONF_CFLAGS@ - GCONF_LIBS = @GCONF_LIBS@ - GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ diff --git a/devel/gvfs/files/patch-client_gvfsfusedaemon.c b/devel/gvfs/files/patch-client_gvfsfusedaemon.c deleted file mode 100644 index 3733aa7e3..000000000 --- a/devel/gvfs/files/patch-client_gvfsfusedaemon.c +++ /dev/null @@ -1,12 +0,0 @@ ---- client/gvfsfusedaemon.c.orig 2007-11-06 18:06:41.000000000 -0500 -+++ client/gvfsfusedaemon.c 2007-11-06 18:07:30.000000000 -0500 -@@ -28,7 +28,9 @@ - #include <sys/types.h> - #include <sys/socket.h> - #include <sys/un.h> -+#ifdef __linux__ - #include <sys/vfs.h> -+#endif - #include <sys/time.h> - #include <unistd.h> - #include <stdlib.h> diff --git a/devel/gvfs/files/patch-configure b/devel/gvfs/files/patch-configure deleted file mode 100644 index a2b691355..000000000 --- a/devel/gvfs/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig 2010-05-28 10:24:40.000000000 +0200 -+++ configure 2010-05-28 10:25:59.000000000 +0200 -@@ -16253,7 +16253,7 @@ - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-larchive $LIBS" -+LIBS="-larchive -lcrypto -lmd $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - -@@ -16298,7 +16298,7 @@ - if test x$with_archive_libs != x/usr/lib; then - ARCHIVE_LIBS="-L$with_archive_libs -larchive" - else -- ARCHIVE_LIBS="-larchive" -+ ARCHIVE_LIBS="-larchive -lcrypto -lmd" - fi - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_entry_filetype in -larchive" >&5 -@@ -16307,7 +16307,7 @@ - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-larchive $LIBS" -+LIBS="-larchive -lcrypto -lmd $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - diff --git a/devel/gvfs/files/patch-daemon_gvfswritechannel.c b/devel/gvfs/files/patch-daemon_gvfswritechannel.c deleted file mode 100644 index 54c421687..000000000 --- a/devel/gvfs/files/patch-daemon_gvfswritechannel.c +++ /dev/null @@ -1,10 +0,0 @@ ---- daemon/gvfswritechannel.c.orig 2007-12-22 18:50:10.000000000 -0500 -+++ daemon/gvfswritechannel.c 2007-12-22 18:50:20.000000000 -0500 -@@ -30,6 +30,7 @@ - #include <sys/un.h> - #include <unistd.h> - #include <fcntl.h> -+#include <string.h> - - #include <glib.h> - #include <glib-object.h> diff --git a/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c b/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c deleted file mode 100644 index 6686b28ae..000000000 --- a/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c +++ /dev/null @@ -1,14 +0,0 @@ ---- monitor/gphoto2/ggphoto2volume.c.orig 2008-07-22 09:29:19.000000000 -0400 -+++ monitor/gphoto2/ggphoto2volume.c 2008-07-22 23:22:30.000000000 -0400 -@@ -277,7 +277,11 @@ g_gphoto2_volume_new (GVolumeMonitor * - return NULL; - - /* TODO: other OS'es? Will address this with DK aka HAL 2.0 */ -+#ifdef __FreeBSD__ -+ device_path = hal_device_get_property_string (drive_device, "freebsd.device_file"); -+#else - device_path = hal_device_get_property_string (drive_device, "linux.device_file"); -+#endif - if (strlen (device_path) == 0) - device_path = NULL; - diff --git a/devel/gvfs/pkg-descr b/devel/gvfs/pkg-descr deleted file mode 100644 index f6ea31130..000000000 --- a/devel/gvfs/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GVFS allows applications and users to treat any number of file system -concepts as a part of the local filesystem. With GVFS, filesystems across -the internet, on connected devices, and in multiple formats are as simple -to access (and write code for) as any directory on the local machine. - -WWW: http://www.gnome.org/ diff --git a/devel/gvfs/pkg-plist b/devel/gvfs/pkg-plist deleted file mode 100644 index 353491c5f..000000000 --- a/devel/gvfs/pkg-plist +++ /dev/null @@ -1,177 +0,0 @@ -bin/gvfs-cat -bin/gvfs-copy -bin/gvfs-info -bin/gvfs-less -bin/gvfs-ls -bin/gvfs-mkdir -bin/gvfs-monitor-dir -bin/gvfs-monitor-file -bin/gvfs-mount -bin/gvfs-move -bin/gvfs-open -bin/gvfs-rename -bin/gvfs-rm -bin/gvfs-save -bin/gvfs-set-attribute -bin/gvfs-trash -bin/gvfs-tree -etc/profile.d/gvfs-bash-completion.sh -include/gvfs-client/gvfs/gvfsurimapper.h -include/gvfs-client/gvfs/gvfsuriutils.h -lib/gio/modules/libgiogconf.la -lib/gio/modules/libgiogconf.so -lib/gio/modules/libgioremote-volume-monitor.la -lib/gio/modules/libgioremote-volume-monitor.so -lib/gio/modules/libgvfsdbus.la -lib/gio/modules/libgvfsdbus.so -lib/libgvfscommon-dnssd.la -lib/libgvfscommon-dnssd.so -lib/libgvfscommon-dnssd.so.0 -lib/libgvfscommon.la -lib/libgvfscommon.so -lib/libgvfscommon.so.0 -%%FUSE%%libexec/gvfs-fuse-daemon -%%GPHOTO2%%libexec/gvfs-gphoto2-volume-monitor -libexec/gvfs-hal-volume-monitor -libexec/gvfsd -%%ARCHIVE%%libexec/gvfsd-archive -libexec/gvfsd-burn -%%CDDA%%libexec/gvfsd-cdda -libexec/gvfsd-computer -libexec/gvfsd-dav -libexec/gvfsd-dnssd -libexec/gvfsd-ftp -%%GPHOTO2%%libexec/gvfsd-gphoto2 -libexec/gvfsd-http -libexec/gvfsd-localtest -libexec/gvfsd-metadata -libexec/gvfsd-network -libexec/gvfsd-sftp -%%SMB%%libexec/gvfsd-smb -%%SMB%%libexec/gvfsd-smb-browse -libexec/gvfsd-trash -share/dbus-1/services/gvfs-daemon.service -share/dbus-1/services/gvfs-metadata.service -%%GPHOTO2%%share/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service -share/dbus-1/services/org.gtk.Private.HalVolumeMonitor.service -%%ARCHIVE%%share/gvfs/mounts/archive.mount -share/gvfs/mounts/burn.mount -%%CDDA%%share/gvfs/mounts/cdda.mount -share/gvfs/mounts/computer.mount -share/gvfs/mounts/dav.mount -share/gvfs/mounts/dav+sd.mount -share/gvfs/mounts/dns-sd.mount -share/gvfs/mounts/ftp.mount -%%GPHOTO2%%share/gvfs/mounts/gphoto2.mount -share/gvfs/mounts/http.mount -share/gvfs/mounts/localtest.mount -share/gvfs/mounts/network.mount -share/gvfs/mounts/sftp.mount -%%SMB%%share/gvfs/mounts/smb-browse.mount -%%SMB%%share/gvfs/mounts/smb.mount -share/gvfs/mounts/trash.mount -%%GPHOTO2%%share/gvfs/remote-volume-monitors/gphoto2.monitor -share/gvfs/remote-volume-monitors/hal.monitor -share/locale/af/LC_MESSAGES/gvfs.mo -share/locale/ar/LC_MESSAGES/gvfs.mo -share/locale/as/LC_MESSAGES/gvfs.mo -share/locale/ast/LC_MESSAGES/gvfs.mo -share/locale/be@latin/LC_MESSAGES/gvfs.mo -share/locale/bg/LC_MESSAGES/gvfs.mo -share/locale/bn/LC_MESSAGES/gvfs.mo -share/locale/bn_IN/LC_MESSAGES/gvfs.mo -share/locale/ca/LC_MESSAGES/gvfs.mo -share/locale/ca@valencia/LC_MESSAGES/gvfs.mo -share/locale/cs/LC_MESSAGES/gvfs.mo -share/locale/da/LC_MESSAGES/gvfs.mo -share/locale/de/LC_MESSAGES/gvfs.mo -share/locale/el/LC_MESSAGES/gvfs.mo -share/locale/en@shaw/LC_MESSAGES/gvfs.mo -share/locale/en_GB/LC_MESSAGES/gvfs.mo -share/locale/es/LC_MESSAGES/gvfs.mo -share/locale/et/LC_MESSAGES/gvfs.mo -share/locale/eu/LC_MESSAGES/gvfs.mo -share/locale/fi/LC_MESSAGES/gvfs.mo -share/locale/fr/LC_MESSAGES/gvfs.mo -share/locale/ga/LC_MESSAGES/gvfs.mo -share/locale/gl/LC_MESSAGES/gvfs.mo -share/locale/gu/LC_MESSAGES/gvfs.mo -share/locale/he/LC_MESSAGES/gvfs.mo -share/locale/hi/LC_MESSAGES/gvfs.mo -share/locale/hu/LC_MESSAGES/gvfs.mo -share/locale/id/LC_MESSAGES/gvfs.mo -share/locale/it/LC_MESSAGES/gvfs.mo -share/locale/ja/LC_MESSAGES/gvfs.mo -share/locale/kk/LC_MESSAGES/gvfs.mo -share/locale/kn/LC_MESSAGES/gvfs.mo -share/locale/ko/LC_MESSAGES/gvfs.mo -share/locale/ku/LC_MESSAGES/gvfs.mo -share/locale/lt/LC_MESSAGES/gvfs.mo -share/locale/lv/LC_MESSAGES/gvfs.mo -share/locale/mai/LC_MESSAGES/gvfs.mo -share/locale/mk/LC_MESSAGES/gvfs.mo -share/locale/ml/LC_MESSAGES/gvfs.mo -share/locale/mr/LC_MESSAGES/gvfs.mo -share/locale/nb/LC_MESSAGES/gvfs.mo -share/locale/nds/LC_MESSAGES/gvfs.mo -share/locale/nl/LC_MESSAGES/gvfs.mo -share/locale/nn/LC_MESSAGES/gvfs.mo -share/locale/or/LC_MESSAGES/gvfs.mo -share/locale/pa/LC_MESSAGES/gvfs.mo -share/locale/pl/LC_MESSAGES/gvfs.mo -share/locale/pt/LC_MESSAGES/gvfs.mo -share/locale/pt_BR/LC_MESSAGES/gvfs.mo -share/locale/ro/LC_MESSAGES/gvfs.mo -share/locale/ru/LC_MESSAGES/gvfs.mo -share/locale/sk/LC_MESSAGES/gvfs.mo -share/locale/sl/LC_MESSAGES/gvfs.mo -share/locale/sq/LC_MESSAGES/gvfs.mo -share/locale/sr/LC_MESSAGES/gvfs.mo -share/locale/sr@latin/LC_MESSAGES/gvfs.mo -share/locale/sv/LC_MESSAGES/gvfs.mo -share/locale/ta/LC_MESSAGES/gvfs.mo -share/locale/te/LC_MESSAGES/gvfs.mo -share/locale/th/LC_MESSAGES/gvfs.mo -share/locale/tr/LC_MESSAGES/gvfs.mo -share/locale/ug/LC_MESSAGES/gvfs.mo -share/locale/uk/LC_MESSAGES/gvfs.mo -share/locale/vi/LC_MESSAGES/gvfs.mo -share/locale/zh_CN/LC_MESSAGES/gvfs.mo -share/locale/zh_HK/LC_MESSAGES/gvfs.mo -share/locale/zh_TW/LC_MESSAGES/gvfs.mo -@dirrm share/gvfs/remote-volume-monitors -@dirrm share/gvfs/mounts -@dirrm share/gvfs -@dirrm include/gvfs-client/gvfs -@dirrm include/gvfs-client -@dirrmtry etc/profile.d -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@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/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@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/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile deleted file mode 100644 index dd6915f01..000000000 --- a/devel/json-glib/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: json-glib -# Date created: 25 December 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/json-glib/Makefile,v 1.11 2010/09/18 10:08:33 kwm Exp $ -# - -PORTNAME= json-glib -PORTVERSION= 0.12.0 -CATEGORIES= devel -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= JSON (RFC 4627) interface for Glib - -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= glib20 gnomehack gnomeprefix ltverhack -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/devel/json-glib/distinfo b/devel/json-glib/distinfo deleted file mode 100644 index 2bd6ad898..000000000 --- a/devel/json-glib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (json-glib-0.12.0.tar.bz2) = ee611ef8d7b6e67a14021b32d66b7d1a -SHA256 (json-glib-0.12.0.tar.bz2) = e22978aadbe92a12e4cef2f494eb3571ac5c983ad05cff4256328157f1112842 -SIZE (json-glib-0.12.0.tar.bz2) = 417623 diff --git a/devel/json-glib/pkg-descr b/devel/json-glib/pkg-descr deleted file mode 100644 index 9f3efb50d..000000000 --- a/devel/json-glib/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -JSON-GLib is a library providing serialization and deserialization support -for the JavaScript Object Notation (JSON) format described by RFC 4627. JSON is: - -a lightweight data-interchange format. It is easy for humans to read and write. -It is easy for machines to parse and generate. It is based on a subset of the -JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. -JSON is a text format that is completely language independent but uses -conventions that are familiar to programmers of the C-family of languages, -including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These -properties make JSON an ideal data-interchange language. -- From Introducing -JSON - -Many high-level languages already provide native modules for parsing, generating -and manipulating JSON data streams. JSON-GLib is a C library based on GLib and -released under the terms of the GNU Lesser General Public License version 2.1. -It provides a parser and a generator GObject classes and various wrappers for -the complex data types employed by JSON, such as arrays and objects. - -JSON-GLib uses GLib native data types and the generic value container GValue -for ease of development. It also provides integration with the GObject classes -for direct serialization into, and deserialization from, JSON data streams. - -WWW: http://live.gnome.org/JsonGlib diff --git a/devel/json-glib/pkg-plist b/devel/json-glib/pkg-plist deleted file mode 100644 index 4a0bcfbde..000000000 --- a/devel/json-glib/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -include/json-glib-1.0/json-glib/json-builder.h -include/json-glib-1.0/json-glib/json-enum-types.h -include/json-glib-1.0/json-glib/json-generator.h -include/json-glib-1.0/json-glib/json-glib.h -include/json-glib-1.0/json-glib/json-gobject.h -include/json-glib-1.0/json-glib/json-parser.h -include/json-glib-1.0/json-glib/json-reader.h -include/json-glib-1.0/json-glib/json-types.h -include/json-glib-1.0/json-glib/json-version.h -lib/girepository-1.0/Json-1.0.typelib -lib/libjson-glib-1.0.a -lib/libjson-glib-1.0.la -lib/libjson-glib-1.0.so -lib/libjson-glib-1.0.so.0 -libdata/pkgconfig/json-glib-1.0.pc -%%DOCSDIR%%/JsonBuilder.html -%%DOCSDIR%%/JsonGenerator.html -%%DOCSDIR%%/JsonParser.html -%%DOCSDIR%%/JsonReader.html -%%DOCSDIR%%/annotation-glossary.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/ix02.html -%%DOCSDIR%%/ix03.html -%%DOCSDIR%%/ix04.html -%%DOCSDIR%%/ix05.html -%%DOCSDIR%%/ix06.html -%%DOCSDIR%%/ix07.html -%%DOCSDIR%%/json-advanced.html -%%DOCSDIR%%/json-base.html -%%DOCSDIR%%/json-glib-Boxed-Types-Serialization.html -%%DOCSDIR%%/json-glib-GObject-Serialization.html -%%DOCSDIR%%/json-glib-JSON-Array.html -%%DOCSDIR%%/json-glib-JSON-Node.html -%%DOCSDIR%%/json-glib-JSON-Object.html -%%DOCSDIR%%/json-glib-Serializable-Interface.html -%%DOCSDIR%%/json-glib-Versioning-information.html -%%DOCSDIR%%/json-glib.devhelp -%%DOCSDIR%%/json-glib.devhelp2 -%%DOCSDIR%%/json-glib.html -%%DOCSDIR%%/json-streams.html -%%DOCSDIR%%/json-tools.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gir-1.0/Json-1.0.gir -@dirrm %%DOCSDIR%% -@dirrm include/json-glib-1.0/json-glib -@dirrm include/json-glib-1.0 diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile deleted file mode 100644 index 87a57bc57..000000000 --- a/devel/libbonobo/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: libbonobo -# Date Created: 14 February 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libbonobo/Makefile,v 1.83 2010/08/30 12:10:03 kwm Exp $ -# - -PORTNAME= libbonobo -PORTVERSION= 2.32.0 -PORTREVISION?= 0 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A component and compound document system for GNOME2 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_GNOME= gnomehack intlhack libxml2 orbit2 referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale - -MAN1= bonobo-activation-server.1 - -.include <bsd.port.mk> - -.endif diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo deleted file mode 100644 index 5c05f1acd..000000000 --- a/devel/libbonobo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libbonobo-2.32.0.tar.bz2) = bc2b25b03ca57866a61e04852f2f53fd -SHA256 (gnome2/libbonobo-2.32.0.tar.bz2) = b8b8037d5e8e37f39395a2a2fba7f2fb3d5b53ecedc3d419181912b831ab1349 -SIZE (gnome2/libbonobo-2.32.0.tar.bz2) = 1373333 diff --git a/devel/libbonobo/files/patch-Makefile.in b/devel/libbonobo/files/patch-Makefile.in deleted file mode 100644 index e8a60bd28..000000000 --- a/devel/libbonobo/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed May 7 13:42:52 2003 -+++ Makefile.in Wed May 7 13:43:30 2003 -@@ -149,7 +149,7 @@ - SUBDIRS = \ - idl bonobo-activation bonobo \ - activation-server monikers \ -- utils samples tests doc po -+ utils samples doc po - - - libincludedir = $(includedir)/libbonobo-2.0 diff --git a/devel/libbonobo/files/patch-server::Makefile.in b/devel/libbonobo/files/patch-server::Makefile.in deleted file mode 100644 index 45fc8fc1e..000000000 --- a/devel/libbonobo/files/patch-server::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- activation-server/Makefile.in.orig Fri Aug 19 16:24:14 2005 -+++ activation-server/Makefile.in Fri Aug 19 16:25:12 2005 -@@ -225,7 +225,7 @@ - -I$(top_builddir)/bonobo-activation \ - -I$(top_srcdir)/bonobo-activation \ - -DPREFIX=\""$(prefix)"\" \ -- -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers\" \ -+ -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers:${LOCALBASE}/libdata/bonobo/servers\" \ - -DSERVER_LOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" \ - $(SERVER_CFLAGS) \ - -DSERVER_CONFDIR=\"$(sysconfdir)\" \ diff --git a/devel/libbonobo/files/patch-server::activation-server-main.c b/devel/libbonobo/files/patch-server::activation-server-main.c deleted file mode 100644 index 0f7e7cd3f..000000000 --- a/devel/libbonobo/files/patch-server::activation-server-main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- activation-server/activation-server-main.c.orig Fri Apr 15 20:37:07 2005 -+++ activation-server/activation-server-main.c Fri Aug 19 16:27:59 2005 -@@ -197,7 +197,7 @@ build_src_dir (void) - g_string_append (gnome_od_source_dir, - gnome_dirs[i]); - g_string_append (gnome_od_source_dir, -- "/lib/bonobo/servers" G_SEARCHPATH_SEPARATOR_S); -+ "/libdata/bonobo/servers" G_SEARCHPATH_SEPARATOR_S); - } - g_strfreev (gnome_dirs); - g_string_append (real_od_source_dir, diff --git a/devel/libbonobo/files/patch-utils::bonobo-slay.in b/devel/libbonobo/files/patch-utils::bonobo-slay.in deleted file mode 100644 index 44212a041..000000000 --- a/devel/libbonobo/files/patch-utils::bonobo-slay.in +++ /dev/null @@ -1,21 +0,0 @@ ---- utils/bonobo-slay.in.orig Mon Mar 11 12:16:43 2002 -+++ utils/bonobo-slay.in Tue Apr 2 18:30:30 2002 -@@ -56,15 +56,15 @@ - - # get Bonobo files - # --@bonobo_dirs = ( "@prefix@/lib/bonobo/servers" ); -+@bonobo_dirs = ( "@prefix@/libdata/bonobo/servers" ); - foreach $dir (split(':', $ENV{'BONOBO_ACTIVATION_INFO_PATH'})) { - if (-d $dir) { - push @bonobo_dirs, $dir; - } - } - foreach $dir (split(':', $ENV{'GNOME2_PATH'})) { -- if (-d "$dir/lib/bonobo/servers") { -- push @bonobo_dirs, "$dir/lib/bonobo/servers"; -+ if (-d "$dir/libdata/bonobo/servers") { -+ push @bonobo_dirs, "$dir/libdata/bonobo/servers"; - } - } - diff --git a/devel/libbonobo/pkg-descr b/devel/libbonobo/pkg-descr deleted file mode 100644 index c9890ddba..000000000 --- a/devel/libbonobo/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Bonobo is a set of language- and system-independent CORBA interfaces -for creating reusable components and controls, and for creating -compound documents. - -WWW: http://www.gnome.org/ diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist deleted file mode 100644 index 9ac24260a..000000000 --- a/devel/libbonobo/pkg-plist +++ /dev/null @@ -1,232 +0,0 @@ -bin/activation-client -bin/bonobo-slay -bin/echo-client-2 -etc/bonobo-activation/bonobo-activation-config.xml -include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h -include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h -include/bonobo-activation-2.0/bonobo-activation/Bonobo_Unknown.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-activate.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-async.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-init.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-mime.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-register.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-server-info.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-shlib.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-version.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation.h -include/libbonobo-2.0/bonobo/Bonobo.h -include/libbonobo-2.0/bonobo/bonobo-app-client.h -include/libbonobo-2.0/bonobo/bonobo-application.h -include/libbonobo-2.0/bonobo/bonobo-arg.h -include/libbonobo-2.0/bonobo/bonobo-context.h -include/libbonobo-2.0/bonobo/bonobo-event-source.h -include/libbonobo-2.0/bonobo/bonobo-exception.h -include/libbonobo-2.0/bonobo/bonobo-foreign-object.h -include/libbonobo-2.0/bonobo/bonobo-generic-factory.h -include/libbonobo-2.0/bonobo/bonobo-i18n.h -include/libbonobo-2.0/bonobo/bonobo-item-container.h -include/libbonobo-2.0/bonobo/bonobo-item-handler.h -include/libbonobo-2.0/bonobo/bonobo-listener.h -include/libbonobo-2.0/bonobo/bonobo-macros.h -include/libbonobo-2.0/bonobo/bonobo-main.h -include/libbonobo-2.0/bonobo/bonobo-moniker-extender.h -include/libbonobo-2.0/bonobo/bonobo-moniker-simple.h -include/libbonobo-2.0/bonobo/bonobo-moniker-util.h -include/libbonobo-2.0/bonobo/bonobo-moniker.h -include/libbonobo-2.0/bonobo/bonobo-object.h -include/libbonobo-2.0/bonobo/bonobo-persist-client.h -include/libbonobo-2.0/bonobo/bonobo-persist-file.h -include/libbonobo-2.0/bonobo/bonobo-persist-stream.h -include/libbonobo-2.0/bonobo/bonobo-persist.h -include/libbonobo-2.0/bonobo/bonobo-property-bag-client.h -include/libbonobo-2.0/bonobo/bonobo-property-bag.h -include/libbonobo-2.0/bonobo/bonobo-shlib-factory.h -include/libbonobo-2.0/bonobo/bonobo-storage-memory.h -include/libbonobo-2.0/bonobo/bonobo-storage.h -include/libbonobo-2.0/bonobo/bonobo-stream-client.h -include/libbonobo-2.0/bonobo/bonobo-stream-memory.h -include/libbonobo-2.0/bonobo/bonobo-stream.h -include/libbonobo-2.0/bonobo/bonobo-types.h -include/libbonobo-2.0/bonobo/bonobo-xobject.h -include/libbonobo-2.0/libbonobo.h -lib/bonobo-2.0/samples/bonobo-echo-2 -lib/bonobo/monikers/libmoniker_std_2.a -lib/bonobo/monikers/libmoniker_std_2.la -lib/bonobo/monikers/libmoniker_std_2.so -lib/libbonobo-2.a -lib/libbonobo-2.la -lib/libbonobo-2.so -lib/libbonobo-2.so.0 -lib/libbonobo-activation.a -lib/libbonobo-activation.la -lib/libbonobo-activation.so -lib/libbonobo-activation.so.4 -lib/orbit-2.0/Bonobo_module.a -lib/orbit-2.0/Bonobo_module.la -lib/orbit-2.0/Bonobo_module.so -libdata/bonobo/servers/Bonobo_CosNaming_NamingContext.server -libdata/bonobo/servers/Bonobo_Moniker_std.server -libdata/bonobo/servers/Bonobo_Sample_Echo.server -libdata/pkgconfig/bonobo-activation-2.0.pc -libdata/pkgconfig/libbonobo-2.0.pc -libexec/bonobo-activation-server -sbin/bonobo-activation-sysconf -share/idl/bonobo-2.0/Bonobo.idl -share/idl/bonobo-2.0/Bonobo_Application.idl -share/idl/bonobo-2.0/Bonobo_Canvas.idl -share/idl/bonobo-2.0/Bonobo_Clipboard.idl -share/idl/bonobo-2.0/Bonobo_Context.idl -share/idl/bonobo-2.0/Bonobo_Control.idl -share/idl/bonobo-2.0/Bonobo_Embeddable.idl -share/idl/bonobo-2.0/Bonobo_Exception.idl -share/idl/bonobo-2.0/Bonobo_Gdk.idl -share/idl/bonobo-2.0/Bonobo_ItemContainer.idl -share/idl/bonobo-2.0/Bonobo_Listener.idl -share/idl/bonobo-2.0/Bonobo_Moniker.idl -share/idl/bonobo-2.0/Bonobo_Persist.idl -share/idl/bonobo-2.0/Bonobo_Print.idl -share/idl/bonobo-2.0/Bonobo_Property.idl -share/idl/bonobo-2.0/Bonobo_Sample_Echo.idl -share/idl/bonobo-2.0/Bonobo_Storage.idl -share/idl/bonobo-2.0/Bonobo_UI.idl -share/idl/bonobo-2.0/Bonobo_Zoomable.idl -share/idl/bonobo-activation-2.0/Bonobo_ActivationContext.idl -share/idl/bonobo-activation-2.0/Bonobo_Activation_types.idl -share/idl/bonobo-activation-2.0/Bonobo_GenericFactory.idl -share/idl/bonobo-activation-2.0/Bonobo_ObjectDirectory.idl -share/idl/bonobo-activation-2.0/Bonobo_Unknown.idl -share/locale/am/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ar/LC_MESSAGES/libbonobo-2.0.mo -share/locale/as/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ast/LC_MESSAGES/libbonobo-2.0.mo -share/locale/az/LC_MESSAGES/libbonobo-2.0.mo -share/locale/be/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libbonobo-2.0.mo -share/locale/br/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bs/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libbonobo-2.0.mo -share/locale/cs/LC_MESSAGES/libbonobo-2.0.mo -share/locale/cy/LC_MESSAGES/libbonobo-2.0.mo -share/locale/da/LC_MESSAGES/libbonobo-2.0.mo -share/locale/de/LC_MESSAGES/libbonobo-2.0.mo -share/locale/dz/LC_MESSAGES/libbonobo-2.0.mo -share/locale/el/LC_MESSAGES/libbonobo-2.0.mo -share/locale/en@shaw/LC_MESSAGES/libbonobo-2.0.mo -share/locale/en_CA/LC_MESSAGES/libbonobo-2.0.mo -share/locale/en_GB/LC_MESSAGES/libbonobo-2.0.mo -share/locale/eo/LC_MESSAGES/libbonobo-2.0.mo -share/locale/es/LC_MESSAGES/libbonobo-2.0.mo -share/locale/et/LC_MESSAGES/libbonobo-2.0.mo -share/locale/eu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ga/LC_MESSAGES/libbonobo-2.0.mo -share/locale/gl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/gu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/he/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hy/LC_MESSAGES/libbonobo-2.0.mo -share/locale/id/LC_MESSAGES/libbonobo-2.0.mo -share/locale/is/LC_MESSAGES/libbonobo-2.0.mo -share/locale/it/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ka/LC_MESSAGES/libbonobo-2.0.mo -share/locale/kn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ko/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ku/LC_MESSAGES/libbonobo-2.0.mo -share/locale/li/LC_MESSAGES/libbonobo-2.0.mo -share/locale/lt/LC_MESSAGES/libbonobo-2.0.mo -share/locale/lv/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mai/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mg/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ml/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ms/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nb/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ne/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/oc/LC_MESSAGES/libbonobo-2.0.mo -share/locale/or/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pt/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ro/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ru/LC_MESSAGES/libbonobo-2.0.mo -share/locale/rw/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sq/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sv/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ta/LC_MESSAGES/libbonobo-2.0.mo -share/locale/te/LC_MESSAGES/libbonobo-2.0.mo -share/locale/th/LC_MESSAGES/libbonobo-2.0.mo -share/locale/tr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/uk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/vi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/wa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/xh/LC_MESSAGES/libbonobo-2.0.mo -share/locale/yi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo -@dirrm share/idl/bonobo-activation-2.0 -@dirrm share/idl/bonobo-2.0 -@dirrm libdata/bonobo/servers -@dirrm libdata/bonobo -@dirrm lib/bonobo-2.0/samples -@dirrm lib/bonobo-2.0 -@dirrm include/libbonobo-2.0/bonobo -@dirrm include/libbonobo-2.0 -@dirrm include/bonobo-activation-2.0/bonobo-activation -@dirrm include/bonobo-activation-2.0 -@dirrm etc/bonobo-activation -@dirrmtry lib/bonobo/monikers -@dirrmtry lib/bonobo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@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/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@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 diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile deleted file mode 100644 index 7b9ab1797..000000000 --- a/devel/libgdata/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: libgdata -# Date created: 9 May 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libgdata/Makefile,v 1.13 2010/06/29 21:13:59 kwm Exp $ -# - -PORTNAME= libgdata -PORTVERSION= 0.6.5 -CATEGORIES= devel -MASTER_SITES= GNOME - -MAINTAINER= kwm@FreeBSD.org -COMMENT= GLib based implimentation of the GData protocol - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome - -USE_BZIP2= yes -USE_LDCONFIG= yes -USE_GETTEXT= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack intltool ltverhack glib20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc" - -.include <bsd.port.mk> diff --git a/devel/libgdata/distinfo b/devel/libgdata/distinfo deleted file mode 100644 index 687fe9bba..000000000 --- a/devel/libgdata/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgdata-0.6.5.tar.bz2) = e12f52a3d25c25016856c64ca0331221 -SHA256 (libgdata-0.6.5.tar.bz2) = dcb82f7162d69549512444376da2cdea65650ee4dae4d00eed7fbbd3387ddf2c -SIZE (libgdata-0.6.5.tar.bz2) = 1015870 diff --git a/devel/libgdata/pkg-descr b/devel/libgdata/pkg-descr deleted file mode 100644 index 1603f5ea0..000000000 --- a/devel/libgdata/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -libgdata is a GLib-based library for accessing online service APIs using the -GData protocol - most notably, Google's services. It provides APIs to access -the common Google services, and has full asynchronous support. - -A link with more information about the GData protocol is available on the -website. - -WWW: http://live.gnome.org/libgdata diff --git a/devel/libgdata/pkg-plist b/devel/libgdata/pkg-plist deleted file mode 100644 index 646986683..000000000 --- a/devel/libgdata/pkg-plist +++ /dev/null @@ -1,211 +0,0 @@ -include/libgdata/gdata/atom/gdata-author.h -include/libgdata/gdata/atom/gdata-category.h -include/libgdata/gdata/atom/gdata-generator.h -include/libgdata/gdata/atom/gdata-link.h -include/libgdata/gdata/gd/gdata-gd-email-address.h -include/libgdata/gdata/gd/gdata-gd-im-address.h -include/libgdata/gdata/gd/gdata-gd-name.h -include/libgdata/gdata/gd/gdata-gd-organization.h -include/libgdata/gdata/gd/gdata-gd-phone-number.h -include/libgdata/gdata/gd/gdata-gd-postal-address.h -include/libgdata/gdata/gd/gdata-gd-reminder.h -include/libgdata/gdata/gd/gdata-gd-when.h -include/libgdata/gdata/gd/gdata-gd-where.h -include/libgdata/gdata/gd/gdata-gd-who.h -include/libgdata/gdata/gdata-access-handler.h -include/libgdata/gdata/gdata-access-rule.h -include/libgdata/gdata/gdata-download-stream.h -include/libgdata/gdata/gdata-entry.h -include/libgdata/gdata/gdata-enums.h -include/libgdata/gdata/gdata-feed.h -include/libgdata/gdata/gdata-parsable.h -include/libgdata/gdata/gdata-query.h -include/libgdata/gdata/gdata-service.h -include/libgdata/gdata/gdata-types.h -include/libgdata/gdata/gdata-upload-stream.h -include/libgdata/gdata/gdata.h -include/libgdata/gdata/media/gdata-media-category.h -include/libgdata/gdata/media/gdata-media-content.h -include/libgdata/gdata/media/gdata-media-credit.h -include/libgdata/gdata/media/gdata-media-enums.h -include/libgdata/gdata/media/gdata-media-thumbnail.h -include/libgdata/gdata/services/calendar/gdata-calendar-calendar.h -include/libgdata/gdata/services/calendar/gdata-calendar-event.h -include/libgdata/gdata/services/calendar/gdata-calendar-feed.h -include/libgdata/gdata/services/calendar/gdata-calendar-query.h -include/libgdata/gdata/services/calendar/gdata-calendar-service.h -include/libgdata/gdata/services/contacts/gdata-contacts-contact.h -include/libgdata/gdata/services/contacts/gdata-contacts-query.h -include/libgdata/gdata/services/contacts/gdata-contacts-service.h -include/libgdata/gdata/services/documents/gdata-documents-entry.h -include/libgdata/gdata/services/documents/gdata-documents-enums.h -include/libgdata/gdata/services/documents/gdata-documents-feed.h -include/libgdata/gdata/services/documents/gdata-documents-folder.h -include/libgdata/gdata/services/documents/gdata-documents-presentation.h -include/libgdata/gdata/services/documents/gdata-documents-query.h -include/libgdata/gdata/services/documents/gdata-documents-service.h -include/libgdata/gdata/services/documents/gdata-documents-spreadsheet.h -include/libgdata/gdata/services/documents/gdata-documents-text.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-album.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-enums.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-feed.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-file.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-query.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-service.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-user.h -include/libgdata/gdata/services/youtube/gdata-youtube-content.h -include/libgdata/gdata/services/youtube/gdata-youtube-credit.h -include/libgdata/gdata/services/youtube/gdata-youtube-enums.h -include/libgdata/gdata/services/youtube/gdata-youtube-query.h -include/libgdata/gdata/services/youtube/gdata-youtube-service.h -include/libgdata/gdata/services/youtube/gdata-youtube-state.h -include/libgdata/gdata/services/youtube/gdata-youtube-video.h -lib/girepository-1.0/GData-0.0.typelib -lib/libgdata.a -lib/libgdata.la -lib/libgdata.so -lib/libgdata.so.7 -libdata/pkgconfig/libgdata.pc -share/doc/gdata/GDataAccessHandler.html -share/doc/gdata/GDataAccessRule.html -share/doc/gdata/GDataAuthor.html -share/doc/gdata/GDataCalendarCalendar.html -share/doc/gdata/GDataCalendarEvent.html -share/doc/gdata/GDataCalendarFeed.html -share/doc/gdata/GDataCalendarQuery.html -share/doc/gdata/GDataCalendarService.html -share/doc/gdata/GDataCategory.html -share/doc/gdata/GDataContactsContact.html -share/doc/gdata/GDataContactsQuery.html -share/doc/gdata/GDataContactsService.html -share/doc/gdata/GDataDocumentsEntry.html -share/doc/gdata/GDataDocumentsFeed.html -share/doc/gdata/GDataDocumentsFolder.html -share/doc/gdata/GDataDocumentsPresentation.html -share/doc/gdata/GDataDocumentsQuery.html -share/doc/gdata/GDataDocumentsService.html -share/doc/gdata/GDataDocumentsSpreadsheet.html -share/doc/gdata/GDataDocumentsText.html -share/doc/gdata/GDataDownloadStream.html -share/doc/gdata/GDataEntry.html -share/doc/gdata/GDataFeed.html -share/doc/gdata/GDataGDEmailAddress.html -share/doc/gdata/GDataGDIMAddress.html -share/doc/gdata/GDataGDName.html -share/doc/gdata/GDataGDOrganization.html -share/doc/gdata/GDataGDPhoneNumber.html -share/doc/gdata/GDataGDPostalAddress.html -share/doc/gdata/GDataGDReminder.html -share/doc/gdata/GDataGDWhen.html -share/doc/gdata/GDataGDWhere.html -share/doc/gdata/GDataGDWho.html -share/doc/gdata/GDataGenerator.html -share/doc/gdata/GDataLink.html -share/doc/gdata/GDataMediaCategory.html -share/doc/gdata/GDataMediaContent.html -share/doc/gdata/GDataMediaCredit.html -share/doc/gdata/GDataMediaThumbnail.html -share/doc/gdata/GDataParsable.html -share/doc/gdata/GDataPicasaWebAlbum.html -share/doc/gdata/GDataPicasaWebFile.html -share/doc/gdata/GDataPicasaWebQuery.html -share/doc/gdata/GDataPicasaWebService.html -share/doc/gdata/GDataQuery.html -share/doc/gdata/GDataService.html -share/doc/gdata/GDataUploadStream.html -share/doc/gdata/GDataYouTubeContent.html -share/doc/gdata/GDataYouTubeCredit.html -share/doc/gdata/GDataYouTubeQuery.html -share/doc/gdata/GDataYouTubeService.html -share/doc/gdata/GDataYouTubeState.html -share/doc/gdata/GDataYouTubeVideo.html -share/doc/gdata/annotation-glossary.html -share/doc/gdata/api-index-deprecated.html -share/doc/gdata/api-index-full.html -share/doc/gdata/ch01.html -share/doc/gdata/ch02.html -share/doc/gdata/ch03.html -share/doc/gdata/ch04.html -share/doc/gdata/ch05.html -share/doc/gdata/ch06.html -share/doc/gdata/ch07.html -share/doc/gdata/ch08.html -share/doc/gdata/ch09.html -share/doc/gdata/ch10.html -share/doc/gdata/ch11.html -share/doc/gdata/ch12.html -share/doc/gdata/data-flow.png -share/doc/gdata/gdata-GData-Types.html -share/doc/gdata/gdata-overview.html -share/doc/gdata/gdata.devhelp -share/doc/gdata/gdata.devhelp2 -share/doc/gdata/home.png -share/doc/gdata/index.html -share/doc/gdata/index.sgml -share/doc/gdata/ix03.html -share/doc/gdata/ix04.html -share/doc/gdata/ix05.html -share/doc/gdata/ix06.html -share/doc/gdata/ix07.html -share/doc/gdata/ix08.html -share/doc/gdata/ix09.html -share/doc/gdata/ix10.html -share/doc/gdata/left.png -share/doc/gdata/pt01.html -share/doc/gdata/pt02.html -share/doc/gdata/pt03.html -share/doc/gdata/pt04.html -share/doc/gdata/pt05.html -share/doc/gdata/right.png -share/doc/gdata/structure.png -share/doc/gdata/style.css -share/doc/gdata/up.png -share/gir-1.0/GData-0.0.gir -share/locale/ca/LC_MESSAGES/gdata.mo -share/locale/cs/LC_MESSAGES/gdata.mo -share/locale/de/LC_MESSAGES/gdata.mo -share/locale/el/LC_MESSAGES/gdata.mo -share/locale/en_GB/LC_MESSAGES/gdata.mo -share/locale/es/LC_MESSAGES/gdata.mo -share/locale/eu/LC_MESSAGES/gdata.mo -share/locale/fr/LC_MESSAGES/gdata.mo -share/locale/gl/LC_MESSAGES/gdata.mo -share/locale/hu/LC_MESSAGES/gdata.mo -share/locale/it/LC_MESSAGES/gdata.mo -share/locale/ja/LC_MESSAGES/gdata.mo -share/locale/nb/LC_MESSAGES/gdata.mo -share/locale/pa/LC_MESSAGES/gdata.mo -share/locale/pl/LC_MESSAGES/gdata.mo -share/locale/pt/LC_MESSAGES/gdata.mo -share/locale/pt_BR/LC_MESSAGES/gdata.mo -share/locale/ru/LC_MESSAGES/gdata.mo -share/locale/sl/LC_MESSAGES/gdata.mo -share/locale/sv/LC_MESSAGES/gdata.mo -share/locale/uk/LC_MESSAGES/gdata.mo -share/locale/zh_CN/LC_MESSAGES/gdata.mo -share/locale/zh_HK/LC_MESSAGES/gdata.mo -share/locale/zh_TW/LC_MESSAGES/gdata.mo -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrm share/doc/gdata -@dirrm include/libgdata/gdata/services/youtube -@dirrm include/libgdata/gdata/services/picasaweb -@dirrm include/libgdata/gdata/services/documents -@dirrm include/libgdata/gdata/services/contacts -@dirrm include/libgdata/gdata/services/calendar -@dirrm include/libgdata/gdata/services -@dirrm include/libgdata/gdata/media -@dirrm include/libgdata/gdata/gd -@dirrm include/libgdata/gdata/atom -@dirrm include/libgdata/gdata -@dirrm include/libgdata diff --git a/devel/libgee/Makefile b/devel/libgee/Makefile deleted file mode 100644 index d53acadf7..000000000 --- a/devel/libgee/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: libgee -# Date created: 2010-03-14 -# Whom: Frank Steinborn <steinex@nognu.de> -# -# $FreeBSD$ -# - -PORTNAME= libgee -PORTVERSION= 0.6.0 -CATEGORIES= devel -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:R}/ - -MAINTAINER= kwm@FreeBSD.org -COMMENT= GObject collection library - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-introspection=yes -USE_BZIP2= yes -USE_GNOME= glib20 gnomehack -USE_LDCONFIG= yes - -.include <bsd.port.mk> diff --git a/devel/libgee/distinfo b/devel/libgee/distinfo deleted file mode 100644 index 24d9fd7f5..000000000 --- a/devel/libgee/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgee-0.6.0.tar.bz2) = 4eb513b23ab6ea78884989518a4acf6f -SHA256 (libgee-0.6.0.tar.bz2) = e586678d0a88637abeaaf850b62231000772e79ea6d9c4b45dc3cea99f778a7a -SIZE (libgee-0.6.0.tar.bz2) = 477609 diff --git a/devel/libgee/files/patch-gee_Makefile.in b/devel/libgee/files/patch-gee_Makefile.in deleted file mode 100644 index 6a506df72..000000000 --- a/devel/libgee/files/patch-gee_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gee/Makefile.in.orig 2010-08-08 13:36:58.000000000 +0200 -+++ gee/Makefile.in 2010-08-08 13:37:42.000000000 +0200 -@@ -872,7 +872,7 @@ - touch $@ - - @HAVE_INTROSPECTION_TRUE@Gee-1.0.typelib: Gee-1.0.gir --@HAVE_INTROSPECTION_TRUE@ @INTROSPECTION_COMPILER@ --shared-library=libgee -o $@ $^ -+@HAVE_INTROSPECTION_TRUE@ @INTROSPECTION_COMPILER@ --shared-library=libgee Gee-1.0.gir -o $@ $^ - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/devel/libgee/pkg-descr b/devel/libgee/pkg-descr deleted file mode 100644 index 712362950..000000000 --- a/devel/libgee/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Libgee is a collection library providing GObject-based -interfaces and classes for commonly used data structures. - -WWW: http://live.gnome.org/Libgee diff --git a/devel/libgee/pkg-plist b/devel/libgee/pkg-plist deleted file mode 100644 index 970a894ce..000000000 --- a/devel/libgee/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -include/gee-1.0/gee.h -lib/libgee.la -lib/libgee.so -lib/libgee.so.2 -lib/girepository-1.0/Gee-1.0.typelib -libdata/pkgconfig/gee-1.0.pc -share/gir-1.0/Gee-1.0.gir -share/vala/vapi/gee-1.0.vapi -@dirrm share/vala/vapi -@dirrm share/vala -@dirrmtry share/gir-1.0 -@dirrmtry lib/girepository-1.0 -@dirrm include/gee-1.0 diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile deleted file mode 100644 index 196fa4bc5..000000000 --- a/devel/libnotify/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: libnotify -# Date created: 2005-08-06 -# Whom: Andreas Kohn <andreas@syndrom23.de> -# -# $FreeBSD$ -# $MCom: ports/devel/libnotify/Makefile,v 1.9 2010/10/12 05:14:16 avl Exp $ -# - -PORTNAME= libnotify -PORTVERSION= 0.5.2 -CATEGORIES= devel gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A library for desktop notifications - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_BZIP2= yes -USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20 ltverhack -USE_GETTEXT= yes -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo deleted file mode 100644 index 9e0064498..000000000 --- a/devel/libnotify/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libnotify-0.5.2.tar.bz2) = 4361058ae4e28a9ffce6764e7d03acd1 -SHA256 (libnotify-0.5.2.tar.bz2) = 1f6f1a2d6a0e009997c7ed31f6197f9bf09e9b45fb9cd54acabceea951d99062 -SIZE (libnotify-0.5.2.tar.bz2) = 310439 diff --git a/devel/libnotify/pkg-descr b/devel/libnotify/pkg-descr deleted file mode 100644 index 15579caee..000000000 --- a/devel/libnotify/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The Desktop Notifications framework provides a standard way of doing passive -pop-up notifications on the desktop. These are designed to notify the -user of something without interrupting their work with a dialog box that they -must close. Passive popups can automatically disappear after a short period -of time. - -This port contains the library and a small command line client. -See deskutils/notification-daemon for the daemon. - -WWW: http://www.galago-project.org/specs/notification/index.php diff --git a/devel/libnotify/pkg-plist b/devel/libnotify/pkg-plist deleted file mode 100644 index 11162feb7..000000000 --- a/devel/libnotify/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -bin/notify-send -include/libnotify/notification.h -include/libnotify/notify-enum-types.h -include/libnotify/notify-features.h -include/libnotify/notify.h -lib/libnotify.a -lib/libnotify.la -lib/libnotify.so -lib/libnotify.so.1 -libdata/pkgconfig/libnotify.pc -share/gtk-doc/html/libnotify/ch01.html -share/gtk-doc/html/libnotify/home.png -share/gtk-doc/html/libnotify/index.html -share/gtk-doc/html/libnotify/index.sgml -share/gtk-doc/html/libnotify/left.png -share/gtk-doc/html/libnotify/libnotify-notification.html -share/gtk-doc/html/libnotify/libnotify-notify.html -share/gtk-doc/html/libnotify/libnotify.devhelp -share/gtk-doc/html/libnotify/libnotify.devhelp2 -share/gtk-doc/html/libnotify/right.png -share/gtk-doc/html/libnotify/style.css -share/gtk-doc/html/libnotify/up.png -@dirrm share/gtk-doc/html/libnotify -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm include/libnotify diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile deleted file mode 100644 index 3e3da39aa..000000000 --- a/devel/liboobs/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: liboobs -# Date created: 2006-06-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/liboobs/Makefile,v 1.49 2010/08/31 16:33:47 kwm Exp $ -# - -PORTNAME= liboobs -PORTVERSION= 2.32.0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Wrapping library to the System Tools Backends - -BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - hal.1:${PORTSDIR}/sysutils/hal -RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack glib20 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --with-hal -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" - -.include <bsd.port.pre.mk> - -# disable utmpx detection on early 9.x and below. -# We still have only utmp there -post-patch: -.if ${OSVERSION} < 900007 - @${REINPLACE_CMD} -e 's|utmpx|utmp|g' \ - ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> diff --git a/devel/liboobs/distinfo b/devel/liboobs/distinfo deleted file mode 100644 index 8c1a60aca..000000000 --- a/devel/liboobs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/liboobs-2.32.0.tar.bz2) = 0bb40041b7227f9060ab51f3022115df -SHA256 (gnome2/liboobs-2.32.0.tar.bz2) = 1b70061272b2c777d505b5b6c785e045d4297639dd0d4214d04dea154a9b63d6 -SIZE (gnome2/liboobs-2.32.0.tar.bz2) = 368347 diff --git a/devel/liboobs/files/patch-src_oobs-group.c b/devel/liboobs/files/patch-src_oobs-group.c deleted file mode 100644 index 0a7384b90..000000000 --- a/devel/liboobs/files/patch-src_oobs-group.c +++ /dev/null @@ -1,10 +0,0 @@ ---- oobs/oobs-group.c.orig 2010-01-11 13:34:52.000000000 -0500 -+++ oobs/oobs-group.c 2010-01-18 02:04:34.000000000 -0500 -@@ -21,6 +21,7 @@ - - #include <string.h> - #include <glib-object.h> -+#include <unistd.h> - #include <dbus/dbus.h> - - #include "oobs-object-private.h" diff --git a/devel/liboobs/files/patch-src_oobs-user.c b/devel/liboobs/files/patch-src_oobs-user.c deleted file mode 100644 index a7215c4ef..000000000 --- a/devel/liboobs/files/patch-src_oobs-user.c +++ /dev/null @@ -1,45 +0,0 @@ ---- oobs/oobs-user.c.orig 2010-01-31 17:36:52.000000000 +0000 -+++ oobs/oobs-user.c 2010-01-31 17:40:21.000000000 +0000 -@@ -19,13 +19,24 @@ - * Milan Bouchet-Valat <nalimilan@club.fr>. - */ - -+#ifdef __FreeBSD__ -+# include <sys/param.h> -+# if __FreeBSD_version >= 900007 -+# define HAVE_UTMPX_H -+# endif -+#endif -+ - #include <glib-object.h> - #include <sys/types.h> - #include <unistd.h> - #include <stdlib.h> - #include <string.h> -+#ifdef HAVE_CRYPT_H - #include <crypt.h> -+#endif -+#ifdef HAVE_UTMPX_H - #include <utmpx.h> -+#endif - - #include "oobs-object-private.h" - #include "oobs-usersconfig.h" -@@ -1252,6 +1263,7 @@ oobs_user_set_locale (OobsUser *user, co - gboolean - oobs_user_get_active (OobsUser *user) - { -+#ifdef HAVE_UTMPX_H - struct utmpx *entry; - const gchar *login; - gboolean match = FALSE; -@@ -1272,6 +1284,9 @@ oobs_user_get_active (OobsUser *user) - endutxent (); - - return match; -+#else -+ return FALSE; -+#endif - } - - /** diff --git a/devel/liboobs/pkg-descr b/devel/liboobs/pkg-descr deleted file mode 100644 index ff7665320..000000000 --- a/devel/liboobs/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Wrapping library to the System Tools Backends diff --git a/devel/liboobs/pkg-plist b/devel/liboobs/pkg-plist deleted file mode 100644 index 82d80e062..000000000 --- a/devel/liboobs/pkg-plist +++ /dev/null @@ -1,84 +0,0 @@ -include/liboobs-1.0/oobs/oobs-defines.h -include/liboobs-1.0/oobs/oobs-enum-types.h -include/liboobs-1.0/oobs/oobs-error.h -include/liboobs-1.0/oobs/oobs-group.h -include/liboobs-1.0/oobs/oobs-groupsconfig.h -include/liboobs-1.0/oobs/oobs-hostsconfig.h -include/liboobs-1.0/oobs/oobs-iface-ethernet.h -include/liboobs-1.0/oobs/oobs-iface-irlan.h -include/liboobs-1.0/oobs/oobs-iface-plip.h -include/liboobs-1.0/oobs/oobs-iface-ppp.h -include/liboobs-1.0/oobs/oobs-iface-wireless.h -include/liboobs-1.0/oobs/oobs-iface.h -include/liboobs-1.0/oobs/oobs-ifacesconfig.h -include/liboobs-1.0/oobs/oobs-list.h -include/liboobs-1.0/oobs/oobs-nfsconfig.h -include/liboobs-1.0/oobs/oobs-ntpconfig.h -include/liboobs-1.0/oobs/oobs-ntpserver.h -include/liboobs-1.0/oobs/oobs-object.h -include/liboobs-1.0/oobs/oobs-result.h -include/liboobs-1.0/oobs/oobs-selfconfig.h -include/liboobs-1.0/oobs/oobs-service.h -include/liboobs-1.0/oobs/oobs-servicesconfig.h -include/liboobs-1.0/oobs/oobs-session.h -include/liboobs-1.0/oobs/oobs-share-nfs.h -include/liboobs-1.0/oobs/oobs-share-smb.h -include/liboobs-1.0/oobs/oobs-share.h -include/liboobs-1.0/oobs/oobs-smbconfig.h -include/liboobs-1.0/oobs/oobs-statichost.h -include/liboobs-1.0/oobs/oobs-timeconfig.h -include/liboobs-1.0/oobs/oobs-user.h -include/liboobs-1.0/oobs/oobs-usersconfig.h -include/liboobs-1.0/oobs/oobs.h -lib/liboobs-1.a -lib/liboobs-1.la -lib/liboobs-1.so -lib/liboobs-1.so.5 -libdata/pkgconfig/liboobs-1.pc -%%DOCSDIR%%/OobsGroup.html -%%DOCSDIR%%/OobsGroupsConfig.html -%%DOCSDIR%%/OobsHostsConfig.html -%%DOCSDIR%%/OobsIfaceEthernet.html -%%DOCSDIR%%/OobsIfaceIRLan.html -%%DOCSDIR%%/OobsIfacePPP.html -%%DOCSDIR%%/OobsIfacePlip.html -%%DOCSDIR%%/OobsIfaceWireless.html -%%DOCSDIR%%/OobsIfacesConfig.html -%%DOCSDIR%%/OobsList.html -%%DOCSDIR%%/OobsNFSConfig.html -%%DOCSDIR%%/OobsNTPConfig.html -%%DOCSDIR%%/OobsNTPServer.html -%%DOCSDIR%%/OobsObject.html -%%DOCSDIR%%/OobsSMBConfig.html -%%DOCSDIR%%/OobsSelfConfig.html -%%DOCSDIR%%/OobsService.html -%%DOCSDIR%%/OobsServicesConfig.html -%%DOCSDIR%%/OobsSession.html -%%DOCSDIR%%/OobsShare.html -%%DOCSDIR%%/OobsShareNFS.html -%%DOCSDIR%%/OobsShareSMB.html -%%DOCSDIR%%/OobsStaticHost.html -%%DOCSDIR%%/OobsTimeConfig.html -%%DOCSDIR%%/OobsUser.html -%%DOCSDIR%%/OobsUsersConfig.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/liboobs-Oobs.html -%%DOCSDIR%%/liboobs-OobsError.html -%%DOCSDIR%%/liboobs.devhelp -%%DOCSDIR%%/liboobs.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% -@dirrm include/liboobs-1.0/oobs -@dirrm include/liboobs-1.0 diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile deleted file mode 100644 index 34722af7d..000000000 --- a/devel/libpeas/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: libpeas -# Date created: 20 June 2010 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libpeas/Makefile,v 1.6 2010/08/14 10:37:35 kwm Exp $ -# - -PORTNAME= libpeas -PORTVERSION= 0.5.5 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Next evolution of the Gedit plugins engine - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - pygobject-codegen-2.0:${PORTSDIR}/devel/py-gobject -LIB_DEPENDS= seed.0:${PORTSDIR}/devel/seed -RUN_DEPENDS= pygobject-codegen-2.0:${PORTSDIR}/devel/py-gobject - -USE_BZIP2= yes -USE_PYTHON= yes -USE_LDCONFIG= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack glib20 gtk30 ltverhack:0 -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/devel/libpeas/distinfo b/devel/libpeas/distinfo deleted file mode 100644 index 24972a8e0..000000000 --- a/devel/libpeas/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome3/libpeas-0.5.5.tar.bz2) = b04e5909b044977ad8caf97f34b54747 -SHA256 (gnome3/libpeas-0.5.5.tar.bz2) = e39f292a18bc6304f4aeca2d7b05036ab307ca56e37556d3fd487ba89536e0b1 -SIZE (gnome3/libpeas-0.5.5.tar.bz2) = 428132 diff --git a/devel/libpeas/pkg-descr b/devel/libpeas/pkg-descr deleted file mode 100644 index 3af1eddec..000000000 --- a/devel/libpeas/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -libpeas is the next evolution of the Gedit plugins engine, and is targetted at -giving every application the chance to assume its own extensibility. It also -has a set of enhanced features with regard to what Gedit used to provide, -mirroring the desiderata of your favourite text editor's developpers. diff --git a/devel/libpeas/pkg-plist b/devel/libpeas/pkg-plist deleted file mode 100644 index 5e9b5ea25..000000000 --- a/devel/libpeas/pkg-plist +++ /dev/null @@ -1,109 +0,0 @@ -bin/peas-demo -include/libpeas-1.0/libpeas/peas-activatable.h -include/libpeas-1.0/libpeas/peas-engine.h -include/libpeas-1.0/libpeas/peas-extension-base.h -include/libpeas-1.0/libpeas/peas-extension-set.h -include/libpeas-1.0/libpeas/peas-extension.h -include/libpeas-1.0/libpeas/peas-object-module.h -include/libpeas-1.0/libpeas/peas-plugin-info.h -include/libpeas-1.0/libpeas/peas.h -include/libpeas-1.0/libpeas-gtk/peas-gtk-configurable.h -include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager-view.h -include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager.h -include/libpeas-1.0/libpeas-gtk/peas-gtk.h -lib/girepository-1.0/Peas-1.0.typelib -lib/girepository-1.0/PeasGtk-1.0.typelib -lib/libpeas-1.0.a -lib/libpeas-1.0.la -lib/libpeas-1.0.so -lib/libpeas-1.0.so.0 -lib/libpeas-1.0/loaders/libcloader.a -lib/libpeas-1.0/loaders/libcloader.la -lib/libpeas-1.0/loaders/libcloader.so -lib/libpeas-1.0/loaders/libpythonloader.a -lib/libpeas-1.0/loaders/libpythonloader.la -lib/libpeas-1.0/loaders/libpythonloader.so -lib/libpeas-1.0/loaders/libseedloader.a -lib/libpeas-1.0/loaders/libseedloader.la -lib/libpeas-1.0/loaders/libseedloader.so -lib/libpeas-gtk-1.0.a -lib/libpeas-gtk-1.0.la -lib/libpeas-gtk-1.0.so -lib/libpeas-gtk-1.0.so.0 -lib/peas-demo/plugins/helloworld/helloworld.peasdemo-plugin -lib/peas-demo/plugins/helloworld/libhelloworld.a -lib/peas-demo/plugins/helloworld/libhelloworld.la -lib/peas-demo/plugins/helloworld/libhelloworld.so -lib/peas-demo/plugins/pythonhello/pythonhello.peasdemo-plugin -lib/peas-demo/plugins/pythonhello/pythonhello.py -lib/peas-demo/plugins/pythonhello/pythonhello.pyc -lib/peas-demo/plugins/pythonhello/pythonhello.pyo -lib/peas-demo/plugins/secondtime/libsecondtime.a -lib/peas-demo/plugins/secondtime/libsecondtime.la -lib/peas-demo/plugins/secondtime/libsecondtime.so -lib/peas-demo/plugins/secondtime/secondtime.peasdemo-plugin -lib/peas-demo/plugins/seedhello/seedhello.js -lib/peas-demo/plugins/seedhello/seedhello.peasdemo-plugin -libdata/pkgconfig/libpeas-1.0.pc -libdata/pkgconfig/libpeas-gtk-1.0.pc -share/gir-1.0/Peas-1.0.gir -share/gir-1.0/PeasGtk-1.0.gir -share/gtk-doc/html/libpeas/PeasActivatable.html -share/gtk-doc/html/libpeas/PeasEngine.html -share/gtk-doc/html/libpeas/PeasExtension.html -share/gtk-doc/html/libpeas/PeasExtensionBase.html -share/gtk-doc/html/libpeas/PeasExtensionSet.html -share/gtk-doc/html/libpeas/PeasGtkConfigurable.html -share/gtk-doc/html/libpeas/PeasGtkPluginManager.html -share/gtk-doc/html/libpeas/PeasGtkPluginManagerView.html -share/gtk-doc/html/libpeas/PeasObjectModule.html -share/gtk-doc/html/libpeas/annotation-glossary.html -share/gtk-doc/html/libpeas/api-index-full.html -share/gtk-doc/html/libpeas/ch01.html -share/gtk-doc/html/libpeas/ch02.html -share/gtk-doc/html/libpeas/ch03.html -share/gtk-doc/html/libpeas/home.png -share/gtk-doc/html/libpeas/index.html -share/gtk-doc/html/libpeas/index.sgml -share/gtk-doc/html/libpeas/left.png -share/gtk-doc/html/libpeas/libpeas-PeasPluginInfo.html -share/gtk-doc/html/libpeas/libpeas.devhelp -share/gtk-doc/html/libpeas/libpeas.devhelp2 -share/gtk-doc/html/libpeas/peas-gtk-plugin-manager.png -share/gtk-doc/html/libpeas/pt01.html -share/gtk-doc/html/libpeas/right.png -share/gtk-doc/html/libpeas/style.css -share/gtk-doc/html/libpeas/up.png -share/icons/hicolor/16x16/actions/libpeas-plugin.png -share/icons/hicolor/22x22/actions/libpeas-plugin.png -share/icons/hicolor/32x32/actions/libpeas-plugin.png -share/icons/hicolor/scalable/actions/libpeas-plugin.svg -share/locale/cs/LC_MESSAGES/libpeas.mo -share/locale/da/LC_MESSAGES/libpeas.mo -share/locale/de/LC_MESSAGES/libpeas.mo -share/locale/es/LC_MESSAGES/libpeas.mo -share/locale/fr/LC_MESSAGES/libpeas.mo -share/locale/gl/LC_MESSAGES/libpeas.mo -share/locale/hu/LC_MESSAGES/libpeas.mo -share/locale/nb/LC_MESSAGES/libpeas.mo -share/locale/nds/LC_MESSAGES/libpeas.mo -share/locale/pl/LC_MESSAGES/libpeas.mo -share/locale/pt/LC_MESSAGES/libpeas.mo -share/locale/pt_BR/LC_MESSAGES/libpeas.mo -share/locale/sl/LC_MESSAGES/libpeas.mo -share/locale/sv/LC_MESSAGES/libpeas.mo -share/locale/zh_CN/LC_MESSAGES/libpeas.mo -@dirrm share/locale/nds/LC_MESSAGES -@dirrm share/locale/nds -@dirrm share/gtk-doc/html/libpeas -@dirrm lib/peas-demo/plugins/seedhello -@dirrm lib/peas-demo/plugins/secondtime -@dirrm lib/peas-demo/plugins/pythonhello -@dirrm lib/peas-demo/plugins/helloworld -@dirrm lib/peas-demo/plugins -@dirrm lib/peas-demo -@dirrm lib/libpeas-1.0/loaders -@dirrm lib/libpeas-1.0 -@dirrm include/libpeas-1.0/libpeas-gtk -@dirrm include/libpeas-1.0/libpeas -@dirrm include/libpeas-1.0 diff --git a/devel/libsoup-gnome/Makefile b/devel/libsoup-gnome/Makefile deleted file mode 100644 index 16596630b..000000000 --- a/devel/libsoup-gnome/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: libgsf -# Date created: 11 September 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 0 -CATEGORIES= devel gnome -PKGNAMESUFFIX= -gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME wrapper for libsoup - -MASTERDIR= ${.CURDIR}/../libsoup -#BUILD_WRKSRC= ${WRKSRC}/gsf-gnome -#INSTALL_WRKSRC= ${WRKSRC}/gsf-gnome -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -SOUP_SLAVE= yes - -#post-install: -# @${MKDIR} ${PREFIX}/libdata/pkgconfig -# @${INSTALL_DATA} ${WRKSRC}/libsoup-gnome-2.4.pc \ -# ${PREFIX}/libdata/pkgconfig/ - -.include "${MASTERDIR}/Makefile" diff --git a/devel/libsoup-gnome/pkg-descr b/devel/libsoup-gnome/pkg-descr deleted file mode 100644 index 1ec2bfea4..000000000 --- a/devel/libsoup-gnome/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Soup is a SOAP (Simple Object Access Protocol) implementation in C. - -It provides a queued asynchronous callback-based mechanism for sending and -servicing SOAP requests, and a WSDL (Web Service Definition Language) for C -compilers which generates client stubs and server skeletons for easily -calling and implementing SOAP methods. It uses GLib and is designed to work -well with GTK applications. - -Features: - * Completely Asynchronous - * Connection cache - * HTTP chunked transfer and persistent connections - * Authenticated HTTP, SOCKS4, and SOCKS5 proxy support - * SSL Support using OpenSSL - * Apache module server support - * Client digest authentication diff --git a/devel/libsoup-gnome/pkg-plist b/devel/libsoup-gnome/pkg-plist deleted file mode 100644 index 500adeb16..000000000 --- a/devel/libsoup-gnome/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -include/libsoup-gnome-%%VERSION%%/libsoup/soup-cookie-jar-sqlite.h -include/libsoup-gnome-%%VERSION%%/libsoup/soup-gnome-features.h -include/libsoup-gnome-%%VERSION%%/libsoup/soup-gnome.h -lib/libsoup-gnome-%%VERSION%%.a -lib/libsoup-gnome-%%VERSION%%.la -lib/libsoup-gnome-%%VERSION%%.so -lib/libsoup-gnome-%%VERSION%%.so.1 -libdata/pkgconfig/libsoup-gnome-%%VERSION%%.pc -@dirrm include/libsoup-gnome-%%VERSION%%/libsoup -@dirrm include/libsoup-gnome-%%VERSION%% diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile deleted file mode 100644 index 7583817c7..000000000 --- a/devel/libsoup/Makefile +++ /dev/null @@ -1,89 +0,0 @@ -# New ports collection makefile for: libsoup -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libsoup/Makefile,v 1.89 2010/09/28 08:55:50 kwm Exp $ -# - -PORTNAME= libsoup -PORTVERSION= 2.32.1 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A SOAP (Simple Object Access Protocol) implementation in C - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION="2.4" - -.include <bsd.port.pre.mk> - -.if defined(SOUP_SLAVE) -LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - proxy.0:${PORTSDIR}/net/libproxy \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 -CONFIGURE_ARGS+=--with-gnome -USE_GNOME+= gconf2 -.else -BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -CONFIGURE_ARGS+=--without-gnome -.endif - -.if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls -.else -CONFIGURE_ARGS+=--disable-ssl -.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "libsoup has the following configurable option(s):" - @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" - @${ECHO_MSG} "" - -post-patch: - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g ; \ - s|" == "|" = "|g' \ - ${WRKSRC}/configure - -.if defined(SOUP_SLAVE) -do-build: - cd ${WRKSRC}/libsoup && ${GMAKE} libsoup-gnome-2.4.la - -do-install: - ${INSTALL_DATA} ${WRKSRC}/libsoup/.libs/libsoup-gnome-2.4.a ${PREFIX}/lib/ - ${INSTALL_DATA} ${WRKSRC}/libsoup/.libs/libsoup-gnome-2.4.la ${PREFIX}/lib/ - ${INSTALL_DATA} ${WRKSRC}/libsoup/.libs/libsoup-gnome-2.4.so ${PREFIX}/lib/ - ${INSTALL_DATA} ${WRKSRC}/libsoup/.libs/libsoup-gnome-2.4.so.1 ${PREFIX}/lib/ - cd ${WRKSRC}/libsoup && ${GMAKE} install-libsoupgnomeincludeHEADERS -.endif - -post-install: -.if defined(SOUP_SLAVE) - @${MKDIR} ${PREFIX}/libdata/pkgconfig - @${INSTALL_DATA} ${WRKSRC}/libsoup-gnome-2.4.pc \ - ${PREFIX}/libdata/pkgconfig/ -.else - @${INSTALL_DATA} ${WRKSRC}/libsoup/soup-connection.h \ - ${PREFIX}/include/libsoup-2.4/libsoup/soup-connection.h -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo deleted file mode 100644 index e27ede1ff..000000000 --- a/devel/libsoup/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/libsoup-2.32.1.tar.bz2) = 8779da1b4d85f443f04ea8301f52c4a1943c10e4dc8d20dbcdb3652921de6b8e -SIZE (gnome2/libsoup-2.32.1.tar.bz2) = 667140 diff --git a/devel/libsoup/files/patch-libsoup_Makefile.in b/devel/libsoup/files/patch-libsoup_Makefile.in deleted file mode 100644 index 15a468ce4..000000000 --- a/devel/libsoup/files/patch-libsoup_Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- libsoup/Makefile.in.orig 2010-05-14 16:28:56.000000000 +0200 -+++ libsoup/Makefile.in 2010-05-14 16:31:03.000000000 +0200 -@@ -112,7 +112,6 @@ - $(AM_CFLAGS) $(CFLAGS) $(libsoup_2_4_la_LDFLAGS) $(LDFLAGS) -o \ - $@ - @BUILD_LIBSOUP_GNOME_TRUE@libsoup_gnome_2_4_la_DEPENDENCIES = \ --@BUILD_LIBSOUP_GNOME_TRUE@ libsoup-2.4.la $(am__DEPENDENCIES_1) \ - @BUILD_LIBSOUP_GNOME_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_LIBSOUP_GNOME_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_LIBSOUP_GNOME_TRUE@ $(am__DEPENDENCIES_1) \ -@@ -473,7 +472,7 @@ - - @BUILD_LIBSOUP_GNOME_TRUE@libsoup_gnome_2_4_la_LDFLAGS = $(libsoup_2_4_la_LDFLAGS) - @BUILD_LIBSOUP_GNOME_TRUE@libsoup_gnome_2_4_la_LIBADD = \ --@BUILD_LIBSOUP_GNOME_TRUE@ libsoup-2.4.la \ -+@BUILD_LIBSOUP_GNOME_TRUE@ -lsoup-2.4 \ - @BUILD_LIBSOUP_GNOME_TRUE@ $(GLIB_LIBS) \ - @BUILD_LIBSOUP_GNOME_TRUE@ $(GCONF_LIBS) \ - @BUILD_LIBSOUP_GNOME_TRUE@ $(LIBPROXY_LIBS) \ diff --git a/devel/libsoup/pkg-descr b/devel/libsoup/pkg-descr deleted file mode 100644 index 1ec2bfea4..000000000 --- a/devel/libsoup/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Soup is a SOAP (Simple Object Access Protocol) implementation in C. - -It provides a queued asynchronous callback-based mechanism for sending and -servicing SOAP requests, and a WSDL (Web Service Definition Language) for C -compilers which generates client stubs and server skeletons for easily -calling and implementing SOAP methods. It uses GLib and is designed to work -well with GTK applications. - -Features: - * Completely Asynchronous - * Connection cache - * HTTP chunked transfer and persistent connections - * Authenticated HTTP, SOCKS4, and SOCKS5 proxy support - * SSL Support using OpenSSL - * Apache module server support - * Client digest authentication diff --git a/devel/libsoup/pkg-plist b/devel/libsoup/pkg-plist deleted file mode 100644 index ab9adb282..000000000 --- a/devel/libsoup/pkg-plist +++ /dev/null @@ -1,49 +0,0 @@ -include/libsoup-%%VERSION%%/libsoup/soup-address.h -include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-basic.h -include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-digest.h -include/libsoup-%%VERSION%%/libsoup/soup-auth-domain.h -include/libsoup-%%VERSION%%/libsoup/soup-auth.h -include/libsoup-%%VERSION%%/libsoup/soup-connection.h -include/libsoup-%%VERSION%%/libsoup/soup-content-decoder.h -include/libsoup-%%VERSION%%/libsoup/soup-content-sniffer.h -include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar-text.h -include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar.h -include/libsoup-%%VERSION%%/libsoup/soup-cookie.h -include/libsoup-%%VERSION%%/libsoup/soup-date.h -include/libsoup-%%VERSION%%/libsoup/soup-enum-types.h -include/libsoup-%%VERSION%%/libsoup/soup-form.h -include/libsoup-%%VERSION%%/libsoup/soup-headers.h -include/libsoup-%%VERSION%%/libsoup/soup-logger.h -include/libsoup-%%VERSION%%/libsoup/soup-message-body.h -include/libsoup-%%VERSION%%/libsoup/soup-message-headers.h -include/libsoup-%%VERSION%%/libsoup/soup-message.h -include/libsoup-%%VERSION%%/libsoup/soup-method.h -include/libsoup-%%VERSION%%/libsoup/soup-misc.h -include/libsoup-%%VERSION%%/libsoup/soup-multipart.h -include/libsoup-%%VERSION%%/libsoup/soup-password-manager.h -include/libsoup-%%VERSION%%/libsoup/soup-portability.h -include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver.h -include/libsoup-%%VERSION%%/libsoup/soup-proxy-uri-resolver.h -include/libsoup-%%VERSION%%/libsoup/soup-server.h -include/libsoup-%%VERSION%%/libsoup/soup-session-async.h -include/libsoup-%%VERSION%%/libsoup/soup-session-feature.h -include/libsoup-%%VERSION%%/libsoup/soup-session-sync.h -include/libsoup-%%VERSION%%/libsoup/soup-session.h -include/libsoup-%%VERSION%%/libsoup/soup-socket.h -include/libsoup-%%VERSION%%/libsoup/soup-status.h -include/libsoup-%%VERSION%%/libsoup/soup-types.h -include/libsoup-%%VERSION%%/libsoup/soup-uri.h -include/libsoup-%%VERSION%%/libsoup/soup-value-utils.h -include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc.h -include/libsoup-%%VERSION%%/libsoup/soup.h -lib/girepository-1.0/Soup-%%VERSION%%.typelib -lib/libsoup-%%VERSION%%.a -lib/libsoup-%%VERSION%%.la -lib/libsoup-%%VERSION%%.so -lib/libsoup-%%VERSION%%.so.1 -libdata/pkgconfig/libsoup-%%VERSION%%.pc -share/gir-1.0/Soup-%%VERSION%%.gir -@dirrm include/libsoup-%%VERSION%%/libsoup -@dirrm include/libsoup-%%VERSION%% -@dirrmtry lib/girepository-1.0 -@dirrmtry share/gir-1.0 diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile deleted file mode 100644 index 5d856f57b..000000000 --- a/devel/py-gobject/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: py-gobject -# Date created: 10 January 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/py-gobject/Makefile,v 1.41 2010/07/13 09:43:42 kwm Exp $ -# - -PORTNAME= gobject -PORTVERSION= 2.26.0 -CATEGORIES= devel python -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygobject-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for GObject - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo -RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo - -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 -USE_PYTHON= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-docs - -CONFLICTS= py*-gtk-0* -PLIST_SUB= PYTHON_VER="${PYTHON_VER}" - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libffi.so) -LIB_DEPENDS+= ffi.5:${PORTSDIR}/devel/libffi -CONFIGURE_ARGS+=--with-ffi -.else -CONFIGURE_ARGS+=--without-ffi -.endif - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ - ${PREFIX}/share/pygobject/2.0/codegen - -.include <bsd.port.post.mk> diff --git a/devel/py-gobject/distinfo b/devel/py-gobject/distinfo deleted file mode 100644 index f1bb638ce..000000000 --- a/devel/py-gobject/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pygobject-2.26.0.tar.bz2) = 7e3352c4b83ce8dc15290e86dd9c2be0 -SHA256 (gnome2/pygobject-2.26.0.tar.bz2) = 5554acff9c27b647144143b0459359864e4a6f2ff62c7ba21cf310ad755cf7c7 -SIZE (gnome2/pygobject-2.26.0.tar.bz2) = 808427 diff --git a/devel/py-gobject/files/patch-docs_Makefile.in b/devel/py-gobject/files/patch-docs_Makefile.in deleted file mode 100644 index 39d35befb..000000000 --- a/devel/py-gobject/files/patch-docs_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig Sat May 5 01:25:03 2007 -+++ docs/Makefile.in Sat May 5 01:25:39 2007 -@@ -223,7 +223,7 @@ XSL_FILES = \ - # fixxref cannot be included in XSL_FILES, because automake is touching it - # so the date is newer then the files in HTML_FILES - FIXXREF = xsl/fixxref.py --TARGET_DIR = $(datadir)/gtk-doc/html/pygobject -+TARGET_DIR = $(prefix)/share/doc/pygobject - CSSdir = $(TARGET_DIR) - CSS_DATA = $(CSS_FILES) - XSLdir = $(datadir)/pygobject/xsl diff --git a/devel/py-gobject/files/patch-pygobject-2.0.pc.in b/devel/py-gobject/files/patch-pygobject-2.0.pc.in deleted file mode 100644 index 76ee71ccd..000000000 --- a/devel/py-gobject/files/patch-pygobject-2.0.pc.in +++ /dev/null @@ -1,11 +0,0 @@ ---- pygobject-2.0.pc.in.orig 2008-09-03 15:31:23.000000000 +0000 -+++ pygobject-2.0.pc.in 2008-09-03 15:31:43.000000000 +0000 -@@ -10,7 +10,7 @@ - # install additional headers. - pygtkincludedir=${includedir}/pygtk-2.0 - fixxref=${datadir}/pygobject/xsl/fixxref.py --pygdocs=${datadir}/gtk-doc/html/pygobject -+pygdocs=${datadir}/doc/pygobject - defsdir=${datadir}/pygobject/2.0/defs - codegendir=${datadir}/pygobject/2.0/codegen - diff --git a/devel/py-gobject/pkg-descr b/devel/py-gobject/pkg-descr deleted file mode 100644 index eded7fcd4..000000000 --- a/devel/py-gobject/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyGObject provides a convenient wrapper for the GObject+ library for use -in Python programs, and takes care of many of the boring details such as -managing memory and type casting. When combined with PyGTK, PyORBit and -gnome-python, it can be used to write full featured Gnome applications. diff --git a/devel/py-gobject/pkg-plist b/devel/py-gobject/pkg-plist deleted file mode 100644 index b0230853e..000000000 --- a/devel/py-gobject/pkg-plist +++ /dev/null @@ -1,232 +0,0 @@ -bin/pygobject-codegen-2.0 -include/pygtk-2.0/pyglib.h -include/pygtk-2.0/pygobject.h -lib/libpyglib-2.0-python%%PYTHON_VER%%.la -lib/libpyglib-2.0-python%%PYTHON_VER%%.so -lib/libpyglib-2.0-python%%PYTHON_VER%%.so.0 -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/_gi.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/_gi.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/_gi_cairo.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/_gi_cairo.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/importer.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/importer.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/importer.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/module.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/module.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/module.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/GIMarshallingTests.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/GIMarshallingTests.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/GIMarshallingTests.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/GLib.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/GLib.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/GLib.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/Gdk.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/Gdk.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/Gdk.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/Gtk.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/Gtk.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/Gtk.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/keysyms.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/keysyms.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides/keysyms.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/repository/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/repository/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/repository/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/types.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/types.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gi/types.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/_gio.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/_gio.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/unix.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/unix.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/_glib.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/_glib.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/option.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/option.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/option.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/_gobject.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/_gobject.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.pyo -%%PYTHON_SITELIBDIR%%/pygtk.pth -%%PYTHON_SITELIBDIR%%/pygtk.py -%%PYTHON_SITELIBDIR%%/pygtk.pyc -%%PYTHON_SITELIBDIR%%/pygtk.pyo -libdata/pkgconfig/pygobject-2.0.pc -share/doc/pygobject/class-gioappinfo.html -share/doc/pygobject/class-gioapplaunchcontext.html -share/doc/pygobject/class-gioasyncresult.html -share/doc/pygobject/class-giobufferedinputstream.html -share/doc/pygobject/class-giobufferedoutputstream.html -share/doc/pygobject/class-giocancellable.html -share/doc/pygobject/class-giodatainputstream.html -share/doc/pygobject/class-giodataoutputstream.html -share/doc/pygobject/class-giodrive.html -share/doc/pygobject/class-gioemblem.html -share/doc/pygobject/class-gioemblemedicon.html -share/doc/pygobject/class-giofile.html -share/doc/pygobject/class-giofileattributeinfo.html -share/doc/pygobject/class-giofileenumerator.html -share/doc/pygobject/class-giofileicon.html -share/doc/pygobject/class-giofileinfo.html -share/doc/pygobject/class-giofileinputstream.html -share/doc/pygobject/class-giofilemonitor.html -share/doc/pygobject/class-giofileoutputstream.html -share/doc/pygobject/class-giofilterinputstream.html -share/doc/pygobject/class-giofilteroutputstream.html -share/doc/pygobject/class-gioicon.html -share/doc/pygobject/class-gioinputstream.html -share/doc/pygobject/class-gioloadableicon.html -share/doc/pygobject/class-giomemoryinputstream.html -share/doc/pygobject/class-giomemoryoutputstream.html -share/doc/pygobject/class-giomount.html -share/doc/pygobject/class-giomountoperation.html -share/doc/pygobject/class-giooutputstream.html -share/doc/pygobject/class-gioseekable.html -share/doc/pygobject/class-giosimpleasyncresult.html -share/doc/pygobject/class-giothemedicon.html -share/doc/pygobject/class-giounixinputstream.html -share/doc/pygobject/class-giounixoutputstream.html -share/doc/pygobject/class-giovolume.html -share/doc/pygobject/class-giovolumemonitor.html -share/doc/pygobject/class-glibmaincontext.html -share/doc/pygobject/class-glibmainloop.html -share/doc/pygobject/class-gobject.html -share/doc/pygobject/class-gobjectgboxed.html -share/doc/pygobject/class-gobjectginterface.html -share/doc/pygobject/class-gobjectgpointer.html -share/doc/pygobject/gio-class-reference.html -share/doc/pygobject/gio-constants.html -share/doc/pygobject/gio-functions.html -share/doc/pygobject/giounix-class-reference.html -share/doc/pygobject/glib-class-reference.html -share/doc/pygobject/glib-constants.html -share/doc/pygobject/glib-functions.html -share/doc/pygobject/gobject-class-reference.html -share/doc/pygobject/gobject-constants.html -share/doc/pygobject/gobject-functions.html -share/doc/pygobject/index.html -share/doc/pygobject/index.sgml -share/doc/pygobject/pygobject-introduction.html -share/doc/pygobject/pygobject.devhelp -share/doc/pygobject/style.css -share/pygobject/2.0/codegen/__init__.py -share/pygobject/2.0/codegen/__init__.pyc -share/pygobject/2.0/codegen/__init__.pyo -share/pygobject/2.0/codegen/argtypes.py -share/pygobject/2.0/codegen/argtypes.pyc -share/pygobject/2.0/codegen/argtypes.pyo -share/pygobject/2.0/codegen/code-coverage.py -share/pygobject/2.0/codegen/code-coverage.pyc -share/pygobject/2.0/codegen/codegen.py -share/pygobject/2.0/codegen/codegen.pyc -share/pygobject/2.0/codegen/createdefs.py -share/pygobject/2.0/codegen/createdefs.pyc -share/pygobject/2.0/codegen/definitions.py -share/pygobject/2.0/codegen/definitions.pyc -share/pygobject/2.0/codegen/definitions.pyo -share/pygobject/2.0/codegen/defsconvert.py -share/pygobject/2.0/codegen/defsconvert.pyc -share/pygobject/2.0/codegen/defsgen.py -share/pygobject/2.0/codegen/defsgen.pyc -share/pygobject/2.0/codegen/defsparser.py -share/pygobject/2.0/codegen/defsparser.pyc -share/pygobject/2.0/codegen/defsparser.pyo -share/pygobject/2.0/codegen/docextract.py -share/pygobject/2.0/codegen/docextract.pyc -share/pygobject/2.0/codegen/docextract.pyo -share/pygobject/2.0/codegen/docextract_to_xml.py -share/pygobject/2.0/codegen/docextract_to_xml.pyc -share/pygobject/2.0/codegen/docgen.py -share/pygobject/2.0/codegen/docgen.pyc -share/pygobject/2.0/codegen/h2def.py -share/pygobject/2.0/codegen/h2def.pyc -share/pygobject/2.0/codegen/mergedefs.py -share/pygobject/2.0/codegen/mergedefs.pyc -share/pygobject/2.0/codegen/missingdefs.py -share/pygobject/2.0/codegen/missingdefs.pyc -share/pygobject/2.0/codegen/mkskel.py -share/pygobject/2.0/codegen/mkskel.pyc -share/pygobject/2.0/codegen/override.py -share/pygobject/2.0/codegen/override.pyc -share/pygobject/2.0/codegen/override.pyo -share/pygobject/2.0/codegen/reversewrapper.py -share/pygobject/2.0/codegen/reversewrapper.pyc -share/pygobject/2.0/codegen/reversewrapper.pyo -share/pygobject/2.0/codegen/scanvirtuals.py -share/pygobject/2.0/codegen/scanvirtuals.pyc -share/pygobject/2.0/codegen/scmexpr.py -share/pygobject/2.0/codegen/scmexpr.pyc -share/pygobject/2.0/defs/gappinfo.override -share/pygobject/2.0/defs/gapplaunchcontext.override -share/pygobject/2.0/defs/gbufferedinputstream.override -share/pygobject/2.0/defs/gcancellable.override -share/pygobject/2.0/defs/gdatainputstream.override -share/pygobject/2.0/defs/gdrive.override -share/pygobject/2.0/defs/gfile.override -share/pygobject/2.0/defs/gfileattribute.override -share/pygobject/2.0/defs/gfileenumerator.override -share/pygobject/2.0/defs/gfileinfo.override -share/pygobject/2.0/defs/gfileinputstream.override -share/pygobject/2.0/defs/gfileiostream.override -share/pygobject/2.0/defs/gfileoutputstream.override -share/pygobject/2.0/defs/gicon.override -share/pygobject/2.0/defs/ginputstream.override -share/pygobject/2.0/defs/gio-types.defs -share/pygobject/2.0/defs/gio.defs -share/pygobject/2.0/defs/gio.override -share/pygobject/2.0/defs/giostream.override -share/pygobject/2.0/defs/gmemoryinputstream.override -share/pygobject/2.0/defs/gmemoryoutputstream.override -share/pygobject/2.0/defs/gmount.override -share/pygobject/2.0/defs/goutputstream.override -share/pygobject/2.0/defs/gresolver.override -share/pygobject/2.0/defs/gsocket.override -share/pygobject/2.0/defs/gvolume.override -share/pygobject/2.0/defs/gvolumemonitor.override -share/pygobject/2.0/defs/unix-types.defs -share/pygobject/2.0/defs/unix.defs -share/pygobject/2.0/defs/unix.override -share/pygobject/xsl/common.xsl -share/pygobject/xsl/devhelp.xsl -share/pygobject/xsl/fixxref.py -share/pygobject/xsl/html.xsl -share/pygobject/xsl/pdf-style.xsl -share/pygobject/xsl/pdf.xsl -share/pygobject/xsl/ref-html-style.xsl -@dirrm share/pygobject/xsl -@dirrm share/pygobject/2.0/defs -@dirrm share/pygobject/2.0/codegen -@dirrm share/pygobject/2.0 -@dirrm share/pygobject -@dirrm share/doc/pygobject -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gobject -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/glib -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gio -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gi/repository -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gi/overrides -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gi -@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 -@dirrmtry include/pygtk-2.0 diff --git a/devel/seed/Makefile b/devel/seed/Makefile deleted file mode 100644 index 0ff60609e..000000000 --- a/devel/seed/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: seed -# Date created: 19 July 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/seed/Makefile,v 1.23 2010/07/13 12:22:44 kwm Exp $ -# -# NOTE: It may be necessary to update ${FILESDIR}/Seed.js on each release. -# To do that, just replace imports.searchPaths with "." and ".." elements. -# - -PORTNAME= seed -PORTVERSION= 2.31.91 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GObject JavaScriptCore bridge - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-js-common.pc:${PORTSDIR}/devel/gnome-js-common -LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ - webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \ - girepository-1.0.1:${PORTSDIR}/devel/gobject-introspection \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - mpfr.4:${PORTSDIR}/math/mpfr - -CONFLICTS= seed-2.31.* - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gtk20 intltool libxml2 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--enable-gtk-doc=no --with-webkit=1.0 - -MAN1= seed.1 - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|== x|= x|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-ldl||g' \ - ${WRKSRC}/libseed/Makefile.in - @${REINPLACE_CMD} -e 's|reference||g' ${WRKSRC}/doc/Makefile.in -# @${FIND} ${WRKSRC}/examples -name Makefile.in -type f | ${XARGS} ${REINPLACE_CMD} -e \ -# 's|$$(datadir)/doc/seed/examples|${EXAMPLESDIR}|g' -#.if defined(NOPORTEXAMPLES) -# @${REINPLACE_CMD} -e 's|examples||g' \ -# ${WRKSRC}/Makefile.in -#.endif -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's| install-seeddocDATA||g ; s|doc$$||g' \ - ${WRKSRC}/Makefile.in -.endif - -pre-build: - cd ${WRKSRC}/extensions && ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} Makefile ${MAKE_ARGS} all - ${CP} ${WRKSRC}/extensions/Seed.js ${WRKSRC}/extensions/Seed.js.sav - ${CP} ${FILESDIR}/Seed.js ${WRKSRC}/extensions/Seed.js - -post-build: - ${CP} ${WRKSRC}/extensions/Seed.js.sav ${WRKSRC}/extensions/Seed.js - -.include <bsd.port.post.mk> diff --git a/devel/seed/distinfo b/devel/seed/distinfo deleted file mode 100644 index be392a77b..000000000 --- a/devel/seed/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/seed-2.31.91.tar.bz2) = 024aff0a69761f77bc346bbad1a2489b -SHA256 (gnome2/seed-2.31.91.tar.bz2) = 9e1da3adc6ed25b1778508ab67aecfe0923d1083f375b88137ea5f9ff57c22a3 -SIZE (gnome2/seed-2.31.91.tar.bz2) = 762875 diff --git a/devel/seed/files/Seed.js b/devel/seed/files/Seed.js deleted file mode 100644 index 9edb12c87..000000000 --- a/devel/seed/files/Seed.js +++ /dev/null @@ -1,203 +0,0 @@ -GLib = imports.gi.GLib; - -Seed.sprintf = function () -{ - if (typeof arguments == "undefined") { return null; } - if (arguments.length < 1) { return null; } - if (typeof arguments[0] != "string") { return null; } - if (typeof RegExp == "undefined") { return null; } - - var string = arguments[0]; - var exp = new RegExp(/(%([%]|(\-)?(\+|\x20)?(0)?(\d+)?(\.(\d)?)?([bcdfosxX])))/g); - var matches = new Array(); - var strings = new Array(); - var convCount = 0; - var stringPosStart = 0; - var stringPosEnd = 0; - var matchPosEnd = 0; - var newString = ''; - var match = null; - - while (match = exp.exec(string)) { - if (match[9]) { convCount += 1; } - - stringPosStart = matchPosEnd; - stringPosEnd = exp.lastIndex - match[0].length; - strings[strings.length] = string.substring(stringPosStart, stringPosEnd); - - matchPosEnd = exp.lastIndex; - matches[matches.length] = { - match: match[0], - left: match[3] ? true : false, - sign: match[4] || '', - pad: match[5] || ' ', - min: match[6] || 0, - precision: match[8], - code: match[9] || '%', - negative: parseInt(arguments[convCount]) < 0 ? true : false, - argument: String(arguments[convCount]) - }; - } - strings[strings.length] = string.substring(matchPosEnd); - - if (matches.length == 0) { return string; } - if ((arguments.length - 1) < convCount) { return null; } - - var code = null; - var match = null; - var i = null; - - for (i=0; i<matches.length; i++) { - - if (matches[i].code == '%') { substitution = '%' } - else if (matches[i].code == 'b') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(2)); - substitution = Seed.sprintf.convert(matches[i], true); - } - else if (matches[i].code == 'c') { - matches[i].argument = String(String.fromCharCode(parseInt(Math.abs(parseInt(matches[i].argument))))); - substitution = Seed.sprintf.convert(matches[i], true); - } - else if (matches[i].code == 'd') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument))); - substitution = Seed.sprintf.convert(matches[i]); - } - else if (matches[i].code == 'f') { - matches[i].argument = String(Math.abs(parseFloat(matches[i].argument)).toFixed(matches[i].precision ? matches[i].precision : 6)); - substitution = Seed.sprintf.convert(matches[i]); - } - else if (matches[i].code == 'o') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(8)); - substitution = Seed.sprintf.convert(matches[i]); - } - else if (matches[i].code == 's') { - matches[i].argument = matches[i].argument.substring(0, matches[i].precision ? matches[i].precision : matches[i].argument.length) - substitution = Seed.sprintf.convert(matches[i], true); - } - else if (matches[i].code == 'x') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(16)); - substitution = Seed.sprintf.convert(matches[i]); - } - else if (matches[i].code == 'X') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(16)); - substitution = Seed.sprintf.convert(matches[i]).toUpperCase(); - } - else { - substitution = matches[i].match; - } - - newString += strings[i]; - newString += substitution; - - } - newString += strings[i]; - - return newString; - -}; - -Seed.sprintf.convert = function(match, nosign) -{ - if (nosign) { - match.sign = ''; - } else { - match.sign = match.negative ? '-' : match.sign; - } - var l = match.min - match.argument.length + 1 - match.sign.length; - var pad = new Array(l < 0 ? 0 : l).join(match.pad); - if (!match.left) { - if (match.pad == "0" || nosign) { - return match.sign + pad + match.argument; - } else { - return pad + match.sign + match.argument; - } - } else { - if (match.pad == "0" || nosign) { - return match.sign + match.argument + pad.replace(/0/g, ' '); - } else { - return match.sign + match.argument + pad; - } - } -}; - - -Seed.repl = function() -{ - try - { - if(readline) - { - // readline is loaded - } - } - catch (e) - { - try - { - readline = imports.readline; - } - catch (e) - { - print(e.name + " " + e.message); - return true; - } - } - - try - { - item = readline.readline("> "); - if (item == "continue") - return false; - print(eval(item)); - } - catch (e) - { - print(e.name + " " + e.message); - } - return true; -} - - -Seed.glib_repl = function() -{ - GLib.idle_add(Seed.repl, null); -} - -Seed.thread_repl = function() -{ - GLib.thread_create_full(function() { while(Seed.repl()){} }, - null, 0, true); -} - -Seed.printf = function () { print(Seed.sprintf.apply(this, arguments)) }; - -if(!imports.searchPath || (imports.searchPath.length == 0)) -{ - imports.searchPath = [ ".", - ".." ]; - - if(Seed.argv.length > 1) - { - __script_path__ = GLib.path_get_dirname(Seed.argv[1]); - - try - { - if(!GLib.path_is_absolute(__script_path__)) - { - __script_path__ = GLib.build_filenamev([GLib.get_current_dir(), - __script_path__]); - } - - __script_path__ = imports.os.realpath(__script_path__); - - if(__script_path__ && __script_path__ != "") - imports.searchPath.push(__script_path__); - } - catch(e) - { - print(imports.JSON.stringify(e)); - } - } - - imports.searchPath.push("."); -} diff --git a/devel/seed/files/patch-libseed_seed-importer.c b/devel/seed/files/patch-libseed_seed-importer.c deleted file mode 100644 index ffce27254..000000000 --- a/devel/seed/files/patch-libseed_seed-importer.c +++ /dev/null @@ -1,49 +0,0 @@ ---- libseed/seed-importer.c.orig 2009-12-31 11:42:51.000000000 +0100 -+++ libseed/seed-importer.c 2010-01-02 02:12:09.000000000 +0100 -@@ -19,6 +19,8 @@ - - #include <gio/gio.h> - #include <string.h> -+#include <stdlib.h> -+#include <unistd.h> - - #include "seed-private.h" - -@@ -636,8 +638,9 @@ seed_importer_handle_file (JSContextRef - JSValueRef js_file_dirname; - JSObjectRef global, c_global; - JSStringRef file_contents, file_name; -- gchar *contents, *walk, *file_path, *canonical, *absolute_path; -+ gchar *contents, *walk, *file_path, *canonical, *absolute_path, *normalp; - gchar *normalized_path; -+ gsize path_max; - - file_path = g_build_filename (dir, file, NULL); - canonical = seed_importer_canonicalize_path (file_path); -@@ -691,15 +694,24 @@ seed_importer_handle_file (JSContextRef - g_path_get_dirname (file_path), NULL); - } - -- normalized_path = realpath (absolute_path, NULL); -+#ifdef PATH_MAX -+ path_max = PATH_MAX; -+#else -+ path_max = pathconf (absolute_path, _PC_PATH_MAX); -+ if (path_max <= 0) -+ path_max = 4096; -+#endif -+ normalized_path = (gchar *) g_malloc (path_max); -+ normalp = realpath (absolute_path, normalized_path); - -- js_file_dirname = seed_value_from_string (ctx, normalized_path, NULL); -+ js_file_dirname = seed_value_from_string (ctx, normalp, NULL); - - seed_object_set_property (nctx, global, "__script_path__", js_file_dirname); - - g_hash_table_insert (file_imports, canonical, global); - g_free (file_path); - g_free (absolute_path); -+ g_free (normalized_path); - - JSEvaluateScript (nctx, file_contents, NULL, file_name, 0, exception); - diff --git a/devel/seed/files/patch-modules_gettext_seed-gettext.c b/devel/seed/files/patch-modules_gettext_seed-gettext.c deleted file mode 100644 index 71aa3b224..000000000 --- a/devel/seed/files/patch-modules_gettext_seed-gettext.c +++ /dev/null @@ -1,27 +0,0 @@ ---- modules/gettext/seed-gettext.c.orig 2009-12-31 05:42:51.000000000 -0500 -+++ modules/gettext/seed-gettext.c 2010-01-07 19:07:10.000000000 -0500 -@@ -312,12 +313,24 @@ seed_module_init(SeedEngine *local_eng) - DEFINE_ENUM_MEMBER(ns_ref, LC_MONETARY); - DEFINE_ENUM_MEMBER(ns_ref, LC_MESSAGES); - DEFINE_ENUM_MEMBER(ns_ref, LC_ALL); -+#ifdef LC_PAPER - DEFINE_ENUM_MEMBER(ns_ref, LC_PAPER); -+#endif -+#ifdef LC_NAME - DEFINE_ENUM_MEMBER(ns_ref, LC_NAME); -+#endif -+#ifdef LC_ADDRESS - DEFINE_ENUM_MEMBER(ns_ref, LC_ADDRESS); -+#endif -+#ifdef LC_TELEPHONE - DEFINE_ENUM_MEMBER(ns_ref, LC_TELEPHONE); -+#endif -+#ifdef LC_MEASUREMENT - DEFINE_ENUM_MEMBER(ns_ref, LC_MEASUREMENT); -+#endif -+#ifdef LC_IDENTIFICATION - DEFINE_ENUM_MEMBER(ns_ref, LC_IDENTIFICATION); -+#endif - DEFINE_ENUM_MEMBER(ns_ref, LC_CTYPE); - - return ns_ref; diff --git a/devel/seed/files/patch-modules_os_seed-os.c b/devel/seed/files/patch-modules_os_seed-os.c deleted file mode 100644 index 6d96d1478..000000000 --- a/devel/seed/files/patch-modules_os_seed-os.c +++ /dev/null @@ -1,95 +0,0 @@ ---- modules/os/seed-os.c.orig 2009-12-31 05:44:49.000000000 -0500 -+++ modules/os/seed-os.c 2010-01-07 19:01:05.000000000 -0500 -@@ -29,8 +29,15 @@ - - #include <sys/stat.h> - #include <sys/utsname.h> -+#if defined(__FreeBSD__) -+#include <sys/param.h> -+#endif - - #include <sys/types.h> -+#include <sys/ioctl.h> -+#include <termios.h> -+#include <libutil.h> -+#include <unistd.h> - - #include <fcntl.h> - -@@ -54,18 +61,32 @@ seed_os_realpath (SeedContext ctx, - const SeedValue arguments[], - SeedException * exception) - { -+ SeedValue sv; - gchar *arg; -+ gchar *resolved_path; - gchar *ret; -+ gsize path_max; - - if (argument_count != 1) - { - EXPECTED_EXCEPTION("os.realpath", "1 argument"); - } - arg = seed_value_to_string (ctx, arguments[0], exception); -- ret = realpath(arg, NULL); -+#ifdef PATH_MAX -+ path_max = PATH_MAX; -+#else -+ path_max = pathconf (arg, _PC_PATH_MAX); -+ if (path_max <= 0) -+ path_max = 4096; -+#endif -+ resolved_path = (gchar *) g_malloc (path_max); -+ ret = realpath(arg, resolved_path); - g_free (arg); - -- return seed_value_from_string (ctx, ret, exception); -+ sv = seed_value_from_string (ctx, ret, exception); -+ g_free (resolved_path); -+ -+ return sv; - } - - SeedValue -@@ -559,7 +580,12 @@ seed_os_unsetenv (SeedContext ctx, - } - - arg = seed_value_to_string (ctx, arguments[0], exception); -+#if __FreeBSD_version < 700000 -+ ret = 0; -+ unsetenv (arg); -+#else - ret = unsetenv (arg); -+#endif - g_free (arg); - - return seed_value_from_int (ctx, ret, exception); -@@ -702,6 +728,7 @@ seed_os_fdatasync (SeedContext ctx, - const SeedValue arguments[], - SeedException * exception) - { -+#if !defined(__FreeBSD__) - gint fd; - - if (argument_count != 1) -@@ -711,6 +738,10 @@ seed_os_fdatasync (SeedContext ctx, - fd = seed_value_to_int (ctx, arguments[0], exception); - - return seed_value_from_int (ctx, fdatasync (fd), exception); -+#else -+ errno = ENOSYS; -+ return seed_value_from_int (ctx, -1, exception); -+#endif - } - - SeedValue -@@ -1112,7 +1144,9 @@ seed_module_init(SeedEngine * eng) - #if defined (O_DIRECT) - OS_DEFINE_QUICK_ENUM (O_DIRECT); - #endif -+#if defined (O_DIRECTORY) - OS_DEFINE_QUICK_ENUM (O_DIRECTORY); -+#endif - OS_DEFINE_QUICK_ENUM (O_NOFOLLOW); - #if defined (O_NOATIME) - OS_DEFINE_QUICK_ENUM (O_NOATIME); diff --git a/devel/seed/pkg-descr b/devel/seed/pkg-descr deleted file mode 100644 index ffc081bb3..000000000 --- a/devel/seed/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Seed is a library and interpreter, dynamically bridging (through -GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME -platform. Seed serves as something which enables you to write standalone -applications in JavaScript, or easily enable your application to be extensible -in JavaScript. - -WWW: http://live.gnome.org/Seed diff --git a/devel/seed/pkg-plist b/devel/seed/pkg-plist deleted file mode 100644 index db20734ff..000000000 --- a/devel/seed/pkg-plist +++ /dev/null @@ -1,110 +0,0 @@ -bin/seed -include/seed/seed-debug.h -include/seed/seed-module.h -include/seed/seed.h -lib/libseed.a -lib/libseed.la -lib/libseed.so -lib/libseed.so.0 -lib/seed/libseed_DynamicObject.a -lib/seed/libseed_DynamicObject.la -lib/seed/libseed_DynamicObject.so -lib/seed/libseed_cairo.a -lib/seed/libseed_cairo.la -lib/seed/libseed_cairo.so -lib/seed/libseed_canvas.a -lib/seed/libseed_canvas.la -lib/seed/libseed_canvas.so -lib/seed/libseed_dbusnative.a -lib/seed/libseed_dbusnative.la -lib/seed/libseed_dbusnative.so -lib/seed/libseed_example.a -lib/seed/libseed_example.la -lib/seed/libseed_example.so -lib/seed/libseed_ffi.a -lib/seed/libseed_ffi.la -lib/seed/libseed_ffi.so -lib/seed/libseed_gettext.a -lib/seed/libseed_gettext.la -lib/seed/libseed_gettext.so -lib/seed/libseed_gtkbuilder.a -lib/seed/libseed_gtkbuilder.la -lib/seed/libseed_gtkbuilder.so -lib/seed/libseed_libxml.a -lib/seed/libseed_libxml.la -lib/seed/libseed_libxml.so -lib/seed/libseed_mpfr.a -lib/seed/libseed_mpfr.la -lib/seed/libseed_mpfr.so -lib/seed/libseed_multiprocessing.a -lib/seed/libseed_multiprocessing.la -lib/seed/libseed_multiprocessing.so -lib/seed/libseed_os.a -lib/seed/libseed_os.la -lib/seed/libseed_os.so -lib/seed/libseed_readline.a -lib/seed/libseed_readline.la -lib/seed/libseed_readline.so -lib/seed/libseed_sandbox.a -lib/seed/libseed_sandbox.la -lib/seed/libseed_sandbox.so -lib/seed/libseed_sqlite.a -lib/seed/libseed_sqlite.la -lib/seed/libseed_sqlite.so -libdata/pkgconfig/seed.pc -%%DATADIR%%/dbus.js -%%DATADIR%%/extensions/Clutter.js -%%DATADIR%%/extensions/GObject.js -%%DATADIR%%/extensions/Gio.js -%%DATADIR%%/extensions/Gst.js -%%DATADIR%%/extensions/Gtk.js -%%DATADIR%%/extensions/Seed.js -%%DATADIR%%/extensions/xml.js -%%DATADIR%%/lang.js -%%DATADIR%%/repl.js -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/conventions.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/mapping/enum-mapping.png -%%PORTDOCS%%%%DOCSDIR%%/mapping/mapping.html -%%PORTDOCS%%%%DOCSDIR%%/modules/canvas.html -%%PORTDOCS%%%%DOCSDIR%%/modules/gtkbuilder/html/gtkbuilder-funcs.xml -%%PORTDOCS%%%%DOCSDIR%%/modules/multiprocessing.html -%%PORTDOCS%%%%DOCSDIR%%/modules/readline/html/readline-funcs.xml -%%PORTDOCS%%%%DOCSDIR%%/modules/sandbox/html/sandbox-funcs.xml -%%PORTDOCS%%%%DOCSDIR%%/modules/sqlite/html/sqlite-funcs.xml -%%PORTDOCS%%%%DOCSDIR%%/runtime.html -%%PORTDOCS%%%%DOCSDIR%%/sh.css -%%PORTDOCS%%%%DOCSDIR%%/sh.js -%%PORTDOCS%%%%DOCSDIR%%/sh_js.js -%%PORTDOCS%%%%DOCSDIR%%/style.css -%%PORTDOCS%%%%DOCSDIR%%/tutorial/1.js -%%PORTDOCS%%%%DOCSDIR%%/tutorial/1.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/2.js -%%PORTDOCS%%%%DOCSDIR%%/tutorial/2.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/3.js -%%PORTDOCS%%%%DOCSDIR%%/tutorial/3.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/4.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/packing.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/packing.svg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/tutorial.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/mapping -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/gtkbuilder/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/gtkbuilder -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/readline/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/readline -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sandbox/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sandbox -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sqlite/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sqlite -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/seed -@dirrm lib/seed -@dirrm %%DATADIR%%/extensions -@dirrm %%DATADIR%% diff --git a/devel/seed3/Makefile b/devel/seed3/Makefile deleted file mode 100644 index a5919124c..000000000 --- a/devel/seed3/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: seed -# Date created: 19 July 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/seed/Makefile,v 1.21 2010/07/05 11:34:41 kwm Exp $ -# -# NOTE: It may be necessary to update ${FILESDIR}/Seed.js on each release. -# To do that, just replace imports.searchPaths with "." and ".." elements. -# - -PORTNAME= seed -PORTVERSION= 2.31.5 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GObject JavaScriptCore bridge - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-js-common.pc:${PORTSDIR}/devel/gnome-js-common -LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ - webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3 \ - girepository-1.0.1:${PORTSDIR}/devel/gobject-introspection \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - mpfr.4:${PORTSDIR}/math/mpfr - -CONFLICTS= seed-2.30.* - -LATEST_LINK= seed3 -LICENSE= LGPL3 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gtk20 intltool libxml2 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--enable-gtk-doc=no - -MAN1= seed.1 - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|== x|= x|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|reference||g' ${WRKSRC}/doc/Makefile.in -# @${FIND} ${WRKSRC}/examples -name Makefile.in -type f | ${XARGS} ${REINPLACE_CMD} -e \ -# 's|$$(datadir)/doc/seed/examples|${EXAMPLESDIR}|g' -#.if defined(NOPORTEXAMPLES) -# @${REINPLACE_CMD} -e 's|examples||g' \ -# ${WRKSRC}/Makefile.in -#.endif -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's| install-seeddocDATA||g ; s|doc$$||g' \ - ${WRKSRC}/Makefile.in -.endif - -pre-build: - cd ${WRKSRC}/extensions && ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} Makefile ${MAKE_ARGS} all - ${CP} ${WRKSRC}/extensions/Seed.js ${WRKSRC}/extensions/Seed.js.sav - ${CP} ${FILESDIR}/Seed.js ${WRKSRC}/extensions/Seed.js - -post-build: - ${CP} ${WRKSRC}/extensions/Seed.js.sav ${WRKSRC}/extensions/Seed.js - -.include <bsd.port.post.mk> diff --git a/devel/seed3/distinfo b/devel/seed3/distinfo deleted file mode 100644 index 8e93d90f6..000000000 --- a/devel/seed3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/seed-2.31.5.tar.bz2) = f00b4949749dd5536f1074a159de5f45 -SHA256 (gnome2/seed-2.31.5.tar.bz2) = cd73d1bff503be5d341033a1a67ebd4029848ee6297789f1d40eca2ede77654d -SIZE (gnome2/seed-2.31.5.tar.bz2) = 761099 diff --git a/devel/seed3/files/Seed.js b/devel/seed3/files/Seed.js deleted file mode 100644 index 9edb12c87..000000000 --- a/devel/seed3/files/Seed.js +++ /dev/null @@ -1,203 +0,0 @@ -GLib = imports.gi.GLib; - -Seed.sprintf = function () -{ - if (typeof arguments == "undefined") { return null; } - if (arguments.length < 1) { return null; } - if (typeof arguments[0] != "string") { return null; } - if (typeof RegExp == "undefined") { return null; } - - var string = arguments[0]; - var exp = new RegExp(/(%([%]|(\-)?(\+|\x20)?(0)?(\d+)?(\.(\d)?)?([bcdfosxX])))/g); - var matches = new Array(); - var strings = new Array(); - var convCount = 0; - var stringPosStart = 0; - var stringPosEnd = 0; - var matchPosEnd = 0; - var newString = ''; - var match = null; - - while (match = exp.exec(string)) { - if (match[9]) { convCount += 1; } - - stringPosStart = matchPosEnd; - stringPosEnd = exp.lastIndex - match[0].length; - strings[strings.length] = string.substring(stringPosStart, stringPosEnd); - - matchPosEnd = exp.lastIndex; - matches[matches.length] = { - match: match[0], - left: match[3] ? true : false, - sign: match[4] || '', - pad: match[5] || ' ', - min: match[6] || 0, - precision: match[8], - code: match[9] || '%', - negative: parseInt(arguments[convCount]) < 0 ? true : false, - argument: String(arguments[convCount]) - }; - } - strings[strings.length] = string.substring(matchPosEnd); - - if (matches.length == 0) { return string; } - if ((arguments.length - 1) < convCount) { return null; } - - var code = null; - var match = null; - var i = null; - - for (i=0; i<matches.length; i++) { - - if (matches[i].code == '%') { substitution = '%' } - else if (matches[i].code == 'b') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(2)); - substitution = Seed.sprintf.convert(matches[i], true); - } - else if (matches[i].code == 'c') { - matches[i].argument = String(String.fromCharCode(parseInt(Math.abs(parseInt(matches[i].argument))))); - substitution = Seed.sprintf.convert(matches[i], true); - } - else if (matches[i].code == 'd') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument))); - substitution = Seed.sprintf.convert(matches[i]); - } - else if (matches[i].code == 'f') { - matches[i].argument = String(Math.abs(parseFloat(matches[i].argument)).toFixed(matches[i].precision ? matches[i].precision : 6)); - substitution = Seed.sprintf.convert(matches[i]); - } - else if (matches[i].code == 'o') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(8)); - substitution = Seed.sprintf.convert(matches[i]); - } - else if (matches[i].code == 's') { - matches[i].argument = matches[i].argument.substring(0, matches[i].precision ? matches[i].precision : matches[i].argument.length) - substitution = Seed.sprintf.convert(matches[i], true); - } - else if (matches[i].code == 'x') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(16)); - substitution = Seed.sprintf.convert(matches[i]); - } - else if (matches[i].code == 'X') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(16)); - substitution = Seed.sprintf.convert(matches[i]).toUpperCase(); - } - else { - substitution = matches[i].match; - } - - newString += strings[i]; - newString += substitution; - - } - newString += strings[i]; - - return newString; - -}; - -Seed.sprintf.convert = function(match, nosign) -{ - if (nosign) { - match.sign = ''; - } else { - match.sign = match.negative ? '-' : match.sign; - } - var l = match.min - match.argument.length + 1 - match.sign.length; - var pad = new Array(l < 0 ? 0 : l).join(match.pad); - if (!match.left) { - if (match.pad == "0" || nosign) { - return match.sign + pad + match.argument; - } else { - return pad + match.sign + match.argument; - } - } else { - if (match.pad == "0" || nosign) { - return match.sign + match.argument + pad.replace(/0/g, ' '); - } else { - return match.sign + match.argument + pad; - } - } -}; - - -Seed.repl = function() -{ - try - { - if(readline) - { - // readline is loaded - } - } - catch (e) - { - try - { - readline = imports.readline; - } - catch (e) - { - print(e.name + " " + e.message); - return true; - } - } - - try - { - item = readline.readline("> "); - if (item == "continue") - return false; - print(eval(item)); - } - catch (e) - { - print(e.name + " " + e.message); - } - return true; -} - - -Seed.glib_repl = function() -{ - GLib.idle_add(Seed.repl, null); -} - -Seed.thread_repl = function() -{ - GLib.thread_create_full(function() { while(Seed.repl()){} }, - null, 0, true); -} - -Seed.printf = function () { print(Seed.sprintf.apply(this, arguments)) }; - -if(!imports.searchPath || (imports.searchPath.length == 0)) -{ - imports.searchPath = [ ".", - ".." ]; - - if(Seed.argv.length > 1) - { - __script_path__ = GLib.path_get_dirname(Seed.argv[1]); - - try - { - if(!GLib.path_is_absolute(__script_path__)) - { - __script_path__ = GLib.build_filenamev([GLib.get_current_dir(), - __script_path__]); - } - - __script_path__ = imports.os.realpath(__script_path__); - - if(__script_path__ && __script_path__ != "") - imports.searchPath.push(__script_path__); - } - catch(e) - { - print(imports.JSON.stringify(e)); - } - } - - imports.searchPath.push("."); -} diff --git a/devel/seed3/files/patch-libseed_seed-importer.c b/devel/seed3/files/patch-libseed_seed-importer.c deleted file mode 100644 index ffce27254..000000000 --- a/devel/seed3/files/patch-libseed_seed-importer.c +++ /dev/null @@ -1,49 +0,0 @@ ---- libseed/seed-importer.c.orig 2009-12-31 11:42:51.000000000 +0100 -+++ libseed/seed-importer.c 2010-01-02 02:12:09.000000000 +0100 -@@ -19,6 +19,8 @@ - - #include <gio/gio.h> - #include <string.h> -+#include <stdlib.h> -+#include <unistd.h> - - #include "seed-private.h" - -@@ -636,8 +638,9 @@ seed_importer_handle_file (JSContextRef - JSValueRef js_file_dirname; - JSObjectRef global, c_global; - JSStringRef file_contents, file_name; -- gchar *contents, *walk, *file_path, *canonical, *absolute_path; -+ gchar *contents, *walk, *file_path, *canonical, *absolute_path, *normalp; - gchar *normalized_path; -+ gsize path_max; - - file_path = g_build_filename (dir, file, NULL); - canonical = seed_importer_canonicalize_path (file_path); -@@ -691,15 +694,24 @@ seed_importer_handle_file (JSContextRef - g_path_get_dirname (file_path), NULL); - } - -- normalized_path = realpath (absolute_path, NULL); -+#ifdef PATH_MAX -+ path_max = PATH_MAX; -+#else -+ path_max = pathconf (absolute_path, _PC_PATH_MAX); -+ if (path_max <= 0) -+ path_max = 4096; -+#endif -+ normalized_path = (gchar *) g_malloc (path_max); -+ normalp = realpath (absolute_path, normalized_path); - -- js_file_dirname = seed_value_from_string (ctx, normalized_path, NULL); -+ js_file_dirname = seed_value_from_string (ctx, normalp, NULL); - - seed_object_set_property (nctx, global, "__script_path__", js_file_dirname); - - g_hash_table_insert (file_imports, canonical, global); - g_free (file_path); - g_free (absolute_path); -+ g_free (normalized_path); - - JSEvaluateScript (nctx, file_contents, NULL, file_name, 0, exception); - diff --git a/devel/seed3/files/patch-modules_gettext_seed-gettext.c b/devel/seed3/files/patch-modules_gettext_seed-gettext.c deleted file mode 100644 index 71aa3b224..000000000 --- a/devel/seed3/files/patch-modules_gettext_seed-gettext.c +++ /dev/null @@ -1,27 +0,0 @@ ---- modules/gettext/seed-gettext.c.orig 2009-12-31 05:42:51.000000000 -0500 -+++ modules/gettext/seed-gettext.c 2010-01-07 19:07:10.000000000 -0500 -@@ -312,12 +313,24 @@ seed_module_init(SeedEngine *local_eng) - DEFINE_ENUM_MEMBER(ns_ref, LC_MONETARY); - DEFINE_ENUM_MEMBER(ns_ref, LC_MESSAGES); - DEFINE_ENUM_MEMBER(ns_ref, LC_ALL); -+#ifdef LC_PAPER - DEFINE_ENUM_MEMBER(ns_ref, LC_PAPER); -+#endif -+#ifdef LC_NAME - DEFINE_ENUM_MEMBER(ns_ref, LC_NAME); -+#endif -+#ifdef LC_ADDRESS - DEFINE_ENUM_MEMBER(ns_ref, LC_ADDRESS); -+#endif -+#ifdef LC_TELEPHONE - DEFINE_ENUM_MEMBER(ns_ref, LC_TELEPHONE); -+#endif -+#ifdef LC_MEASUREMENT - DEFINE_ENUM_MEMBER(ns_ref, LC_MEASUREMENT); -+#endif -+#ifdef LC_IDENTIFICATION - DEFINE_ENUM_MEMBER(ns_ref, LC_IDENTIFICATION); -+#endif - DEFINE_ENUM_MEMBER(ns_ref, LC_CTYPE); - - return ns_ref; diff --git a/devel/seed3/files/patch-modules_os_seed-os.c b/devel/seed3/files/patch-modules_os_seed-os.c deleted file mode 100644 index 6d96d1478..000000000 --- a/devel/seed3/files/patch-modules_os_seed-os.c +++ /dev/null @@ -1,95 +0,0 @@ ---- modules/os/seed-os.c.orig 2009-12-31 05:44:49.000000000 -0500 -+++ modules/os/seed-os.c 2010-01-07 19:01:05.000000000 -0500 -@@ -29,8 +29,15 @@ - - #include <sys/stat.h> - #include <sys/utsname.h> -+#if defined(__FreeBSD__) -+#include <sys/param.h> -+#endif - - #include <sys/types.h> -+#include <sys/ioctl.h> -+#include <termios.h> -+#include <libutil.h> -+#include <unistd.h> - - #include <fcntl.h> - -@@ -54,18 +61,32 @@ seed_os_realpath (SeedContext ctx, - const SeedValue arguments[], - SeedException * exception) - { -+ SeedValue sv; - gchar *arg; -+ gchar *resolved_path; - gchar *ret; -+ gsize path_max; - - if (argument_count != 1) - { - EXPECTED_EXCEPTION("os.realpath", "1 argument"); - } - arg = seed_value_to_string (ctx, arguments[0], exception); -- ret = realpath(arg, NULL); -+#ifdef PATH_MAX -+ path_max = PATH_MAX; -+#else -+ path_max = pathconf (arg, _PC_PATH_MAX); -+ if (path_max <= 0) -+ path_max = 4096; -+#endif -+ resolved_path = (gchar *) g_malloc (path_max); -+ ret = realpath(arg, resolved_path); - g_free (arg); - -- return seed_value_from_string (ctx, ret, exception); -+ sv = seed_value_from_string (ctx, ret, exception); -+ g_free (resolved_path); -+ -+ return sv; - } - - SeedValue -@@ -559,7 +580,12 @@ seed_os_unsetenv (SeedContext ctx, - } - - arg = seed_value_to_string (ctx, arguments[0], exception); -+#if __FreeBSD_version < 700000 -+ ret = 0; -+ unsetenv (arg); -+#else - ret = unsetenv (arg); -+#endif - g_free (arg); - - return seed_value_from_int (ctx, ret, exception); -@@ -702,6 +728,7 @@ seed_os_fdatasync (SeedContext ctx, - const SeedValue arguments[], - SeedException * exception) - { -+#if !defined(__FreeBSD__) - gint fd; - - if (argument_count != 1) -@@ -711,6 +738,10 @@ seed_os_fdatasync (SeedContext ctx, - fd = seed_value_to_int (ctx, arguments[0], exception); - - return seed_value_from_int (ctx, fdatasync (fd), exception); -+#else -+ errno = ENOSYS; -+ return seed_value_from_int (ctx, -1, exception); -+#endif - } - - SeedValue -@@ -1112,7 +1144,9 @@ seed_module_init(SeedEngine * eng) - #if defined (O_DIRECT) - OS_DEFINE_QUICK_ENUM (O_DIRECT); - #endif -+#if defined (O_DIRECTORY) - OS_DEFINE_QUICK_ENUM (O_DIRECTORY); -+#endif - OS_DEFINE_QUICK_ENUM (O_NOFOLLOW); - #if defined (O_NOATIME) - OS_DEFINE_QUICK_ENUM (O_NOATIME); diff --git a/devel/seed3/pkg-descr b/devel/seed3/pkg-descr deleted file mode 100644 index ffc081bb3..000000000 --- a/devel/seed3/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Seed is a library and interpreter, dynamically bridging (through -GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME -platform. Seed serves as something which enables you to write standalone -applications in JavaScript, or easily enable your application to be extensible -in JavaScript. - -WWW: http://live.gnome.org/Seed diff --git a/devel/seed3/pkg-plist b/devel/seed3/pkg-plist deleted file mode 100644 index b91412a68..000000000 --- a/devel/seed3/pkg-plist +++ /dev/null @@ -1,107 +0,0 @@ -bin/seed -include/seed/seed-debug.h -include/seed/seed-module.h -include/seed/seed.h -lib/libseed.a -lib/libseed.la -lib/libseed.so -lib/libseed.so.0 -lib/seed/libseed_cairo.a -lib/seed/libseed_cairo.la -lib/seed/libseed_cairo.so -lib/seed/libseed_canvas.a -lib/seed/libseed_canvas.la -lib/seed/libseed_canvas.so -lib/seed/libseed_dbusnative.a -lib/seed/libseed_dbusnative.la -lib/seed/libseed_dbusnative.so -lib/seed/libseed_example.a -lib/seed/libseed_example.la -lib/seed/libseed_example.so -lib/seed/libseed_ffi.a -lib/seed/libseed_ffi.la -lib/seed/libseed_ffi.so -lib/seed/libseed_gettext.a -lib/seed/libseed_gettext.la -lib/seed/libseed_gettext.so -lib/seed/libseed_gtkbuilder.a -lib/seed/libseed_gtkbuilder.la -lib/seed/libseed_gtkbuilder.so -lib/seed/libseed_libxml.a -lib/seed/libseed_libxml.la -lib/seed/libseed_libxml.so -lib/seed/libseed_mpfr.a -lib/seed/libseed_mpfr.la -lib/seed/libseed_mpfr.so -lib/seed/libseed_multiprocessing.a -lib/seed/libseed_multiprocessing.la -lib/seed/libseed_multiprocessing.so -lib/seed/libseed_os.a -lib/seed/libseed_os.la -lib/seed/libseed_os.so -lib/seed/libseed_readline.a -lib/seed/libseed_readline.la -lib/seed/libseed_readline.so -lib/seed/libseed_sandbox.a -lib/seed/libseed_sandbox.la -lib/seed/libseed_sandbox.so -lib/seed/libseed_sqlite.a -lib/seed/libseed_sqlite.la -lib/seed/libseed_sqlite.so -libdata/pkgconfig/seed.pc -%%DATADIR%%/dbus.js -%%DATADIR%%/extensions/Clutter.js -%%DATADIR%%/extensions/GObject.js -%%DATADIR%%/extensions/Gio.js -%%DATADIR%%/extensions/Gst.js -%%DATADIR%%/extensions/Gtk.js -%%DATADIR%%/extensions/Seed.js -%%DATADIR%%/extensions/xml.js -%%DATADIR%%/lang.js -%%DATADIR%%/repl.js -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/conventions.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/mapping/enum-mapping.png -%%PORTDOCS%%%%DOCSDIR%%/mapping/mapping.html -%%PORTDOCS%%%%DOCSDIR%%/modules/canvas.html -%%PORTDOCS%%%%DOCSDIR%%/modules/gtkbuilder/html/gtkbuilder-funcs.xml -%%PORTDOCS%%%%DOCSDIR%%/modules/multiprocessing.html -%%PORTDOCS%%%%DOCSDIR%%/modules/readline/html/readline-funcs.xml -%%PORTDOCS%%%%DOCSDIR%%/modules/sandbox/html/sandbox-funcs.xml -%%PORTDOCS%%%%DOCSDIR%%/modules/sqlite/html/sqlite-funcs.xml -%%PORTDOCS%%%%DOCSDIR%%/runtime.html -%%PORTDOCS%%%%DOCSDIR%%/sh.css -%%PORTDOCS%%%%DOCSDIR%%/sh.js -%%PORTDOCS%%%%DOCSDIR%%/sh_js.js -%%PORTDOCS%%%%DOCSDIR%%/style.css -%%PORTDOCS%%%%DOCSDIR%%/tutorial/1.js -%%PORTDOCS%%%%DOCSDIR%%/tutorial/1.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/2.js -%%PORTDOCS%%%%DOCSDIR%%/tutorial/2.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/3.js -%%PORTDOCS%%%%DOCSDIR%%/tutorial/3.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/4.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/packing.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/packing.svg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/tutorial.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/mapping -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/gtkbuilder/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/gtkbuilder -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/readline/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/readline -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sandbox/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sandbox -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sqlite/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sqlite -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/seed -@dirrm lib/seed -@dirrm %%DATADIR%%/extensions -@dirrm %%DATADIR%% |