Date: Mon, 2 Jun 2003 00:54:00 +1000 (EST) From: Steven Honson <shonson@isoproplex.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Steven Honson <shonson@isoproplex.net> Subject: ports/52840: New Port: net/dnsmasq Message-ID: <200306011454.h51Es0Qn053936@omega.enumerati.org> Resent-Message-ID: <200306011500.h51F0RsL070064@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <shonson@isoproplex.net> >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 <bsd.port.mk> 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 <sys/types.h> X #include <netinet/in.h> X /* and this for C library versions */ X-#include <libio.h> X+/* #include <libio.h> */ 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306011454.h51Es0Qn053936>