Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2008 22:09:15 GMT
From:      Ron Scheckelhoff <rscheckelhoff@fourcalorieservers.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125164: New port: /usr/ports/www/fourcalhttp -- A simple caching web server
Message-ID:  <200807012209.m61M9FpE037334@www.freebsd.org>
Resent-Message-ID: <200807012210.m61MA2Pv031059@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125164
>Category:       ports
>Synopsis:       New port: /usr/ports/www/fourcalhttp -- A simple caching web server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 01 22:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ron Scheckelhoff
>Release:        FreeBSD-7.0-Release
>Organization:
Datazygte, Inc
>Environment:
>Description:

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/www/fourcalhttp
#	/usr/ports/www/fourcalhttp/pkg-plist
#	/usr/ports/www/fourcalhttp/pkg-descr
#	/usr/ports/www/fourcalhttp/distinfo
#	/usr/ports/www/fourcalhttp/Makefile
#
echo c - /usr/ports/www/fourcalhttp
mkdir -p /usr/ports/www/fourcalhttp > /dev/null 2>&1
echo x - /usr/ports/www/fourcalhttp/pkg-plist
sed 's/^X//' >/usr/ports/www/fourcalhttp/pkg-plist << 'END-of-/usr/ports/www/fourcalhttp/pkg-plist'
Xfourcalhttp/fourcalhttpd
Xfourcalhttp/license.txt
X@dirrm fourcalhttp
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-/usr/ports/www/fourcalhttp/pkg-plist
echo x - /usr/ports/www/fourcalhttp/pkg-descr
sed 's/^X//' >/usr/ports/www/fourcalhttp/pkg-descr << 'END-of-/usr/ports/www/fourcalhttp/pkg-descr'
XThe Four Calorie HTTP Server is a very simple multi-threaded, caching HTTP server.
X
XWWW: http://www.fourcalorieservers.com/
END-of-/usr/ports/www/fourcalhttp/pkg-descr
echo x - /usr/ports/www/fourcalhttp/distinfo
sed 's/^X//' >/usr/ports/www/fourcalhttp/distinfo << 'END-of-/usr/ports/www/fourcalhttp/distinfo'
XMD5 (fourcalhttp-3.0.6.tar.gz) = 37fb6e210aed7b4354b6aca40373f3e9
XSHA256 (fourcalhttp-3.0.6.tar.gz) = 63f62e8938e51ed7c62ab44d03f2006027685ab8dba3d52518242fcc4db6f128
XSIZE (fourcalhttp-3.0.6.tar.gz) = 494735
END-of-/usr/ports/www/fourcalhttp/distinfo
echo x - /usr/ports/www/fourcalhttp/Makefile
sed 's/^X//' >/usr/ports/www/fourcalhttp/Makefile << 'END-of-/usr/ports/www/fourcalhttp/Makefile'
X# New ports collection makefile for:	fourcalhttp
X# Date created:		25 Jun 2008
X# Whom:			Ron Scheckelhoff <rscheckelhoff@fourcalorieservers.com>
X#
X# $FreeBSD: ports/www/fourcalhttp/Makefile,v 1.1 2008/25/08 13:28:54  Exp $
X#
X
XPORTNAME=	fourcalhttp
XPORTVERSION=	3.0.6
XCATEGORIES=	www
XMASTER_SITES=	http://www.fourcalorieservers.com/ports/www/fourcalhttp/
X
XMAINTAINER=	rscheckelhoff@fourcalorieservers.com
XCOMMENT=	A simple HTTP server
X
XPLIST_FILES=	bin/fourcalhttpd
X
XNO_BUILD=	yes
XUSE_LDCONFIG=	yes
X
XMAN7=		fourcalhttp.7
X
X
X# distfile contains i386 binary
XONLY_FOR_ARCHS=	i386
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION}>=700000
XEXEFILE=	fourcalhttpd
X.else
XEXEFILE=	fourcalhttpd-out
X.endif
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${EXEFILE} ${PREFIX}/bin/fourcalhttpd
X	${MKDIR} ${PREFIX}/fourcalhttp
X	${INSTALL_PROGRAM} ${WRKSRC}/${EXEFILE} ${PREFIX}/fourcalhttp/fourcalhttpd
X	${INSTALL_MAN} ${WRKSRC}/fourcalhttp.7 ${MAN7PREFIX}/man/man7/fourcalhttp.7
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/license.txt ${PREFIX}/fourcalhttp/license.txt
X.include <bsd.port.post.mk>
END-of-/usr/ports/www/fourcalhttp/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807012209.m61M9FpE037334>