diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-13 14:59:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-13 14:59:16 +0800 |
commit | 6d4b87c0803bae6f0cd7eb2cd5e2b6b12aa05093 (patch) | |
tree | 41a8fda4be52fa9108bb3696de1ff6220283357c /x11-toolkits/py-gnome-desktop | |
parent | 1be51d9a1ac968334576f2327f97fc55de752984 (diff) | |
download | marcuscom-ports-6d4b87c0803bae6f0cd7eb2cd5e2b6b12aa05093.tar.gz marcuscom-ports-6d4b87c0803bae6f0cd7eb2cd5e2b6b12aa05093.tar.zst marcuscom-ports-6d4b87c0803bae6f0cd7eb2cd5e2b6b12aa05093.zip |
Update to 2.13.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5265 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gnome-desktop')
-rw-r--r-- | x11-toolkits/py-gnome-desktop/Makefile | 65 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-desktop/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-desktop/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-desktop/files/patch-configure | 10 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-desktop/files/patch-gtop_gtop.c | 20 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-desktop/pkg-descr | 10 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-desktop/pkg-plist | 140 |
7 files changed, 259 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile new file mode 100644 index 000000000..ba8e786d3 --- /dev/null +++ b/x11-toolkits/py-gnome-desktop/Makefile @@ -0,0 +1,65 @@ +# 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.26 2005/11/29 16:07:33 marcus Exp $ +# + +PORTNAME= gnome +PORTVERSION= 2.13.0 +CATEGORIES= x11-toolkits python gnome +MASTER_SITES= ${MASTER_SITE_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/gtkspell2 \ + gtop-2.0.2:${PORTSDIR}/devel/libgtop2 \ + totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \ + gksu1.2.0:${PORTSDIR}/sysutils/libgksu \ + gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui \ + gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2 \ + gdl-1.0:${PORTSDIR}/x11-toolkits/gdl + +USE_GECKO= firefox mozilla seamonkey +USE_BZIP2= yes +USE_GMAKE= yes +USE_PYTHON= yes +USE_GNOME= gnomehack libgnomeprintui libgtkhtml gnomepanel \ + gtksourceview libwnck nautiluscdburner pygnome2 +USE_AUTOTOOLS= libtool:15 +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 "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" + +post-patch: + @${FIND} ${WRKSRC}/docs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ + -e 's|^HTML_DIR =.*|HTML_DIR = ${DOCSDIR}|g' + @${REINPLACE_CMD} -e 's|-DHAVE_GNOMEPRINT28||g' \ + ${WRKSRC}/configure + +.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} +.endif + +.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-gnome-desktop/distinfo b/x11-toolkits/py-gnome-desktop/distinfo new file mode 100644 index 000000000..e8dd53d78 --- /dev/null +++ b/x11-toolkits/py-gnome-desktop/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-python-extras-2.13.0.tar.bz2) = 1c35d6f7011d9bbbf49cfa859df0c1de +SHA256 (gnome2/gnome-python-extras-2.13.0.tar.bz2) = 2809686f734c3ae8a02fba13630573a84902f4f0dab37eafa247a5f9b356e66f +SIZE (gnome2/gnome-python-extras-2.13.0.tar.bz2) = 475628 diff --git a/x11-toolkits/py-gnome-desktop/files/patch-Makefile.in b/x11-toolkits/py-gnome-desktop/files/patch-Makefile.in new file mode 100644 index 000000000..89faafbdc --- /dev/null +++ b/x11-toolkits/py-gnome-desktop/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Jan 28 14:22:51 2005 ++++ Makefile.in Fri Jan 28 14:23:04 2005 +@@ -43,7 +43,7 @@ + @BUILD_WNCK_TRUE@am__append_5 = wnck + @BUILD_GTKMOZEMBED_TRUE@am__append_6 = gtkmozembed + @BUILD_GTKSPELL_TRUE@am__append_7 = gtkspell +-@BUILD_GDL_TRUE@am__append_8 = gdl ++@BUILD_GDL_TRUE@am__append_8 = + @BUILD_TOTEM_PLPARSER_TRUE@am__append_9 = totem + @BUILD_GTOP_TRUE@am__append_10 = gtop + @BUILD_NAUTILUSBURN_TRUE@am__append_11 = nautilusburn diff --git a/x11-toolkits/py-gnome-desktop/files/patch-configure b/x11-toolkits/py-gnome-desktop/files/patch-configure new file mode 100644 index 000000000..2151fdea2 --- /dev/null +++ b/x11-toolkits/py-gnome-desktop/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Nov 11 21:36:37 2005 ++++ configure Fri Nov 11 21:36:55 2005 +@@ -21713,6 +21713,7 @@ + case $mozpackage in + firefox) mozpackage_required_version=1.0 ;; + mozilla) mozpackage_required_version=1.2b ;; ++ seamonkey) mozpackage_required_version=1.2b ;; + *) { { echo "$as_me:$LINENO: error: --with-gtkmozembed argument must be either 'mozilla' or 'firefox'" >&5 + echo "$as_me: error: --with-gtkmozembed argument must be either 'mozilla' or 'firefox'" >&2;} + { (exit 1); exit 1; }; } diff --git a/x11-toolkits/py-gnome-desktop/files/patch-gtop_gtop.c b/x11-toolkits/py-gnome-desktop/files/patch-gtop_gtop.c new file mode 100644 index 000000000..05db58a4c --- /dev/null +++ b/x11-toolkits/py-gnome-desktop/files/patch-gtop_gtop.c @@ -0,0 +1,20 @@ +--- gtop/gtop.c.orig Wed May 18 00:54:59 2005 ++++ gtop/gtop.c Wed May 18 00:54:12 2005 +@@ -44,6 +44,7 @@ + + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + + +@@ -1316,8 +1317,8 @@ build_siglist(void) + + for(i = 0; i < len; ++i) + { +- p = &glibtop_sys_siglist[i]; + PyObject* d; ++ p = &glibtop_sys_siglist[i]; + + d = PyDict_New(); + my_dict_add_and_decref(d, "number", PyI_L(p->number)); diff --git a/x11-toolkits/py-gnome-desktop/pkg-descr b/x11-toolkits/py-gnome-desktop/pkg-descr new file mode 100644 index 000000000..422d464c6 --- /dev/null +++ b/x11-toolkits/py-gnome-desktop/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-desktop/pkg-plist b/x11-toolkits/py-gnome-desktop/pkg-plist new file mode 100644 index 000000000..5254d0526 --- /dev/null +++ b/x11-toolkits/py-gnome-desktop/pkg-plist @@ -0,0 +1,140 @@ +%%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.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/trayicon.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.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/ui.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeapplet.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/_print.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/ui.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkhtml2.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkmozembed.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/gtksourceview.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkspell.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/gtop.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/mediaprofiles.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/nautilusburn.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/plparser.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/wnck.so +libdata/pkgconfig/gnome-python-extras-2.0.pc +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintconfig.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintcontext.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfont.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfontface.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintglyphlist.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintjob.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/gnomeprint-class-reference.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.sgml +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/pygnomeprint.devhelp +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuidialog.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontdialog.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontpreview.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontselection.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuijobpreview.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipaperselector.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipreview.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/gnomeprintui-class-reference.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.html +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.sgml +%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/pygnomeprintui.devhelp +%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/class-gtkmozembed.html +%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/gtkmozembed-class-reference.html +%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/index.html +%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/index.sgml +%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/pygtkmozembed.devhelp +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcebuffer.html +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguage.html +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguagesmanager.html +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcemarker.html +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceprintjob.html +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcestylescheme.html +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetag.html +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagstyle.html +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagtable.html +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceview.html +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/gtksourcesview-class-reference.html +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.html +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.sgml +%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/pygtksourceview.devhelp +%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/class-gtkspell.html +%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/gtkspell-class-reference.html +%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/index.html +%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/index.sgml +%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/pygtkspell.devhelp +%%PORTDOCS%%share/examples/py-gnome/applet/GNOME_PythonAppletSample.server +%%PORTDOCS%%share/examples/py-gnome/applet/README +%%PORTDOCS%%share/examples/py-gnome/applet/applet.py +%%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_test.py +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/README +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_01.py +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_02.py +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_03.py +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_04.py +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_05.py +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_06.py +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_08.py +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_09.py +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_10.glade +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_10.py +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_11.py +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/sample-image.png +%%PORTDOCS%%share/examples/py-gnome/gnomeprint/test-print.py +%%PORTDOCS%%share/examples/py-gnome/gtkhtml2/simple-browser.py +%%PORTDOCS%%share/examples/py-gnome/gtksourceview/test-widget.py +%%PORTDOCS%%share/examples/py-gnome/gtkspell/gtkspell.py +%%PORTDOCS%%share/examples/py-gnome/gtkspell/test.py +%%PORTDOCS%%share/examples/py-gnome/mediaprofiles/profiles.py +%%PORTDOCS%%share/examples/py-gnome/nautilusburn/blank_disc.py +%%PORTDOCS%%share/examples/py-gnome/nautilusburn/drive_selection.py +%%PORTDOCS%%share/examples/py-gnome/nautilusburn/write_iso.py +share/pygtk/2.0/defs/applet.defs +share/pygtk/2.0/defs/art.defs +share/pygtk/2.0/defs/gtkhtml2.defs +share/pygtk/2.0/defs/gtkmozembed.defs +share/pygtk/2.0/defs/gtksourceview.defs +share/pygtk/2.0/defs/mediaprofiles.defs +share/pygtk/2.0/defs/nautilus_burn.defs +share/pygtk/2.0/defs/nb_drive_selection.defs +share/pygtk/2.0/defs/print.defs +share/pygtk/2.0/defs/printui.defs +share/pygtk/2.0/defs/trayicon.defs +share/pygtk/2.0/defs/wnck.defs +%%PORTDOCS%%@dirrm share/examples/py-gnome/nautilusburn +%%PORTDOCS%%@dirrm share/examples/py-gnome/mediaprofiles +%%PORTDOCS%%@dirrm share/examples/py-gnome/gtkspell +%%PORTDOCS%%@dirrm share/examples/py-gnome/gtksourceview +%%PORTDOCS%%@dirrm share/examples/py-gnome/gtkhtml2 +%%PORTDOCS%%@dirrm share/examples/py-gnome/gnomeprint +%%PORTDOCS%%@dirrm share/examples/py-gnome/gdl +%%PORTDOCS%%@dirrm share/examples/py-gnome/egg/recent +%%PORTDOCS%%@dirrm share/examples/py-gnome/egg +%%PORTDOCS%%@dirrm share/examples/py-gnome/applet +%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtkspell +%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtksourceview +%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtkmozembed +%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprintui +%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprint +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/totem +@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint +@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gksu +@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/egg |