sync wantlib
This commit is contained in:
parent
b7e535002c
commit
8c813409e4
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2012/12/02 19:13:07 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
COMMENT= tag editor for various audio file formats
|
||||
|
||||
DISTNAME= easytag-2.1.7
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= audio x11
|
||||
|
||||
HOMEPAGE= http://projects.gnome.org/easytag/
|
||||
@ -26,7 +26,7 @@ WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png
|
||||
WANTLIB += pthread-stubs stdc++ xcb z id3>=3 FLAC>=4 mp4v2 vorbis>=1
|
||||
WANTLIB += vorbisfile>=1 wavpack gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0
|
||||
WANTLIB += gthread-2.0 pthread xcb-render GL Xxf86vm drm ffi xcb-shm
|
||||
WANTLIB += id3tag speex
|
||||
WANTLIB += id3tag speex harfbuzz icudata icule icuuc
|
||||
|
||||
RUN_DEPENDS= devel/desktop-file-utils
|
||||
LIB_DEPENDS= audio/id3lib \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2012/11/01 17:11:16 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -7,6 +7,7 @@ COMMENT-editor= editor for the dconf configuration storage system
|
||||
|
||||
GNOME_PROJECT= dconf
|
||||
GNOME_VERSION= 0.14.1
|
||||
REVISION-editor= 0
|
||||
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-editor= dconf-editor-${GNOME_VERSION}
|
||||
@ -35,7 +36,7 @@ WANTLIB-editor += ${WANTLIB} ${MODGETTEXT_WANTLIB}
|
||||
WANTLIB-editor += GL X11 Xrender atk-1.0 cairo cairo-gobject dconf expat
|
||||
WANTLIB-editor += fontconfig freetype gdk-3 gdk_pixbuf-2.0 gmodule-2.0
|
||||
WANTLIB-editor += gtk-3 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
|
||||
WANTLIB-editor += png pthread-stubs xcb xcb-render xcb-shm xml2 z
|
||||
WANTLIB-editor += png pthread-stubs xcb xcb-render xcb-shm xml2 z Xext
|
||||
|
||||
MULTI_PACKAGES= -main -editor
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2012/12/13 14:20:14 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
# Memory hog, stuck for days on the same file during build.
|
||||
# XXX check with different optimizer level? see doc/install.doc
|
||||
@ -8,6 +8,7 @@ COMMENT-main= source code documentation generator tool
|
||||
COMMENT-gui= GUI front-end for doxygen
|
||||
|
||||
VERSION= 1.8.2
|
||||
REVISION-gui= 0
|
||||
DISTNAME= doxygen-${VERSION}.src
|
||||
PKGNAME-main= doxygen-${VERSION}
|
||||
FULLPKGNAME-gui=doxygen-gui-${VERSION}
|
||||
@ -55,7 +56,8 @@ COMMON_LIB_DEPENDS = ${MODLIBICONV_LIB_DEPENDS}
|
||||
WANTLIB-main = ${COMMON_WANTLIB} z
|
||||
LIB_DEPENDS-main = ${COMMON_LIB_DEPENDS}
|
||||
|
||||
WANTLIB-gui= ${COMMON_WANTLIB} ${MODQT_WANTLIB} QtGui QtXml
|
||||
WANTLIB-gui= ${COMMON_WANTLIB} ${MODQT_WANTLIB} QtGui QtXml \
|
||||
ICE SM X11 Xext Xi Xinerama Xrender fontconfig freetype
|
||||
LIB_DEPENDS-gui=${COMMON_LIB_DEPENDS} ${MODQT_LIB_DEPENDS}
|
||||
RUN_DEPENDS-gui=doxygen-${VERSION}:${BUILD_PKGPATH}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/12/23 13:10:30 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ CATEGORIES= devel
|
||||
COMMENT= high perfomance Cloud Storage client library
|
||||
|
||||
VERSION= 1.1
|
||||
REVISION= 0
|
||||
DISTNAME= droplet-${VERSION}
|
||||
HOMEPAGE= https://github.com/scality/Droplet
|
||||
|
||||
@ -19,7 +20,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= crypto json m ssl xml2 z
|
||||
WANTLIB= crypto json m pthread ssl xml2 z
|
||||
|
||||
MASTER_SITES= http://www.sizeofvoid.org/pub/OpenBSD/distfiles/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2012/08/30 20:54:59 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
COMMENT-main= GNU editor: extensible, customizable, self-documenting
|
||||
COMMENT-el= elisp sources for those who want to read/modify them
|
||||
@ -8,7 +8,7 @@ DISTNAME= emacs-${VERSION}
|
||||
PKGNAME-main= emacs-${VERSION}
|
||||
FULLPKGNAME-el= emacs-el-${VERSION}
|
||||
FULLPKGPATH-el= editors/emacs22,-el
|
||||
REVISION-main= 14
|
||||
REVISION-main= 15
|
||||
REVISION-el= 4
|
||||
|
||||
CATEGORIES= editors
|
||||
@ -64,14 +64,14 @@ MODULES += devel/gettext
|
||||
CONFIGURE_ARGS+= --with-gtk
|
||||
LIB_DEPENDS-main+= x11/gtk+2 \
|
||||
graphics/libungif
|
||||
WANTLIB-main+= ICE SM X11 Xdmcp Xext Xft Xpm Xrender Xau Xcomposite \
|
||||
WANTLIB-main+= GL ICE SM X11 Xext Xft Xpm Xrender Xcomposite \
|
||||
Xcursor Xdamage Xfixes Xi Xinerama Xrandr \
|
||||
atk-1.0 cairo expat fontconfig freetype gio-2.0 \
|
||||
glib-2.0 gmodule-2.0 gobject-2.0 \
|
||||
glib-2.0 gobject-2.0 \
|
||||
pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 pthread \
|
||||
z gtk-x11-2.0 gdk-x11-2.0 gdk_pixbuf-2.0 \
|
||||
jpeg png ungif tiff gthread-2.0 pthread-stubs xcb \
|
||||
xcb-render xcb-render-util ${MODGETTEXT_WANTLIB}
|
||||
jpeg png ungif tiff pthread-stubs xcb \
|
||||
xcb-render xcb-shm ${MODGETTEXT_WANTLIB}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-x-toolkit=athena --without-toolkit-scroll-bars
|
||||
LIB_DEPENDS-main+= graphics/png \
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2012/10/15 14:55:43 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
COMMENT= interactive geometry program
|
||||
|
||||
DISTNAME= drgeo-1.1.0
|
||||
REVISION= 16
|
||||
REVISION= 17
|
||||
CATEGORIES= education math
|
||||
|
||||
HOMEPAGE= http://www.ofset.org/drgeo/
|
||||
@ -23,6 +23,7 @@ WANTLIB += gmodule-2.0 gmp gobject-2.0 gtk-x11-2.0 ltdl guile
|
||||
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
||||
WANTLIB += png pthread pthread-stubs stdc++ xcb xml2 z glade-2.0
|
||||
WANTLIB += GL Xxf86vm drm ffi gthread-2.0 xcb-render xcb-shm
|
||||
WANTLIB += harfbuzz icudata icule icuuc
|
||||
|
||||
MODULES= devel/gettext \
|
||||
textproc/intltool
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2012/12/21 17:44:47 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= ${GCC4_ARCHS}
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= x86 with DOS emulator targeted at playing games
|
||||
BROKEN-hppa = mpu401.cpp:42: error: expected identifier before numeric constant
|
||||
|
||||
DISTNAME= dosbox-0.74
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
CATEGORIES= games x11 emulators
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/}
|
||||
|
||||
@ -20,7 +20,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= SDL SDL_net SDL_sound png X11 c m pthread sndio z
|
||||
WANTLIB += SDL SDL_net SDL_sound stdc++ png X11 c m pthread sndio z
|
||||
|
||||
LIB_DEPENDS= devel/sdl-net \
|
||||
devel/sdl-sound \
|
||||
@ -35,7 +35,7 @@ BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV=CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -I${X11BASE}/include"
|
||||
CONFIGURE_ENV=CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -I${X11BASE}/include"
|
||||
CONFIGURE_ENV+=LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
CONFIGURE_ARGS+= --disable-alsatest
|
||||
CONFIGURE_ARGS+= --disable-opengl
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.90 2012/09/04 16:06:29 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.91 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= technical diagrams drawing tool
|
||||
|
||||
GNOME_PROJECT= dia
|
||||
GNOME_VERSION= 0.97.2
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
|
||||
CATEGORIES= graphics
|
||||
|
||||
@ -27,6 +27,7 @@ WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
||||
WANTLIB += stdc++ xcb xcb-render xcb-shm xml2 xslt z
|
||||
WANTLIB += harfbuzz icudata icule icuuc
|
||||
|
||||
RUN_DEPENDS= devel/xdg-utils
|
||||
BUILD_DEPENDS= textproc/docbook-xsl
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2012/04/23 17:15:18 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
COMMENT = digital image kde application
|
||||
CATEGORIES = graphics x11 x11/kde
|
||||
V = 0.9.6
|
||||
DISTNAME = digikam-$V
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
SHARED_LIBS += digikam 3.0 # .0.0
|
||||
HOMEPAGE = http://www.digikam.org/
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=digikam/}
|
||||
@ -30,7 +30,7 @@ WANTLIB = util m c ICE Xrender SM pthread z stdc++ expat \
|
||||
gphoto2 gphoto2_port kipi tiff kexiv2>=1 kdcraw \
|
||||
lcms
|
||||
WANTLIB += GL Xcursor Xdamage Xfixes Xft Xi Xinerama Xmu Xrandr
|
||||
WANTLIB += Xt Xxf86vm drm fontconfig freetype mng
|
||||
WANTLIB += Xt Xxf86vm drm fontconfig freetype mng fam
|
||||
|
||||
MODULES = devel/gettext \
|
||||
x11/kde
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2012/06/15 08:32:16 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
COMMENT= portable DjVu viewer and browser plugin
|
||||
|
||||
DISTNAME= djview-4.8
|
||||
PKGNAME= ${DISTNAME:S/djview/djview4/}
|
||||
CATEGORIES= graphics print
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
HOMEPAGE= http://djvu.sourceforge.net/djview4.html
|
||||
|
||||
@ -17,9 +17,10 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djvu/}
|
||||
|
||||
WANTLIB += QtGui QtNetwork X11 Xext c djvulibre m pthread stdc++ tiff
|
||||
WANTLIB += ICE SM Xi Xinerama Xrender fontconfig freetype
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djvu/}
|
||||
|
||||
MODULES= x11/qt4
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2012/12/01 09:46:17 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,7 +8,7 @@ V_DOVECOT_FULL= 2.1.12
|
||||
|
||||
DISTNAME= dovecot-antispam-plugin-5e8351bcfb29
|
||||
PKGNAME= dovecot-antispam-2.1
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
CATEGORIES= mail
|
||||
|
||||
# http://hg.dovecot.org/dovecot-antispam-plugin/
|
||||
@ -24,7 +24,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= lib/dovecot/dovecot-lda lib/dovecot/dovecot-login \
|
||||
lib/dovecot/dovecot-storage lib/dovecot/dovecot
|
||||
lib/dovecot/dovecot-storage lib/dovecot/dovecot crypto ssl
|
||||
|
||||
AUTOCONF_VERSION= 2.68
|
||||
AUTOMAKE_VERSION= 1.11
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2012/04/23 17:15:18 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
COMMENT= anti-spam filter
|
||||
|
||||
VERSION= 3.8.0
|
||||
DISTNAME= dspam-${VERSION}
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
SHARED_LIBS= dspam 8.0
|
||||
CATEGORIES= mail
|
||||
|
||||
@ -19,7 +19,8 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c m
|
||||
|
||||
WANTLIB += c m
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
@ -79,7 +80,7 @@ CONFIGURE_ARGS+= --with-storage-driver=pgsql_drv \
|
||||
--with-pgsql-libraries=${LOCALBASE}/lib \
|
||||
--enable-virtual-users
|
||||
LIB_DEPENDS+= databases/postgresql
|
||||
WANTLIB += pq>=4
|
||||
WANTLIB += pq>=4 com_err crypto ssl
|
||||
.elif ${DRIVER} == "hash"
|
||||
CONFIGURE_ARGS+= --with-storage-driver=hash_drv
|
||||
.elif ${DRIVER} == "sqlite"
|
||||
@ -114,7 +115,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LIB_DEPENDS+= databases/openldap
|
||||
WANTLIB+= crypto ssl sasl2 asn1 com_err gssapi krb5 \
|
||||
ldap>=8 lber>=8
|
||||
ldap-2.4 lber-2.4
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:Mpreferences}
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2011/09/16 11:13:37 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
COMMENT= Library for direct-connect protocol
|
||||
|
||||
DISTNAME= dclib-0.3.7
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= net
|
||||
SHARED_LIBS= dc 1.0
|
||||
|
||||
@ -17,12 +17,13 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += crypto m ssl stdc++ z bz2 xml2
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS:=dcgui/}
|
||||
|
||||
MODULES= converters/libiconv
|
||||
LIB_DEPENDS= archivers/bzip2 \
|
||||
textproc/libxml
|
||||
WANTLIB= crypto m ssl z bz2 xml2
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2012/06/15 08:32:17 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
COMMENT = bug tracker client
|
||||
DISTNAME = entomologist-0.6
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES = productivity
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=entomologist/}
|
||||
@ -19,6 +19,7 @@ RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+2 \
|
||||
x11/gtk+2,-guic
|
||||
WANTLIB += QtGui QtNetwork QtSql QtXml c m pthread stdc++
|
||||
WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender fontconfig freetype
|
||||
|
||||
MAKE_FLAGS = CXX=${CXX} \
|
||||
QMAKE_CXXFLAGS="${CXXFLAGS} -g"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2012/12/17 16:06:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
V = 0.2.1
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
COMMENT = accessing and converting various ebook file formats
|
||||
DISTNAME = ebook-tools-${V}
|
||||
|
||||
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB += c xml2 zip
|
||||
WANTLIB += c xml2 zip z
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ebook-tools/${V}/}
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2012/07/05 07:21:14 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
COMMENT = dbus bindings for Python
|
||||
|
||||
DISTNAME = dbus-python-1.1.1
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = x11
|
||||
|
||||
@ -17,7 +18,7 @@ PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB += dbus-1 dbus-glib-1 ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += gthread-2.0 pcre z
|
||||
WANTLIB += gthread-2.0 pcre pthread z
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}releases/dbus-python/
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2012/03/29 13:39:00 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
COMMENT= window manipulation tool
|
||||
|
||||
DISTNAME= devilspie-0.22
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://www.burtonini.com/blog/computers/devilspie
|
||||
@ -16,12 +16,12 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += X11 XRes Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
||||
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext
|
||||
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 gmodule-2.0 gobject-2.0 gtk-x11-2.0
|
||||
WANTLIB += glib-2.0 gobject-2.0 gtk-x11-2.0
|
||||
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
|
||||
WANTLIB += startup-notification-1 z pthread-stubs xcb wnck-1
|
||||
WANTLIB += z pthread-stubs xcb wnck-1 GL xcb-render xcb-shm
|
||||
|
||||
MASTER_SITES= http://www.burtonini.com/computing/
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/09/16 12:29:13 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
COMMENT= network sniffer that grabs and displays images
|
||||
|
||||
DISTNAME= driftnet-0.1.6
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://www.ex-parrot.com/~chris/driftnet/
|
||||
@ -18,12 +18,12 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.ex-parrot.com/~chris/driftnet/
|
||||
|
||||
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
|
||||
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += freetype gio-2.0 glib-2.0 gobject-2.0
|
||||
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcap pixman-1
|
||||
WANTLIB += png pthread pthread-stubs xcb z ungif jpeg gdk_pixbuf-2.0
|
||||
WANTLIB += gdk-x11-2.0 gtk-x11-2.0
|
||||
WANTLIB += gdk-x11-2.0 gtk-x11-2.0 GL xcb-render xcb-shm
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.60 2012/09/01 14:36:58 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.61 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
COMMENT= themed window manager
|
||||
|
||||
@ -7,7 +7,7 @@ DISTNAME= e16-$V
|
||||
PKGNAME= enlightenment-$V
|
||||
DOCS= e16-docs-0.16.8.0.2
|
||||
THEMES= e16-themes-1.0.1
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -25,7 +25,7 @@ WANTLIB += ICE Imlib2 SM X11 Xcomposite Xdamage Xext Xfixes Xft
|
||||
WANTLIB += Xinerama Xrandr Xrender audiofile c esd expat ffi fontconfig
|
||||
WANTLIB += freetype glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
||||
WANTLIB += m pango-1.0 pangoft2-1.0 pangoxft-1.0 pcre pthread
|
||||
WANTLIB += sndio xcb z
|
||||
WANTLIB += sndio xcb z harfbuzz icudata icule icuuc
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.112 2012/11/18 09:26:43 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.113 2012/12/23 13:25:11 sthen Exp $
|
||||
|
||||
COMMENT= Telepathy based messenger for GNOME
|
||||
|
||||
GNOME_PROJECT= empathy
|
||||
GNOME_VERSION= 3.6.2
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
@ -42,6 +42,7 @@ WANTLIB += pulse pulse-mainloop-glib secret-1 sndfile soup-2.4
|
||||
WANTLIB += soup-gnome-2.4 sqlite3 stdc++ tasn1 telepathy-farstream
|
||||
WANTLIB += telepathy-glib telepathy-logger vorbis vorbisfile webkitgtk-3.0
|
||||
WANTLIB += xcb xcb-render xcb-shm xml2 xslt z zeitgeist-1.0
|
||||
WANTLIB += X11-xcb Xtst
|
||||
|
||||
BUILD_DEPENDS= devel/gsettings-desktop-schemas \
|
||||
devel/iso-codes \
|
||||
|
Loading…
x
Reference in New Issue
Block a user