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

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Sun Dec 21 22:55:24 CET 2008


Revision: 2679
          http://gar.svn.sourceforge.net/gar/?rev=2679&view=rev
Author:   bonivart
Date:     2008-12-21 21:55:24 +0000 (Sun, 21 Dec 2008)

Log Message:
-----------
dhcp: first commit

Added Paths:
-----------
    csw/mgar/pkg/dhcp/
    csw/mgar/pkg/dhcp/branches/
    csw/mgar/pkg/dhcp/tags/
    csw/mgar/pkg/dhcp/trunk/
    csw/mgar/pkg/dhcp/trunk/Makefile
    csw/mgar/pkg/dhcp/trunk/checksums
    csw/mgar/pkg/dhcp/trunk/files/
    csw/mgar/pkg/dhcp/trunk/files/CSWdhcp.gspec


Property changes on: csw/mgar/pkg/dhcp/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/dhcp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dhcp/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/dhcp/trunk/Makefile	2008-12-21 21:55:24 UTC (rev 2679)
@@ -0,0 +1,29 @@
+# split into devel package
+# use cswclassutils for conf files and smf support (add init file)
+# create doc dir with license
+
+GARNAME = dhcp
+GARVERSION = 4.1.0
+CATEGORIES = net
+
+DESCRIPTION = ISC DHCP reference implementation
+define BLURB
+  ISC DHCP is open-source software that implements the Dynamic Host
+  Configuration Protocols for connection to a local network. It is a reference
+  implementation of those protocols, but it is also production-grade software,
+  suitable for use in high-volume and high-reliability applications. 
+endef
+
+MASTER_SITES = http://ftp.isc.org/isc/dhcp/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += $(call admfiles,CSWdhcp,)
+
+GARCOMPILER = GNU
+TEST_TARGET = check
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+SPKG_SOURCEURL = https://www.isc.org/software/dhcp
+
+include gar/category.mk
+

Added: csw/mgar/pkg/dhcp/trunk/checksums
===================================================================
--- csw/mgar/pkg/dhcp/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/dhcp/trunk/checksums	2008-12-21 21:55:24 UTC (rev 2679)
@@ -0,0 +1,2 @@
+1fffed2e8c3d67b111316d6a9b33db7a  download/dhcp-4.1.0.tar.gz
+688cb75529efcf37de7526cd4111eea9  download/CSWdhcp.gspec

Added: csw/mgar/pkg/dhcp/trunk/files/CSWdhcp.gspec
===================================================================
--- csw/mgar/pkg/dhcp/trunk/files/CSWdhcp.gspec	                        (rev 0)
+++ csw/mgar/pkg/dhcp/trunk/files/CSWdhcp.gspec	2008-12-21 21:55:24 UTC (rev 2679)
@@ -0,0 +1,7 @@
+%var            bitname dhcp
+%var            pkgname CSWdhcp
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright
+
+Please see /opt/csw/share/doc/dhcp/LICENSE for license information
+


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