From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 1 08:00:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 853D137B401 for ; Sun, 1 Jun 2003 08:00:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A3644005 for ; Sun, 1 Jun 2003 08:00:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h51F0RUp070066 for ; Sun, 1 Jun 2003 08:00:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h51F0RsL070064; Sun, 1 Jun 2003 08:00:27 -0700 (PDT) Resent-Date: Sun, 1 Jun 2003 08:00:27 -0700 (PDT) Resent-Message-Id: <200306011500.h51F0RsL070064@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steven Honson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0052E37B401 for ; Sun, 1 Jun 2003 07:54:18 -0700 (PDT) Received: from omega.enumerati.org (dsl-203-113-244-195.TAS.netspace.net.au [203.113.244.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id C15A243FE5 for ; Sun, 1 Jun 2003 07:52:54 -0700 (PDT) (envelope-from shonson@sthhbt.homeip.net) Received: from omega.enumerati.org (localhost.enumerati.org [127.0.0.1]) by omega.enumerati.org (8.12.8/8.12.6) with ESMTP id h51Es2Yh053937; Mon, 2 Jun 2003 00:54:03 +1000 (EST) (envelope-from shonson@sthhbt.homeip.net) Received: (from shonson@localhost) by omega.enumerati.org (8.12.8/8.12.8/Submit) id h51Es0Qn053936; Mon, 2 Jun 2003 00:54:00 +1000 (EST) (envelope-from shonson) Message-Id: <200306011454.h51Es0Qn053936@omega.enumerati.org> Date: Mon, 2 Jun 2003 00:54:00 +1000 (EST) From: Steven Honson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Steven Honson Subject: ports/52840: New Port: net/dnsmasq X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Steven Honson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2003 15:00:28 -0000 >Number: 52840 >Category: ports >Synopsis: New Port: net/dnsmasq >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: Sun Jun 01 08:00:26 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Steven Honson >Release: FreeBSD 5.0-RELEASE i386 >Organization: Steven Honson >Environment: >Description: Dnsmasq is a caching DNS forwarder designed to provide DNS service on a small network. It is targeted at home networks using NAT and connected to the internet via a modem, cable-modem or ADSL connection but would be a good choice for any small network where low resource use and ease of configuration are important. >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: # # dnsmasq # dnsmasq/Makefile # dnsmasq/files # dnsmasq/files/patch-dnsmasq.h # dnsmasq/distinfo # dnsmasq/pkg-plist # dnsmasq/pkg-descr # echo c - dnsmasq mkdir -p dnsmasq > /dev/null 2>&1 echo x - dnsmasq/Makefile sed 's/^X//' >dnsmasq/Makefile << 'END-of-dnsmasq/Makefile' X# New ports collection makefile for: dnsmasq X# Date created: 1 June 2003 X# Whom: shonson X# X# $FreeBSD$ X# X XPORTNAME= dnsmasq XPORTVERSION= 1.12 XCATEGORIES= net XMASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ X XMAINTAINER= shonson@isoproplex.net XCOMMENT= A caching DNS forwarder X XMAN8= dnsmasq.8 X X.include END-of-dnsmasq/Makefile echo c - dnsmasq/files mkdir -p dnsmasq/files > /dev/null 2>&1 echo x - dnsmasq/files/patch-dnsmasq.h sed 's/^X//' >dnsmasq/files/patch-dnsmasq.h << 'END-of-dnsmasq/files/patch-dnsmasq.h' X--- dnsmasq.h.orig Mon Jun 2 00:17:58 2003 X+++ dnsmasq.h Mon Jun 2 00:18:08 2003 X@@ -16,7 +16,7 @@ X #include X #include X /* and this for C library versions */ X-#include X+/* #include */ X X #include "config.h" X END-of-dnsmasq/files/patch-dnsmasq.h echo x - dnsmasq/distinfo sed 's/^X//' >dnsmasq/distinfo << 'END-of-dnsmasq/distinfo' XMD5 (dnsmasq-1.12.tar.gz) = 41f4ef37bb38e7b50430d00de92d5789 END-of-dnsmasq/distinfo echo x - dnsmasq/pkg-plist sed 's/^X//' >dnsmasq/pkg-plist << 'END-of-dnsmasq/pkg-plist' Xsbin/dnsmasq X END-of-dnsmasq/pkg-plist echo x - dnsmasq/pkg-descr sed 's/^X//' >dnsmasq/pkg-descr << 'END-of-dnsmasq/pkg-descr' XDnsmasq is a caching DNS forwarder designed to provide DNS service on a Xsmall network. It is targeted at home networks using NAT and connected to Xthe internet via a modem, cable-modem or ADSL connection but would be a Xgood choice for any small network where low resource use and ease of Xconfiguration are important. X XWWW: http://www.thekelleys.org.uk/dnsmasq/doc.html X X- Steven Honson Xshonson@isoproplex.net END-of-dnsmasq/pkg-descr exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: