From owner-freebsd-ports Sat Jul 14 15:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4721137B405 for ; Sat, 14 Jul 2001 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6EMo1Z90726; Sat, 14 Jul 2001 15:50:01 -0700 (PDT) (envelope-from gnats) Received: from jinx.unknown.nu (jinx.unknown.nu [216.80.99.202]) by hub.freebsd.org (Postfix) with ESMTP id 9DDC537B405 for ; Sat, 14 Jul 2001 15:47:09 -0700 (PDT) (envelope-from sluggo@jinx.unknown.nu) Received: (from sluggo@localhost) by jinx.unknown.nu (8.9.3/8.9.3) id RAA98302; Sat, 14 Jul 2001 17:47:05 -0500 (CDT) (envelope-from sluggo) Message-Id: <200107142247.RAA98302@jinx.unknown.nu> Date: Sat, 14 Jul 2001 17:47:05 -0500 (CDT) From: Kim Scarborough Reply-To: sluggo@jinx.unknown.nu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/28977: New port: www/micro_httpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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