summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-01 06:37:49 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-01 06:37:49 +0800
commitc94d0ee7aea4a336fe967199ade1cde95f515c4a (patch)
treec2350f44e76d70db721e4862de4469c59ddd9eff
parent8004baeb1445f00baae6ebc10cb9a66a2df42cc3 (diff)
downloadmarcuscom-ports-c94d0ee7aea4a336fe967199ade1cde95f515c4a.tar
marcuscom-ports-c94d0ee7aea4a336fe967199ade1cde95f515c4a.tar.gz
marcuscom-ports-c94d0ee7aea4a336fe967199ade1cde95f515c4a.tar.bz2
marcuscom-ports-c94d0ee7aea4a336fe967199ade1cde95f515c4a.tar.lz
marcuscom-ports-c94d0ee7aea4a336fe967199ade1cde95f515c4a.tar.xz
marcuscom-ports-c94d0ee7aea4a336fe967199ade1cde95f515c4a.tar.zst
marcuscom-ports-c94d0ee7aea4a336fe967199ade1cde95f515c4a.zip
Update to 2.25.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11971 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-toolkits/py-gnome-extras/Makefile60
-rw-r--r--x11-toolkits/py-gnome-extras/distinfo3
-rw-r--r--x11-toolkits/py-gnome-extras/files/patch-configure675
-rw-r--r--x11-toolkits/py-gnome-extras/pkg-descr10
-rw-r--r--x11-toolkits/py-gnome-extras/pkg-plist54
5 files changed, 802 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile
new file mode 100644
index 000000000..bb23eef79
--- /dev/null
+++ b/x11-toolkits/py-gnome-extras/Makefile
@@ -0,0 +1,60 @@
+# New ports collection makefile for: py-gnome-extras
+# Date created: 22 November 2005
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.45 2008/10/21 14:16:43 kwm Exp $
+#
+
+PORTNAME= gnome
+PORTVERSION= 2.25.3
+CATEGORIES= x11-toolkits python gnome
+MASTER_SITES= GNOME
+MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//}
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= -extras
+DISTNAME= gnome-python-extras-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A set of Python bindings for GNOME 2
+
+LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell \
+ gksu1.2.0:${PORTSDIR}/sysutils/libgksu \
+ gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui \
+ gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
+
+USE_GECKO= firefox seamonkey xulrunner mozilla
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_PYTHON= yes
+USE_GNOME= gnomehack libgtkhtml pygnome2 libgda4
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-gtkmozembed=${GECKO}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+EG_SRC_DIR= ${WRKSRC}/examples
+EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
+.if !defined(NOPORTDOCS)
+DOCSDIR= ${PREFIX}/share/doc/py-gnome-extras
+.else
+DOCSDIR= ${WRKSRC}/share/doc/py-gnome-extras
+.endif
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
+
+post-patch:
+ @${FIND} ${WRKSRC}/docs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \
+ -e 's|^HTML_DIR =.*|HTML_DIR = ${DOCSDIR}|g'
+
+.if !defined(NOPORTDOCS)
+post-install:
+ ${MKDIR} ${EG_DST_DIR}
+ ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf -
+ ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR}
+ ${CHMOD} -R go-w ${EG_DST_DIR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/x11-toolkits/py-gnome-extras/distinfo b/x11-toolkits/py-gnome-extras/distinfo
new file mode 100644
index 000000000..71fc1395f
--- /dev/null
+++ b/x11-toolkits/py-gnome-extras/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/gnome-python-extras-2.25.3.tar.bz2) = 9f3b7ec5c57130b96061cb486b79c076
+SHA256 (gnome2/gnome-python-extras-2.25.3.tar.bz2) = ca346264e00e193f0866cabd8801d3b7ce70dae7b8b296e41e5b3a45c9b0275c
+SIZE (gnome2/gnome-python-extras-2.25.3.tar.bz2) = 370489
diff --git a/x11-toolkits/py-gnome-extras/files/patch-configure b/x11-toolkits/py-gnome-extras/files/patch-configure
new file mode 100644
index 000000000..04f5b2569
--- /dev/null
+++ b/x11-toolkits/py-gnome-extras/files/patch-configure
@@ -0,0 +1,675 @@
+--- configure.orig 2009-02-28 16:14:05.000000000 -0500
++++ configure 2009-02-28 16:21:48.000000000 -0500
+@@ -1721,7 +1721,7 @@ Optional Packages:
+ --with-pic try to use only PIC/non-PIC objects [default=use
+ both]
+ --with-tags[=TAGS] include additional configurations [automatic]
+- --with-gtkmozembed=mozilla|firefox|xulrunner
++ --with-gtkmozembed=mozilla|firefox|xulrunner|seamonkey
+ package that provides libgtkmozembed
+
+ Some influential environment variables:
+@@ -22428,6 +22428,150 @@ fi
+
+ { $as_echo "$as_me:$LINENO: result: no" >&5
+ $as_echo "no" >&6; }
++
++
++pkg_failed=no
++{ $as_echo "$as_me:$LINENO: checking for GTKMOZEMBED" >&5
++$as_echo_n "checking for GTKMOZEMBED... " >&6; }
++
++if test -n "$GTKMOZEMBED_CFLAGS"; then
++ pkg_cv_GTKMOZEMBED_CFLAGS="$GTKMOZEMBED_CFLAGS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++if test -n "$GTKMOZEMBED_LIBS"; then
++ pkg_cv_GTKMOZEMBED_LIBS="$GTKMOZEMBED_LIBS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_LIBS=`$PKG_CONFIG --libs "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++
++
++
++if test $pkg_failed = yes; then
++
++if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
++ _pkg_short_errors_supported=yes
++else
++ _pkg_short_errors_supported=no
++fi
++ if test $_pkg_short_errors_supported = yes; then
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ else
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ fi
++ # Put the nasty error message in config.log where it belongs
++ echo "$GTKMOZEMBED_PKG_ERRORS" >&5
++
++ { $as_echo "$as_me:$LINENO: result: no" >&5
++$as_echo "no" >&6; }
++ build_gtkmozembed=false
++elif test $pkg_failed = untried; then
++ build_gtkmozembed=false
++else
++ GTKMOZEMBED_CFLAGS=$pkg_cv_GTKMOZEMBED_CFLAGS
++ GTKMOZEMBED_LIBS=$pkg_cv_GTKMOZEMBED_LIBS
++ { $as_echo "$as_me:$LINENO: result: yes" >&5
++$as_echo "yes" >&6; }
++ build_gtkmozembed=true; mozpackage=seamonkey
++fi
++
++elif test $pkg_failed = untried; then
++
++
++pkg_failed=no
++{ $as_echo "$as_me:$LINENO: checking for GTKMOZEMBED" >&5
++$as_echo_n "checking for GTKMOZEMBED... " >&6; }
++
++if test -n "$GTKMOZEMBED_CFLAGS"; then
++ pkg_cv_GTKMOZEMBED_CFLAGS="$GTKMOZEMBED_CFLAGS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++if test -n "$GTKMOZEMBED_LIBS"; then
++ pkg_cv_GTKMOZEMBED_LIBS="$GTKMOZEMBED_LIBS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_LIBS=`$PKG_CONFIG --libs "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++
++
++
++if test $pkg_failed = yes; then
++
++if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
++ _pkg_short_errors_supported=yes
++else
++ _pkg_short_errors_supported=no
++fi
++ if test $_pkg_short_errors_supported = yes; then
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ else
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ fi
++ # Put the nasty error message in config.log where it belongs
++ echo "$GTKMOZEMBED_PKG_ERRORS" >&5
++
++ { $as_echo "$as_me:$LINENO: result: no" >&5
++$as_echo "no" >&6; }
+ build_gtkmozembed=false
+ elif test $pkg_failed = untried; then
+ build_gtkmozembed=false
+@@ -22436,6 +22580,14 @@ else
+ GTKMOZEMBED_LIBS=$pkg_cv_GTKMOZEMBED_LIBS
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
+ $as_echo "yes" >&6; }
++ build_gtkmozembed=true; mozpackage=seamonkey
++fi
++
++else
++ GTKMOZEMBED_CFLAGS=$pkg_cv_GTKMOZEMBED_CFLAGS
++ GTKMOZEMBED_LIBS=$pkg_cv_GTKMOZEMBED_LIBS
++ { $as_echo "$as_me:$LINENO: result: yes" >&5
++$as_echo "yes" >&6; }
+ build_gtkmozembed=true; mozpackage=mozilla
+ fi
+
+@@ -22506,6 +22658,150 @@ fi
+
+ { $as_echo "$as_me:$LINENO: result: no" >&5
+ $as_echo "no" >&6; }
++
++
++pkg_failed=no
++{ $as_echo "$as_me:$LINENO: checking for GTKMOZEMBED" >&5
++$as_echo_n "checking for GTKMOZEMBED... " >&6; }
++
++if test -n "$GTKMOZEMBED_CFLAGS"; then
++ pkg_cv_GTKMOZEMBED_CFLAGS="$GTKMOZEMBED_CFLAGS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++if test -n "$GTKMOZEMBED_LIBS"; then
++ pkg_cv_GTKMOZEMBED_LIBS="$GTKMOZEMBED_LIBS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_LIBS=`$PKG_CONFIG --libs "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++
++
++
++if test $pkg_failed = yes; then
++
++if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
++ _pkg_short_errors_supported=yes
++else
++ _pkg_short_errors_supported=no
++fi
++ if test $_pkg_short_errors_supported = yes; then
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ else
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ fi
++ # Put the nasty error message in config.log where it belongs
++ echo "$GTKMOZEMBED_PKG_ERRORS" >&5
++
++ { $as_echo "$as_me:$LINENO: result: no" >&5
++$as_echo "no" >&6; }
++ build_gtkmozembed=false
++elif test $pkg_failed = untried; then
++ build_gtkmozembed=false
++else
++ GTKMOZEMBED_CFLAGS=$pkg_cv_GTKMOZEMBED_CFLAGS
++ GTKMOZEMBED_LIBS=$pkg_cv_GTKMOZEMBED_LIBS
++ { $as_echo "$as_me:$LINENO: result: yes" >&5
++$as_echo "yes" >&6; }
++ build_gtkmozembed=true; mozpackage=seamonkey
++fi
++
++elif test $pkg_failed = untried; then
++
++
++pkg_failed=no
++{ $as_echo "$as_me:$LINENO: checking for GTKMOZEMBED" >&5
++$as_echo_n "checking for GTKMOZEMBED... " >&6; }
++
++if test -n "$GTKMOZEMBED_CFLAGS"; then
++ pkg_cv_GTKMOZEMBED_CFLAGS="$GTKMOZEMBED_CFLAGS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++if test -n "$GTKMOZEMBED_LIBS"; then
++ pkg_cv_GTKMOZEMBED_LIBS="$GTKMOZEMBED_LIBS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_LIBS=`$PKG_CONFIG --libs "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++
++
++
++if test $pkg_failed = yes; then
++
++if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
++ _pkg_short_errors_supported=yes
++else
++ _pkg_short_errors_supported=no
++fi
++ if test $_pkg_short_errors_supported = yes; then
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ else
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ fi
++ # Put the nasty error message in config.log where it belongs
++ echo "$GTKMOZEMBED_PKG_ERRORS" >&5
++
++ { $as_echo "$as_me:$LINENO: result: no" >&5
++$as_echo "no" >&6; }
+ build_gtkmozembed=false
+ elif test $pkg_failed = untried; then
+ build_gtkmozembed=false
+@@ -22514,6 +22810,14 @@ else
+ GTKMOZEMBED_LIBS=$pkg_cv_GTKMOZEMBED_LIBS
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
+ $as_echo "yes" >&6; }
++ build_gtkmozembed=true; mozpackage=seamonkey
++fi
++
++else
++ GTKMOZEMBED_CFLAGS=$pkg_cv_GTKMOZEMBED_CFLAGS
++ GTKMOZEMBED_LIBS=$pkg_cv_GTKMOZEMBED_LIBS
++ { $as_echo "$as_me:$LINENO: result: yes" >&5
++$as_echo "yes" >&6; }
+ build_gtkmozembed=true; mozpackage=mozilla
+ fi
+
+@@ -22658,6 +22962,150 @@ fi
+
+ { $as_echo "$as_me:$LINENO: result: no" >&5
+ $as_echo "no" >&6; }
++
++
++pkg_failed=no
++{ $as_echo "$as_me:$LINENO: checking for GTKMOZEMBED" >&5
++$as_echo_n "checking for GTKMOZEMBED... " >&6; }
++
++if test -n "$GTKMOZEMBED_CFLAGS"; then
++ pkg_cv_GTKMOZEMBED_CFLAGS="$GTKMOZEMBED_CFLAGS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++if test -n "$GTKMOZEMBED_LIBS"; then
++ pkg_cv_GTKMOZEMBED_LIBS="$GTKMOZEMBED_LIBS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_LIBS=`$PKG_CONFIG --libs "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++
++
++
++if test $pkg_failed = yes; then
++
++if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
++ _pkg_short_errors_supported=yes
++else
++ _pkg_short_errors_supported=no
++fi
++ if test $_pkg_short_errors_supported = yes; then
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ else
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ fi
++ # Put the nasty error message in config.log where it belongs
++ echo "$GTKMOZEMBED_PKG_ERRORS" >&5
++
++ { $as_echo "$as_me:$LINENO: result: no" >&5
++$as_echo "no" >&6; }
++ build_gtkmozembed=false
++elif test $pkg_failed = untried; then
++ build_gtkmozembed=false
++else
++ GTKMOZEMBED_CFLAGS=$pkg_cv_GTKMOZEMBED_CFLAGS
++ GTKMOZEMBED_LIBS=$pkg_cv_GTKMOZEMBED_LIBS
++ { $as_echo "$as_me:$LINENO: result: yes" >&5
++$as_echo "yes" >&6; }
++ build_gtkmozembed=true; mozpackage=seamonkey
++fi
++
++elif test $pkg_failed = untried; then
++
++
++pkg_failed=no
++{ $as_echo "$as_me:$LINENO: checking for GTKMOZEMBED" >&5
++$as_echo_n "checking for GTKMOZEMBED... " >&6; }
++
++if test -n "$GTKMOZEMBED_CFLAGS"; then
++ pkg_cv_GTKMOZEMBED_CFLAGS="$GTKMOZEMBED_CFLAGS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++if test -n "$GTKMOZEMBED_LIBS"; then
++ pkg_cv_GTKMOZEMBED_LIBS="$GTKMOZEMBED_LIBS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_LIBS=`$PKG_CONFIG --libs "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++
++
++
++if test $pkg_failed = yes; then
++
++if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
++ _pkg_short_errors_supported=yes
++else
++ _pkg_short_errors_supported=no
++fi
++ if test $_pkg_short_errors_supported = yes; then
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ else
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ fi
++ # Put the nasty error message in config.log where it belongs
++ echo "$GTKMOZEMBED_PKG_ERRORS" >&5
++
++ { $as_echo "$as_me:$LINENO: result: no" >&5
++$as_echo "no" >&6; }
+ build_gtkmozembed=false
+ elif test $pkg_failed = untried; then
+ build_gtkmozembed=false
+@@ -22666,6 +23114,14 @@ else
+ GTKMOZEMBED_LIBS=$pkg_cv_GTKMOZEMBED_LIBS
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
+ $as_echo "yes" >&6; }
++ build_gtkmozembed=true; mozpackage=seamonkey
++fi
++
++else
++ GTKMOZEMBED_CFLAGS=$pkg_cv_GTKMOZEMBED_CFLAGS
++ GTKMOZEMBED_LIBS=$pkg_cv_GTKMOZEMBED_LIBS
++ { $as_echo "$as_me:$LINENO: result: yes" >&5
++$as_echo "yes" >&6; }
+ build_gtkmozembed=true; mozpackage=mozilla
+ fi
+
+@@ -22736,6 +23192,150 @@ fi
+
+ { $as_echo "$as_me:$LINENO: result: no" >&5
+ $as_echo "no" >&6; }
++
++
++pkg_failed=no
++{ $as_echo "$as_me:$LINENO: checking for GTKMOZEMBED" >&5
++$as_echo_n "checking for GTKMOZEMBED... " >&6; }
++
++if test -n "$GTKMOZEMBED_CFLAGS"; then
++ pkg_cv_GTKMOZEMBED_CFLAGS="$GTKMOZEMBED_CFLAGS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++if test -n "$GTKMOZEMBED_LIBS"; then
++ pkg_cv_GTKMOZEMBED_LIBS="$GTKMOZEMBED_LIBS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_LIBS=`$PKG_CONFIG --libs "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++
++
++
++if test $pkg_failed = yes; then
++
++if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
++ _pkg_short_errors_supported=yes
++else
++ _pkg_short_errors_supported=no
++fi
++ if test $_pkg_short_errors_supported = yes; then
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ else
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ fi
++ # Put the nasty error message in config.log where it belongs
++ echo "$GTKMOZEMBED_PKG_ERRORS" >&5
++
++ { $as_echo "$as_me:$LINENO: result: no" >&5
++$as_echo "no" >&6; }
++ build_gtkmozembed=false
++elif test $pkg_failed = untried; then
++ build_gtkmozembed=false
++else
++ GTKMOZEMBED_CFLAGS=$pkg_cv_GTKMOZEMBED_CFLAGS
++ GTKMOZEMBED_LIBS=$pkg_cv_GTKMOZEMBED_LIBS
++ { $as_echo "$as_me:$LINENO: result: yes" >&5
++$as_echo "yes" >&6; }
++ build_gtkmozembed=true; mozpackage=seamonkey
++fi
++
++elif test $pkg_failed = untried; then
++
++
++pkg_failed=no
++{ $as_echo "$as_me:$LINENO: checking for GTKMOZEMBED" >&5
++$as_echo_n "checking for GTKMOZEMBED... " >&6; }
++
++if test -n "$GTKMOZEMBED_CFLAGS"; then
++ pkg_cv_GTKMOZEMBED_CFLAGS="$GTKMOZEMBED_CFLAGS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++if test -n "$GTKMOZEMBED_LIBS"; then
++ pkg_cv_GTKMOZEMBED_LIBS="$GTKMOZEMBED_LIBS"
++ elif test -n "$PKG_CONFIG"; then
++ if test -n "$PKG_CONFIG" && \
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ pkg_cv_GTKMOZEMBED_LIBS=`$PKG_CONFIG --libs "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>/dev/null`
++else
++ pkg_failed=yes
++fi
++ else
++ pkg_failed=untried
++fi
++
++
++
++if test $pkg_failed = yes; then
++
++if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
++ _pkg_short_errors_supported=yes
++else
++ _pkg_short_errors_supported=no
++fi
++ if test $_pkg_short_errors_supported = yes; then
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ else
++ GTKMOZEMBED_PKG_ERRORS=`$PKG_CONFIG --print-errors "seamonkey-gtkmozembed >= 1.1.3
++ gtk+-2.0 >= 2.4.0" 2>&1`
++ fi
++ # Put the nasty error message in config.log where it belongs
++ echo "$GTKMOZEMBED_PKG_ERRORS" >&5
++
++ { $as_echo "$as_me:$LINENO: result: no" >&5
++$as_echo "no" >&6; }
+ build_gtkmozembed=false
+ elif test $pkg_failed = untried; then
+ build_gtkmozembed=false
+@@ -22744,6 +23344,14 @@ else
+ GTKMOZEMBED_LIBS=$pkg_cv_GTKMOZEMBED_LIBS
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
+ $as_echo "yes" >&6; }
++ build_gtkmozembed=true; mozpackage=seamonkey
++fi
++
++else
++ GTKMOZEMBED_CFLAGS=$pkg_cv_GTKMOZEMBED_CFLAGS
++ GTKMOZEMBED_LIBS=$pkg_cv_GTKMOZEMBED_LIBS
++ { $as_echo "$as_me:$LINENO: result: yes" >&5
++$as_echo "yes" >&6; }
+ build_gtkmozembed=true; mozpackage=mozilla
+ fi
+
diff --git a/x11-toolkits/py-gnome-extras/pkg-descr b/x11-toolkits/py-gnome-extras/pkg-descr
new file mode 100644
index 000000000..422d464c6
--- /dev/null
+++ b/x11-toolkits/py-gnome-extras/pkg-descr
@@ -0,0 +1,10 @@
+Excerpt from the README:
+
+ PyGNOME -- Python bindings for GNOME 2
+ ======================================
+ Author: James Henstridge <james@daa.com.au>
+
+ This is a set of bindings for the GNOME 2 libraries for use with python.
+
+WWW: http://www.pygtk.org/
+-- Jacques Vidrine <nectar@FreeBSD.ORG>
diff --git a/x11-toolkits/py-gnome-extras/pkg-plist b/x11-toolkits/py-gnome-extras/pkg-plist
new file mode 100644
index 000000000..d68983907
--- /dev/null
+++ b/x11-toolkits/py-gnome-extras/pkg-plist
@@ -0,0 +1,54 @@
+include/pygda-4.0/pygdavalue_conversions.h
+%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.py
+%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.pyc
+%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.pyo
+%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/recent.la
+%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/recent.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/trayicon.la
+%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/trayicon.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gda.la
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gda.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gdl.la
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gdl.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.py
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.pyc
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.pyo
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/_gksu.la
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/_gksu.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/ui.la
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/ui.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkhtml2.la
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkhtml2.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkmozembed.la
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkmozembed.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkspell.la
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkspell.so
+libdata/pkgconfig/gnome-python-extras-2.0.pc
+libdata/pkgconfig/pygda-4.0.pc
+%%PORTDOCS%%share/examples/py-gnome/egg/recent/Bonobo_Sample_Hello.xml
+%%PORTDOCS%%share/examples/py-gnome/egg/recent/bonobo-view.py
+%%PORTDOCS%%share/examples/py-gnome/egg/recent/gtk-view.py
+%%PORTDOCS%%share/examples/py-gnome/egg/recent/populate-recent.py
+%%PORTDOCS%%share/examples/py-gnome/egg/trayicon.py
+%%PORTDOCS%%share/examples/py-gnome/gdl/gdl_combo_button.py
+%%PORTDOCS%%share/examples/py-gnome/gdl/gdl_dock.py
+%%PORTDOCS%%share/examples/py-gnome/gdl/gdl_test.py
+%%PORTDOCS%%share/examples/py-gnome/gksu2/simple.py
+%%PORTDOCS%%share/examples/py-gnome/gtkhtml2/simple-browser.py
+%%PORTDOCS%%share/examples/py-gnome/gtkspell/spell.py
+%%PORTDOCS%%share/examples/py-gnome/gtkspell/test.py
+share/pygtk/2.0/argtypes/gda-arg-types.py
+share/pygtk/2.0/argtypes/gda-arg-types.pyc
+share/pygtk/2.0/argtypes/gda-arg-types.pyo
+share/pygtk/2.0/defs/gda.defs
+share/pygtk/2.0/defs/gtkhtml2.defs
+share/pygtk/2.0/defs/gtkmozembed.defs
+share/pygtk/2.0/defs/trayicon.defs
+%%PORTDOCS%%@dirrm share/examples/py-gnome/gtkspell
+%%PORTDOCS%%@dirrm share/examples/py-gnome/gtkhtml2
+%%PORTDOCS%%@dirrm share/examples/py-gnome/gksu2
+%%PORTDOCS%%@dirrm share/examples/py-gnome/gdl
+%%PORTDOCS%%@dirrm share/examples/py-gnome/egg/recent
+%%PORTDOCS%%@dirrm share/examples/py-gnome/egg
+@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gksu
+@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/egg