This commit is contained in:
sthen 2015-08-25 14:03:20 +00:00
parent f9f291622e
commit 9a4b5c88f8
11 changed files with 39 additions and 31 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2015/06/05 12:20:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.25 2015/08/25 14:03:21 sthen Exp $
COMMENT-main = easy to use LaTeX and ConTeXt editor
COMMENT-python = Python scripting for TeXworks
@ -13,7 +13,8 @@ PKGNAME-lua = texworks-lua-${V}
PKGNAME-python = texworks-python-${V}
REVISION-main = 1
REVISION-lua = 0
REVISION-lua = 1
REVISION-python = 0
WRKDIST = ${WRKDIR}/texworks-${V}
@ -37,11 +38,11 @@ WANTLIB += m poppler-qt4 pthread stdc++ z
WANTLIB-lua = ${MODLUA_WANTLIB}
WANTLIB-lua += ICE QtCore QtGui QtXml SM X11 Xext Xi Xinerama Xrender
WANTLIB-lua += fontconfig freetype m stdc++
WANTLIB-lua += fontconfig freetype m stdc++ pthread
WANTLIB-python = ${MODPY_WANTLIB}
WANTLIB-python += ICE QtCore QtGui QtXml SM X11 Xext Xi Xinerama Xrender
WANTLIB-python += fontconfig freetype m stdc++
WANTLIB-python += fontconfig freetype m stdc++ pthread
MULTI_PACKAGES = -main -lua -python

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.26 2014/10/22 19:33:25 jasper Exp $
# $OpenBSD: Makefile,v 1.27 2015/08/25 14:03:21 sthen Exp $
COMMENT= Nebulous rewrite of Tower Toppler
DISTNAME= toppler-1.1.6
REVISION= 0
CATEGORIES= games
HOMEPAGE= http://toppler.sourceforge.net/
@ -11,7 +12,7 @@ HOMEPAGE= http://toppler.sourceforge.net/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += FLAC SDL SDL_mixer c m ogg pthread smpeg sndio stdc++
WANTLIB += usbhid vorbis vorbisfile z
WANTLIB += usbhid vorbis vorbisfile z mikmod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2015/08/25 00:30:41 bentley Exp $
# $OpenBSD: Makefile,v 1.51 2015/08/25 14:03:21 sthen Exp $
SHARED_ONLY= Yes
DPB_PROPERTIES= tag:kde3
@ -21,7 +21,7 @@ PKGNAME-kde= uim-kde-$V
PKGNAME-qt= uim-qt-$V
PKGNAME-qt4= uim-qt4-$V
REVISION-gtk= 1
REVISION-gtk3= 1
REVISION-gtk3= 2
REVISION-kde= 1
REVISION-main= 1
REVISION-qt= 1
@ -79,7 +79,7 @@ WANTLIB-gtk3 += dbus-1 expat ffi gcroots gdk-3 gdk_pixbuf-2.0 gio-2.0
WANTLIB-gtk3 += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
WANTLIB-gtk3 += gtk-3 harfbuzz pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB-gtk3 += pcre pixman-1 png pthread pthread-stubs uim uim-custom
WANTLIB-gtk3 += uim-scm xcb xcb-render xcb-shm z
WANTLIB-gtk3 += uim-scm xcb xcb-render xcb-shm z epoxy
LIB_DEPENDS-gtk3= inputmethods/uim \
x11/gtk+3

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.31 2015/08/21 19:17:10 sthen Exp $
# $OpenBSD: Makefile,v 1.32 2015/08/25 14:03:20 sthen Exp $
COMMENT= filemanager for X Window
DISTNAME= xnc-4.4.7
REVISION= 6
REVISION= 7
DISTFILES= ${DISTNAME}.src${EXTRACT_SUFX}
SHARED_LIBS= xncaqua 1.0 \
xncfive 1.0
@ -16,7 +16,7 @@ MASTER_SITES= ${HOMEPAGE}/src/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ICE SM X11 Xext c jpeg m stdc++ util z tiff
WANTLIB += ICE SM X11 Xext c jpeg m png stdc++ util z tiff
LIB_DEPENDS= graphics/tiff \
graphics/png

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.60 2015/04/28 06:35:06 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.61 2015/08/25 14:03:21 sthen Exp $
SHARED_ONLY= Yes
COMMENT= video stream processing tools
DISTNAME= transcode-1.1.7
REVISION= 6
REVISION= 7
CATEGORIES= multimedia
MASTER_SITES= http://cdn.bitbucket.org/france/transcode-tcforge/downloads/
EXTRACT_SUFX= .tar.bz2
@ -16,10 +16,11 @@ HOMEPAGE= http://www.transcoding.org/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ICE SDL SM X11 Xau Xaw Xdmcp Xext Xmu Xpm Xt Xv a52 avcodec
WANTLIB += avformat avutil bz2 c crypto dv dvdcss dvdread freetype gsm jpeg
WANTLIB += avformat avutil bz2 c crypto dv dvdread freetype gsm jpeg
WANTLIB += m mp3lame mpeg2 mpeg2convert ogg opus postproc pthread
WANTLIB += pthread-stubs quicktime sndio speex ssl theora
WANTLIB += usbhid vorbis vorbisenc vorbisfile vpx x264 xcb xml2 z
WANTLIB += lzma stdc++ swresample x265
# xvidcore is dlopen()d so check-lib-depends shows it as Extra, however we
# want to track changes to the ABI to ensure transcode is updated if needed.

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.25 2015/04/04 09:21:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.26 2015/08/25 14:03:21 sthen Exp $
COMMENT= flexible communications framework, libpurple component
DISTNAME= telepathy-haze-0.8.0
REVISION= 0
REVISION= 1
MASTER_SITES= ${MASTER_SITES_TP:=telepathy-haze/}
WANTLIB += c dbus-1 dbus-glib-1 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 m pcre pthread util xml2 z purple telepathy-glib
WANTLIB += ffi idn
WANTLIB += gthread-2.0 m pcre pthread xml2 z purple telepathy-glib
WANTLIB += ffi idn gadu lzma
MODULES= devel/gettext \
lang/python

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2015/03/16 18:07:53 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2015/08/25 14:03:21 sthen Exp $
COMMENT = socks proxy for use with tor
DISTNAME = torsocks-1.2
REVISION = 1
REVISION = 2
SHARED_LIBS = torsocks 0.0 # 1.0
@ -16,6 +16,8 @@ MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += pthread
MASTER_SITES = https://torsocks.googlecode.com/files/
RUN_DEPENDS = net/tor

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.99 2015/08/21 10:14:56 naddy Exp $
# $OpenBSD: Makefile,v 1.100 2015/08/25 14:03:21 sthen Exp $
COMMENT-main= BitTorrent command line and daemon client
COMMENT-gtk= BitTorrent client with GTK+ interface
@ -10,6 +10,7 @@ PKGNAME-main= transmission-${VER}
PKGNAME-gtk= transmission-gtk-${VER}
PKGNAME-qt= transmission-qt-${VER}
REVISION= 3
REVISION-gtk= 4
CATEGORIES= net
HOMEPAGE= http://www.transmissionbt.com/
@ -39,7 +40,7 @@ WANTLIB-gtk= ${WANTLIB-common} ICE SM X11 Xcomposite Xcursor Xdamage \
gobject-2.0 graphite2 gthread-2.0 gtk-3 \
harfbuzz idn pango-1.0 pangoft2-1.0 \
pangocairo-1.0 pixman-1 png pcre pthread-stubs xcb \
xcb-render xcb-shm
xcb-render xcb-shm epoxy
WANTLIB-qt= ${WANTLIB-common} ${MODQT_WANTLIB} \
lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtXml \
ICE SM X11 Xext Xi Xinerama Xrender \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.33 2015/05/05 17:00:21 sthen Exp $
# $OpenBSD: Makefile,v 1.34 2015/08/25 14:03:21 sthen Exp $
COMMENT= organizer for book/dvd/music collections
DISTNAME= tellico-1.3.6
REVISION= 13
REVISION= 14
CATEGORIES= x11 databases
@ -23,6 +23,7 @@ WANTLIB += Xrandr Xrender Xt Xxf86vm art_lgpl_2 c drm exempi expat exslt
WANTLIB += fam fontconfig freetype gcrypt gpg-error idn jpeg lcms lcms2
WANTLIB += m mng openjpeg pcre pcreposix png poppler poppler-qt>=3
WANTLIB += pthread stdc++ tag tiff util xcb xcb-glx xml2 xslt yaz z
WANTLIB += X11-xcb Xau Xdmcp glapi lzma pthread-stubs xcb-dri2
MODULES= x11/kde \
lang/python \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2015/05/05 17:00:21 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2015/08/25 14:03:21 sthen Exp $
COMMENT= showcase for GTK+ 2 widgets
DISTNAME= thewidgetfactory-0.2.1
REVISION= 5
REVISION= 6
CATEGORIES= x11
HOMEPAGE= http://www.stellingwerff.com/?page_id=10
@ -13,12 +13,13 @@ MAINTAINER= Andres Delfino <adelfino@gmail.com>
# GPL v2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += 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 pthread-stubs
WANTLIB += xcb xcb-shm z
WANTLIB += ffi graphite2 gthread-2.0 harfbuzz pthread xcb-render
MASTER_SITES= http://www.stellingwerff.com/TheWidgetFactory/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.45 2015/08/21 19:17:10 sthen Exp $
# $OpenBSD: Makefile,v 1.46 2015/08/25 14:03:21 sthen Exp $
COMMENT-main = tiling window manager
COMMENT-lib = libraries for runtime configuration
@ -6,7 +6,7 @@ COMMENT-lib = libraries for runtime configuration
DISTNAME = xmonad-0.11
PKGNAME-main = ${DISTNAME}
PKGNAME-lib = ${DISTNAME:S,-,-lib-,}
REVISION-main = 2
REVISION-main = 3
REVISION-lib = 2
CATEGORIES = x11
HOMEPAGE = http://www.xmonad.org/
@ -16,7 +16,7 @@ MULTI_PACKAGES = -main -lib
# BSD3
PERMIT_PACKAGE_CDROM = Yes
WANTLIB-main = ${WANTLIB} X11 Xext Xinerama Xrandr c m \
WANTLIB-main = ${WANTLIB} X11 Xext Xinerama Xrandr Xss c m \
pthread util
WANTLIB-lib =