mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
A superdaemon for hot-deploying server programs.
WWW: http://search.cpan.org/dist/Server-Starter/
This commit is contained in:
parent
de5ad4812d
commit
0840b29a3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251998
@ -669,6 +669,7 @@
|
||||
SUBDIR += p5-SOAP-Lite-060
|
||||
SUBDIR += p5-SOAP-MySOAP
|
||||
SUBDIR += p5-Samba-LDAP
|
||||
SUBDIR += p5-Server-Starter
|
||||
SUBDIR += p5-Socket-Class
|
||||
SUBDIR += p5-Socket-GetAddrInfo
|
||||
SUBDIR += p5-Socket-Multicast6
|
||||
|
26
net/p5-Server-Starter/Makefile
Normal file
26
net/p5-Server-Starter/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: Server::Starter
|
||||
# Date created: 02 Apr 2010
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Server-Starter
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension of superdaemon for hot-deploying server programs
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Proc-Wait3>0:${PORTSDIR}/devel/p5-Proc-Wait3
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= start_server.1
|
||||
MAN3= Server::Starter.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Server-Starter/distinfo
Normal file
3
net/p5-Server-Starter/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Server-Starter-0.06.tar.gz) = 1580b0a1d0d93009fc04abbf47af95b7
|
||||
SHA256 (Server-Starter-0.06.tar.gz) = c1d1aa3619b19438fdf5c45613e8332155d9a328c98e99c7fb95901d69f0cc6a
|
||||
SIZE (Server-Starter-0.06.tar.gz) = 26036
|
3
net/p5-Server-Starter/pkg-descr
Normal file
3
net/p5-Server-Starter/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A superdaemon for hot-deploying server programs.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Server-Starter/
|
6
net/p5-Server-Starter/pkg-plist
Normal file
6
net/p5-Server-Starter/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/start_server
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Server/Starter/.packlist
|
||||
%%SITE_PERL%%/Server/Starter.pm
|
||||
@dirrmtry %%SITE_PERL%%/Server
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Server/Starter
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Server
|
Loading…
Reference in New Issue
Block a user