set BUILD_DEPENDS= ${RUN_DEPENDS} not the opposite .. for obvious
reasons... okay pvalchev@.
This commit is contained in:
parent
4f97894880
commit
93568351bb
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2004/04/12 10:17:00 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2004/06/26 07:35:05 xsa Exp $
|
||||
|
||||
COMMENT= "perl interface to tar archives"
|
||||
VERSION= 1.08
|
||||
@ -16,8 +16,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-IO-Zlib->=1.01:archivers/p5-IO-Zlib
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-IO-Zlib->=1.01:archivers/p5-IO-Zlib
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2003/06/04 22:16:22 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2004/06/26 07:35:05 xsa Exp $
|
||||
|
||||
COMMENT= "IO:: style interface to Compress::Zlib"
|
||||
|
||||
@ -15,8 +15,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-Compress-Zlib->1.15:archivers/p5-Compress-Zlib
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Compress-Zlib->1.15:archivers/p5-Compress-Zlib
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2004/02/12 15:07:07 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -20,7 +20,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
BUILD_DEPENDS= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER}
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
RUN_DEPENDS= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER} \
|
||||
::chinese/taipeifonts
|
||||
LIB_DEPENDS= pdf.2::print/pdflib
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2004/01/17 15:58:07 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -17,8 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
|
||||
|
||||
BUILD_DEPENDS= ::converters/p5-Unicode-String
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ::converters/p5-Unicode-String
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2003/05/30 15:34:55 lebel Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
COMMENT= "conversions to and from arbitrary character sets and UTF8"
|
||||
|
||||
@ -13,9 +13,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
|
||||
|
||||
BUILD_DEPENDS= ::converters/p5-Jcode \
|
||||
RUN_DEPENDS= ::converters/p5-Jcode \
|
||||
::converters/p5-Unicode-Map
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2004/01/17 17:23:55 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
COMMENT= "perl DBI driver for CSV files"
|
||||
|
||||
@ -16,9 +16,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
BUILD_DEPENDS= :p5-DBI->=1.08:databases/p5-DBI \
|
||||
RUN_DEPENDS= :p5-DBI->=1.08:databases/p5-DBI \
|
||||
:p5-Text-CSV_XS->0.22:textproc/p5-Text-CSV_XS \
|
||||
::databases/p5-SQL-Statement
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2004/04/13 14:03:44 peter Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -11,8 +11,8 @@ CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
|
||||
|
||||
LIB_DEPENDS= pq.2::databases/postgresql
|
||||
BUILD_DEPENDS= ::databases/p5-DBI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ::databases/p5-DBI
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
FLAVOR?=
|
||||
FLAVORS= regress
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2004/04/20 17:38:42 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -18,8 +18,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-PlRPC->=0.2017:net/p5-PlRPC
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-PlRPC->=0.2017:net/p5-PlRPC
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2003/06/14 10:08:57 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
COMMENT= "create HTML table from sql queries"
|
||||
|
||||
@ -16,8 +16,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-DBI->=1.20:databases/p5-DBI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-DBI->=1.20:databases/p5-DBI
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
REGRESS_IS_INTERACTIVE= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/10/30 04:46:31 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
COMMENT= "client interface to LDAP servers"
|
||||
|
||||
@ -13,11 +13,11 @@ HOMEPAGE= http://perl-ldap.sourceforge.net/
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
BUILD_DEPENDS= :p5-Convert-ASN1->0.07:converters/p5-Convert-ASN1 \
|
||||
RUN_DEPENDS= :p5-Convert-ASN1->0.07:converters/p5-Convert-ASN1 \
|
||||
:p5-URI->=1.08:www/p5-URI \
|
||||
:p5-IO-Socket-SSL-*:security/p5-IO-Socket-SSL \
|
||||
:p5-XML-Parser-*:textproc/p5-XML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2004/05/01 14:29:17 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
@ -12,8 +12,8 @@ CATEGORIES= devel java
|
||||
HOMEPAGE= http://java.sun.com/j2se/
|
||||
MAINTAINER= Christian Edward Gruber <cgruber@israfil.net>
|
||||
|
||||
BUILD_DEPENDS= :redhat_base->=6.2:emulators/redhat/base
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :redhat_base->=6.2:emulators/redhat/base
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
DISTFILES= j2sdk-${VERSION:S/./_/g}-linux-i586.bin
|
||||
EXTRACT_CASES+= *.bin) \
|
||||
tail `sed -n -e '/^tail/p' -e '/^tail/q' ${FULLDISTDIR}/$$archive|awk '{print $$2}'` ${FULLDISTDIR}/$$archive > ${WRKDIR}/$$archive && \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2003/10/26 23:49:35 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
BROKEN= "unusable, only eats cpu; probably thread emulation problem"
|
||||
@ -25,8 +25,8 @@ EXTRACT_CASES+= *.bin) \
|
||||
chmod u+x ${WRKDIR}/$$archive && \
|
||||
${WRKDIR}/$$archive -q ;; \
|
||||
|
||||
BUILD_DEPENDS= :redhat_base->=6.2:emulators/redhat/base
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :redhat_base->=6.2:emulators/redhat/base
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/08/02 00:26:56 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
COMMENT= "module to scan C language files"
|
||||
|
||||
@ -15,8 +15,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=C/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Data-Flow->=0.05:devel/p5-Data-Flow
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Data-Flow->=0.05:devel/p5-Data-Flow
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2002/11/30 19:39:13 margarida Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
COMMENT= "curses(3) based terminal widgets"
|
||||
|
||||
@ -19,8 +19,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-Curses-*:devel/p5-Curses
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Curses-*:devel/p5-Curses
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2004/01/17 15:58:08 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -16,8 +16,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-Bit-Vector->=6.2:math/p5-Bit-Vector
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Bit-Vector->=6.2:math/p5-Bit-Vector
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2002/11/21 01:11:15 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
COMMENT= "safe concurrent access to MLDBM databases"
|
||||
|
||||
@ -11,8 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MLDBM/}
|
||||
|
||||
MAINTAINER= Peter Galbavy <peter.galbavy@knowtion.net>
|
||||
|
||||
BUILD_DEPENDS= :p5-MLDBM-*:devel/p5-MLDBM
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-MLDBM-*:devel/p5-MLDBM
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/09/21 11:41:04 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2004/06/26 07:35:06 xsa Exp $
|
||||
|
||||
COMMENT= "store multi-level hash structure in single-level tied hash"
|
||||
|
||||
@ -9,8 +9,8 @@ CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MLDBM/}
|
||||
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
||||
|
||||
BUILD_DEPENDS= :p5-FreezeThaw->=0.3:devel/p5-FreezeThaw
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-FreezeThaw->=0.3:devel/p5-FreezeThaw
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2003/12/27 23:40:49 jose Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
COMMENT= "graphical frontend to CVS"
|
||||
DISTNAME= tkcvs-6.0
|
||||
@ -13,8 +13,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/packages-7.6/apps/tkcvs-6.0/
|
||||
|
||||
BUILD_DEPENDS= :tk-8.4.*:x11/tk/8.4
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :tk-8.4.*:x11/tk/8.4
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/09/04 01:32:46 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
COMMENT= "create barcode image with GD"
|
||||
|
||||
@ -15,8 +15,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
|
||||
|
||||
BUILD_DEPENDS= :p5-GD->=1.18:graphics/p5-GD
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-GD->=1.18:graphics/p5-GD
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2002/10/24 01:55:27 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
COMMENT= "module for graph plotting"
|
||||
|
||||
@ -10,9 +10,9 @@ MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
|
||||
|
||||
BUILD_DEPENDS= :p5-GD->=1.18:graphics/p5-GD \
|
||||
RUN_DEPENDS= :p5-GD->=1.18:graphics/p5-GD \
|
||||
:p5-GD-TextUtil-*:graphics/p5-GD-TextUtil
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2002/11/30 22:13:11 margarida Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
COMMENT= "module for 3D graph plotting"
|
||||
|
||||
@ -17,8 +17,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-GD-Graph->=1.30:graphics/p5-GD-Graph
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-GD-Graph->=1.30:graphics/p5-GD-Graph
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2003/01/02 19:23:48 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
COMMENT= "text utilities for use with GD drawing package"
|
||||
|
||||
@ -11,8 +11,8 @@ MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
|
||||
|
||||
BUILD_DEPENDS= :p5-GD-*:graphics/p5-GD
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-GD-*:graphics/p5-GD
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2002/12/29 20:08:46 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
COMMENT= "perl module for getting image information"
|
||||
|
||||
@ -11,8 +11,8 @@ MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
|
||||
|
||||
BUILD_DEPENDS= :p5-IO-String->=1:devel/p5-IO-String
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS
|
||||
RUN_DEPENDS= :p5-IO-String->=1:devel/p5-IO-String
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2002/11/01 02:57:55 jcs Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
DISTNAME= grepmail-4.80
|
||||
CATEGORIES= mail perl5
|
||||
@ -15,10 +15,11 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/}
|
||||
|
||||
MAINTAINER= Joshua Stein <jcs@rt.fm>
|
||||
|
||||
RUN_DEPENDS= :p5-Time-TimeDate-*:devel/p5-Time-TimeDate \
|
||||
:p5-DateManip-*:converters/p5-DateManip
|
||||
:bzip2-*:archivers/bzip2
|
||||
BUILD_DEPENDS= :p5-Time-TimeDate-*:devel/p5-Time-TimeDate \
|
||||
:p5-DateManip-*:converters/p5-DateManip
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
:bzip2-*:archivers/bzip2
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
CONFIGURE_ARGS= FASTREADER=0
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2002/11/27 06:49:42 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
COMMENT= "modules for parsing (and creating!) MIME entities"
|
||||
|
||||
@ -17,9 +17,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Mail-Tools-*:mail/p5-Mail-Tools \
|
||||
RUN_DEPENDS= :p5-Mail-Tools-*:mail/p5-Mail-Tools \
|
||||
:p5-IO-stringy->=1.211:devel/p5-IO-stringy
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/a//}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2002/10/30 05:01:43 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
COMMENT= "perl module to manage mail folders"
|
||||
|
||||
@ -13,14 +13,14 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Time-TimeDate-*:devel/p5-Time-TimeDate \
|
||||
RUN_DEPENDS= :p5-Time-TimeDate-*:devel/p5-Time-TimeDate \
|
||||
:p5-MIME-tools-*:mail/p5-MIME-tools \
|
||||
:p5-MIME-Types-*:mail/p5-MIME-Types \
|
||||
:p5-Object-Realize-*:devel/p5-Object-Realize \
|
||||
:p5-HTML-Format-*:www/p5-HTML-Format \
|
||||
:p5-Text-Autoformat-*:textproc/p5-Text-Autoformat \
|
||||
:p5-Font-AFM-*:textproc/p5-Font-AFM
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2003/11/02 19:51:18 margarida Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
COMMENT= "perl module for an IMAP Client API"
|
||||
|
||||
@ -17,8 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Parse-RecDescent-*:devel/p5-Parse-RecDescent
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Parse-RecDescent-*:devel/p5-Parse-RecDescent
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2004/04/24 08:10:22 peter Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -18,10 +18,10 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Digest-SHA1->=1.0:security/p5-Digest-SHA1 \
|
||||
RUN_DEPENDS= :p5-Digest-SHA1->=1.0:security/p5-Digest-SHA1 \
|
||||
:p5-Net-DNS->=0.23:net/p5-Net-DNS \
|
||||
:p5-URI->=1.19:www/p5-URI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
FAKE_FLAGS= ${DESTDIRNAME}=${WRKINST} PERL5LIB=${WRKINST}/${PREFIX}/${P5ARCH}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/12/27 23:31:39 jose Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
COMMENT= "GPL computer algebra system based on DOE Macsyma"
|
||||
|
||||
@ -18,8 +18,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
BUILD_DEPENDS= :clisp-*:lang/clisp
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :clisp-*:lang/clisp
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2002/12/23 00:37:51 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2004/06/26 07:35:07 xsa Exp $
|
||||
|
||||
COMMENT= "shared drawing (whiteboard) tool using multicast"
|
||||
|
||||
@ -13,8 +13,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :ghostscript-*:print/ghostscript/gnu
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= tcl80::lang/tcl/8.0 \
|
||||
tk80::x11/tk/8.0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2004/04/27 13:03:11 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
COMMENT= "module to obtain financial quotes from exchanges"
|
||||
|
||||
@ -12,9 +12,9 @@ MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/}
|
||||
|
||||
BUILD_DEPENDS= :p5-HTML-TableExtract-*:www/p5-HTML-TableExtract \
|
||||
RUN_DEPENDS= :p5-HTML-TableExtract-*:www/p5-HTML-TableExtract \
|
||||
:p5-libwww-*:www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2004/04/27 13:15:22 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
COMMENT= "module to map charset names registered with IANA"
|
||||
|
||||
@ -15,9 +15,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=I18N/}
|
||||
|
||||
BUILD_DEPENDS= :p5-IO-String-*:devel/p5-IO-String \
|
||||
RUN_DEPENDS= :p5-IO-String-*:devel/p5-IO-String \
|
||||
:p5-App-Info->=0.23:devel/p5-App-Info
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2004/02/02 17:45:22 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
COMMENT= "personal file manager"
|
||||
|
||||
@ -20,11 +20,11 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
NO_BUILD= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
BUILD_DEPENDS= :p5-Term-ReadLine-Gnu-*:devel/p5-Term-ReadLine-Gnu \
|
||||
RUN_DEPENDS= :p5-Term-ReadLine-Gnu-*:devel/p5-Term-ReadLine-Gnu \
|
||||
:p5-Term-ScreenColor-*:devel/p5-Term-ScreenColor \
|
||||
:p5-Term-Screen-*:devel/p5-Term-Screen
|
||||
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2004/02/02 17:35:01 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
COMMENT= "multiprotocol traceroute tool"
|
||||
|
||||
@ -15,9 +15,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}download/
|
||||
|
||||
BUILD_DEPENDS= ::net/p5-Net-RawIP \
|
||||
RUN_DEPENDS= ::net/p5-Net-RawIP \
|
||||
::www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2004/01/17 15:58:09 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -17,8 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
||||
|
||||
BUILD_DEPENDS= :p5-IO-Interface->=0.97:net/p5-IO-Interface
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-IO-Interface->=0.97:net/p5-IO-Interface
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2002/11/13 00:12:24 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
DISTNAME= Net-SNMP-4.0.3
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
@ -15,10 +15,10 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
COMMENT= "Perl modules to access SNMP"
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Crypt-DES->=2.03:security/p5-Crypt-DES \
|
||||
RUN_DEPENDS= :p5-Crypt-DES->=2.03:security/p5-Crypt-DES \
|
||||
:p5-Digest-HMAC->=1:security/p5-Digest-HMAC \
|
||||
:p5-Digest-SHA1->=1.02:security/p5-Digest-SHA1
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2004/01/30 08:39:49 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
COMMENT= "module to interact with a Cisco router"
|
||||
|
||||
@ -20,9 +20,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
BUILD_DEPENDS= :p5-Net-Telnet->=3.02:net/p5-Net-Telnet \
|
||||
RUN_DEPENDS= :p5-Net-Telnet->=3.02:net/p5-Net-Telnet \
|
||||
:p5-Term-ReadKey->=2.14:devel/p5-Term-ReadKey
|
||||
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2003/07/17 05:24:04 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
COMMENT= "module for writing rpc servers and clients"
|
||||
|
||||
@ -15,8 +15,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Net-Daemon->=0.13:net/p5-Net-Daemon
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Net-Daemon->=0.13:net/p5-Net-Daemon
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2002/12/29 21:14:11 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
COMMENT= "merge and extract portions of binary pcap files"
|
||||
|
||||
@ -8,8 +8,8 @@ MASTER_SITES= http://indev.insu.com/sources/
|
||||
|
||||
HOMEPAGE= http://indev.insu.com/Fwctl/pcapmerge.html
|
||||
|
||||
BUILD_DEPENDS= :p5-Net-Pcap->=0.03:net/p5-Net-Pcap
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Net-Pcap->=0.03:net/p5-Net-Pcap
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
MAINTAINER= Brian Caswell <bmc@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2002/10/30 04:13:36 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
COMMENT= "perl module to gateway between news and mail"
|
||||
|
||||
@ -9,9 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
BUILD_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign \
|
||||
RUN_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign \
|
||||
:p5-News-Article->=1.07:news/p5-News-Article
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/10/30 04:13:36 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
COMMENT= "perl module for accessing NNTP articles"
|
||||
|
||||
@ -9,8 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
BUILD_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/12/29 20:31:39 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
COMMENT= "module for managing newsrc files"
|
||||
|
||||
@ -15,8 +15,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Set-IntSpan->=1.07:math/p5-Set-IntSpan
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Set-IntSpan->=1.07:math/p5-Set-IntSpan
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/02/21 01:41:12 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
COMMENT= "extensible emacs interface for TeX"
|
||||
|
||||
@ -19,8 +19,8 @@ MASTER_SITES= ${MASTER_SITE_GNU:=auctex/11.14/}
|
||||
|
||||
FAKE_FLAGS= lispdir=${DESTDIR}/${PREFIX}/share/emacs/site-lisp
|
||||
|
||||
BUILD_DEPENDS= :emacs-21.*:editors/emacs21
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
RUN_DEPENDS= :emacs-21.*:editors/emacs21
|
||||
:teTeX_base-*:print/teTeX/base
|
||||
BUILD_DEPENDS= :emacs-21.*:editors/emacs21
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2004/04/18 09:22:53 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
COMMENT= "macros for the OpenJade DSSSL TeX backend"
|
||||
|
||||
@ -18,9 +18,9 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jadetex/}
|
||||
WRKDIST= ${WRKDIR}/jadetex
|
||||
|
||||
LIB_DEPENDS= png.2::graphics/png
|
||||
BUILD_DEPENDS= :teTeX_base-*:print/teTeX/base \
|
||||
RUN_DEPENDS= :teTeX_base-*:print/teTeX/base \
|
||||
:teTeX_texmf-*:print/teTeX/texmf
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
ALL_TARGET= jadetex.fmt pdfjadetex.fmt
|
||||
TEXMFLOC= ${PREFIX}/share/texmf-local
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2002/12/29 20:31:40 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2004/06/26 07:35:08 xsa Exp $
|
||||
|
||||
COMMENT= "graphical interface for GnuPG"
|
||||
|
||||
@ -17,8 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/
|
||||
|
||||
BUILD_DEPENDS= :gnupg-*:security/gnupg
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :gnupg-*:security/gnupg
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
|
||||
|
||||
USE_X11= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2003/05/27 14:16:48 couderc Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
COMMENT= "GnuPG Made Easy"
|
||||
|
||||
@ -21,8 +21,8 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --without-gpgsm
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
|
||||
BUILD_DEPENDS= :gnupg->=1.2.*:security/gnupg
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :gnupg->=1.2.*:security/gnupg
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
pre-build:
|
||||
@rm -f ${WRKSRC}/doc/gpgme.info*
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2002/10/28 16:30:34 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
DISTNAME= RadiusPerl-0.05
|
||||
PKGNAME= p5-Authen-Radius-0.05
|
||||
@ -14,8 +14,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
|
||||
|
||||
MAINTAINER= Joshua Stein <jcs@rt.fm>
|
||||
|
||||
BUILD_DEPENDS= :p5-MD5->=1.7:security/p5-MD5
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-MD5->=1.7:security/p5-MD5
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2004/06/01 13:50:18 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
COMMENT= "cryptographic cipher block chaining mode"
|
||||
|
||||
@ -8,9 +8,9 @@ PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Crypt-DES-*:security/p5-Crypt-DES \
|
||||
RUN_DEPENDS= :p5-Crypt-DES-*:security/p5-Crypt-DES \
|
||||
:p5-Crypt-Blowfish-*:security/p5-Crypt-Blowfish
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2004/01/17 15:58:09 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -18,8 +18,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-Crypt-OpenSSL-Random->=0.03:security/p5-Crypt-OpenSSL-Random
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Crypt-OpenSSL-Random->=0.03:security/p5-Crypt-OpenSSL-Random
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2004/01/17 15:58:09 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -18,8 +18,8 @@ PERMIT_PACKAGE_FTP= "No license"
|
||||
PERMIT_DISTFILES_CDROM= "No license"
|
||||
PERMIT_DISTFILES_FTP= "No license"
|
||||
|
||||
BUILD_DEPENDS= :p5-Crypt-OpenSSL-Random->=0.03:security/p5-Crypt-OpenSSL-Random
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Crypt-OpenSSL-Random->=0.03:security/p5-Crypt-OpenSSL-Random
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2002/10/30 04:46:31 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
COMMENT= "interface to HMAC Message-Digest Algorithms"
|
||||
|
||||
@ -15,8 +15,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Digest-SHA1->=1:security/p5-Digest-SHA1
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Digest-SHA1->=1:security/p5-Digest-SHA1
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/12/29 20:31:40 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
COMMENT= "perl5 interface to GnuPG using scalars"
|
||||
|
||||
@ -8,8 +8,8 @@ PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MILES}
|
||||
|
||||
BUILD_DEPENDS= :gnupg-*:security/gnupg
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :gnupg-*:security/gnupg
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
MAINTAINER= Peter Galbavy <peter.galbavy@knowtion.net>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2002/09/01 15:16:17 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
COMMENT= "perl interface to SSL sockets"
|
||||
|
||||
@ -16,8 +16,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-Net-SSLeay->=1.03:security/p5-Net_SSLeay
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Net-SSLeay->=1.03:security/p5-Net_SSLeay
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2004/01/29 17:13:37 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -23,8 +23,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pow/}
|
||||
|
||||
MODULES= python
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
pre-build:
|
||||
@perl -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
|
||||
@perl -pi -e 's,%%MODPY_VERSION%%,${MODPY_VERSION},g' ${WRKSRC}/POW.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2004/02/01 20:37:15 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
COMMENT= "Remote SMTP Server Detection"
|
||||
|
||||
@ -18,8 +18,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= http://www.greyhats.org/outils/smtpscan/ \
|
||||
${MASTER_SITE_PACKETSTORM:=UNIX/scanners/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Net-DNS-*:net/p5-Net-DNS
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Net-DNS-*:net/p5-Net-DNS
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2003/12/08 04:05:28 margarida Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
COMMENT= "simple WATCHdog log filtering program"
|
||||
|
||||
@ -11,10 +11,10 @@ HOMEPAGE= http://swatch.sourceforge.net/
|
||||
|
||||
MAINTAINER= Jason Peel <jsyn@openbsd.org>
|
||||
|
||||
BUILD_DEPENDS= :p5-Date-Calc-*:devel/p5-Date-Calc \
|
||||
RUN_DEPENDS= :p5-Date-Calc-*:devel/p5-Date-Calc \
|
||||
:p5-File-Tail-*:devel/p5-File-Tail \
|
||||
:p5-Time-TimeDate-*:devel/p5-Time-TimeDate
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2004/04/11 19:12:24 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
COMMENT= "LaTeX vgrind(1) look-alike"
|
||||
|
||||
@ -33,8 +33,8 @@ MAKE_FLAGS= BASEDIR=${PREFIX} \
|
||||
CC='${CC}' CFLAGS='${CFLAGS}'
|
||||
FAKE_FLAGS= BASEDIR=${WRKINST}${PREFIX}
|
||||
|
||||
BUILD_DEPENDS= :teTeX_base-*:print/teTeX/base
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :teTeX_base-*:print/teTeX/base
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
TEXMF= ${PREFIX}/share/texmf-local
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2004/04/24 16:13:50 peter Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
COMMENT= "Find RFC 822 email addresses in plain text"
|
||||
|
||||
@ -11,8 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
||||
|
||||
MAINTAINER= Peter Galbavy <peter.galbavy@knowtion.net>
|
||||
|
||||
BUILD_DEPENDS= ::mail/p5-Mail-Tools ::mail/p5-Email-Valid
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ::mail/p5-Mail-Tools ::mail/p5-Email-Valid
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2003/11/15 15:12:54 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
COMMENT= "perl modules for creating and manipulating PDF"
|
||||
|
||||
@ -16,8 +16,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Compress-Zlib-*:archivers/p5-Compress-Zlib
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Compress-Zlib-*:archivers/p5-Compress-Zlib
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2003/11/15 15:12:54 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2004/06/26 07:35:09 xsa Exp $
|
||||
|
||||
COMMENT= 'perl module to create WML cards'
|
||||
|
||||
@ -15,8 +15,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= ::www/p5-HTML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ::www/p5-HTML-Parser
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2003/11/15 15:12:54 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
COMMENT= "perl module to build DOM Level 1 structures"
|
||||
|
||||
@ -9,11 +9,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
BUILD_DEPENDS= :p5-XML-Parser->=2.30:textproc/p5-XML-Parser \
|
||||
RUN_DEPENDS= :p5-XML-Parser->=2.30:textproc/p5-XML-Parser \
|
||||
:p5-Libxml-*:textproc/p5-Libxml \
|
||||
:p5-XML-RegExp-*:textproc/p5-XML-RegExp \
|
||||
:p5-libwww-*:www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2004/01/17 15:58:10 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -15,8 +15,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
BUILD_DEPENDS= :p5-XML-LibXML->=0.94:textproc/p5-XML-LibXML
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-XML-LibXML->=0.94:textproc/p5-XML-LibXML
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= xml2.6::textproc/libxml \
|
||||
xslt.1,exslt.7::textproc/libxslt
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2003/12/09 18:48:54 jose Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
COMMENT= 'perl module to manage XML RSS files'
|
||||
|
||||
@ -9,8 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
BUILD_DEPENDS= :p5-XML-Parser->=2.23:textproc/p5-XML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-XML-Parser->=2.23:textproc/p5-XML-Parser
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2004/04/11 15:16:07 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
COMMENT= "trivial perl API for reading/writing XML"
|
||||
|
||||
@ -9,9 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
||||
|
||||
HOMEPAGE= http://www.web.co.nz/~grantm/cpan/
|
||||
|
||||
BUILD_DEPENDS= :p5-XML-Parser->=2:textproc/p5-XML-Parser \
|
||||
RUN_DEPENDS= :p5-XML-Parser->=2:textproc/p5-XML-Parser \
|
||||
:p5-XML-SAX->=0.12:textproc/p5-XML-SAX
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2003/11/15 15:12:54 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
COMMENT= "modules for parsing and evaluating XPath statements"
|
||||
|
||||
@ -8,8 +8,8 @@ CATEGORIES= textproc perl5
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
||||
|
||||
BUILD_DEPENDS= :p5-XML-Parser->=2.23:textproc/p5-XML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-XML-Parser->=2.23:textproc/p5-XML-Parser
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2003/11/15 15:12:54 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
COMMENT= "perl module to perform XSLT transformations"
|
||||
|
||||
@ -9,9 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
||||
|
||||
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
||||
|
||||
BUILD_DEPENDS= :p5-XML-Parser->=2.23:textproc/p5-XML-Parser \
|
||||
RUN_DEPENDS= :p5-XML-Parser->=2.23:textproc/p5-XML-Parser \
|
||||
:p5-XML-DOM->=1.25:textproc/p5-XML-DOM
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2004/04/24 17:22:54 peter Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
COMMENT= "Apache ASP support"
|
||||
|
||||
@ -8,9 +8,9 @@ PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
|
||||
|
||||
BUILD_DEPENDS= :p5-MLDBM-Sync->=0.25:devel/p5-MLDBM-Sync
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
RUN_DEPENDS= :p5-MLDBM-Sync->=0.25:devel/p5-MLDBM-Sync
|
||||
::www/mod_perl
|
||||
BUILD_DEPENDS= :p5-MLDBM-Sync->=0.25:devel/p5-MLDBM-Sync
|
||||
|
||||
MAINTAINER= Peter Galbavy <peter.galbavy@knowtion.net>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2003/10/18 19:44:51 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
COMMENT= "Blatte functions to generate (X)HTML"
|
||||
|
||||
@ -16,9 +16,9 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-Blatte-*:textproc/p5-Blatte \
|
||||
RUN_DEPENDS= :p5-Blatte-*:textproc/p5-Blatte \
|
||||
:p5-HTML-Parser-*:www/p5-HTML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2003/10/18 19:44:51 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
COMMENT= "object oriented interface for CGI script applications"
|
||||
|
||||
@ -17,8 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
||||
|
||||
BUILD_DEPENDS= :p5-XML-LibXSLT->=1.08:textproc/p5-XML-LibXSLT
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-XML-LibXSLT->=1.08:textproc/p5-XML-LibXSLT
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2004/01/17 15:58:10 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -18,8 +18,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :mod_perl->=1.22:www/mod_perl
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :mod_perl->=1.22:www/mod_perl
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
CONFIGURE_ENV= EPHTTPD="/usr/sbin/httpd" APACHE_SRC="/usr/lib/apache"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2003/10/18 19:44:53 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
COMMENT= "HTML text formating class"
|
||||
|
||||
@ -16,8 +16,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
||||
|
||||
BUILD_DEPENDS= :p5-HTML-Tree-*:www/p5-HTML-Tree
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-HTML-Tree-*:www/p5-HTML-Tree
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2004/04/11 14:59:53 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -9,8 +9,8 @@ PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
||||
|
||||
BUILD_DEPENDS= :p5-HTML-Tagset->=3:www/p5-HTML-Tagset
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-HTML-Tagset->=3:www/p5-HTML-Tagset
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2003/10/18 19:44:55 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
COMMENT= "module to extract text contained within HTML tables"
|
||||
|
||||
@ -10,8 +10,8 @@ MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
||||
|
||||
BUILD_DEPENDS= :p5-HTML-Parser-*:www/p5-HTML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-HTML-Parser-*:www/p5-HTML-Parser
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2003/11/03 01:07:13 margarida Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
COMMENT= "perl parser that builds an HTML tree"
|
||||
|
||||
@ -19,9 +19,9 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-HTML-Parser->=2.19:www/p5-HTML-Parser \
|
||||
RUN_DEPENDS= :p5-HTML-Parser->=2.19:www/p5-HTML-Parser \
|
||||
:p5-HTML-Tagset->=3.02:www/p5-HTML-Tagset
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2004/05/12 06:12:08 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
COMMENT= "httpd log filter library"
|
||||
|
||||
@ -13,8 +13,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-IO-Zlib->1.00:archivers/p5-IO-Zlib
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-IO-Zlib->1.00:archivers/p5-IO-Zlib
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2003/10/18 19:44:57 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2004/06/26 07:35:10 xsa Exp $
|
||||
|
||||
COMMENT= "library for WWW access in Perl"
|
||||
|
||||
@ -7,11 +7,11 @@ PKGNAME= p5-${DISTNAME:S/-perl-/-/}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
|
||||
|
||||
BUILD_DEPENDS= :p5-URI->1.10:www/p5-URI \
|
||||
RUN_DEPENDS= :p5-URI->1.10:www/p5-URI \
|
||||
:p5-HTML-Parser->=2.20:www/p5-HTML-Parser \
|
||||
:p5-Crypt-SSLeay-*:security/p5-Crypt-SSLeay \
|
||||
:p5-HTTP-GHTTP-*:www/p5-HTTP-GHTTP
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/11/27 06:49:42 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2004/06/26 07:35:11 xsa Exp $
|
||||
|
||||
COMMENT= "utility to mirror web pages"
|
||||
|
||||
@ -16,9 +16,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
BUILD_DEPENDS= :p5-URI-*:www/p5-URI \
|
||||
RUN_DEPENDS= :p5-URI-*:www/p5-URI \
|
||||
:p5-libwww-*:www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2004/06/23 03:26:20 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2004/06/26 07:35:11 xsa Exp $
|
||||
|
||||
COMMENT= "General GNOME User Documentation"
|
||||
|
||||
@ -19,8 +19,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome2-user-docs/2.6/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
BUILD_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2004/01/17 15:58:11 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2004/06/26 07:35:11 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -29,9 +29,9 @@ USE_X11= Yes
|
||||
LIB_DEPENDS= gtk.1.2,glib.1.2::x11/gtk+ \
|
||||
gdk_pixbuf.2::graphics/gdk-pixbuf \
|
||||
gdk_imlib.19::graphics/imlib
|
||||
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \
|
||||
RUN_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \
|
||||
:p5-XML-Writer-*:textproc/p5-XML-Writer
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
CONFIGURE_ARGS= --without-gtkhtml --without-gtkxmhtml --without-gnome \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2004/02/02 00:31:45 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2004/06/26 07:35:11 xsa Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -24,8 +24,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/}
|
||||
MULTI_PACKAGES= -demo
|
||||
SUBPACKAGE?=
|
||||
|
||||
BUILD_DEPENDS= :p5-HTML-Parser-*:www/p5-HTML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :p5-HTML-Parser-*:www/p5-HTML-Parser
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user