[csw-devel] SF.net SVN: gar:[17273] csw/mgar/pkg

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Fri Mar 2 22:04:42 CET 2012


Revision: 17273
          http://gar.svn.sourceforge.net/gar/?rev=17273&view=rev
Author:   jake_goerzen
Date:     2012-03-02 21:04:42 +0000 (Fri, 02 Mar 2012)
Log Message:
-----------
dnsmasq: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/dnsmasq/
    csw/mgar/pkg/dnsmasq/Makefile
    csw/mgar/pkg/dnsmasq/branches/
    csw/mgar/pkg/dnsmasq/tags/
    csw/mgar/pkg/dnsmasq/trunk/
    csw/mgar/pkg/dnsmasq/trunk/Makefile
    csw/mgar/pkg/dnsmasq/trunk/checksums
    csw/mgar/pkg/dnsmasq/trunk/files/

Added: csw/mgar/pkg/dnsmasq/Makefile
===================================================================
--- csw/mgar/pkg/dnsmasq/Makefile	                        (rev 0)
+++ csw/mgar/pkg/dnsmasq/Makefile	2012-03-02 21:04:42 UTC (rev 17273)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/dnsmasq/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/dnsmasq/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dnsmasq/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/dnsmasq/trunk/Makefile	2012-03-02 21:04:42 UTC (rev 17273)
@@ -0,0 +1,26 @@
+NAME = dnsmasq
+VERSION = 2.59
+GARTYPE = v2
+CATEGORIES = net
+
+DESCRIPTION = Lightweight DNS forwarder and DHCP server
+define BLURB
+  Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server. It is designed to provide DNS and, optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP/TFTP/PXE for network booting of diskless machines.
+endef
+
+MASTER_SITES = http://www.thekelleys.org.uk/dnsmasq/
+DISTFILES  = $(DISTNAME).tar.gz
+
+CONFIGURE_SCRIPTS =
+GARCOMPILER = GNU
+SKIPTEST = 1
+INSTALL_ARGS = PREFIX=/opt/csw MAKE=gmake INSTALL=ginstall
+
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
+include gar/category.mk
+
+post-install-modulated:
+
+	perl -pi -e 's|/usr/local|/opt/csw|' \
+		$(DESTDIR)/opt/csw/share/man/man8/dnsmasq.8


Property changes on: csw/mgar/pkg/dnsmasq/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/dnsmasq/trunk/checksums
===================================================================
--- csw/mgar/pkg/dnsmasq/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/dnsmasq/trunk/checksums	2012-03-02 21:04:42 UTC (rev 17273)
@@ -0,0 +1 @@
+b5757ef2d7b651748eeebb88af29d7d6  dnsmasq-2.59.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list