Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2001 17:47:05 -0500 (CDT)
From:      Kim Scarborough <sluggo@jinx.unknown.nu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28977: New port: www/micro_httpd
Message-ID:  <200107142247.RAA98302@jinx.unknown.nu>

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

>Number:         28977
>Category:       ports
>Synopsis:       New port: www/micro_httpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 14 15:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Kim Scarborough
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
bla bla bla
>Environment:

	N/A

>Description:

	A tiny web server.

>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:
#
#	micro_httpd
#	micro_httpd/Makefile
#	micro_httpd/pkg-comment
#	micro_httpd/pkg-descr
#	micro_httpd/pkg-plist
#	micro_httpd/distinfo
#	micro_httpd/files
#	micro_httpd/files/patch-aa
#	micro_httpd/files/patch-ab
#
echo c - micro_httpd
mkdir -p micro_httpd > /dev/null 2>&1
echo x - micro_httpd/Makefile
sed 's/^X//' >micro_httpd/Makefile << 'END-of-micro_httpd/Makefile'
X# New ports collection makefile for:	micro_httpd
X# Date created:				13 Jul 2001
X# Whom:					Kim Scarborough <user@unknown.nu>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	micro_httpd
XPORTVERSION=	2000.12.15
XCATEGORIES=	www
XMASTER_SITES=	http://www.acme.com/software/micro_httpd/ \
X		http://www.unknown.nu/ports/
XDISTNAME=	${PORTNAME}_15dec00
X
XMAINTAINER=	user@unknown.nu
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XMAN8=		micro_httpd.8
X
Xpost-install:
X	strip ${PREFIX}/sbin/httpd
X
X.include <bsd.port.mk>
END-of-micro_httpd/Makefile
echo x - micro_httpd/pkg-comment
sed 's/^X//' >micro_httpd/pkg-comment << 'END-of-micro_httpd/pkg-comment'
XAn extremely small web server
END-of-micro_httpd/pkg-comment
echo x - micro_httpd/pkg-descr
sed 's/^X//' >micro_httpd/pkg-descr << 'END-of-micro_httpd/pkg-descr'
XThis is a very small (7 Kb) HTTP server. It runs from inetd, which means
Xits performance is poor. But for low-traffic sites, it's quite adequate.
XIt implements all the basic features of an HTTP server.
END-of-micro_httpd/pkg-descr
echo x - micro_httpd/pkg-plist
sed 's/^X//' >micro_httpd/pkg-plist << 'END-of-micro_httpd/pkg-plist'
Xsbin/micro_httpd
END-of-micro_httpd/pkg-plist
echo x - micro_httpd/distinfo
sed 's/^X//' >micro_httpd/distinfo << 'END-of-micro_httpd/distinfo'
XMD5 (micro_httpd_15dec00.tar.gz) = 008e7dde13770fcb812156e3d0963b6f
END-of-micro_httpd/distinfo
echo c - micro_httpd/files
mkdir -p micro_httpd/files > /dev/null 2>&1
echo x - micro_httpd/files/patch-aa
sed 's/^X//' >micro_httpd/files/patch-aa << 'END-of-micro_httpd/files/patch-aa'
X*** Makefile.orig	Fri Sep 17 02:17:18 1999
X--- Makefile	Fri Jul 13 22:04:10 2001
X***************
X*** 1,5 ****
X! BINDIR =	/usr/local/sbin
X! MANDIR =	/usr/local/man/man8
X  CC =		gcc
X  CFLAGS =	-O
X  #CFLAGS =	-g
X--- 1,5 ----
X! BINDIR =	${PREFIX}/sbin
X! MANDIR =	${PREFIX}/man/man8
X  CC =		gcc
X  CFLAGS =	-O
X  #CFLAGS =	-g
END-of-micro_httpd/files/patch-aa
echo x - micro_httpd/files/patch-ab
sed 's/^X//' >micro_httpd/files/patch-ab << 'END-of-micro_httpd/files/patch-ab'
X*** micro_httpd.8.orig	Fri Dec 10 17:45:13 1999
X--- micro_httpd.8	Sat Jul 14 15:01:20 2001
X***************
X*** 1,4 ****
X! .TH micro_httpd 1 "15 March 1999"
X  .SH NAME
X  micro_httpd - really small HTTP server
X  .SH SYNOPSIS
X--- 1,4 ----
X! .TH micro_httpd 8 "15 March 1999"
X  .SH NAME
X  micro_httpd - really small HTTP server
X  .SH SYNOPSIS
END-of-micro_httpd/files/patch-ab
exit

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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