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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Jul 13 14:37:41 CEST 2011


Revision: 15051
          http://gar.svn.sourceforge.net/gar/?rev=15051&view=rev
Author:   dmichelsen
Date:     2011-07-13 12:37:41 +0000 (Wed, 13 Jul 2011)

Log Message:
-----------
netcat: Initial commit

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

Copied: csw/mgar/pkg/netcat/Makefile (from rev 15048, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/netcat/Makefile	                        (rev 0)
+++ csw/mgar/pkg/netcat/Makefile	2011-07-13 12:37:41 UTC (rev 15051)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


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


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


Added: csw/mgar/pkg/netcat/trunk/Makefile
===================================================================
--- csw/mgar/pkg/netcat/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/netcat/trunk/Makefile	2011-07-13 12:37:41 UTC (rev 15051)
@@ -0,0 +1,21 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = netcat
+VERSION = 0.7.1
+GARTYPE = v2
+CATEGORIES = utils
+
+DESCRIPTION = GNU netcat, a network debugging utility
+define BLURB
+endef
+
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES  = $(DISTNAME).tar.bz2
+
+VENDOR_URL = http://netcat.sourceforge.net/
+
+RUNTIME_DEP_PKGS_CSWnetcat += CSWlibintl8
+
+include gar/category.mk
+


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

Added: csw/mgar/pkg/netcat/trunk/checksums
===================================================================
--- csw/mgar/pkg/netcat/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/netcat/trunk/checksums	2011-07-13 12:37:41 UTC (rev 15051)
@@ -0,0 +1 @@
+0a29eff1736ddb5effd0b1ec1f6fe0ef  netcat-0.7.1.tar.bz2


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