Again more new style DEPENDS.

This commit is contained in:
ajacoutot 2010-07-30 09:23:28 +00:00
parent fd1cd0c58d
commit 2a4ec42b2f
31 changed files with 172 additions and 144 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.18 2010/07/30 06:58:58 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.19 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT = GTK+/GNOME frontend for MPlayer
DISTNAME = gnome-mplayer-0.9.9.2
REVISION= 1
REVISION= 2
CATEGORIES = x11 multimedia
MAINTAINER = David Coppa <dcoppa@openbsd.org>
@ -22,16 +22,16 @@ WANTLIB += ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
dbus-1 dbus-glib-1 expat fontconfig freetype gdk-x11-2.0 \
gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \
gthread-2.0 gtk-x11-2.0 m neon pango-1.0 pangocairo-1.0 \
pangoft2-1.0 pixman-1 png pthread pthread-stubs \
xcb xcb-render xcb-render-util z
pangoft2-1.0 pixman-1 png pthread pthread-stubs musicbrainz3 \
xcb xcb-render xcb-render-util z notify gpod curl
MODULES = devel/gettext \
devel/gconf2
LIB_DEPENDS = notify::devel/libnotify \
gpod.>=600.0::audio/libgpod \
musicbrainz3::audio/libmusicbrainz \
curl.>=12::net/curl
LIB_DEPENDS = ::devel/libnotify \
::audio/libgpod \
::audio/libmusicbrainz \
::net/curl
RUN_DEPENDS = ::devel/desktop-file-utils \
:gnome-icon-theme-*:x11/gnome/icon-theme \
:mplayer->=20090708:x11/mplayer

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2009/03/30 17:04:42 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= library to compress the standard X protocol
@ -7,10 +7,10 @@ DISTNAME= nxcomp-${MAJOR_VERSION}-${DASHVERSION}
PKGNAME= nxcomp-${MAJOR_VERSION}.${DASHVERSION}
SHARED_LIBS= Xcomp 0.0
WANTLIB= z
WANTLIB= z jpeg png
LIB_DEPENDS= jpeg::graphics/jpeg \
png::graphics/png
LIB_DEPENDS= ::graphics/jpeg \
::graphics/png
AUTOCONF_VERSION= 2.59
CONFIGURE_STYLE= gnu autoconf

View File

@ -1,15 +1,19 @@
# $OpenBSD: Makefile,v 1.4 2009/03/30 17:04:42 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= OpenSSH client and daemon for NX
DASH_VER= 1
DISTNAME= nxssh-${MAJOR_VERSION}-${DASH_VER}
PKGNAME= nxssh-${MAJOR_VERSION}.${DASH_VER}
REVISION= 0
CATEGORIES= net
WANTLIB= asn1 c com_err crypto des gssapi jpeg krb5 m png stdc++ util z
WANTLIB += asn1 c com_err crypto des gssapi jpeg krb5 m png stdc++ Xcomp
WANTLIB += util z
LIB_DEPENDS= Xcomp::x11/nx/nxcomp
LIB_DEPENDS= ::x11/nx/nxcomp
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-bsd-auth \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2010/07/30 06:58:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= OSS replacement for Nomachine's nxclient
DISTNAME= opennx-0.16
REVISION= 2
REVISION= 3
CATEGORIES= sysutils
@ -14,9 +14,11 @@ USE_LIBTOOL= Yes
USE_X11= Yes
WANTLIB += ICE SM X11 Xau Xdmcp Xext Xmu Xt c m pthread pthread-stubs
WANTLIB += stdc++ xcb
WANTLIB += stdc++ xcb wx_base wx_base_net wx_base_xml wx_gtk2_adv
WANTLIB += wx_gtk2_core wx_gtk2_html wx_gtk2_qa wx_gtk2_richtext
WANTLIB += wx_gtk2_xrc
LIB_DEPENDS= wx_base,wx_base_net,wx_base_xml,wx_gtk2_adv,wx_gtk2_core,wx_gtk2_html,wx_gtk2_qa,wx_gtk2_richtext,wx_gtk2_xrc::x11/wxWidgets
LIB_DEPENDS= ::x11/wxWidgets
BUILD_DEPENDS= ::archivers/zip \
::devel/bison \
::net/samba \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.21 2010/07/30 06:58:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.22 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= configuration utility for openbox
DISTNAME= obconf-2.0.3
REVISION= 6
REVISION= 7
CATEGORIES= x11
HOMEPAGE= http://icculus.org/openbox/index.php/Obconf
@ -21,13 +21,15 @@ WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
expat fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0 \
gobject-2.0 gthread-2.0 m pango-1.0 pangocairo-1.0 \
pangoft2-1.0 pangoxft-1.0 pixman-1 png pthread pthread-stubs \
xcb xcb-render xcb-render-util xml2 z
xcb xcb-render xcb-render-util xml2 z gdk-x11-2.0 \
gdk_pixbuf-2.0 gtk-x11-2.0 glade-2.0 startup-notification-1 \
obparser obrender
MODULES= devel/gettext
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
glade-2.0.>=0.1::devel/libglade2 \
startup-notification-1::devel/startup-notification \
obparser.>=7,obrender.>=7::x11/openbox
LIB_DEPENDS= ::x11/gtk+2 \
::devel/libglade2 \
::devel/startup-notification \
::x11/openbox
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
:shared-mime-info->=0.21:misc/shared-mime-info

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2010/07/30 06:58:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.45 2010/07/30 09:23:28 ajacoutot Exp $
ONLY_FOR_ARCHS= alpha i386 powerpc sparc64 amd64
@ -6,7 +6,7 @@ CATEGORIES= x11
COMMENT= DVD player
DISTNAME= ogle-0.9.2
REVISION= 10
REVISION= 11
SHARED_LIBS= dvdcontrol 11.0 \
msgevents 8.0
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
@ -24,16 +24,16 @@ PERMIT_DISTFILES_FTP=Yes
PERMIT_PACKAGE_CDROM=Yes
PERMIT_PACKAGE_FTP=Yes
WANTLIB= ICE SM X11 Xext Xinerama Xv Xxf86vm c m z \
Xau Xdmcp pthread-stubs sndio xcb
WANTLIB= ICE SM X11 Xext Xinerama Xv Xxf86vm c m z xml2 jpeg mad \
Xau Xdmcp pthread-stubs sndio xcb a52 dvdread
MODULES= converters/libiconv
LIB_DEPENDS= a52::audio/liba52 \
dvdread.>=3.0::devel/libdvdread \
xml2.>=6.19:libxml->=2.4.19:textproc/libxml \
jpeg.>=62::graphics/jpeg \
mad.>=2::audio/libmad
LIB_DEPENDS= ::audio/liba52 \
::devel/libdvdread \
:libxml->=2.4.19:textproc/libxml \
::graphics/jpeg \
::audio/libmad
USE_X11= Yes

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.33 2010/07/30 06:58:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.34 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= OpenLook Virtual Window manager
DISTNAME= olvwm4
PKGNAME= olvwm-4.2
REVISION= 1
REVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_R5CONTRIB}
@ -14,7 +14,8 @@ PERMIT_PACKAGE_CDROM= no license
PERMIT_PACKAGE_FTP= no license
PERMIT_DISTFILES_CDROM= no license
PERMIT_DISTFILES_FTP= no license
WANTLIB= X11 Xext Xpm c m
WANTLIB= X11 Xext Xpm c m xview olgx
# The Patch01 and Patch02 patches are included in the patches directory.
#
@ -22,7 +23,7 @@ WANTLIB= X11 Xext Xpm c m
# PATCHFILES= olvwm4.Patch01.Z:0 olvwm4.Patch02.Z:0
# PATCH_DIST_STRIP= -p1
LIB_DEPENDS= xview.>=3,olgx.>=3::x11/xview/lib
LIB_DEPENDS= ::x11/xview/lib
BUILD_DEPENDS= ::x11/xview/config
USE_X11= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.53 2010/05/02 09:10:53 benoit Exp $
# $OpenBSD: Makefile,v 1.54 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT = small, fast & usable window manager
@ -6,6 +6,9 @@ V = 3.4.11.1
DISTNAME = openbox-${V}
SHARED_LIBS += obparser 9.1 # .21.7
SHARED_LIBS += obrender 9.1 # .21.7
REVISION = 0
CATEGORIES = x11
HOMEPAGE = http://openbox.org/
@ -21,7 +24,8 @@ PERMIT_DISTFILES_FTP = Yes
WANTLIB = ICE SM X11 Xext Xft Xinerama Xrandr Xrender c \
fontconfig freetype m z glib-2.0 gmodule-2.0 \
gobject-2.0 Xau Xcursor Xdmcp Xfixes expat pcre \
pthread-stubs xcb execinfo xcb-atom xcb-aux xcb-event
pthread-stubs xcb execinfo xcb-atom xcb-aux xcb-event \
pango-1.0 pangoxft-1.0 pangoft2-1.0 xml2 startup-notification-1
MASTER_SITES = ${HOMEPAGE}dist/openbox/
@ -30,9 +34,9 @@ MODULES = devel/gettext \
RUN_DEPENDS = ::devel/py-xdg \
::devel/desktop-file-utils
LIB_DEPENDS += pango-1.0,pangoxft-1.0,pangoft2-1.0::devel/pango \
xml2.>=6::textproc/libxml \
startup-notification-1.>=1::devel/startup-notification
LIB_DEPENDS += ::devel/pango \
::textproc/libxml \
::devel/startup-notification
MAKE_FLAGS = LIBINTL="-L${LOCALBASE}/lib -lintl -liconv"
FAKE_FLAGS = sysconfdir="${PREFIX}/share/examples/openbox"

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2010/07/30 06:58:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= xosd based clock
DISTNAME= osd_clock-0.5
REVISION= 1
REVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.phil.uu.nl/~lievisse/distfiles/
@ -16,8 +16,8 @@ PERMIT_PACKAGE_FTP= Yes
NO_REGRESS= Yes
USE_X11= Yes
LIB_DEPENDS= xosd.>=4.12::x11/xosd
WANTLIB= X11 Xext Xt c pthread
LIB_DEPENDS= ::x11/xosd
WANTLIB= X11 Xext Xt c pthread xosd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/osd_clock ${PREFIX}/bin

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2010/07/13 20:14:24 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= Perl bindings for the 2.x series of the GNOME Canvas widget
DISTNAME= Gnome2-Canvas-1.002
REVISION= 4
REVISION= 5
CATEGORIES= x11
# LGPL
@ -19,7 +19,7 @@ WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
WANTLIB += freetype gailutil gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += z pthread-stubs xcb
WANTLIB += z pthread-stubs xcb art_lgpl_2 gnomecanvas-2
MODULES= cpan \
devel/gettext
@ -29,8 +29,8 @@ USE_X11= Yes
BUILD_DEPENDS= ::devel/p5-ExtUtils-Depends \
::devel/p5-ExtUtils-PkgConfig \
${RUN_DEPENDS}
LIB_DEPENDS= art_lgpl_2.>=5::graphics/libart \
gnomecanvas-2.>=1::x11/gnome/libgnomecanvas
LIB_DEPENDS= ::graphics/libart \
::x11/gnome/libgnomecanvas
RUN_DEPENDS= ::devel/p5-Glib2 \
::x11/p5-Gtk2

View File

@ -1,11 +1,12 @@
# $OpenBSD: Makefile,v 1.11 2010/07/13 20:14:24 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= Glade 2.x support for Gtk2-Perl
DISTNAME= Gtk2-GladeXML-1.007
REVISION= 1
REVISION= 2
CATEGORIES= x11
# LGPLv2
@ -14,9 +15,9 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes glade-2.0
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 xml2
WANTLIB += glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pixman-1 png z pthread-stubs xcb
@ -28,8 +29,8 @@ USE_X11= Yes
BUILD_DEPENDS= :p5-ExtUtils-Depends->=0.301:devel/p5-ExtUtils-Depends \
::devel/p5-ExtUtils-PkgConfig \
${RUN_DEPENDS}
LIB_DEPENDS= xml2.>=9::textproc/libxml \
glade-2.0::devel/libglade2
LIB_DEPENDS= ::textproc/libxml \
::devel/libglade2
RUN_DEPENDS= ::devel/p5-Glib2 \
::x11/p5-Gtk2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2010/04/20 17:51:21 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.18 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
@ -8,6 +8,8 @@ MODULES= cpan
DISTNAME= Gtk2-1.221
PKGNAME= p5-${DISTNAME}
REVISION= 0
CATEGORIES= x11
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
@ -23,13 +25,13 @@ WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pixman-1 png z pthread-stubs xcb
WANTLIB += xcb-render xcb-render-util
WANTLIB += xcb-render xcb-render-util gtk-x11-2.0 gdk-x11-2.0 gdk_pixbuf-2.0
MODULES+= devel/gettext
USE_X11= Yes
LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2
LIB_DEPENDS= ::x11/gtk+2
BUILD_DEPENDS= ::devel/p5-ExtUtils-Depends \
::devel/p5-ExtUtils-PkgConfig \
${RUN_DEPENDS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2010/07/30 06:58:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.36 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
@ -9,7 +9,7 @@ MODULES= cpan
VERSION= 804.028
DISTNAME= Tk-${VERSION}
PKGNAME-main= p5-Tk-${VERSION}
REVISION-main= 2
REVISION-main= 3
PKGNAME-demo= p5-Tk-demo-${VERSION}
CATEGORIES= x11 devel
@ -21,8 +21,8 @@ PERMIT_DISTFILES_FTP= Yes
MULTI_PACKAGES= -main -demo
WANTLIB-main= X11 m z
LIB_DEPENDS-main=png.>=4::graphics/png
WANTLIB-main= X11 m z png
LIB_DEPENDS-main= ::graphics/png
RUN_DEPENDS= :p5-HTML-Parser-*:www/p5-HTML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.15 2010/07/30 06:58:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.16 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= graphical ports system frontend
DISTNAME= pb-browser-0.4
REVISION= 6
REVISION= 7
CATEGORIES= x11 sysutils
MAINTAINER= Igor Boehm <igor@bytelabs.org>
@ -19,13 +19,14 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \
gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pixman-1 png pthread util z pthread-stubs xcb
pixman-1 png pthread util z pthread-stubs xcb gdk-x11-2.0 \
gdk_pixbuf-2.0 gtk-x11-2.0
MASTER_SITES= http://www.bytelabs.org/
EXTRACT_SUFX= .tgz
MODULES= devel/gettext
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
LIB_DEPENDS= ::x11/gtk+2
CFLAGS+= -DIMAGEDIR=\"${PREFIX}/share/icons/pbrowser/\"

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.17 2010/05/05 22:48:20 nicm Exp $
# $OpenBSD: Makefile,v 1.18 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= aewm++ based pretty themable window manager
DISTNAME= pekwm-0.1.12
CATEGORIES= x11
REVISION= 0
HOMEPAGE= http://pekwm.org/
MAINTAINER= Nicholas Marriott <nicm@users.sourceforge.net>
@ -17,13 +19,13 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xft Xpm Xrandr Xrender Xau Xdmcp \
Xinerama expat z c fontconfig freetype m stdc++ \
pthread-stubs xcb
pthread-stubs xcb jpeg png
MODULES= converters/libiconv
MASTER_SITES= ${HOMEPAGE}projects/pekwm/files/
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
png.>=5::graphics/png
LIB_DEPENDS= ::graphics/jpeg \
::graphics/png
USE_X11= Yes
NO_REGRESS= Yes

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2010/07/30 06:58:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= MSN style 'toaster' popups plugin for Pidgin
DISTNAME= pidgin-guifications-2.16
REVISION= 4
REVISION= 5
CATEGORIES= x11
HOMEPAGE= http://plugins.guifications.org/trac/wiki/Guifications
@ -23,13 +23,13 @@ WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 dbus-glib-1
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png xml2 z pthread-stubs xcb
WANTLIB += pcre pixman-1 png xml2 z pthread-stubs xcb purple
WANTLIB += pthread util xcb-render xcb-render-util
MASTER_SITES= http://downloads.guifications.org/plugins/Guifications2/
MODULES= devel/gettext textproc/intltool
LIB_DEPENDS= purple::net/pidgin,-libpurple
LIB_DEPENDS= ::net/pidgin,-libpurple
BUILD_DEPENDS= ::net/pidgin
USE_X11= Yes

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.8 2010/07/30 06:58:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.9 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= pidgin plugin to display messages through libnotify
DISTNAME= pidgin-libnotify-0.13
REVISION= 5
REVISION= 6
CATEGORIES= x11
HOMEPAGE= http://gaim-libnotify.sourceforge.net/
@ -19,15 +19,15 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 dbus-glib-1
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 notify
WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 purple
WANTLIB += png z pthread-stubs xcb gthread-2.0 xcb-render xcb-render-util
MODULES= devel/gettext \
textproc/intltool
LIB_DEPENDS= purple::net/pidgin,-libpurple \
notify.>=2::devel/libnotify
LIB_DEPENDS= ::net/pidgin,-libpurple \
::devel/libnotify
BUILD_DEPENDS= ::net/pidgin
USE_X11= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.40 2010/07/30 06:59:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.41 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,7 +7,7 @@ COMMENT= GTK+2 Python bindings
GNOME_PROJECT= pygtk
GNOME_VERSION= 2.16.0
PKGNAME= py-gtk2-${VERSION}
REVISION= 1
REVISION= 2
CATEGORIES= x11
@ -23,7 +23,7 @@ WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png xml2
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png xml2 glade-2.0
WANTLIB += z pthread-stubs xcb gthread-2.0 xcb-render xcb-render-util
MODULES= devel/gettext \
@ -31,7 +31,7 @@ MODULES= devel/gettext \
x11/gnome
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= glade-2.0::devel/libglade2
LIB_DEPENDS= ::devel/libglade2
RUN_DEPENDS= :py-cairo->=1.2:graphics/py-cairo \
:py-gobject-*:devel/py-gobject \
::math/py-numpy

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2010/07/30 06:59:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.15 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,7 +7,7 @@ COMMENT= python bindings for the GtkSourceView library
GNOME_PROJECT= pygtksourceview
GNOME_VERSION= 2.10.1
PKGNAME= py-gtksourceview-${GNOME_VERSION}
REVISION= 0
REVISION= 1
CATEGORIES= x11
@ -30,9 +30,9 @@ WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 glitz gmodule-2.0 gobject-2.0
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread-stubs xcb xml2 z
WANTLIB += xcb-render xcb-render-util
WANTLIB += xcb-render xcb-render-util gtksourceview-2.0
LIB_DEPENDS= gtksourceview-2.0.>=5::x11/gtksourceview
LIB_DEPENDS= ::x11/gtksourceview
BUILD_DEPENDS= ${RUN_DEPENDS} \
::textproc/libxslt \
::textproc/docbook-xsl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/07/30 06:59:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= python bindings to the XOSD library
DISTNAME= pyosd-0.2.14
PKGNAME= ${DISTNAME:S/^py/py-/}
REVISION= 2
REVISION= 3
CATEGORIES= x11
HOMEPAGE= http://ichi2.net/pyosd/
@ -17,11 +17,13 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
WANTLIB= xosd
MASTER_SITES= ${HOMEPAGE}
MODULES= lang/python
LIB_DEPENDS= xosd.>=4::x11/xosd
LIB_DEPENDS= ::x11/xosd
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2009/09/09 14:30:01 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
@ -8,6 +8,8 @@ V= 3.18.1
DISTNAME= PyQt-x11-gpl-${V}
PKGNAME= py-qt3-${V}
REVISION= 0
CATEGORIES= x11 devel
HOMEPAGE= http://www.riverbankcomputing.co.uk/software/pyqt/intro
@ -20,11 +22,11 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= GL GLU X11 Xext Xmu c m pthread stdc++
WANTLIB= GL GLU X11 Xext Xmu c m pthread stdc++ qui
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :py-sip->=4.8.1:devel/py-sip
LIB_DEPENDS= qui.>=2::x11/qt3
LIB_DEPENDS= ::x11/qt3
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/04/19 14:14:34 espie Exp $
# $OpenBSD: Makefile,v 1.13 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
@ -11,6 +11,8 @@ PKGNAME= py-qt4-${V}
PKGNAME-main= py-qt4-${V}
PKGNAME-docs= py-qt4-docs-${V}
REVISION-main= 0
CATEGORIES= x11 devel
HOMEPAGE= http://www.riverbankcomputing.co.uk/software/pyqt/intro
@ -25,7 +27,8 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL GLU ICE SM X11 Xext Xi Xinerama Xrender c dbus-1
WANTLIB += expat fontconfig freetype glib-2.0 gobject-2.0 gthread-2.0
WANTLIB += intl m png pthread stdc++ z
WANTLIB += intl m png pthread stdc++ z QtAssistantClient QtDesigner
WANTLIB += QtGui QtNetwork QtOpenGL QtScript QtSql QtSvg QtTest QtXml
MULTI_PACKAGES= -main -docs
@ -37,7 +40,7 @@ PKG_ARCH-docs= *
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :py-sip->=4.10.0:devel/py-sip \
::x11/dbus-python
LIB_DEPENDS= QtAssistantClient,QtDesigner,QtGui,QtNetwork,QtOpenGL,QtScript,QtSql,QtSvg,QtTest,QtXml::x11/qt4 \
LIB_DEPENDS= ::x11/qt4 \
${MODPY_LIB_DEPENDS}
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/07/30 06:59:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.9 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= lightweight panel written in Python and C for X11
DISTNAME= PyPanel-2.4
PKGNAME= ${DISTNAME:L}
REVISION= 5
REVISION= 6
CATEGORIES= x11
HOMEPAGE= http://pypanel.sourceforge.net/
@ -17,7 +17,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xft freetype m z
WANTLIB= X11 Xext Xft freetype m z Imlib2
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pypanel/}
@ -25,7 +25,7 @@ MODULES= lang/python
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::x11/py-Xlib
LIB_DEPENDS= Imlib2.>=2::graphics/imlib2
LIB_DEPENDS= ::graphics/imlib2
USE_X11= Yes
NO_REGRESS= Yes

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.13 2010/07/30 06:59:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= QNX Photon inspired theme for KDE
DISTNAME= qinx-1.4
REVISION= 0
REVISION= 1
CATEGORIES= x11 x11/kde
MASTER_SITES= http://www.usermode.org/code/
@ -20,11 +20,12 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xrender idn jpeg m png \
util z pthread-stubs xcb
util z pthread-stubs xcb art_lgpl_2 kdecore DCOP kdefx \
kdeui kdecorations
LIB_DEPENDS= art_lgpl_2::graphics/libart \
kdecore.>=6,DCOP,kdefx,kdeui::x11/kde/libs3 \
kdecorations::x11/kde/base3
LIB_DEPENDS= ::graphics/libart \
::x11/kde/libs3 \
::x11/kde/base3
MODULES= devel/gettext x11/kde
MODKDE_VERSION= 3.4

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2010/07/30 06:59:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= viewer for IETF RFCs
DISTNAME= qrfcview-0.62
REVISION= 4
REVISION= 5
CATEGORIES= x11
HOMEPAGE= http://qrfcview.berlios.de/
@ -16,9 +16,9 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender c expat fontconfig
WANTLIB += freetype glib-2.0 gobject-2.0 gthread-2.0 iconv intl
WANTLIB += m png pthread stdc++ z
WANTLIB += m png pthread stdc++ z lib/qt4/QtGui lib/qt4/QtNetwork
LIB_DEPENDS= lib/qt4/QtGui,lib/qt4/QtNetwork::x11/qt4
LIB_DEPENDS= ::x11/qt4
MASTER_SITES= ${MASTER_SITE_BERLIOS:=qrfcview/}
EXTRACT_SUFX= .tgz

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2010/07/30 06:59:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.11 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= terminal application that embeds Konsole for KDE
DISTNAME= quadkonsole-2.0
REVISION= 5
REVISION= 6
CATEGORIES= x11 x11/kde
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
@ -15,12 +15,12 @@ PERMIT_DISTFILES_CDROM=Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += ICE SM X11 Xau Xdmcp Xext Xrender art_lgpl_2 c fam
WANTLIB += idn jpeg m png pthread rpcsvc stdc++ util
WANTLIB += z pthread-stubs xcb
WANTLIB += idn jpeg m png pthread rpcsvc stdc++ util kdeui kdefx kdesu
WANTLIB += z pthread-stubs xcb kdecore DCOP kwalletclient kio kparts
MASTER_SITES= http://nomis80.org/quadkonsole/
LIB_DEPENDS= kdecore.>=6,DCOP,kwalletclient,kio,kparts,kdeui,kdefx,kdesu::x11/kde/libs3
LIB_DEPENDS= ::x11/kde/libs3
MODULES= x11/kde \
devel/gettext

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2010/07/30 06:59:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.6 2010/07/30 09:23:28 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= Qt Widgets for Technical Applications
DISTNAME= qwt-5.0.2
REVISION= 1
REVISION= 2
SHARED_LIBS= qwt 5.0
CATEGORIES= x11
EXTRACT_SUFX= .tar.bz2
@ -30,8 +30,9 @@ MAKE_FLAGS= LIBqwt_VERSION=${LIBqwt_VERSION}
WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender fontconfig
WANTLIB += freetype glib-2.0 gthread-2.0 m png z expat gobject-2.0
WANTLIB += QtDesigner QtGui QtScript QtXml
LIB_DEPENDS= QtDesigner.>=7,QtGui.>=8,QtScript,QtXml.>=7::x11/qt4
LIB_DEPENDS= ::x11/qt4
# svgmap example not included to prevent the need of svg dependencies
EXAMPLES= bode realtime_plot cpuplot dials radio event_filter \

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.29 2010/07/30 06:59:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.30 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= open source client for Windows Terminal Server
DISTNAME= rdesktop-1.6.0
REVISION= 1
REVISION= 2
CATEGORIES= x11 net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
@ -15,11 +15,12 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 c crypto pthread-stubs xcb
WANTLIB= X11 c crypto pthread-stubs xcb ao
MODULES= converters/libiconv
LIB_DEPENDS= ao::audio/libao
LIB_DEPENDS= ::audio/libao
NO_REGRESS= Yes
USE_X11= Yes

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.38 2010/07/24 23:05:08 naddy Exp $
# $OpenBSD: Makefile,v 1.39 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= GTK+ binding for librep Lisp environment
VERSION= 0.90.2
DISTNAME= rep-gtk-${VERSION}
PKGNAME= ${DISTNAME}
REVISION= 1
REVISION= 2
CATEGORIES= x11
HOMEPAGE= http://rep-gtk.sourceforge.net/
@ -20,14 +19,14 @@ WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png
WANTLIB += z pthread-stubs xcb
WANTLIB += z pthread-stubs xcb gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rep-gtk/}
EXTRACT_SUFX= .tar.bz2
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :librep->=0.90.5:lang/librep
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
LIB_DEPENDS= ::x11/gtk+2
MODULES= devel/gettext

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.44 2010/07/30 06:59:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.45 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= GTK+-2 file manager with desktop features
DISTNAME= rox-filer-2.8
REVISION= 3
REVISION= 4
CATEGORIES= x11
HOMEPAGE= http://roscidus.com/desktop/
@ -19,7 +19,7 @@ WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat
WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += xml2 z pthread-stubs xcb
WANTLIB += xml2 z pthread-stubs xcb glade-2.0
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/}
EXTRACT_SUFX= .tar.bz2
@ -27,7 +27,7 @@ EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::misc/shared-mime-info
LIB_DEPENDS= glade-2.0::devel/libglade2
LIB_DEPENDS= ::devel/libglade2
USE_X11= Yes
USE_GMAKE= Yes

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.14 2010/07/30 06:59:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.15 2010/07/30 09:23:28 ajacoutot Exp $
COMMENT= terminal emulator for X
DISTNAME= roxterm-1.14.2
CATEGORIES= x11
REVISION= 1
REVISION= 2
HOMEPAGE= http://roxterm.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roxterm/}
@ -17,18 +17,18 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext dbus-glib-1 \
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo \
dbus-1 expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 \
m ncurses pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pcre pixman-1 png pthread xml2 z pthread-stubs xcb
m ncurses pango-1.0 pangocairo-1.0 pangoft2-1.0 vte \
pcre pixman-1 png pthread xml2 z pthread-stubs xcb glade-2.0
MODULES= devel/gettext
LIB_DEPENDS= vte::devel/vte \
dbus-glib-1::x11/dbus-glib \
glade-2.0::devel/libglade2
LIB_DEPENDS= ::devel/vte \
::x11/dbus-glib \
::devel/libglade2
RUN_DEPENDS= ::devel/desktop-file-utils