sprinkle some deps on www/p5-CGI

This commit is contained in:
sthen 2016-04-05 12:21:40 +00:00
parent f4239f93bf
commit 46e13aac66
9 changed files with 32 additions and 22 deletions

View File

@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.18 2015/05/25 07:54:28 jasper Exp $
# $OpenBSD: Makefile,v 1.19 2016/04/05 12:21:40 sthen Exp $
COMMENT = streaming audio server for Squeezebox network music players
# note, newer versions want p5-EV which in turn wants threaded perl
# or running with LD_PRELOAD=/usr/lib/libpthread.so to avoid problems
# with the userland thread library.
V = 7.3.3
PKGNAME = squeezecenter-${V}
DISTNAME = squeezecenter-${V}-noCPAN
REVISION = 6
REVISION = 7
CATEGORIES = audio net
HOMEPAGE = http://wiki.slimdevices.com/index.php/SqueezeCenter
@ -42,6 +39,7 @@ RUN_DEPENDS = audio/flac \
devel/p5-Class-Data-Accessor>=0.03 \
devel/p5-Class-Data-Inheritable>=0.04 \
devel/p5-Class-Inspector>=1.16 \
www/p5-CGI \
databases/p5-DBD-mysql>=3.0002 \
databases/p5-DBI>=1.604 \
databases/p5-DBIx-Class>=0.07001 \

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.19 2016/03/20 19:56:07 naddy Exp $
# $OpenBSD: Makefile,v 1.20 2016/04/05 12:21:41 sthen Exp $
COMMENT= perl interface to the ACEDB database
DISTNAME= AcePerl-1.92
PKGNAME= ${DISTNAME}# No p5-prefix
REVISION= 1
REVISION= 2
CATEGORIES= biology databases
FLAVORS= opt
@ -26,7 +26,8 @@ MODCPAN_EXAMPLES_DIR= ${PREFIX}/share/examples/AcePerl/
SUBST_VARS= P5ACE
RUN_DEPENDS= devel/p5-Cache-Cache \
devel/p5-WeakRef
devel/p5-WeakRef \
www/p5-CGI
.if ${FLAVOR:Mopt}
CONFIGURE_ENV+= CHOICE1=2

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2016/03/20 19:56:07 naddy Exp $
# $OpenBSD: Makefile,v 1.19 2016/04/05 12:21:41 sthen Exp $
COMMENT= perl tools for bioinformatics
DISTNAME= BioPerl-1.6.924
REVISION= 0
PKGNAME= ${DISTNAME:L}# No p5-prefix here.
CATEGORIES= biology
@ -49,6 +50,7 @@ RUN_DEPENDS= biology/AcePerl \
textproc/p5-XML-Simple \
textproc/p5-XML-Twig \
textproc/p5-XML-Writer \
www/p5-CGI \
www/p5-HTML-Parser \
www/p5-SOAP-Lite \
www/p5-URI \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.33 2014/07/11 16:17:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.34 2016/04/05 12:21:41 sthen Exp $
COMMENT= GNU Problem Report Management System
DISTNAME= gnats-3.113.1
REVISION= 14
REVISION= 15
CATEGORIES= databases devel
MASTER_SITES= ${MASTER_SITE_GNU:=gnats/}
@ -14,8 +14,9 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
USE_GROFF = Yes
USE_GROFF= Yes
NO_TEST= Yes
RUN_DEPENDS= www/p5-CGI
CONFIGURE_STYLE=gnu dest
CONFIGURE_ARGS+=--with-full-gnats --with-release-based --with-gnats-user=_gnats

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.13 2016/03/20 19:56:09 naddy Exp $
# $OpenBSD: Makefile,v 1.14 2016/04/05 12:21:41 sthen Exp $
COMMENT= produce HTML form elements for database columns
MODULES= cpan
PKG_ARCH= *
DISTNAME= Class-DBI-AsForm-2.42
REVISION= 1
REVISION= 2
CATEGORIES= www databases
MAINTAINER= Sam Smith <S@msmith.net>
@ -14,6 +14,7 @@ MAINTAINER= Sam Smith <S@msmith.net>
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= databases/p5-Class-DBI-Plugin-Type \
www/p5-CGI \
www/p5-HTML-Tree
TEST_DEPENDS= databases/p5-DBD-SQLite

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2016/03/20 19:57:14 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2016/04/05 12:21:41 sthen Exp $
COMMENT = PSGI adapter for CGI
MODULES = cpan
PKG_ARCH = *
DISTNAME = CGI-Emulate-PSGI-0.20
REVISION = 0
CATEGORIES = www
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
@ -12,7 +13,8 @@ MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = www/p5-HTTP-Message>=0
RUN_DEPENDS = www/p5-HTTP-Message>=0 \
www/p5-CGI
TEST_DEPENDS = devel/p5-Test-Requires>=0.08
.include <bsd.port.mk>

View File

@ -1,13 +1,16 @@
# $OpenBSD: Makefile,v 1.4 2016/03/20 19:57:14 naddy Exp $
# $OpenBSD: Makefile,v 1.5 2016/04/05 12:21:41 sthen Exp $
COMMENT= CGI.pm adaption to the PSGI protocol
MODULES= cpan
PKG_ARCH= *
DISTNAME= CGI-PSGI-0.15
REVISION= 0
CATEGORIES= www
# Perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= www/p5-CGI
.include <bsd.port.mk>

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2016/03/20 19:57:23 naddy Exp $
# $OpenBSD: Makefile,v 1.12 2016/04/05 12:21:41 sthen Exp $
COMMENT= virtual base class for WWW searches
DISTNAME = WWW-Search-2.515
DISTNAME= WWW-Search-2.515
REVISION= 0
CATEGORIES= www
# perl
@ -18,6 +19,7 @@ RUN_DEPENDS= converters/p5-DateManip \
mail/p5-Email-Send \
math/p5-Bit-Vector \
misc/p5-User \
www/p5-CGI \
www/p5-HTML-Parser>=2.23 \
www/p5-HTML-Tree \
www/p5-URI \

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.14 2014/05/30 13:14:09 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2016/04/05 12:21:41 sthen Exp $
COMMENT= web-based tool for managing racks of equipment
VER= 1.2.5-1
DISTNAME= rackmonkey-${VER}
PKGNAME= rackmonkey-${VER:S/-/./}
REVISION= 6
REVISION= 7
CATEGORIES= www net databases
@ -25,6 +24,7 @@ RUN_DEPENDS= p5-DBD-SQLite-*|p5-DBD-Pg-*|p5-DBD-mysql-*:databases/p5-DBD-SQLite
misc/p5-Spreadsheet-WriteExcel \
net/p5-Net-DNS \
www/mod_perl \
www/p5-CGI \
www/p5-HTML-Template \
www/p5-HTML-Parser