new depends

This commit is contained in:
espie 2010-11-20 09:48:38 +00:00
parent 9d51c5984b
commit bec176e99e
99 changed files with 462 additions and 456 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/08/30 17:46:57 fgsch Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/20 09:48:38 espie Exp $
COMMENT= retrieve and process nzb-files
@ -17,11 +17,11 @@ MASTER_SITES= http://www.hellanzb.com/distfiles/
MODULES= lang/python
RUN_DEPENDS= ::archivers/par2cmdline \
::archivers/unrar \
::devel/py-twisted/core \
::devel/py-twisted/web \
::news/py-yenc
RUN_DEPENDS= archivers/par2cmdline \
archivers/unrar \
devel/py-twisted/core \
devel/py-twisted/web \
news/py-yenc
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.51 2010/11/20 09:48:38 espie Exp $
COMMENT= USENET software package designed for small sites
@ -21,14 +21,14 @@ WANTLIB= c pcre
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=leafnode/}
EXTRACT_SUFX= .tar.bz2
LIB_DEPENDS= ::devel/pcre
LIB_DEPENDS= devel/pcre
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --localstatedir=/var
CONFIGURE_ARGS+= --with-lockfile=/var/spool/news/fetchnews.lck
CONFIGURE_ARGS+= --with-ipv6
CONFIGURE_ARGS+= --with-user=_news
USE_GROFF = Yes
USE_GROFF = Yes
DOCS= README README-FQDN INSTALL FAQ.txt NEWS OLDNEWS

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/20 09:48:38 espie Exp $
NOT_FOR_ARCHS = arm hppa hp300
@ -22,7 +22,7 @@ MASTER_SITES = ftp://ftp.nndev.org/pub/nn-6.7/ \
http://distfiles.nl/
EXTRACT_SUFX = .tar.Z
USE_GROFF = Yes
USE_GROFF = Yes
NO_REGRESS = Yes
.if "${MACHINE_ARCH}" == "alpha"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.20 2010/11/20 09:48:38 espie Exp $
COMMENT= perl module to gateway between news and mail
@ -9,8 +9,8 @@ CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
USE_GROFF = Yes
RUN_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign \
:p5-News-Article->=1.07:news/p5-News-Article
RUN_DEPENDS= security/p5-PGP-Sign \
news/p5-News-Article>=1.07
BUILD_DEPENDS= ${RUN_DEPENDS}
# Perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.17 2010/11/20 09:48:38 espie Exp $
COMMENT= perl module for accessing NNTP articles
@ -16,7 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign
RUN_DEPENDS= security/p5-PGP-Sign
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.14 2010/11/20 09:48:38 espie Exp $
COMMENT= module for managing newsrc files
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::math/p5-Set-IntSpan
RUN_DEPENDS= math/p5-Set-IntSpan
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2010/10/24 21:30:46 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.39 2010/11/20 09:48:38 espie Exp $
COMMENT= powerful Gtk+2 newsreader
@ -30,10 +30,10 @@ MASTER_SITES= http://pan.rebelbase.com/download/releases/${V}/source/
MODULES= devel/gettext \
textproc/intltool # regress target
LIB_DEPENDS= ::x11/gtk+2 \
:gmime->=2.4,<2.6:mail/gmime24 \
::textproc/gtkspell
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= x11/gtk+2 \
gmime->=2.4,<2.6:mail/gmime24 \
textproc/gtkspell
RUN_DEPENDS= devel/desktop-file-utils
VMEM_WARNING= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/08/30 17:46:57 fgsch Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/20 09:48:38 espie Exp $
COMMENT= yEnc encoding/decoding extension for Python
@ -20,7 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python
REGRESS_DEPENDS= ::news/py-yenc
REGRESS_DEPENDS= news/py-yenc
CFLAGS+= -g -O2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.47 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.48 2010/11/20 09:48:38 espie Exp $
COMMENT= SLang-based newsreader
@ -20,9 +20,9 @@ WANTLIB= c crypto m ssl termcap slang
MAKE_ARGS+= LDFLAGS="${LDFLAGS}"
USE_GROFF = Yes
USE_GROFF = Yes
NO_REGRESS= Yes
LIB_DEPENDS= ::devel/libslang
LIB_DEPENDS= devel/libslang
MODULES= devel/gettext
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.36 2010/11/20 09:48:38 espie Exp $
COMMENT= threaded NNTP- and spool-based UseNet newsreader
@ -48,10 +48,10 @@ CONFIGURE_ARGS+= --with-ispell=${LOCALBASE}/bin/ispell \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LIB_DEPENDS+= ::devel/pcre \
::misc/libutf8 \
::devel/libidn \
::textproc/icu4c
LIB_DEPENDS+= devel/pcre \
misc/libutf8 \
devel/libidn \
textproc/icu4c
ALL_TARGET= build

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2007/09/15 21:41:50 merdely Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/20 09:48:38 espie Exp $
COMMENT= download and decode binaries posted to Usenet
@ -16,9 +16,9 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/download/
RUN_DEPENDS= ::mail/p5-MIME-tools \
::news/p5-News-Newsrc \
::devel/p5-String-CRC32
RUN_DEPENDS= mail/p5-MIME-tools \
news/p5-News-Newsrc \
devel/p5-String-CRC32
NO_BUILD= Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/20 09:48:38 espie Exp $
COMMENT= tool for synchronizing PalmOS devices
@ -20,7 +20,7 @@ WANTLIB= c stdc++ m
MODULES= devel/gettext
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --without-usb --without-libusb
USE_GROFF = Yes
USE_GROFF = Yes
# DESTDIR bugs the fake process, so make sure it does not get set
DESTDIRNAME= none

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/15 17:31:10 giovanni Exp $
# $OpenBSD: Makefile,v 1.2 2010/11/20 09:48:38 espie Exp $
COMMENT = Palm Databook/Calendar export to iCalendar
@ -22,10 +22,10 @@ WRKDIST = ${WRKDIR}
NO_BUILD = Yes
PKG_ARCH = *
RUN_DEPENDS = ::palm/p5-Palm \
::devel/p5-Data-ICal \
::devel/p5-DateTime-Format-ICal \
::devel/p5-Data-ICal-TimeZone
RUN_DEPENDS = palm/p5-Palm \
devel/p5-Data-ICal \
devel/p5-DateTime-Format-ICal \
devel/p5-Data-ICal-TimeZone
NO_REGRESS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/10/24 21:31:20 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/20 09:48:38 espie Exp $
ONLY_FOR_ARCHS= i386
COMMENT= Palm OS Emulator
@ -16,7 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ::x11/fltk
BUILD_DEPENDS= x11/fltk
MASTER_SITES= http://www.palmos.com/dev/tools/emulator/sources/
DISTFILES= ${DISTNAME:L}.tar.gz

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/10/24 21:31:50 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.16 2010/11/20 09:48:38 espie Exp $
# varargs misuse, and unportable software
ONLY_FOR_ARCHS= i386 sparc sparc64
@ -32,7 +32,7 @@ MASTER_SITES= ${HOMEPAGE}
SEPARATE_BUILD= simple
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/10/24 21:31:50 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.26 2010/11/20 09:48:38 espie Exp $
COMMENT= clone of the Plan9 editor 'acme'
@ -20,10 +20,10 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xg Xt c frame m plan9c pthread-stubs xcb
LIB_DEPENDS= ::plan9/9libs
LIB_DEPENDS= plan9/9libs
SEPARATE_BUILD= simple
USE_GROFF = Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-9libs=${LOCALBASE}/include/9libs
CONFIGURE_ENV= mhw_cv_mod_9libs_lib_path=${LOCALBASE}/lib

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.47 2010/11/20 09:48:38 espie Exp $
COMMENT= format files for printing on PostScript printers
@ -26,12 +26,12 @@ MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/}
MODULES= devel/gettext
USE_LIBTOOL= Yes
USE_GROFF = Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/auxdir
BUILD_DEPENDS= ::print/psutils \
::devel/gperf
BUILD_DEPENDS= print/psutils \
devel/gperf
FLAVORS= a4 a4dj letter letterdj
FLAVOR?= letter
@ -39,18 +39,18 @@ FLAVOR?= letter
.if defined(FLAVOR)
.if ${FLAVOR:L} == "a4"
PAPERSIZE= A4
RUN_DEPENDS+= :psutils-*-a4:print/psutils,a4
RUN_DEPENDS+= psutils-*-a4:print/psutils,a4
.elif ${FLAVOR:L} == "a4dj"
PAPERSIZE= A4dj
RUN_DEPENDS+= :psutils-*-a4:print/psutils,a4
RUN_DEPENDS+= psutils-*-a4:print/psutils,a4
.elif ${FLAVOR:L} == "letterdj"
PAPERSIZE= Letterdj
RUN_DEPENDS+= :psutils-*-letter:print/psutils,letter
RUN_DEPENDS+= psutils-*-letter:print/psutils,letter
.elif ${FLAVOR:L} == "letter"
PAPERSIZE= Letter
RUN_DEPENDS+= :psutils-*-letter:print/psutils,letter
RUN_DEPENDS+= psutils-*-letter:print/psutils,letter
.else
RUN_DEPENDS+= ::print/psutils
RUN_DEPENDS+= print/psutils
.endif
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2008/10/10 13:45:02 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/20 09:48:39 espie Exp $
COMMENT= asian font pack for acroread
@ -20,7 +20,7 @@ DISTFILES= chsfont.tar.gz chtfont.tar.gz \
DIST_SUBDIR= acrofonts
RUN_DEPENDS= :acroread->=7:print/acroread
RUN_DEPENDS= print/acroread>=7
NO_BUILD= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2010/07/26 20:07:31 edd Exp $
# $OpenBSD: Makefile,v 1.37 2010/11/20 09:48:39 espie Exp $
ONLY_FOR_ARCHS= i386
SHARED_ONLY= Yes
@ -32,8 +32,8 @@ MULTI_PACKAGES= -main -plugins
MASTER_SITES= http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.9/enu/
RUN_DEPENDS= ::emulators/fedora/base \
:desktop-file-utils-*:devel/desktop-file-utils
RUN_DEPENDS= emulators/fedora/base \
devel/desktop-file-utils
RUN_DEPENDS-plugins= ${RUN_DEPENDS} :${PKGNAME-main}:print/acroread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/20 09:48:39 espie Exp $
COMMENT= filter to print a wide range of file formats
@ -19,10 +19,10 @@ MASTER_SITES= http://www.apsfilter.org/download/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-shell=/bin/sh \
--with-awk=/usr/bin/awk
USE_GROFF = Yes
USE_GROFF = Yes
RUN_DEPENDS= ::print/a2ps \
::print/psutils
RUN_DEPENDS= print/a2ps \
print/psutils
WRKDIST= ${WRKDIR}/apsfilter/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/20 09:48:39 espie Exp $
COMMENT= lightweight PDF document viewer with vi bindings
@ -17,18 +17,18 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0.>=0.14 gdk_pixbuf-2.0.>=0.14 gio-2.0
WANTLIB += freetype gdk-x11-2.0>=0.14 gdk_pixbuf-2.0>=0.14 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-x11-2.0.>=0.14 iconv intl m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pixman-1 png poppler-glib.>=3 poppler.>=3
WANTLIB += gtk-x11-2.0>=0.14 iconv intl m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pixman-1 png poppler-glib>=3 poppler>=3
WANTLIB += pthread pthread-stubs stdc++ xcb xcb-render xcb-render-util z
LIB_DEPENDS= ::x11/gtk+2 \
::print/poppler
LIB_DEPENDS= x11/gtk+2 \
print/poppler
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS+= --without-djvu
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/apvlv
USE_GROFF = Yes
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/07/26 20:07:31 edd Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/20 09:48:39 espie Exp $
COMMENT= extensible emacs interface for TeX
@ -20,9 +20,9 @@ MASTER_SITES= ${MASTER_SITE_GNU:=auctex/11.14/}
FAKE_FLAGS= lispdir=${DESTDIR}${PREFIX}/share/emacs/site-lisp
RUN_DEPENDS= :emacs->=21,<22:editors/emacs21 \
::print/texlive/base
BUILD_DEPENDS= :emacs->=21,<22:editors/emacs21
RUN_DEPENDS= emacs->=21,<22:editors/emacs21 \
print/texlive/base
BUILD_DEPENDS= emacs->=21,<22:editors/emacs21
post-install:
@chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs/site-lisp/auctex

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2009/09/08 14:02:45 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/20 09:48:39 espie Exp $
COMMENT= PDF backend for CUPS
@ -17,10 +17,10 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
RUN_DEPENDS= ::print/cups \
::print/ghostscript/gnu \
::mail/p5-MIME-Lite \
::mail/p5-MIME-tools
RUN_DEPENDS= print/cups \
print/ghostscript/gnu \
mail/p5-MIME-Lite \
mail/p5-MIME-tools
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.86 2010/11/12 07:09:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.87 2010/11/20 09:48:39 espie Exp $
COMMENT= Common Unix Printing System
@ -26,8 +26,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += asn1 c crypto dbus-1.>=7 gssapi jpeg krb5 m png.>=3 pthread
WANTLIB += ssl stdc++ tiff.>=35 z
WANTLIB += asn1 c crypto dbus-1>=7 gssapi jpeg krb5 m png>=3 pthread
WANTLIB += ssl stdc++ tiff>=35 z
MASTER_SITES= http://ftp.easysw.com/pub/cups/${VERSION}/ \
http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${VERSION}/ \
@ -40,16 +40,16 @@ EXTRACT_SUFX= .tar.bz2
WRKDIST= ${WRKDIR}/${DISTNAME:S/-source//}
BUILD_DEPENDS= ::devel/xdg-utils \
BUILD_DEPENDS= devel/xdg-utils \
${MODGNU_AUTOMAKE_DEPENDS} \
${MODGNU_AUTOCONF_DEPENDS}
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
::devel/xdg-utils
RUN_DEPENDS= devel/desktop-file-utils \
devel/xdg-utils
LIB_DEPENDS= ::graphics/png \
::graphics/tiff \
::x11/dbus
LIB_DEPENDS= graphics/png \
graphics/tiff \
x11/dbus
LIBS_ENV= LIBcups_VERSION=${LIBcups_VERSION} \
LIBcupscgi_VERSION=${LIBcupscgi_VERSION} \
@ -112,7 +112,8 @@ FLAVOR?=
.if ${FLAVOR:L:Mldap}
CONFIGURE_ARGS+= --enable-ldap
LIB_DEPENDS+= ldap::databases/openldap
WANTLIB += ldap
LIB_DEPENDS+= databases/openldap
.else
CONFIGURE_ARGS+=--disable-ldap
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.26 2010/11/20 09:48:39 espie Exp $
COMMENT= strip TeX/LaTeX codes from a file
@ -18,7 +18,7 @@ WANTLIB= c
NO_REGRESS= Yes
MAKE_FLAGS= CFLAGS="${CFLAGS} -DNO_MALLOC_DECL"
USE_GROFF = Yes
USE_GROFF = Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/detex ${PREFIX}/bin

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/20 09:48:39 espie Exp $
COMMENT= converts .dvi files to plain text
@ -15,7 +15,7 @@ WANTLIB= c
MASTER_SITES= http://www.mesa.nl/pub/dvi2tty/
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
USE_GROFF = Yes
USE_GROFF = Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2010/10/18 21:25:08 espie Exp $
# $OpenBSD: Makefile,v 1.28 2010/11/20 09:48:39 espie Exp $
COMMENT= convert ASCII files to PostScript
@ -25,7 +25,7 @@ WANTLIB= c m
CONFIGURE_STYLE= gnu
# gettext detection is broken and the translations are severely lacking
CONFIGURE_ARGS= --disable-nls
USE_GROFF = Yes
USE_GROFF = Yes
.if !${FLAVOR:L:Ma4}
CONFIGURE_ARGS+= --with-media=Letter

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/10/24 21:32:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.20 2010/11/20 09:48:39 espie Exp $
COMMENT= lightweight PDF document viewer
@ -21,17 +21,17 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB+= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB+= Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB+= freetype gdk-x11-2.0.>=0.14 gdk_pixbuf-2.0.>=0.14 gio-2.0 glib-2.0
WANTLIB+= gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0.>=0.14 m
WANTLIB+= pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png poppler.>=3
WANTLIB+= poppler-glib.>=3 pthread pthread-stubs stdc++ xcb xcb-render
WANTLIB+= freetype gdk-x11-2.0>=0.14 gdk_pixbuf-2.0>=0.14 gio-2.0 glib-2.0
WANTLIB+= gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0>=0.14 m
WANTLIB+= pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png poppler>=3
WANTLIB+= poppler-glib>=3 pthread pthread-stubs stdc++ xcb xcb-render
WANTLIB+= xcb-render-util z
MODULES= devel/gettext
RUN_DEPENDS= ::devel/desktop-file-utils
LIB_DEPENDS= ::x11/gtk+2 \
::print/poppler
RUN_DEPENDS= devel/desktop-file-utils
LIB_DEPENDS= x11/gtk+2 \
print/poppler
CONFIGURE_STYLE=gnu
@ -41,8 +41,8 @@ FLAVORS= cups
FLAVOR?=
.if ${FLAVOR:L:Mcups}
WANTLIB+= asn1 crypto cups.>=3 gssapi krb5 ssl
LIB_DEPENDS+= :cups->=1.2:print/cups
WANTLIB+= asn1 crypto cups>=3 gssapi krb5 ssl
LIB_DEPENDS+= print/cups>=1.2
CONFIGURE_ARGS+= --with-cups
.else
CONFIGURE_ARGS+= --without-cups

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2010/07/12 10:34:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.15 2010/11/20 09:48:39 espie Exp $
COMMENT= LaTeX2e class for overhead transparencies
@ -18,7 +18,7 @@ DISTFILES= foiltex.ins foiltex.dtx
DIST_SUBDIR= ${DISTNAME}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::print/texlive/base
RUN_DEPENDS= print/texlive/base
CLS_DIR= ${PREFIX}/share/texmf-local/tex/latex/foiltex
DOC_DIR= ${PREFIX}/share/texmf-local/doc/latex/foiltex

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/10/24 21:32:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.26 2010/11/20 09:48:39 espie Exp $
SHARED_ONLY= Yes
@ -39,13 +39,13 @@ WANTLIB += ${MODPY_WANTLIB}
MODULES= devel/gettext lang/python
LIB_DEPENDS= ${MODPY_LIB_DEPENDS} \
::graphics/cairo \
::graphics/jpeg \
::devel/pango \
::graphics/png \
::graphics/tiff \
::graphics/libungif \
::textproc/libxml
graphics/cairo \
graphics/jpeg \
devel/pango \
graphics/png \
graphics/tiff \
graphics/libungif \
textproc/libxml
WRKDIST= ${WRKDIR}/${DISTNAME:S,_full,,}
@ -60,7 +60,7 @@ CONFIGURE_ARGS= --without-freetype-src \
--with-regular-link
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
USE_GROFF = Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/11/12 16:06:33 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.21 2010/11/20 09:48:39 espie Exp $
COMMENT-main= driver for ZjStream wire protocol compatible printers
COMMENT-cups= Konica-Minolta foo2zjs command filter for CUPS
@ -30,14 +30,14 @@ MULTI_PACKAGES= -main -cups
USE_GMAKE= Yes
WRKDIST= ${WRKDIR}/foo2zjs
BUILD_DEPENDS= ::print/ghostscript/gnu # ps2pdf
BUILD_DEPENDS= print/ghostscript/gnu # ps2pdf
WANTLIB-main += ${WANTLIB} m
RUN_DEPENDS-main=::print/foomatic-filters
RUN_DEPENDS-main=print/foomatic-filters
WANTLIB-cups += ${WANTLIB} cups pthread
RUN_DEPENDS-cups=::${BASE_PKGPATH},-main
LIB_DEPENDS-cups=::print/cups
RUN_DEPENDS-cups=${BASE_PKGPATH},-main
LIB_DEPENDS-cups=print/cups
MAKE_FLAGS+= CUPS_SERVERBIN=`cups-config --serverbin`

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/11/13 09:48:42 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/20 09:48:39 espie Exp $
COMMENT= Foomatic PPD generator
@ -24,14 +24,14 @@ MASTER_SITES= http://www.linuxprinting.org/download/foomatic/ \
MODULES= converters/libiconv
LIB_DEPENDS= ::textproc/libxml
RUN_DEPENDS= ::print/foomatic-filters \
::databases/p5-DBI \
:curl-*|wget-*:net/curl
WANTLIB= c m xml2.>=8 z
LIB_DEPENDS= textproc/libxml
RUN_DEPENDS= print/foomatic-filters \
databases/p5-DBI \
curl-*|wget-*:net/curl
WANTLIB= c m xml2>=8 z
USE_GMAKE= Yes
USE_GROFF = Yes
USE_GROFF = Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/08/24 16:33:26 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/20 09:48:39 espie Exp $
PKG_ARCH= *
@ -28,7 +28,7 @@ MASTER_SITES= http://www.bsdfrog.org/OpenBSD/distfiles/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-ppds-to-cups
RUN_DEPENDS= ::print/foomatic-db-engine
RUN_DEPENDS= print/foomatic-db-engine
WRKDIST= ${WRKDIR}/foomatic-db-${V}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/11/13 09:36:22 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.24 2010/11/20 09:48:39 espie Exp $
COMMENT= Foomatic PPD print filters
@ -26,8 +26,8 @@ MASTER_SITES= http://www.linuxprinting.org/download/foomatic/ \
BUILD_DEPENDS= ${MODGNU_AUTOMAKE_DEPENDS}
RUN_DEPENDS= ::print/ghostscript/gnu \
::print/a2ps
RUN_DEPENDS= print/ghostscript/gnu \
print/a2ps
AUTOMAKE_VERSION=1.10
AUTOCONF_VERSION=2.61
@ -54,7 +54,7 @@ CONFIGURE_ARGS= --enable-file-converter-check=no
MAKE_ENV= ${CONFIGURE_ENV}
FAKE_FLAGS= ETCDIR="${PREFIX}/share/examples/foomatic"
USE_GROFF = Yes
USE_GROFF = Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/configure.ac \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.79 2010/10/24 21:32:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.80 2010/11/20 09:48:39 espie Exp $
COMMENT= GNU PostScript interpreter
@ -32,11 +32,11 @@ WANTLIB= c ijs m jpeg.>=62 png.>=6 pthread z
MODULES= converters/libiconv
RUN_DEPENDS= :ghostscript-fonts-*:print/ghostscript/gnu-fonts
BUILD_DEPENDS= :cups->=1.4.3:print/cups
LIB_DEPENDS= ::graphics/jpeg \
::graphics/png \
::print/ijs
RUN_DEPENDS= print/ghostscript/gnu-fonts
BUILD_DEPENDS= print/cups>=1.4.3
LIB_DEPENDS= graphics/jpeg \
graphics/png \
print/ijs
CFLAGS+= -DSYS_TYPES_HAS_STDINT_TYPES \
-I${LOCALBASE}/include \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/10/24 21:32:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.26 2010/11/20 09:48:39 espie Exp $
COMMENT= X11 front-end for ghostscript
@ -16,7 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB += ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xpm Xt c m pthread-stubs xcb
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu
RUN_DEPENDS= print/ghostscript/gnu
CONFIGURE_STYLE=imake
USE_GROFF = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/10/24 21:32:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/20 09:48:39 espie Exp $
COMMENT= GTK+2 frontend to CUPS
@ -19,7 +19,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender asn1 atk-1.0 c cairo crypto cups.>=3
WANTLIB += Xi Xinerama Xrandr Xrender asn1 atk-1.0 c cairo crypto cups>=3
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gssapi gthread-2.0
WANTLIB += gtk-x11-2.0 krb5 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
@ -29,8 +29,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtklp/}
MODULES= devel/gettext
LIB_DEPENDS= ::x11/gtk+2 \
::print/cups
LIB_DEPENDS= x11/gtk+2 \
print/cups
USE_LIBTOOL= Yes
USE_GMAKE= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/11/06 16:07:00 espie Exp $
# $OpenBSD: Makefile,v 1.24 2010/11/20 09:48:39 espie Exp $
COMMENT-main= high quality print drivers
COMMENT-foomatic= Foomatic data for gutenprint drivers
@ -37,20 +37,20 @@ MODULES= devel/gettext
WANTLIB-main += c m ncurses readline ijs ${MODGETTEXT_WANTLIB}
BUILD_DEPENDS= :foomatic-db-engine->=4.0.3:print/foomatic-db-engine
BUILD_DEPENDS= print/foomatic-db-engine>=4.0.3
LIB_DEPENDS-main= ${MODGETTEXT_LIB_DEPENDS} \
::print/ijs
print/ijs
WANTLIB-foomatic += # empty
LIB_DEPENDS-foomatic= # empty
RUN_DEPENDS-foomatic= ::print/foomatic-db \
::${BUILD_PKGPATH},-main
RUN_DEPENDS-foomatic= print/foomatic-db \
${BUILD_PKGPATH},-main
PKG_ARCH-foomatic= *
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2010/10/24 21:32:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.36 2010/11/20 09:48:39 espie Exp $
COMMENT= PostScript and PDF previewer
@ -19,15 +19,15 @@ WANTLIB += ICE SM X11 Xext Xmu Xpm Xt c m Xaw3d Xinerama
MODULES= converters/libiconv
LIB_DEPENDS= ::x11/Xaw3d
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu
LIB_DEPENDS= x11/Xaw3d
RUN_DEPENDS= print/ghostscript/gnu
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-SIGCHLD-fallback \
--enable-scrollbar-code
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
USE_GROFF = Yes
FAKE_FLAGS+= appdefaultsdir="${PREFIX}/lib/X11/app-defaults/"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2010/11/06 19:07:42 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.30 2010/11/20 09:48:39 espie Exp $
SHARED_ONLY= Yes
@ -48,39 +48,39 @@ WANTLIB-main += ${WANTLIB} ${cWANTLIB} sane cups hpip hpmud asn1 gssapi krb5
WANTLIB-main += ssl avahi-client avahi-common c crypto dbus-1 exif gphoto2
WANTLIB-main += gphoto2_port jpeg ltdl netsnmp tiff usb z
BUILD_DEPENDS= ::sysutils/polkit
BUILD_DEPENDS= sysutils/polkit
LIB_DEPENDS-main=${LIB_DEPENDS} \
::graphics/sane-backends \
::print/cups \
::print/hplip,-libs
graphics/sane-backends \
print/cups \
print/hplip,-libs
RUN_DEPENDS-main=${MODPY_RUN_DEPENDS} \
::print/py-reportlab/reportlab \
::x11/dbus-python \
::devel/py-notify \
::graphics/py-Imaging \
::print/hplip,-hpcups \
::devel/xdg-utils
print/py-reportlab/reportlab \
x11/dbus-python \
devel/py-notify \
graphics/py-Imaging \
print/hplip,-hpcups \
devel/xdg-utils
WANTLIB-hpijs += ${cWANTLIB} asn1 gssapi krb5 ssl hpip
WANTLIB-hpijs += c jpeg netsnmp stdc++ usb dbus-1 hpmud
LIB_DEPENDS-hpijs= ::print/hplip,-libs \
::graphics/jpeg \
::x11/dbus
LIB_DEPENDS-hpijs= print/hplip,-libs \
graphics/jpeg \
x11/dbus
WANTLIB-hpcups += ${cWANTLIB} png tiff z asn1 gssapi krb5 ssl
WANTLIB-hpcups += c jpeg stdc++ hpip cups cupsimage
LIB_DEPENDS-hpcups= ::print/hplip,-libs \
::print/cups
LIB_DEPENDS-hpcups= print/hplip,-libs \
print/cups
WANTLIB-libs += ${cWANTLIB} netsnmp usb
LIB_DEPENDS-libs= ::net/net-snmp \
::devel/libusb
LIB_DEPENDS-libs= net/net-snmp \
devel/libusb
WANTLIB-gui += # empty
RUN_DEPENDS-gui= ::x11/py-qt4 \
::print/hplip,-main \
:desktop-file-utils-*:devel/desktop-file-utils
RUN_DEPENDS-gui= x11/py-qt4 \
print/hplip,-main \
devel/desktop-file-utils
LIB_DEPENDS-gui= # empty
MODULES= devel/gettext \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2010/10/24 21:32:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.28 2010/11/20 09:48:39 espie Exp $
COMMENT= convert HTML pages to PDF/PS format
@ -28,14 +28,14 @@ MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/${V}/ \
FLAVORS= no_x11
FLAVOR?=
USE_GROFF = Yes
USE_GROFF = Yes
.if ${FLAVOR:L:Mno_x11}
CONFIGURE_ARGS+= --without-gui
LIB_DEPENDS= ::graphics/jpeg \
::graphics/png
LIB_DEPENDS= graphics/jpeg \
graphics/png
.else
LIB_DEPENDS= ::x11/fltk
LIB_DEPENDS= x11/fltk
WANTLIB+= X11 Xau Xdmcp Xext Xpm fltk fltk_images pthread
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2010/10/18 21:25:09 espie Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/20 09:48:39 espie Exp $
COMMENT= raster image transmission library
@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/download/
USE_LIBTOOL= Yes
USE_GROFF = Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/10/18 21:25:09 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/20 09:48:39 espie Exp $
COMMENT= filter for removing (La)TeX markup
@ -15,7 +15,7 @@ MASTER_SITES= http://monkey.org/~jose/openbsd/ports/
MAKE_FLAGS= CC='${CC}' OBJ=l2a.o EXE=l2a LLL=-ll
USE_GROFF = Yes
USE_GROFF = Yes
NO_REGRESS= Yes
do-install:

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2010/03/24 16:15:06 oga Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/20 09:48:39 espie Exp $
COMMENT= set of Makefile fragments to manage LaTeX documents
DISTNAME= latex-mk-1.9.1
PKGNAME= ${DISTNAME}p0
REVISION = 0
CATEGORIES= print
HOMEPAGE= http://latex-mk.sourceforge.net/
@ -20,7 +20,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex-mk/}
CONFIGURE_STYLE=gnu
PKG_ARCH= *
REGRESS_DEPENDS=::print/texlive/base
REGRESS_DEPENDS=print/texlive/base
post-install:
${INSTALL_DATA} ${WRKSRC}/dated_draft.ps ${PREFIX}/share/latex-mk

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2010/10/18 21:25:09 espie Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/20 09:48:39 espie Exp $
COMMENT= library for handling paper characteristics
V= 1.1.21
DISTNAME= libpaper_${V}
PKGNAME= libpaper-${V}p0
PKGNAME= libpaper-${V}
REVISION = 0
SHARED_LIBS+= paper 0.0 # .2.2
CATEGORIES= print

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/11/11 18:34:59 espie Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/20 09:48:39 espie Exp $
# libgs from ghostscript is only provided on shared libs archs
SHARED_ONLY= Yes
@ -24,8 +24,8 @@ MASTER_SITES= ${HOMEPAGE}/releases/
# we want the 'display' device from ghostscript, which is not available
# in the no_x11 FLAVOR
LIB_DEPENDS= :ghostscript-*-!no_x11:print/ghostscript/gnu
WANTLIB = gs.>=11
LIB_DEPENDS= ghostscript-*-!no_x11:print/ghostscript/gnu
WANTLIB = gs>=11
USE_LIBTOOL= Yes
@ -36,7 +36,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-silent-rules
.ifdef DEBUG
BUILD_DEPENDS+= ::graphics/cairo
BUILD_DEPENDS+= graphics/cairo
CONFIGURE_ARGS+=--enable-test
.else
CONFIGURE_ARGS+=--disable-test

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2010/11/11 18:34:59 espie Exp $
# $OpenBSD: Makefile,v 1.29 2010/11/20 09:48:39 espie Exp $
#
# Credits to Matt Jibson. He did the initial work on this port and many
# tools it depends on.
@ -63,20 +63,20 @@ LIB_DEPENDS-docs=
RUN_DEPENDS-docs=
WANTLIB-main= X11 c expat fontconfig freetype gmp gthread-2.0 ltdl m \
pthread stdc++ z guile.>=20 glib-2.0.>=1000 \
gmodule-2.0.>=1000 gobject-2.0.>=1000 \
pango-1.0.>=1200 pangoft2-1.0.>=1200 ${WANTLIB}
pthread stdc++ z guile>=20 glib-2.0>=1000 \
gmodule-2.0>=1000 gobject-2.0>=1000 \
pango-1.0>=1200 pangoft2-1.0>=1200 ${WANTLIB}
MODULES= devel/gettext lang/python
LIB_DEPENDS-main= ${LIB_DEPENDS} \
::lang/guile \
::devel/glib2 \
::devel/pango
RUN_DEPENDS= ::print/ghostscript/gnu
BUILD_DEPENDS= ::print/mftrace \
::devel/bison \
::archivers/bzip2 \
:autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION} \
::textproc/texi2html \
lang/guile \
devel/glib2 \
devel/pango
RUN_DEPENDS= print/ghostscript/gnu
BUILD_DEPENDS= print/mftrace \
devel/bison \
archivers/bzip2 \
autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION} \
textproc/texi2html \
${RUN_DEPENDS}
SUBST_VARS+= VERSION
@ -94,7 +94,7 @@ post-install:
umask 022 && cp -R ${WRKDIR}/docs/share/doc/lilypond/html/* \
${PREFIX}/share/doc/lilypond/${VERSION}
REGRESS_DEPENDS= ::print/lilypond-test-baseline:patch
REGRESS_DEPENDS= print/lilypond-test-baseline:patch
pre-regress:
.for d in input/regression input/regression/musicxml

View File

@ -1,11 +1,13 @@
# $OpenBSD: Makefile,v 1.6 2010/10/18 21:25:09 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/20 09:48:39 espie Exp $
COMMENT-main= object oriented type setting language
COMMENT-doc= Lout user and expert documentation
DISTNAME= lout-3.30
PKGNAME-main= ${DISTNAME}p1
PKGNAME-doc= ${DISTNAME:S/-/-doc-/}p0
PKGNAME-main= ${DISTNAME}
REVISION-main = 1
PKGNAME-doc= ${DISTNAME:S/-/-doc-/}
REVISION-doc = 0
CATEGORIES= print
HOMEPAGE= http://lout.sourceforge.net/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/11/11 18:34:59 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/20 09:48:39 espie Exp $
COMMENT= LaTeX symbols selector
@ -25,9 +25,9 @@ WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += pthread-stubs xcb z gdk_pixbuf-2.0
WANTLIB += xml2 gdk-x11-2.0 gtk-x11-2.0
LIB_DEPENDS= ::textproc/libxml \
::x11/gtk+2
RUN_DEPENDS= ::devel/desktop-file-utils
LIB_DEPENDS= textproc/libxml \
x11/gtk+2
RUN_DEPENDS= devel/desktop-file-utils
USE_GMAKE= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.58 2010/10/24 21:32:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.59 2010/11/20 09:48:39 espie Exp $
COMMENT= graphical frontend for LaTeX (nearly WYSIWYG)
@ -19,16 +19,16 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= devel/gettext lang/python x11/qt4
RUN_DEPENDS= ::print/texlive/base \
::graphics/ImageMagick
RUN_DEPENDS= print/texlive/base \
graphics/ImageMagick
LIB_DEPENDS= :qt4->=4.5.3:x11/qt4 \
::devel/boost \
::textproc/aspell/core
LIB_DEPENDS= x11/qt4>=4.5.3 \
devel/boost \
textproc/aspell/core
WANTLIB += QtGui.>=8 X11 aspell c m pthread stdc++ z
WANTLIB += boost_filesystem-mt.>=1 boost_iostreams-mt.>=1
WANTLIB += boost_regex-mt.>=1 boost_signals-mt.>=1
WANTLIB += QtGui>=8 X11 aspell c m pthread stdc++ z
WANTLIB += boost_filesystem-mt>=1 boost_iostreams-mt>=1
WANTLIB += boost_regex-mt>=1 boost_signals-mt>=1
SEPARATE_BUILD= concurrent
USE_LIBTOOL= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:25:09 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/20 09:48:39 espie Exp $
COMMENT= Scalable PostScript fonts for MetaFont
@ -22,11 +22,11 @@ WANTLIB= c
MODULES= lang/python
BUILD_DEPENDS= :potrace-*:graphics/potrace
RUN_DEPENDS= :potrace-*:graphics/potrace \
:t1utils-*:print/t1utils \
:fontforge-*:print/fontforge \
::print/texlive/base
BUILD_DEPENDS= graphics/potrace
RUN_DEPENDS= graphics/potrace \
print/t1utils \
print/fontforge \
print/texlive/base
USE_GMAKE= Yes
USE_GROFF = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/03/29 12:23:24 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/20 09:48:39 espie Exp $
COMMENT= desktop publishing clip-art
@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}/downloads/$V/
EXTRACT_SUFX= .tar.bz2
BUILD_DEPENDS= :bzip2-*:archivers/bzip2
BUILD_DEPENDS= archivers/bzip2
EXTRACT_ONLY=
PKG_ARCH= *

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/10/18 21:25:09 espie Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/20 09:48:39 espie Exp $
PKG_ARCH= *
@ -24,7 +24,7 @@ EXTRACT_SUFX= .tgz
WRKDIST= ${WRKDIR}/pdfjam
RUN_DEPENDS= ::print/texlive/base
RUN_DEPENDS= print/texlive/base
USE_GROFF = Yes
NO_BUILD= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/11/11 18:34:59 espie Exp $
# $OpenBSD: Makefile,v 1.20 2010/11/20 09:48:39 espie Exp $
COMMENT= C library to produce PDF files
@ -16,10 +16,10 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.pdflib.com/pdflib/download/
WANTLIB= m z jpeg png.>=2 tiff.>=35
WANTLIB= m z jpeg png>=2 tiff>=35
LIB_DEPENDS= ::graphics/png \
::graphics/tiff
LIB_DEPENDS= graphics/png \
graphics/tiff
USE_LIBTOOL= Yes

View File

@ -1,11 +1,13 @@
# $OpenBSD: Makefile,v 1.24 2007/09/15 21:36:45 merdely Exp $
# $OpenBSD: Makefile,v 1.25 2010/11/20 09:48:39 espie Exp $
COMMENT-main= English PK fonts (300dpi) for ghostscript, xdvi, etc.
DISTNAME= pkfonts
VERSION= 1.0
PKGNAME= pkfonts-dpi300-${VERSION}p0
PKGNAME-main= pkfonts-dpi300-${VERSION}p0
PKGNAME= pkfonts-dpi300-${VERSION}
REVISION = 0
PKGNAME-main= pkfonts-dpi300-${VERSION}
REVISION-main = 0
CATEGORIES= print
PERMIT_PACKAGE_CDROM= no license

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/10/09 08:06:05 kili Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/20 09:48:39 espie Exp $
COMMENT = encoding files for poppler
DISTNAME = poppler-data-0.4.3
@ -15,7 +15,7 @@ MASTER_SITES = ${HOMEPAGE}
PKG_ARCH = *
RUN_DEPENDS = ::print/poppler
RUN_DEPENDS = print/poppler
NO_BUILD = Yes
NO_REGRESS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2010/11/18 22:30:04 sthen Exp $
# $OpenBSD: Makefile,v 1.43 2010/11/20 09:48:39 espie Exp $
.include <bsd.own.mk>
COMMENT-main= PDF rendering library
@ -59,16 +59,16 @@ CONFIGURE_ARGS+= --disable-poppler-qt4
MODULES+= devel/gettext
LIB_DEPENDS-main=${MODGETTEXT_LIB_DEPENDS} \
::x11/gtk+2 \
::graphics/lcms \
::graphics/openjpeg \
::textproc/libxml
x11/gtk+2 \
graphics/lcms \
graphics/openjpeg \
textproc/libxml
LIB_DEPENDS-qt= ${MODQT3_LIB_DEPENDS} \
${MODLIBICONV_LIB_DEPENDS} \
::print/poppler
LIB_DEPENDS-qt4=::x11/qt4 \
print/poppler
LIB_DEPENDS-qt4=x11/qt4 \
${MODGETTEXT_LIB_DEPENDS} \
::print/poppler
print/poppler
WANTLIB-main= ${cWANTLIB} Xcursor Xext Xfixes Xi Xinerama Xrandr gio-2.0 \
glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 pango-1.0 xml2 \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/10/18 21:25:09 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/20 09:48:39 espie Exp $
COMMENT= convert Postscript to Encapsulated Postscript
@ -17,7 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.tm.uka.de/~bless/
RUN_DEPENDS= ::print/ghostscript/gnu
RUN_DEPENDS= print/ghostscript/gnu
WANTLIB= c
WRKDIST= ${WRKDIR}/ps2eps

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:25:09 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/20 09:48:39 espie Exp $
COMMENT= intelligent n-up printing
DISTNAME= psdim-1.4
PKGNAME= ${DISTNAME}p0
REVISION = 0
CATEGORIES= print
HOMEPAGE= http://www.mathstat.dal.ca/~selinger/psdim
@ -18,14 +18,14 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/download/
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu
RUN_DEPENDS= print/ghostscript/gnu
BUILD_DEPENDS= ${RUN_DEPENDS}
WANTLIB= c
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-metric
USE_GROFF = Yes
USE_GROFF = Yes
SEPARATE_BUILD= concurrent

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.30 2010/10/18 21:25:09 espie Exp $
# $OpenBSD: Makefile,v 1.31 2010/11/20 09:48:39 espie Exp $
COMMENT= utilities for manipulating PostScript documents
MINV= 17
DISTNAME= psutils-p${MINV}
PKGNAME= psutils-1.${MINV}p0
PKGNAME= psutils-1.${MINV}
REVISION = 0
CATEGORIES= print

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/08/30 18:29:28 fgsch Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/20 09:48:39 espie Exp $
SHARED_ONLY= Yes
@ -29,7 +29,7 @@ EXTRACT_SUFX= .tar.bz2
MODULES= converters/libiconv \
lang/python
LIB_DEPENDS= ::print/cups
LIB_DEPENDS= print/cups
CFLAGS+= -I${LOCALBASE}/include -DVERSION=\"${VERSION}\"
LDFLAGS+= -L${LOCALBASE}/lib

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.3 2004/11/02 21:10:03 alek Exp $
# $OpenBSD: Makefile.inc,v 1.4 2010/11/20 09:48:40 espie Exp $
CATEGORIES= print graphics
@ -16,6 +16,6 @@ EXTRACT_SUFX= .tgz
MODULES= lang/python
RUN_DEPENDS= ::print/py-reportlab/reportlab
RUN_DEPENDS= print/py-reportlab/reportlab
REGRESS_DEPENDS=${RUN_DEPENDS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/11/11 18:34:59 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/20 09:48:40 espie Exp $
SHARED_ONLY= Yes
@ -10,9 +10,9 @@ PKGNAME= py-reportlab-renderPM-${VERSION}
REVISION = 5
MASTER_SITES= http://www.reportlab.org/ftp/
WANTLIB = art_lgpl_2.>=5
WANTLIB = art_lgpl_2>=5
LIB_DEPENDS= ::graphics/libart
LIB_DEPENDS= graphics/libart
WRKDIST= ${WRKDIR}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/08/30 18:29:28 fgsch Exp $
# $OpenBSD: Makefile,v 1.14 2010/11/20 09:48:40 espie Exp $
COMMENT= PDF-generating toolkit for Python
@ -27,13 +27,13 @@ EXTRACT_SUFX= .tgz
MODULES= lang/python
RUN_DEPENDS= :py-Imaging-*:graphics/py-Imaging
RUN_DEPENDS= graphics/py-Imaging
WRKDIST= ${WRKDIR}/reportlab_${VERSION:S/./_/}
WRKSRC= ${WRKDIST}/reportlab
REGRESS_DEPENDS=${RUN_DEPENDS} \
::print/py-reportlab/plugins/renderPM
print/py-reportlab/plugins/renderPM
post-extract:
@mv ${WRKDIR}/rl_accel-*/rl_accel ${WRKSRC}/rl_accel

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2010/11/11 18:34:59 espie Exp $
# $OpenBSD: Makefile,v 1.36 2010/11/20 09:48:40 espie Exp $
SHARED_ONLY= Yes
@ -34,16 +34,16 @@ MODULES= x11/qt3 \
lang/python
MODPY_VERSION= 2.6
RUN_DEPENDS= :shared-mime-info-*:misc/shared-mime-info \
::devel/desktop-file-utils
LIB_DEPENDS= ::graphics/jpeg \
::graphics/lcms \
::graphics/libart \
::graphics/png \
::graphics/tiff \
RUN_DEPENDS= misc/shared-mime-info \
devel/desktop-file-utils
LIB_DEPENDS= graphics/jpeg \
graphics/lcms \
graphics/libart \
graphics/png \
graphics/tiff \
${MODPY_LIB_DEPENDS} \
::print/cups \
::textproc/libxml
print/cups \
textproc/libxml
USE_GMAKE= Yes
USE_LIBTOOL= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/11/12 13:54:58 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/20 09:48:40 espie Exp $
COMMENT= CUPS drivers for SPL printers
@ -19,14 +19,14 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += asn1 c crypto gssapi krb5 m pthread ssl stdc++ z
WANTLIB += cups.>=3 cupsimage jbig.>=2
WANTLIB += cups>=3 cupsimage jbig>=2
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=splix/}
LIB_DEPENDS= ::print/cups \
::graphics/jbigkit
LIB_DEPENDS= print/cups \
graphics/jbigkit
# pstoraster
RUN_DEPENDS= ::print/ghostscript/gnu
RUN_DEPENDS= print/ghostscript/gnu
USE_GMAKE= Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/10/18 21:25:09 espie Exp $
# $OpenBSD: Makefile,v 1.20 2010/11/20 09:48:40 espie Exp $
COMMENT= printer (CUPS) administration tool
@ -24,17 +24,17 @@ MODULES= lang/python \
textproc/intltool
BUILD_DEPENDS= ${RUN_DEPENDS} \
::textproc/xmlto
RUN_DEPENDS= ::devel/desktop-file-utils \
::devel/gettext \
::devel/py-notify \
::print/py-cups \
::textproc/py-xml \
::x11/dbus-python \
::x11/gnome/py-gnome
textproc/xmlto
RUN_DEPENDS= devel/desktop-file-utils \
devel/gettext \
devel/py-notify \
print/py-cups \
textproc/py-xml \
x11/dbus-python \
x11/gnome/py-gnome
USE_GMAKE= Yes
USE_GROFF = Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.4 2009/12/15 16:21:18 edd Exp $
# $OpenBSD: Makefile.inc,v 1.5 2010/11/20 09:48:40 espie Exp $
CATEGORIES ?= print
HOMEPAGE ?= http://tug.org/texlive/
@ -12,7 +12,7 @@ PERMIT_DISTFILES_FTP ?= Yes
EXTRACT_SUFX ?= .tar.xz
EXTRACT_CASES += *.tar.xz) xzcat ${FULLDISTDIR}/$$archive | tar xf -;;
BUILD_DEPENDS += ::archivers/xz
BUILD_DEPENDS += archivers/xz
V ?= 2009
DIST_V ?= ${V}1107

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2010/11/14 19:53:51 edd Exp $
# $OpenBSD: Makefile,v 1.43 2010/11/20 09:48:40 espie Exp $
COMMENT = base binaries for TeXLive typesetting distribution
@ -12,19 +12,19 @@ WANTLIB = m X11 ICE freetype Xt c Xext fontconfig Xpm SM Xmu gd \
png.>=3 poppler pthread pthread-stubs stdc++ t1.>=4 \
ttf xcb xml2 z
RUN_DEPENDS = :ghostscript-*:print/ghostscript/gnu \
:detex-*:print/detex \
:dvi2tty-*:print/dvi2tty \
:ps2eps-*:print/ps2eps \
:psutils-*:print/psutils \
:t1utils-*:print/t1utils \
:texlive_texmf-minimal-${V}:print/texlive/texmf,-main
RUN_DEPENDS = print/ghostscript/gnu \
print/detex \
print/dvi2tty \
print/ps2eps \
print/psutils \
print/t1utils \
texlive_texmf-minimal-${V}:print/texlive/texmf,-main
LIB_DEPENDS = ::devel/t1lib \
::graphics/png \
::graphics/gd \
::print/freetype \
::print/poppler
LIB_DEPENDS = devel/t1lib \
graphics/png \
graphics/gd \
print/freetype \
print/poppler
# Never set SEPARATE_BUILD
CONFIGURE_STYLE = gnu
@ -48,9 +48,9 @@ CFLAGS += -fPIC
# clisp limits which arches we can use xindy on
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
BUILD_DEPENDS += :clisp-*:lang/clisp
LIB_DEPENDS += ::devel/libsigsegv \
::devel/ffcall
BUILD_DEPENDS += lang/clisp
LIB_DEPENDS += devel/libsigsegv \
devel/ffcall
WANTLIB += sigsegv avcall callback
CONFIGURE_ARGS += --enable-xindy
PKG_ARGS += -Dxindy=1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2010/08/20 11:06:29 edd Exp $
# $OpenBSD: Makefile,v 1.15 2010/11/20 09:48:40 espie Exp $
COMMENT-main = texlive texmf for laTeX/PdfTeX
COMMENT-full = texlive texmf for XeTeX/ConTeXt and extra macros
@ -18,10 +18,10 @@ NO_BUILD = Yes
NO_REGRESS = Yes
PKG_ARCH = *
BUILD_DEPENDS = ::archivers/xz
RUN_DEPENDS-full = :texlive_texmf-minimal-${V}:print/texlive/texmf,-main \
:texlive_base-${V}:print/texlive/base
RUN_DEPENDS-docs = :texlive_base-${V}:print/texlive/base
BUILD_DEPENDS = archivers/xz
RUN_DEPENDS-full = texlive_texmf-minimal-${V}:print/texlive/texmf,-main \
texlive_base-${V}:print/texlive/base
RUN_DEPENDS-docs = texlive_base-${V}:print/texlive/base
MULTI_PACKAGES = -main -full -docs

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.2 2010/10/20 23:13:00 edd Exp $
# $OpenBSD: Makefile.inc,v 1.3 2010/11/20 09:48:40 espie Exp $
CATEGORIES ?= print
HOMEPAGE ?= http://tug.org/texlive/
@ -12,7 +12,7 @@ PERMIT_DISTFILES_FTP ?= Yes
EXTRACT_SUFX ?= .tar.xz
EXTRACT_CASES += *.tar.xz) xzcat ${FULLDISTDIR}/$$archive | tar xf -;;
BUILD_DEPENDS += ::archivers/xz
BUILD_DEPENDS += archivers/xz
V ?= 2010
DIST_V ?= ${V}0722

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/11/17 13:19:06 edd Exp $
# $OpenBSD: Makefile,v 1.16 2010/11/20 09:48:40 espie Exp $
COMMENT = base binaries for TeXLive typesetting distribution
@ -13,22 +13,22 @@ WANTLIB += fontconfig freetype gd jpeg lcms m ncurses
WANTLIB += openjpeg png>=3 poppler pthread pthread-stubs stdc++
WANTLIB += t1>=4 ttf xcb xml2 z
RUN_DEPENDS = ::print/ghostscript/gnu \
::print/detex \
::print/dvi2tty \
::print/ps2eps \
::print/psutils \
::print/t1utils \
:texlive_texmf-minimal-${V}:print/texlive2010/texmf,-main \
::print/latex-mk
RUN_DEPENDS = print/ghostscript/gnu \
print/detex \
print/dvi2tty \
print/ps2eps \
print/psutils \
print/t1utils \
texlive_texmf-minimal-${V}:print/texlive2010/texmf,-main \
print/latex-mk
# re-enable when linked, it depends up tl2009, conflicts
#::print/pdfjam
LIB_DEPENDS = ::devel/t1lib \
::graphics/png \
::graphics/gd \
::print/freetype \
::print/poppler
LIB_DEPENDS = devel/t1lib \
graphics/png \
graphics/gd \
print/freetype \
print/poppler
MODULES = textproc/intltool converters/libiconv
@ -54,8 +54,8 @@ CFLAGS += -fPIC
# clisp limits which arches we can use xindy on
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
BUILD_DEPENDS += :clisp-*:lang/clisp
LIB_DEPENDS += ::devel/ffcall # XXX still needed? try build on fresh sys
BUILD_DEPENDS += lang/clisp
LIB_DEPENDS += devel/ffcall # XXX still needed? try build on fresh sys
CONFIGURE_ARGS += --enable-xindy \
--disable-xindy-rules
PKG_ARGS += -Dxindy=1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/11/09 13:38:23 edd Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/20 09:48:40 espie Exp $
COMMENT-main = texlive texmf for laTeX/PdfTeX
COMMENT-full = texlive texmf for XeTeX/ConTeXt and extra macros
@ -17,11 +17,11 @@ NO_BUILD = Yes
NO_REGRESS = Yes
PKG_ARCH = *
BUILD_DEPENDS = ::archivers/xz
RUN_DEPENDS-full = :texlive_texmf-minimal-${V}:print/texlive/texmf,-main \
:texlive_base-${V}:print/texlive/base
RUN_DEPENDS-docs = :texlive_base-${V}:print/texlive/base \
::x11/p5-Tk
BUILD_DEPENDS = archivers/xz
RUN_DEPENDS-full = texlive_texmf-minimal-${V}:print/texlive/texmf,-main \
texlive_base-${V}:print/texlive/base
RUN_DEPENDS-docs = texlive_base-${V}:print/texlive/base \
x11/p5-Tk
MULTI_PACKAGES = -main -full -docs

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2010/11/11 18:34:59 espie Exp $
# $OpenBSD: Makefile,v 1.38 2010/11/20 09:48:40 espie Exp $
COMMENT= tools to convert Xfig's .fig files
@ -10,9 +10,9 @@ CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcj/}
HOMEPAGE= http://xfig.org/
LIB_DEPENDS= ::graphics/png
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu \
:netpbm->=9.19:graphics/netpbm
LIB_DEPENDS= graphics/png
RUN_DEPENDS= print/ghostscript/gnu \
graphics/netpbm>=9.19
# MIT-like
PERMIT_PACKAGE_CDROM= Yes
@ -27,7 +27,7 @@ USE_GROFF = Yes
FLAVORS= a4
FLAVOR?=
WANTLIB= X11 Xpm c m z png.>=2
WANTLIB= X11 Xpm c m z png>=2
.if ${FLAVOR:L:Ma4}
PATCH_LIST= patch-* a4-*

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/10/24 21:32:40 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/20 09:48:40 espie Exp $
COMMENT= X Printing Panel
@ -20,8 +20,8 @@ WANTLIB += m pthread ssl stdc++ z cups jpeg fltk fltk_images png
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/}
LIB_DEPENDS= ::print/cups \
::x11/fltk
LIB_DEPENDS= print/cups \
x11/fltk
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/08/30 17:57:31 fgsch Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/20 09:48:40 espie Exp $
COMMENT= Python-based presentation tool
@ -20,7 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bruce/}
MODULES= lang/python
RUN_DEPENDS= ::devel/pygame
RUN_DEPENDS= devel/pygame
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/10/24 21:33:27 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/20 09:48:40 espie Exp $
COMMENT= automatically create timetables
@ -25,9 +25,9 @@ EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext \
x11/qt4
LIB_DEPENDS= ::x11/qt4
LIB_DEPENDS= x11/qt4
USE_GROFF = Yes
USE_GROFF = Yes
PORTHOME= ${WRKDIR}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/11/05 07:57:07 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/20 09:48:40 espie Exp $
COMMENT = labels and businesss card designer
@ -38,10 +38,10 @@ WANTLIB += plc4 plds4 png popt pthread pthread-stubs smime3 softokn3 soup-2.4
WANTLIB += sqlite3 ssl ssl3 tasn1 util xcb xml2 z xcb-render xcb-render-util
WANTLIB += gnomeui-2 camel-1.2 ebook-1.2 edataserver-1.2
LIB_DEPENDS = ::x11/gnome/libgnomeui \
::databases/evolution-data-server
LIB_DEPENDS = x11/gnome/libgnomeui \
databases/evolution-data-server
RUN_DEPENDS = ::misc/shared-mime-info
RUN_DEPENDS = misc/shared-mime-info
MODGNOME_HELP_FILES = Yes
DESKTOP_FILES = Yes
@ -53,6 +53,6 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--disable-update-desktopdb \
--disable-update-mimedb
USE_GROFF = Yes
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2010/11/05 07:57:07 sthen Exp $
# $OpenBSD: Makefile,v 1.37 2010/11/20 09:48:40 espie Exp $
SHARED_ONLY = Yes
@ -57,12 +57,12 @@ MODGCONF2_SCHEMAS_DIR = gnucash
MODGNOME_HELP_FILES = Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS = ::devel/slib \
::devel/slib-guile
LIB_DEPENDS = ::devel/goffice \
::lang/guile \
::www/gtkhtml3 \
::x11/gnome/libgnomeui
RUN_DEPENDS = devel/slib \
devel/slib-guile
LIB_DEPENDS = devel/goffice \
lang/guile \
www/gtkhtml3 \
x11/gnome/libgnomeui
CONFIGURE_STYLE = gnu
# --disable-ofx until libofx/libsp is fixed to work with .so
@ -71,7 +71,7 @@ CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--disable-ofx
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
USE_GROFF = Yes
# Steps to build the docs.
DOC_DIR= ${WRKDIR}/gnucash-docs-${DOC_VERSION}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/03 07:34:51 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/20 09:48:40 espie Exp $
COMMENT= command-line interface to Google services
@ -25,7 +25,7 @@ MASTER_SITES= http://googlecl.googlecode.com/files/
MODPY_SETUPTOOLS= Yes
USE_GROFF = Yes
RUN_DEPENDS= ::devel/py-gdata
RUN_DEPENDS= devel/py-gdata
NO_REGRESS= Yes
# Use the version of python we are configured against.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/11/05 07:57:07 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2010/11/20 09:48:40 espie Exp $
COMMENT= personal accounting application
SHARED_ONLY = Yes
@ -31,11 +31,11 @@ WANTLIB += xml2 gdk-x11-2.0 gtk-x11-2.0 ofx
MODULES= devel/gettext
LIB_DEPENDS= ::textproc/libxml \
::x11/gtk+2 \
::devel/libofx
LIB_DEPENDS= textproc/libxml \
x11/gtk+2 \
devel/libofx
RUN_DEPENDS= ::devel/desktop-file-utils
RUN_DEPENDS= devel/desktop-file-utils
USE_GMAKE= Yes
USE_LIBTOOL= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/10/18 21:25:09 espie Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/20 09:48:40 espie Exp $
COMMENT= GTD organizer for GNOME
@ -21,16 +21,16 @@ EXTRACT_SUFX= .tar.gz
MODULES= lang/python \
x11/gnome
RUN_DEPENDS= ::devel/py-configobj \
::devel/py-simplejson \
::devel/py-xdg \
::x11/dbus-python \
::x11/gnome/py-gnome
BUILD_DEPENDS= ::x11/py-gtk2
RUN_DEPENDS= devel/py-configobj \
devel/py-simplejson \
devel/py-xdg \
x11/dbus-python \
x11/gnome/py-gnome
BUILD_DEPENDS= x11/py-gtk2
DESKTOP_FILES= Yes
USE_GROFF = Yes
USE_GROFF = Yes
NO_REGRESS= Yes
SUBST_VARS+= VERSION

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/11/05 07:57:07 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2010/11/20 09:48:40 espie Exp $
COMMENT = personal accounting application
@ -31,11 +31,11 @@ WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
xcb-render xcb-render-util gdk_pixbuf-2.0 \
gdk-x11-2.0 gtk-x11-2.0 ofx
LIB_DEPENDS = ::x11/gtk+2 \
::devel/libofx
LIB_DEPENDS = x11/gtk+2 \
devel/libofx
RUN_DEPENDS = :desktop-file-utils-*:devel/desktop-file-utils \
:shared-mime-info-*:misc/shared-mime-info
RUN_DEPENDS = devel/desktop-file-utils \
misc/shared-mime-info
USE_GMAKE = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/10/18 21:25:09 espie Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/20 09:48:40 espie Exp $
COMMENT = stylish PDF presentation generator
@ -23,12 +23,12 @@ PY_FLAVOR = python${MODPY_VERSION}
# Set NO_BUILD to prevent python.port.mk from adding Python to
# BUILD_DEPENDS.
NO_BUILD = Yes
USE_GROFF = Yes
RUN_DEPENDS = ::graphics/py-opengl \
::devel/pygame \
:py-Imaging-*-${PY_FLAVOR}:graphics/py-Imaging,${PY_FLAVOR} \
::textproc/xpdf \
::devel/xdg-utils
USE_GROFF = Yes
RUN_DEPENDS = graphics/py-opengl \
devel/pygame \
py-Imaging-*-${PY_FLAVOR}:graphics/py-Imaging,${PY_FLAVOR} \
textproc/xpdf \
devel/xdg-utils
# We don't use SUBST_CMD here because it goofs with some images inlined
# in the code.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/10/14 00:02:24 jim Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/20 09:48:40 espie Exp $
COMMENT= command line double-entry accounting ledger
@ -19,10 +19,10 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://github.com/downloads/jwiegley/ledger/
WANTLIB= gmp.>=4 m pcre stdc++
WANTLIB= gmp>=4 m pcre stdc++
LIB_DEPENDS= ::devel/gmp \
::devel/pcre
LIB_DEPENDS= devel/gmp \
devel/pcre
SEPARATE_BUILD= simple

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2010/11/05 07:57:07 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2010/11/20 09:48:40 espie Exp $
COMMENT= handy personal organizer
@ -29,14 +29,14 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=osmo-pim/}
MODULES= devel/gettext
LIB_DEPENDS= ::security/libgringotts \
::devel/libnotify \
::textproc/libxml \
::textproc/libical \
::textproc/gtkspell \
::x11/gtk+2
LIB_DEPENDS= security/libgringotts \
devel/libnotify \
textproc/libxml \
textproc/libical \
textproc/gtkspell \
x11/gtk+2
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
RUN_DEPENDS= devel/desktop-file-utils
USE_GMAKE= Yes
USE_GROFF = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/09/30 11:06:18 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/20 09:48:40 espie Exp $
COMMENT = diary and journal application
@ -21,9 +21,9 @@ NO_REGRESS = Yes
MODULES = lang/python
RUN_DEPENDS = ::x11/py-gtk2 \
::textproc/py-yaml \
::www/py-webkitgtk \
:desktop-file-utils-*:devel/desktop-file-utils
RUN_DEPENDS = x11/py-gtk2 \
textproc/py-yaml \
www/py-webkitgtk \
devel/desktop-file-utils
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/11/05 07:57:07 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/20 09:48:40 espie Exp $
SHARED_ONLY= Yes
@ -47,12 +47,12 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
:shared-mime-info-*:misc/shared-mime-info \
::x11/gnome/icon-theme
RUN_DEPENDS= devel/desktop-file-utils \
misc/shared-mime-info \
x11/gnome/icon-theme
LIB_DEPENDS= ::devel/libnotify \
::devel/libglade2
LIB_DEPENDS= devel/libnotify \
devel/libglade2
pre-configure:
${SUBST_CMD} ${WRKSRC}/configure

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/11/05 07:57:07 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2010/11/20 09:48:40 espie Exp $
COMMENT= tightly integrated, free office package
@ -22,8 +22,8 @@ MASTER_SITES= http://siag.nu/pub/siag/
USE_GROFF= Yes
LIB_DEPENDS= ::x11/mowitz \
::x11/neXtaw
LIB_DEPENDS= x11/mowitz \
x11/neXtaw
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/09/02 08:22:24 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/20 09:48:40 espie Exp $
COMMENT = HTML slide generator based on SlideML
@ -20,7 +20,7 @@ PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://opensource.conformal.com/snapshots/slideml/
EXTRACT_SUFX = .tgz
RUN_DEPENDS = ::graphics/p5-Image-Size
RUN_DEPENDS = graphics/p5-Image-Size
NO_BUILD = Yes
NO_REGRESS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2010/11/05 07:57:07 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2010/11/20 09:48:40 espie Exp $
COMMENT= project management tool
@ -41,8 +41,8 @@ CONFIGURE_ARGS+=${MODKDE_CONFIGURE_ARGS} \
CONFIGURE_ENV= ${MODKDE_CONFIGURE_ENV} \
ac_cv_prog_DOCBOOK_TO_MAN=no
LIB_DEPENDS= ::x11/kde/pim3
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= x11/kde/pim3
RUN_DEPENDS= devel/desktop-file-utils
# XXX tries building the documentation from XML, which fails
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/11/05 07:57:07 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/20 09:48:40 espie Exp $
COMMENT= lightweight tasklist
@ -32,8 +32,8 @@ MODULES= devel/gettext \
USE_LIBTOOL= Yes
USE_GMAKE= Yes
LIB_DEPENDS= ::databases/evolution-data-server
RUN_DEPENDS= ::devel/desktop-file-utils
LIB_DEPENDS= databases/evolution-data-server
RUN_DEPENDS= devel/desktop-file-utils
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/08/28 09:19:15 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/20 09:48:40 espie Exp $
COMMENT= collecting and processing thoughts according to GTD
@ -22,8 +22,8 @@ MODULES= java
MODJAVA_VER= 1.6+
MODJAVA_JRERUN= Yes
RUN_DEPENDS= ::java/javaPathHelper \
::devel/xdg-utils
RUN_DEPENDS= java/javaPathHelper \
devel/xdg-utils
NO_BUILD= Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/11/05 07:57:07 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/20 09:48:40 espie Exp $
COMMENT= generate and manipulate maps of your thoughts
@ -23,8 +23,7 @@ WANTLIB += stdc++ z Qt3Support QtGui QtNetwork QtSql QtXml
MODULES= devel/gettext \
x11/qt4
RUN_DEPENDS= ::archivers/zip
LIB_DEPENDS= ::x11/qt4
RUN_DEPENDS= archivers/zip
PORTHOME= ${WRKDIR}
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2010/11/05 07:57:07 sthen Exp $
# $OpenBSD: Makefile,v 1.22 2010/11/20 09:48:40 espie Exp $
COMMENT= reminder program for prevention of RSI
@ -30,11 +30,11 @@ WANTLIB += gnet-2.0 gstreamer-0.10 panel-applet-2 gdkmm-2.4 gtkmm-2.4
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=workrave/}
BUILD_DEPENDS= ::devel/py-cheetah
LIB_DEPENDS= ::multimedia/gstreamer-0.10/core \
::net/gnet \
::x11/gnome/panel \
::x11/gtk2mm
BUILD_DEPENDS= devel/py-cheetah
LIB_DEPENDS= multimedia/gstreamer-0.10/core \
net/gnet \
x11/gnome/panel \
x11/gtk2mm
MODULES= devel/gettext \
lang/python \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/11/05 07:57:07 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2010/11/20 09:48:40 espie Exp $
COMMENT= curses calendar front-end to remind
@ -25,7 +25,7 @@ CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::misc/remind
RUN_DEPENDS= misc/remind
USE_GROFF= Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/11/05 07:57:07 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/20 09:48:40 espie Exp $
COMMENT= WWW quote retrieval tool
@ -18,7 +18,7 @@ WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xpm Xt c m pthread-stubs xcb Xbae
MASTER_SITES= http://distfiles.nl/
LIB_DEPENDS= ::x11/xbae
LIB_DEPENDS= x11/xbae
USE_MOTIF= Yes
CONFIGURE_STYLE= imake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2010/08/30 17:57:31 fgsch Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/20 09:48:40 espie Exp $
COMMENT = command-line oriented todo list system
@ -22,8 +22,8 @@ WRKDIST = ${WRKDIR}/yokadi-${MODPY_EGG_VERSION}
MODULES = lang/python
NO_REGRESS = Yes
RUN_DEPENDS = ::devel/py-dateutil \
::databases/py-sqlobject
RUN_DEPENDS = devel/py-dateutil \
databases/py-sqlobject
pre-configure:
${SUBST_CMD} ${WRKSRC}/update/{dump.py,update{.py,1to2,2to3,3to4}} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/07/24 17:36:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/20 09:48:40 espie Exp $
COMMENT= cyrillic PostScript Type1 fonts to use with TeX
@ -18,7 +18,7 @@ MASTER_SITES= ftp://ftp.vsu.ru/pub/tex/font-packs/pscyr/
DISTFILES= PSCyr-0.4c-patch2-tex.tar.gz \
PSCyr-0.4c-patch2-type1.tar.gz
RUN_DEPENDS= ::print/texlive/base
RUN_DEPENDS= print/texlive/base
NO_BUILD= Yes
NO_REGRESS= Yes