diff options
31 files changed, 933 insertions, 25 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index cb4ac1635..fe3dc2190 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -3,7 +3,7 @@ # # $FreeBSD$ # $NetBSD: $ -# $MCom: ports/Mk/bsd.gnome.mk,v 1.466 2008/08/21 19:37:02 mezz Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.467 2008/08/23 17:00:52 mezz Exp $ # # Please view me with 4 column tabs! @@ -70,8 +70,8 @@ _USE_GNOME_ALL+= bonobo gal gconf gdkpixbuf glib12 glibwww \ oaf orbit pygnome pygtk # GNOME 2 components -_USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver gail \ - gal2 gconf2 _glib20 glib20 gnomecontrolcenter2 gnomedesktop gnomedocutils \ +_USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver gal2 \ + gconf2 _glib20 glib20 gnomecontrolcenter2 gnomedesktop gnomedocutils \ gnomemenus gnomepanel gnomesharp20 gnomespeech gnomevfs2 gtk20 \ gtkhtml3 gtksharp10 gtksharp20 gtksourceview gtksourceview2 gvfs \ libartlgpl2 libbonobo libbonoboui libgailgnome libgda2 libgda3 libgda4 \ @@ -317,13 +317,9 @@ gnomevfs2_LIB_DEPENDS= gnomevfs-2.0:${PORTSDIR}/devel/gnome-vfs gnomevfs2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-vfs-2.0.pc gnomevfs2_USE_GNOME_IMPL=gconf2 gnomemimedata -gail_LIB_DEPENDS= # Now included in x11-toolkits/gtk20 -gail_DETECT= ${LOCALBASE}/libdata/pkgconfig/gail.pc -gail_USE_GNOME_IMPL= gtk20 - libgnomecanvas_LIB_DEPENDS= gnomecanvas-2.0:${PORTSDIR}/graphics/libgnomecanvas libgnomecanvas_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomecanvas-2.0.pc -libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2 gail +libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2 libartlgpl2_LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl libartlgpl2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libart-2.0.pc @@ -351,7 +347,7 @@ libgnomeui_USE_GNOME_IMPL= libbonoboui atspi_LIB_DEPENDS= spi.10:${PORTSDIR}/accessibility/at-spi atspi_DETECT= ${LOCALBASE}/libdata/pkgconfig/cspi-1.0.pc -atspi_USE_GNOME_IMPL= gail libbonobo +atspi_USE_GNOME_IMPL= gtk20 libbonobo libgailgnome_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgail-gnome.pc libgailgnome_RUN_DEPENDS= ${libgailgnome_DETECT}:${PORTSDIR}/x11-toolkits/libgail-gnome @@ -359,7 +355,7 @@ libgailgnome_USE_GNOME_IMPL= libgnomeui atspi libgtkhtml_LIB_DEPENDS= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml libgtkhtml_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-2.0.pc -libgtkhtml_USE_GNOME_IMPL=libxslt gnomevfs2 gail +libgtkhtml_USE_GNOME_IMPL=libxslt gnomevfs2 gnomedesktop_LIB_DEPENDS= gnome-desktop-2.7:${PORTSDIR}/x11/gnome-desktop gnomedesktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-desktop-2.0.pc @@ -384,7 +380,7 @@ librsvg2_USE_GNOME_IMPL=libgsf gtk20 eel2_LIB_DEPENDS= eel-2.2:${PORTSDIR}/x11-toolkits/eel eel2_DETECT= ${LOCALBASE}/libdata/pkgconfig/eel-2.0.pc -eel2_USE_GNOME_IMPL= gnomedesktop gail +eel2_USE_GNOME_IMPL= gnomedesktop gnomepanel_LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnome-panel gnomepanel_DETECT= ${LOCALBASE}/libdata/pkgconfig/libpanelapplet-2.0.pc @@ -466,7 +462,7 @@ intlhack_USE_GNOME_IMPL=intltool gtkhtml3_LIB_DEPENDS= gtkhtml-3.14.20:${PORTSDIR}/www/gtkhtml3 gtkhtml3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-3.14.pc -gtkhtml3_USE_GNOME_IMPL=gail libgnomeui +gtkhtml3_USE_GNOME_IMPL=libgnomeui gnomespeech_LIB_DEPENDS=gnomespeech.7:${PORTSDIR}/accessibility/gnome-speech gnomespeech_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-speech-1.0.pc @@ -1,2 +1,3 @@ accessibility/gail|x11-toolkits/gtk20|%%DATE%%|Now included with Gtk20 +accessibility/gail-reference|x11-toolkits/gtk20-reference|%%DATE%%|Now included with Gtk20 x11/fast-user-switch-applet|x11/gdm|%%DATE%%|This is now part of GDM diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index cb0e41317..b7946948c 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/at-spi/Makefile,v 1.75 2008/07/21 17:52:16 marcus Exp $ +# $MCom: ports/accessibility/at-spi/Makefile,v 1.76 2008/08/05 05:19:23 marcus Exp $ # PORTNAME= at-spi @@ -23,8 +23,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomehier intltool gail libbonobo \ - intlhack +USE_GNOME= gnomehack gnomehier intlhack gtk20 libbonobo USE_XORG= x11 xtst USE_PYTHON= yes USE_LDCONFIG= yes diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile new file mode 100644 index 000000000..f7d865717 --- /dev/null +++ b/astro/glunarclock/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: glunarclock +# Date created: 9 December 2003 +# Whom: Vincent Tantardini <vinc@freebsd-fr.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= glunarclock +PORTVERSION= 0.32.4 +PORTREVISION= 7 +CATEGORIES= astro gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= GNOME applet that displays the current phase of the Moon + +LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier + +USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack +USE_GMAKE= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +INSTALLS_OMF= yes + +PLIST_SUB= VERSION="${PORTVERSION:R}" + +GCONF_SCHEMAS= glunarclock.schemas + +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-DGNOME_DISABLE_DEPRECATED||g' + +.include <bsd.port.mk> diff --git a/astro/glunarclock/distinfo b/astro/glunarclock/distinfo new file mode 100644 index 000000000..16ed950b3 --- /dev/null +++ b/astro/glunarclock/distinfo @@ -0,0 +1,3 @@ +MD5 (glunarclock-0.32.4.tar.gz) = 63e1d989581e6bf95cec82ff1bbc56ef +SHA256 (glunarclock-0.32.4.tar.gz) = 2025028be6c2cbadf8f32edfe24ed4652e51aa430889d3977d70a3fc87abd824 +SIZE (glunarclock-0.32.4.tar.gz) = 536136 diff --git a/astro/glunarclock/pkg-descr b/astro/glunarclock/pkg-descr new file mode 100644 index 000000000..aed705d7c --- /dev/null +++ b/astro/glunarclock/pkg-descr @@ -0,0 +1,4 @@ +GNOME Lunar Clock displays the current phase of the Moon as an applet for +the Gnome panel. + +WWW: http://glunarclock.sourceforge.net/ diff --git a/astro/glunarclock/pkg-plist b/astro/glunarclock/pkg-plist new file mode 100644 index 000000000..62be31a9b --- /dev/null +++ b/astro/glunarclock/pkg-plist @@ -0,0 +1,44 @@ +libdata/bonobo/servers/GNOME_GLunarclockApplet_Factory.server +libexec/glunarclock-applet-2 +share/glunarclock/glunarclock.glade +share/gnome-2.0/ui/GNOME_GLunarclockApplet.xml +share/gnome/help/glunarclock-applet-2/C/figures/glunarclock_applet.png +share/gnome/help/glunarclock-applet-2/C/glunarclock-applet-2.xml +share/gnome/help/glunarclock-applet-2/C/legal.xml +share/omf/glunarclock/glunarclock-applet-2-C.omf +share/pixmaps/glunarclock-logo.png +share/pixmaps/glunarclock/cartoonmoon_12frames.png +share/pixmaps/glunarclock/moon_56frames.png +share/locale/ast_ES/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/az/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/br/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/da/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/de/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/es/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/fi/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/fr/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/ga/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/gl/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/hu/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/ja/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/ms/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/nl/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/no/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/ro/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/ru/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/rw/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/sk/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/sr/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/sv/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/vi/LC_MESSAGES/glunarclock-%%VERSION%%.mo +share/locale/wa/LC_MESSAGES/glunarclock-%%VERSION%%.mo +@dirrm share/pixmaps/glunarclock +@dirrm share/omf/glunarclock +@dirrm share/gnome/help/glunarclock-applet-2/C/figures +@dirrm share/gnome/help/glunarclock-applet-2/C +@dirrm share/gnome/help/glunarclock-applet-2 +@dirrm share/glunarclock +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ast_ES/LC_MESSAGES +@dirrmtry share/locale/ast_ES diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile index cbb45f234..7b49b3dd6 100644 --- a/audio/gnome-media/Makefile +++ b/audio/gnome-media/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/gnome-media/Makefile,v 1.117 2008/06/05 10:01:45 kwm Exp $ +# $MCom: ports/audio/gnome-media/Makefile,v 1.118 2008/06/06 21:38:45 marcus Exp $ # PORTNAME= gnome-media @@ -24,8 +24,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ - gail nautiluscdburner +USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop nautiluscdburner USE_GSTREAMER= cdparanoia esound gconf good CONFIGURE_ARGS= --enable-ipv6 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile new file mode 100644 index 000000000..0a7d6282b --- /dev/null +++ b/editors/ghex/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ghex2 +# Date created: 15 September 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= ghex +PORTVERSION= 2.22.0 +PORTREVISION= 1 +CATEGORIES= editors gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME 2 hex editor + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ + gnomedocutils +USE_GETTEXT= yes +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +USE_LDCONFIG= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= ghex2.schemas + +.include <bsd.port.mk> diff --git a/editors/ghex/distinfo b/editors/ghex/distinfo new file mode 100644 index 000000000..22a7986a7 --- /dev/null +++ b/editors/ghex/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/ghex-2.22.0.tar.bz2) = 6f1ee7a56f7dd04bfba5ee74a639948a +SHA256 (gnome2/ghex-2.22.0.tar.bz2) = 5fc57ef88f392cd5f252406da39839717f5e066695f89cb78540ee51b8b5b1d0 +SIZE (gnome2/ghex-2.22.0.tar.bz2) = 1251521 diff --git a/editors/ghex/pkg-descr b/editors/ghex/pkg-descr new file mode 100644 index 000000000..5e1d9e9fb --- /dev/null +++ b/editors/ghex/pkg-descr @@ -0,0 +1,6 @@ +GHEX is a simple binary editor, allowing binary files to be edited in +both hex and ascii. It features find and replace functions and conversion +between binary, octal, decimal and hexadecimal values, making use of an +alternative, user-configurable MDI concept. + +WWW: http://www.gnome.org/ diff --git a/editors/ghex/pkg-plist b/editors/ghex/pkg-plist new file mode 100644 index 000000000..9f4edc750 --- /dev/null +++ b/editors/ghex/pkg-plist @@ -0,0 +1,135 @@ +bin/ghex2 +include/gtkhex/gtkhex.h +include/gtkhex/hex-document.h +lib/libgtkhex.a +lib/libgtkhex.la +lib/libgtkhex.so +lib/libgtkhex.so.0 +libdata/pkgconfig/gtkhex.pc +share/applications/ghex.desktop +share/gnome-2.0/ui/ghex-ui.xml +share/gnome/help/ghex2/C/figures/ghex_window_empty.png +share/gnome/help/ghex2/C/figures/ghex_window_open.png +share/gnome/help/ghex2/C/ghex2.xml +share/gnome/help/ghex2/C/legal.xml +share/gnome/help/ghex2/de/figures/ghex_window_empty.png +share/gnome/help/ghex2/de/figures/ghex_window_open.png +share/gnome/help/ghex2/de/ghex2.xml +share/gnome/help/ghex2/es/figures/ghex_window_empty.png +share/gnome/help/ghex2/es/figures/ghex_window_open.png +share/gnome/help/ghex2/es/ghex2.xml +share/gnome/help/ghex2/fr/figures/ghex_window_empty.png +share/gnome/help/ghex2/fr/figures/ghex_window_open.png +share/gnome/help/ghex2/fr/ghex2.xml +share/gnome/help/ghex2/it/figures/ghex_window_empty.png +share/gnome/help/ghex2/it/figures/ghex_window_open.png +share/gnome/help/ghex2/it/ghex2.xml +share/gnome/help/ghex2/ja/figures/ghex_window_empty.png +share/gnome/help/ghex2/ja/figures/ghex_window_open.png +share/gnome/help/ghex2/ja/ghex2.xml +share/gnome/help/ghex2/ko/figures/ghex_window_empty.png +share/gnome/help/ghex2/ko/figures/ghex_window_open.png +share/gnome/help/ghex2/ko/ghex2.xml +share/gnome/help/ghex2/oc/figures/ghex_window_empty.png +share/gnome/help/ghex2/oc/figures/ghex_window_open.png +share/gnome/help/ghex2/oc/ghex2.xml +share/gnome/help/ghex2/sv/figures/ghex_window_empty.png +share/gnome/help/ghex2/sv/figures/ghex_window_open.png +share/gnome/help/ghex2/sv/ghex2.xml +share/gnome/help/ghex2/zh_CN/figures/ghex_window_empty.png +share/gnome/help/ghex2/zh_CN/figures/ghex_window_open.png +share/gnome/help/ghex2/zh_CN/ghex2.xml +share/gnome/help/ghex2/zh_TW/figures/ghex_window_empty.png +share/gnome/help/ghex2/zh_TW/figures/ghex_window_open.png +share/gnome/help/ghex2/zh_TW/ghex2.xml +share/icons/hicolor/16x16/apps/ghex.png +share/icons/hicolor/22x22/apps/ghex.png +share/icons/hicolor/24x24/apps/ghex.png +share/icons/hicolor/32x32/apps/ghex.png +share/icons/hicolor/48x48/apps/ghex.png +share/icons/hicolor/scalable/apps/ghex.svg +share/locale/am/LC_MESSAGES/ghex-2.0.mo +share/locale/ar/LC_MESSAGES/ghex-2.0.mo +share/locale/az/LC_MESSAGES/ghex-2.0.mo +share/locale/be/LC_MESSAGES/ghex-2.0.mo +share/locale/bg/LC_MESSAGES/ghex-2.0.mo +share/locale/ca/LC_MESSAGES/ghex-2.0.mo +share/locale/cs/LC_MESSAGES/ghex-2.0.mo +share/locale/da/LC_MESSAGES/ghex-2.0.mo +share/locale/de/LC_MESSAGES/ghex-2.0.mo +share/locale/dz/LC_MESSAGES/ghex-2.0.mo +share/locale/el/LC_MESSAGES/ghex-2.0.mo +share/locale/en_CA/LC_MESSAGES/ghex-2.0.mo +share/locale/en_GB/LC_MESSAGES/ghex-2.0.mo +share/locale/es/LC_MESSAGES/ghex-2.0.mo +share/locale/et/LC_MESSAGES/ghex-2.0.mo +share/locale/eu/LC_MESSAGES/ghex-2.0.mo +share/locale/fi/LC_MESSAGES/ghex-2.0.mo +share/locale/fr/LC_MESSAGES/ghex-2.0.mo +share/locale/ga/LC_MESSAGES/ghex-2.0.mo +share/locale/gl/LC_MESSAGES/ghex-2.0.mo +share/locale/hr/LC_MESSAGES/ghex-2.0.mo +share/locale/hu/LC_MESSAGES/ghex-2.0.mo +share/locale/id/LC_MESSAGES/ghex-2.0.mo +share/locale/it/LC_MESSAGES/ghex-2.0.mo +share/locale/ja/LC_MESSAGES/ghex-2.0.mo +share/locale/ko/LC_MESSAGES/ghex-2.0.mo +share/locale/lv/LC_MESSAGES/ghex-2.0.mo +share/locale/mk/LC_MESSAGES/ghex-2.0.mo +share/locale/ml/LC_MESSAGES/ghex-2.0.mo +share/locale/ms/LC_MESSAGES/ghex-2.0.mo +share/locale/nb/LC_MESSAGES/ghex-2.0.mo +share/locale/ne/LC_MESSAGES/ghex-2.0.mo +share/locale/nl/LC_MESSAGES/ghex-2.0.mo +share/locale/nn/LC_MESSAGES/ghex-2.0.mo +share/locale/oc/LC_MESSAGES/ghex-2.0.mo +share/locale/pa/LC_MESSAGES/ghex-2.0.mo +share/locale/pl/LC_MESSAGES/ghex-2.0.mo +share/locale/pt/LC_MESSAGES/ghex-2.0.mo +share/locale/pt_BR/LC_MESSAGES/ghex-2.0.mo +share/locale/ro/LC_MESSAGES/ghex-2.0.mo +share/locale/ru/LC_MESSAGES/ghex-2.0.mo +share/locale/rw/LC_MESSAGES/ghex-2.0.mo +share/locale/sk/LC_MESSAGES/ghex-2.0.mo +share/locale/sl/LC_MESSAGES/ghex-2.0.mo +share/locale/sq/LC_MESSAGES/ghex-2.0.mo +share/locale/sr/LC_MESSAGES/ghex-2.0.mo +share/locale/sr@Latn/LC_MESSAGES/ghex-2.0.mo +share/locale/sv/LC_MESSAGES/ghex-2.0.mo +share/locale/tr/LC_MESSAGES/ghex-2.0.mo +share/locale/uk/LC_MESSAGES/ghex-2.0.mo +share/locale/vi/LC_MESSAGES/ghex-2.0.mo +share/locale/wa/LC_MESSAGES/ghex-2.0.mo +share/locale/zh_CN/LC_MESSAGES/ghex-2.0.mo +share/locale/zh_TW/LC_MESSAGES/ghex-2.0.mo +@dirrm share/gnome/help/ghex2/zh_TW/figures +@dirrm share/gnome/help/ghex2/zh_TW +@dirrm share/gnome/help/ghex2/zh_CN/figures +@dirrm share/gnome/help/ghex2/zh_CN +@dirrm share/gnome/help/ghex2/sv/figures +@dirrm share/gnome/help/ghex2/sv +@dirrm share/gnome/help/ghex2/oc/figures +@dirrm share/gnome/help/ghex2/oc +@dirrm share/gnome/help/ghex2/ko/figures +@dirrm share/gnome/help/ghex2/ko +@dirrm share/gnome/help/ghex2/ja/figures +@dirrm share/gnome/help/ghex2/ja +@dirrm share/gnome/help/ghex2/it/figures +@dirrm share/gnome/help/ghex2/it +@dirrm share/gnome/help/ghex2/fr/figures +@dirrm share/gnome/help/ghex2/fr +@dirrm share/gnome/help/ghex2/es/figures +@dirrm share/gnome/help/ghex2/es +@dirrm share/gnome/help/ghex2/de/figures +@dirrm share/gnome/help/ghex2/de +@dirrm share/gnome/help/ghex2/C/figures +@dirrm share/gnome/help/ghex2/C +@dirrm share/gnome/help/ghex2 +@dirrm include/gtkhex +@dirrmtry share/applications +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile new file mode 100644 index 000000000..7e6ff3e50 --- /dev/null +++ b/graphics/libgnomecanvas/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: gnomecanvas +# Date created: 18 May 2001 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= libgnomecanvas +PORTVERSION= 2.20.1.1 +PORTREVISION?= 2 +CATEGORIES= graphics gnome +MASTER_SITES= SF +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A graphics library for GNOME + +USE_BZIP2= yes + +.if !defined(REFERENCE_PORT) + +USE_GMAKE= yes +USE_GETTEXT= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 +USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack referencehack +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ + --disable-gtk-doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> + +.endif diff --git a/graphics/libgnomecanvas/distinfo b/graphics/libgnomecanvas/distinfo new file mode 100644 index 000000000..ed7f2ccdb --- /dev/null +++ b/graphics/libgnomecanvas/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/libgnomecanvas-2.20.1.1.tar.bz2) = 948ed771d2957d24a0c9a414e9581055 +SHA256 (gnome2/libgnomecanvas-2.20.1.1.tar.bz2) = 70f906d52d98b7b45e95fd59ef10f06579b75ee9e70e67edabd30a4f6e5d6fe3 +SIZE (gnome2/libgnomecanvas-2.20.1.1.tar.bz2) = 583565 diff --git a/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c b/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c new file mode 100644 index 000000000..75c1fd41d --- /dev/null +++ b/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c @@ -0,0 +1,11 @@ +--- libgnomecanvas/gnome-canvas-shape.c.orig Fri May 20 16:55:35 2005 ++++ libgnomecanvas/gnome-canvas-shape.c Fri May 20 16:55:41 2005 +@@ -1343,7 +1343,7 @@ gcbp_destroy_gdk (GnomeCanvasShape * sha + { + GnomeCanvasShapePrivGdk * gdk; + +- g_assert (!((GnomeCanvasItem *)shape)->canvas->aa); ++ /*g_assert (!((GnomeCanvasItem *)shape)->canvas->aa);*/ + + gdk = shape->priv->gdk; + diff --git a/graphics/libgnomecanvas/pkg-descr b/graphics/libgnomecanvas/pkg-descr new file mode 100644 index 000000000..a3d2ae327 --- /dev/null +++ b/graphics/libgnomecanvas/pkg-descr @@ -0,0 +1,2 @@ +The GNOMECanvas library allows images to be used directly within +GUIs. diff --git a/graphics/libgnomecanvas/pkg-plist b/graphics/libgnomecanvas/pkg-plist new file mode 100644 index 000000000..aa4944b3d --- /dev/null +++ b/graphics/libgnomecanvas/pkg-plist @@ -0,0 +1,128 @@ +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-bpath.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-clipgroup.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-line.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-path-def.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-pixbuf.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-polygon.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rect-ellipse.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rich-text.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-shape.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-text.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-util.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-widget.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas.h +include/libgnomecanvas-2.0/libgnomecanvas/libgnomecanvas.h +lib/libglade/2.0/libcanvas.a +lib/libglade/2.0/libcanvas.la +lib/libglade/2.0/libcanvas.so +lib/libgnomecanvas-2.a +lib/libgnomecanvas-2.la +lib/libgnomecanvas-2.so +lib/libgnomecanvas-2.so.0 +libdata/pkgconfig/libgnomecanvas-2.0.pc +share/locale/am/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ang/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ar/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/az/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/be/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/bg/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/bn/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/bn_IN/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/bs/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ca/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/cs/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/cy/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/da/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/de/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/dz/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/el/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/en_CA/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/en_GB/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/eo/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/es/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/et/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/eu/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/fa/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/fi/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/fr/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ga/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/gl/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/gu/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/he/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/hi/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/hr/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/hu/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/id/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/is/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/it/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ja/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ka/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/kn/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ko/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ku/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/li/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/lt/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/lv/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/mg/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/mk/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ml/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/mn/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ms/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/nb/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ne/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/nl/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/nn/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/oc/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/or/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/pa/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/pl/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/pt/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/pt_BR/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ro/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ru/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/rw/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sk/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sl/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sq/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sr/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sr@Latn/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sr@ije/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sv/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ta/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/th/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/tr/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/tt/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/uk/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/vi/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/wa/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/xh/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/yi/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/zh_CN/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/zh_HK/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo +@dirrm include/libgnomecanvas-2.0/libgnomecanvas +@dirrm include/libgnomecanvas-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/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/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/ang/LC_MESSAGES +@dirrmtry share/locale/ang diff --git a/misc/gnome2-reference/Makefile b/misc/gnome2-reference/Makefile new file mode 100644 index 000000000..28d01dd97 --- /dev/null +++ b/misc/gnome2-reference/Makefile @@ -0,0 +1,86 @@ +# New ports collection makefile for: gnome2-reference +# Date created: 2006-07-24 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome2-reference +PORTVERSION= 2.20 +PORTREVISION= 1 +CATEGORIES= misc gnome +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The "meta-port" for GNOME 2 programming references + +# Please keep this list alphabetically sorted. +# If you add or remove an entry from REF_LIST you must +# run 'make create-ref-list' + +REF_LIST= accessibility/at-spi-reference \ + accessibility/atk-reference \ + databases/libgda2-reference \ + databases/libgda3-reference \ + databases/libgnomedb-reference \ + devel/ORBit2-reference \ + devel/gconf2-reference \ + devel/glib20-reference \ + devel/glibmm-reference \ + devel/gnome-vfs-reference \ + devel/libbonobo-reference \ + devel/libglade2-reference \ + devel/libsoup-reference \ + graphics/cairo-reference \ + graphics/libgnomecanvas-reference \ + net/linc-reference \ + print/libgnomeprint-reference \ + textproc/gtkspell-reference \ + textproc/libxml2-reference \ + textproc/libxslt-reference \ + x11/gnome-desktop-reference \ + x11/gnome-panel-reference \ + x11/libgnome-reference \ + x11-fonts/fontconfig-reference \ + x11-toolkits/gal2-reference \ + x11-toolkits/gtk20-reference \ + x11-toolkits/gtkmm20-reference \ + x11-toolkits/gtkmm24-reference \ + x11-toolkits/gtksourceview-reference \ + x11-toolkits/libbonoboui-reference \ + x11-toolkits/libgnomeui-reference \ + x11-toolkits/libwnck-reference \ + x11-toolkits/pango-reference \ + x11-toolkits/vte-reference + +OPTIONS= # empty +NO_BUILD= yes + +REF_LIST_INC= ${.CURDIR}/Makefile.inc +.include "${REF_LIST_INC}" + +.include <bsd.port.pre.mk> + +.for ref in ${_PORT_REF_LIST:C/^([^:]+).*/\1/} +OPTIONS+= ${ref:C|^[^/]+/([^/]+).*|\1|:S/-reference//:S/-/_/:U} "Install ${ref:C|^[^/]+/([^/]+).*|\1|:S/-reference//} programing reference " on +.endfor + +.for ref in ${_PORT_REF_LIST} +.if !defined(WITHOUT_${ref:C|^[^/]+/([^/]+).*|\1|:S/-reference//:S/-/_/:U:C/^([^:]+).*/\1/}) +RUN_DEPENDS+= ${ref:C|^[^:]+:([^:]+).*|\1|:C|^[^/]+/([^/]+).*|\1|}>0:${PORTSDIR}/${ref:C/^([^:]+).*/\1/} +.endif +.endfor + +do-install: # empty + +create-ref-list: + ${CP} ${REF_LIST_INC} ${REF_LIST_INC}.bak + ${ECHO_CMD} "_PORT_REF_LIST= \\" > ${REF_LIST_INC} +.for port in ${REF_LIST} + (cd ${PORTSDIR}/${port} && ${ECHO_CMD} "${port}:`${MAKE} -V PORTNAME` \\" >> ${REF_LIST_INC}) +.endfor + +.include <bsd.port.post.mk> diff --git a/misc/gnome2-reference/Makefile.inc b/misc/gnome2-reference/Makefile.inc new file mode 100644 index 000000000..6000edaf5 --- /dev/null +++ b/misc/gnome2-reference/Makefile.inc @@ -0,0 +1,35 @@ +_PORT_REF_LIST= \ +accessibility/at-spi-reference:at-spi-reference \ +accessibility/atk-reference:atk-reference \ +databases/libgda2-reference:libgda2-reference \ +databases/libgda3-reference:libgda3-reference \ +databases/libgnomedb-reference:libgnomedb-reference \ +devel/ORBit2-reference:ORBit2-reference \ +devel/gconf2-reference:gconf2-reference \ +devel/glib20-reference:glib-reference \ +devel/glibmm-reference:glibmm-reference \ +devel/gnome-vfs-reference:gnome-vfs-reference \ +devel/libbonobo-reference:libbonobo-reference \ +devel/libglade2-reference:libglade2-reference \ +devel/libsoup-reference:libsoup-reference \ +graphics/cairo-reference:cairo-reference \ +graphics/libgnomecanvas-reference:libgnomecanvas-reference \ +net/linc-reference:linc-reference \ +print/libgnomeprint-reference:libgnomeprint-reference \ +textproc/gtkspell-reference:gtkspell-reference \ +textproc/libxml2-reference:libxml2-reference \ +textproc/libxslt-reference:libxslt-reference \ +x11/gnome-desktop-reference:gnome-desktop-reference \ +x11/gnome-panel-reference:gnome-panel-reference \ +x11/libgnome-reference:libgnome-reference \ +x11-fonts/fontconfig-reference:fontconfig-reference \ +x11-toolkits/gal2-reference:gal2-reference \ +x11-toolkits/gtk20-reference:gtk-reference \ +x11-toolkits/gtkmm20-reference:gtkmm-reference \ +x11-toolkits/gtkmm24-reference:gtkmm-reference \ +x11-toolkits/gtksourceview-reference:gtksourceview-reference \ +x11-toolkits/libbonoboui-reference:libbonoboui-reference \ +x11-toolkits/libgnomeui-reference:libgnomeui-reference \ +x11-toolkits/libwnck-reference:libwnck-reference \ +x11-toolkits/pango-reference:pango-reference \ +x11-toolkits/vte-reference:vte-reference \ diff --git a/misc/gnome2-reference/pkg-descr b/misc/gnome2-reference/pkg-descr new file mode 100644 index 000000000..3ca7ff2fa --- /dev/null +++ b/misc/gnome2-reference/pkg-descr @@ -0,0 +1 @@ +The "meta-port" for GNOME 2 programming references diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index fc211b1c5..61ebec7b9 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/gtkhtml3/Makefile,v 1.133 2008/08/05 05:57:36 marcus Exp $ +# $MCom: ports/www/gtkhtml3/Makefile,v 1.134 2008/08/18 16:31:11 mezz Exp $ # PORTNAME= gtkhtml3 @@ -25,7 +25,7 @@ USE_GETTEXT= yes USE_BZIP2= yes USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeui ltverhack +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile new file mode 100644 index 000000000..b5fa834d5 --- /dev/null +++ b/www/gtkhtml38/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: gtkhtml3 +# Date created: 12 March 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gtkhtml3 +PORTVERSION= 3.12.3 +PORTREVISION= 5 +CATEGORIES= www gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Lightweight HTML rendering/printing/editing engine + +LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup22 + +NO_LATEST_LINK= yes +DEPRECATED= Older API; newer applications should use www/gtkhtml3 + +USE_GETTEXT= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui ltverhack \ + libgnomeprintui +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +PLIST_SUB= VERSION="3.8" + +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \ + 's|-DG_DISABLE_DEPRECATED[^[:space:]]+||g' + +.include <bsd.port.mk> diff --git a/www/gtkhtml38/distinfo b/www/gtkhtml38/distinfo new file mode 100644 index 000000000..4d3396cc6 --- /dev/null +++ b/www/gtkhtml38/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gtkhtml-3.12.3.tar.bz2) = b580590014988b02e51b66be65319570 +SHA256 (gnome2/gtkhtml-3.12.3.tar.bz2) = 666849b22375efbaf2ab506b33868ac64126728a8e509f055882ae6940999847 +SIZE (gnome2/gtkhtml-3.12.3.tar.bz2) = 1284704 diff --git a/www/gtkhtml38/pkg-descr b/www/gtkhtml38/pkg-descr new file mode 100644 index 000000000..38451dc01 --- /dev/null +++ b/www/gtkhtml38/pkg-descr @@ -0,0 +1,3 @@ +GtkHTML is a lightweight HTML rendering, printing, and editing engine. + +WWW: http://www.ximian.com/ diff --git a/www/gtkhtml38/pkg-plist b/www/gtkhtml38/pkg-plist new file mode 100644 index 000000000..f37b8166d --- /dev/null +++ b/www/gtkhtml38/pkg-plist @@ -0,0 +1,176 @@ +include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-embedded.h +include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-enums.h +include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-properties.h +include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-search.h +include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-stream.h +include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-types.h +include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml.h +include/libgtkhtml-%%VERSION%%/gtkhtml/htmlenums.h +include/libgtkhtml-%%VERSION%%/gtkhtml/htmltokenizer.h +include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h +lib/gtkhtml/libgnome-gtkhtml-editor-%%VERSION%%.a +lib/gtkhtml/libgnome-gtkhtml-editor-%%VERSION%%.la +lib/gtkhtml/libgnome-gtkhtml-editor-%%VERSION%%.so +lib/libgtkhtml-%%VERSION%%.a +lib/libgtkhtml-%%VERSION%%.la +lib/libgtkhtml-%%VERSION%%.so +lib/libgtkhtml-%%VERSION%%.so.15 +libdata/bonobo/servers/GNOME_GtkHTML_Editor-%%VERSION%%.server +libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc +share/gtkhtml-%%VERSION%%/Editor.idl +share/gtkhtml-%%VERSION%%/GNOME_GtkHTML_Editor-emacs.xml +share/gtkhtml-%%VERSION%%/GNOME_GtkHTML_Editor.xml +share/gtkhtml-%%VERSION%%/gtkhtml-editor-properties.glade +share/gtkhtml-%%VERSION%%/icons/16_copy.png +share/gtkhtml-%%VERSION%%/icons/16_cut.png +share/gtkhtml-%%VERSION%%/icons/16_paste.png +share/gtkhtml-%%VERSION%%/icons/24_copy.png +share/gtkhtml-%%VERSION%%/icons/24_cut.png +share/gtkhtml-%%VERSION%%/icons/24_paste.png +share/gtkhtml-%%VERSION%%/icons/bulb.png +share/gtkhtml-%%VERSION%%/icons/confidential-stamp.jpg +share/gtkhtml-%%VERSION%%/icons/draft-paper.png +share/gtkhtml-%%VERSION%%/icons/draft-stamp.jpg +share/gtkhtml-%%VERSION%%/icons/empty_image.png +share/gtkhtml-%%VERSION%%/icons/flowers.png +share/gtkhtml-%%VERSION%%/icons/font-tt-16.png +share/gtkhtml-%%VERSION%%/icons/font-tt-24.png +share/gtkhtml-%%VERSION%%/icons/html-viewer.png +share/gtkhtml-%%VERSION%%/icons/info_bulb.png +share/gtkhtml-%%VERSION%%/icons/insert-image-16.png +share/gtkhtml-%%VERSION%%/icons/insert-image-24.png +share/gtkhtml-%%VERSION%%/icons/insert-link-16.png +share/gtkhtml-%%VERSION%%/icons/insert-link-24.png +share/gtkhtml-%%VERSION%%/icons/insert-object-16.png +share/gtkhtml-%%VERSION%%/icons/insert-object-24.png +share/gtkhtml-%%VERSION%%/icons/insert-rule-16.png +share/gtkhtml-%%VERSION%%/icons/insert-rule-24.png +share/gtkhtml-%%VERSION%%/icons/insert-table-16.png +share/gtkhtml-%%VERSION%%/icons/insert-table-24.png +share/gtkhtml-%%VERSION%%/icons/midnight-stars.jpg +share/gtkhtml-%%VERSION%%/icons/paper.png +share/gtkhtml-%%VERSION%%/icons/properties-16.png +share/gtkhtml-%%VERSION%%/icons/rect.png +share/gtkhtml-%%VERSION%%/icons/redo-16.png +share/gtkhtml-%%VERSION%%/icons/redo-24.png +share/gtkhtml-%%VERSION%%/icons/ribbon.jpg +share/gtkhtml-%%VERSION%%/icons/rule-blue-center.png +share/gtkhtml-%%VERSION%%/icons/rule-blue-left.png +share/gtkhtml-%%VERSION%%/icons/rule-blue-right.png +share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-center.png +share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-left.png +share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-right.png +share/gtkhtml-%%VERSION%%/icons/search-16.png +share/gtkhtml-%%VERSION%%/icons/search-24.png +share/gtkhtml-%%VERSION%%/icons/search-and-replace-16.png +share/gtkhtml-%%VERSION%%/icons/search-and-replace-24.png +share/gtkhtml-%%VERSION%%/icons/smiley-1.png +share/gtkhtml-%%VERSION%%/icons/smiley-10.png +share/gtkhtml-%%VERSION%%/icons/smiley-11.png +share/gtkhtml-%%VERSION%%/icons/smiley-12.png +share/gtkhtml-%%VERSION%%/icons/smiley-2.png +share/gtkhtml-%%VERSION%%/icons/smiley-3.png +share/gtkhtml-%%VERSION%%/icons/smiley-4.png +share/gtkhtml-%%VERSION%%/icons/smiley-5.png +share/gtkhtml-%%VERSION%%/icons/smiley-6.png +share/gtkhtml-%%VERSION%%/icons/smiley-8.png +share/gtkhtml-%%VERSION%%/icons/smiley-9.png +share/gtkhtml-%%VERSION%%/icons/table-column-16.png +share/gtkhtml-%%VERSION%%/icons/table-row-16.png +share/gtkhtml-%%VERSION%%/icons/table-table-16.png +share/gtkhtml-%%VERSION%%/icons/texture.png +share/gtkhtml-%%VERSION%%/icons/transparent.png +share/gtkhtml-%%VERSION%%/icons/undo-16.png +share/gtkhtml-%%VERSION%%/icons/undo-24.png +share/gtkhtml-%%VERSION%%/keybindingsrc.emacs +share/locale/am/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/ar/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/az/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/be/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/bg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/bn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/bn_IN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/ca/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/cs/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/cy/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/da/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/de/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/dz/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/el/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/en_CA/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/es/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/et/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/eu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/fa/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/fi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/fr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/ga/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/gl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/gu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/he/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/hi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/hr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/hu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/id/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/it/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/ja/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/ka/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/ko/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/ku/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/lt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/lv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/mg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/mk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/ml/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/mn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/mr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/ms/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/nb/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/ne/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/nl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/nn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/or/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/pa/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/pl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/pt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/pt_BR/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/ro/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/ru/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/rw/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/sk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/sl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/sq/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/sr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/sr@Latn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/sv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/ta/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/th/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/tr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/uk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/vi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/xh/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/zh_CN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/zh_HK/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +share/locale/zh_TW/LC_MESSAGES/gtkhtml-%%VERSION%%.mo +@dirrm share/gtkhtml-%%VERSION%%/icons +@dirrm share/gtkhtml-%%VERSION%% +@dirrmtry lib/gtkhtml +@dirrm include/libgtkhtml-%%VERSION%%/gtkhtml +@dirrm include/libgtkhtml-%%VERSION%% +@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/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile new file mode 100644 index 000000000..afa24d618 --- /dev/null +++ b/www/libgtkhtml/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: libgtkhtml +# Date created: 2nd June 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= libgtkhtml +PORTVERSION= 2.11.1 +PORTREVISION= 2 +CATEGORIES= www gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.11 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Lightweight HTML rendering/printing/editing engine + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack libxslt gnomevfs2 ltverhack +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/www/libgtkhtml/distinfo b/www/libgtkhtml/distinfo new file mode 100644 index 000000000..2763343c8 --- /dev/null +++ b/www/libgtkhtml/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/libgtkhtml-2.11.1.tar.bz2) = a1d1a197dcff8c4571659deef5495e24 +SHA256 (gnome2/libgtkhtml-2.11.1.tar.bz2) = 3ca77a0d0f15e94fb654097c2f78cf928194d4c4bf64ff7b2ba408d29c924a57 +SIZE (gnome2/libgtkhtml-2.11.1.tar.bz2) = 597923 diff --git a/www/libgtkhtml/pkg-descr b/www/libgtkhtml/pkg-descr new file mode 100644 index 000000000..173991abc --- /dev/null +++ b/www/libgtkhtml/pkg-descr @@ -0,0 +1,3 @@ +GtkHTML is a lightweight HTML rendering, printing, and editing engine. + +WWW: http://www.gnome.org/ diff --git a/www/libgtkhtml/pkg-plist b/www/libgtkhtml/pkg-plist new file mode 100644 index 000000000..0f6b412ae --- /dev/null +++ b/www/libgtkhtml/pkg-plist @@ -0,0 +1,89 @@ +include/gtkhtml-2.0/libgtkhtml/css/cssmatcher.h +include/gtkhtml-2.0/libgtkhtml/css/cssparser.h +include/gtkhtml-2.0/libgtkhtml/css/cssstylesheet.h +include/gtkhtml-2.0/libgtkhtml/css/cssvalue.h +include/gtkhtml-2.0/libgtkhtml/document/htmldocument.h +include/gtkhtml-2.0/libgtkhtml/document/htmlparser.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-attr.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-characterdata.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-comment.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-core-utils.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-document.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-documenttype.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-element.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-namednodemap.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-node.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-nodelist.h +include/gtkhtml-2.0/libgtkhtml/dom/dom-types.h +include/gtkhtml-2.0/libgtkhtml/dom/events/dom-event.h +include/gtkhtml-2.0/libgtkhtml/dom/events/dom-eventlistener.h +include/gtkhtml-2.0/libgtkhtml/dom/events/dom-eventtarget.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlanchorelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlcollection.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlformelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlinputelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlobjectelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmloptionelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlselectelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmltextareaelement.h +include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-documenttraversal.h +include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-nodefilter.h +include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-nodeiterator.h +include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-traversal-utils.h +include/gtkhtml-2.0/libgtkhtml/dom/views/dom-abstractview.h +include/gtkhtml-2.0/libgtkhtml/dom/views/dom-documentview.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlcolor.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlfontspecification.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlgdkpainter.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlimage.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlimagefactory.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlpainter.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlstylepainter.h +include/gtkhtml-2.0/libgtkhtml/gtkhtml.h +include/gtkhtml-2.0/libgtkhtml/gtkhtmlcontext.h +include/gtkhtml-2.0/libgtkhtml/layout/html/htmlboxembedded.h +include/gtkhtml-2.0/libgtkhtml/layout/html/htmlboxform.h +include/gtkhtml-2.0/libgtkhtml/layout/html/htmlembedded.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlbox.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxblock.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxlistitem.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxroot.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtable.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablecaption.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablecell.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablerow.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablerowgroup.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtext.h +include/gtkhtml-2.0/libgtkhtml/layout/htmllinebox.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlrelayout.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlstyle.h +include/gtkhtml-2.0/libgtkhtml/util/htmlatomlist.h +include/gtkhtml-2.0/libgtkhtml/util/htmlglobalatomlist.h +include/gtkhtml-2.0/libgtkhtml/util/htmlglobalatoms.h +include/gtkhtml-2.0/libgtkhtml/util/htmlstream.h +include/gtkhtml-2.0/libgtkhtml/util/htmlstreambuffer.h +include/gtkhtml-2.0/libgtkhtml/util/rfc1738.h +include/gtkhtml-2.0/libgtkhtml/view/htmlevent.h +include/gtkhtml-2.0/libgtkhtml/view/htmlselection.h +include/gtkhtml-2.0/libgtkhtml/view/htmlview.h +lib/libgtkhtml-2.a +lib/libgtkhtml-2.la +lib/libgtkhtml-2.so +lib/libgtkhtml-2.so.0 +libdata/pkgconfig/libgtkhtml-2.0.pc +@dirrm include/gtkhtml-2.0/libgtkhtml/view +@dirrm include/gtkhtml-2.0/libgtkhtml/util +@dirrm include/gtkhtml-2.0/libgtkhtml/layout/html +@dirrm include/gtkhtml-2.0/libgtkhtml/layout +@dirrm include/gtkhtml-2.0/libgtkhtml/graphics +@dirrm include/gtkhtml-2.0/libgtkhtml/dom/views +@dirrm include/gtkhtml-2.0/libgtkhtml/dom/traversal +@dirrm include/gtkhtml-2.0/libgtkhtml/dom/html +@dirrm include/gtkhtml-2.0/libgtkhtml/dom/events +@dirrm include/gtkhtml-2.0/libgtkhtml/dom/core +@dirrm include/gtkhtml-2.0/libgtkhtml/dom +@dirrm include/gtkhtml-2.0/libgtkhtml/document +@dirrm include/gtkhtml-2.0/libgtkhtml/css +@dirrm include/gtkhtml-2.0/libgtkhtml +@dirrm include/gtkhtml-2.0 diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile index fd7d990b5..61cff1a7d 100644 --- a/x11-toolkits/eel/Makefile +++ b/x11-toolkits/eel/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/eel/Makefile,v 1.74 2008/08/04 18:00:53 marcus Exp $ +# $MCom: ports/x11-toolkits/eel/Makefile,v 1.75 2008/08/20 17:03:14 marcus Exp $ # PORTNAME= eel @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_XORG= xrender GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack gail gnomedesktop ltverhack intlhack +USE_GNOME= gnomeprefix gnomehack gnomedesktop ltverhack intlhack USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-shared --enable-static diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 8f964b837..99a7df251 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.184 2008/08/05 05:50:46 marcus Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.185 2008/08/18 15:15:21 mezz Exp $ # PORTNAME= gnome-applets @@ -31,8 +31,8 @@ GNOME_DESKTOP_VERSION=2 INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ - gail gnomedocutils libgnomekbd +USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gnomedocutils \ + libgnomekbd WANT_GNOME= yes USE_GSTREAMER= yes GNU_CONFIGURE= yes |