[csw-devel] SF.net SVN: gar:[3817] csw/mgar/pkg/socat/trunk

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Mar 19 15:23:19 CET 2009


Revision: 3817
          http://gar.svn.sourceforge.net/gar/?rev=3817&view=rev
Author:   skayser
Date:     2009-03-19 14:23:19 +0000 (Thu, 19 Mar 2009)

Log Message:
-----------
socat: switched to garv2, bumped version

Modified Paths:
--------------
    csw/mgar/pkg/socat/trunk/Makefile

Property Changed:
----------------
    csw/mgar/pkg/socat/trunk/


Property changes on: csw/mgar/pkg/socat/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1

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


Modified: csw/mgar/pkg/socat/trunk/Makefile
===================================================================
--- csw/mgar/pkg/socat/trunk/Makefile	2009-03-19 14:14:25 UTC (rev 3816)
+++ csw/mgar/pkg/socat/trunk/Makefile	2009-03-19 14:23:19 UTC (rev 3817)
@@ -1,36 +1,39 @@
 GARNAME = socat
-GARVERSION = 1.6.0.1
+GARVERSION = 1.7.0.0
 CATEGORIES = net
 
 DESCRIPTION = Multipurpose relay for bidirectional data transfer
 define BLURB
-	socat is a relay for bidirectional data transfer between two independent data
-	channels. Each of these data channels may be a file, pipe, device (serial line
-	etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an
-	SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNU
-	line editor (readline), a program, or a combination of two of these. 
-	These modes include generation of "listening" sockets, named pipes, and pseudo
-	terminals.
+	socat is a relay for bidirectional data transfer between two independent
+	data channels. Each of these data channels may be a file, pipe, device
+	(serial line etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw,
+	UDP, TCP), an SSL socket, proxy CONNECT connection, a file descriptor
+	(stdin etc.), the GNU line editor (readline), a program, or a
+	combination of two of these.  These modes include generation of
+	"listening" sockets, named pipes, and pseudo terminals.
 endef
 
 MASTER_SITES = http://www.dest-unreach.org/socat/download/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWsocat,depend prototype)
-
 DISTFILES += changelog.CSW
 
-# We define upstream file regex so we can be notifed of new upstream software release
+SPKG_SOURCEURL = http://www.dest-unreach.org/socat/
+
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 # Disable gcc specific options
 PATCHFILES = cc_compile.patch
 
 CONFIGURE_ARGS = $(DIRPATHS)
+
+# 200+ tests take a while. Run them manually when packaging a new version
 TEST_SCRIPTS =
 
+EXTRA_EXCLUDE_FILES = $(bindir)/procan $(bindir)/filan
+
 include gar/category.mk
 
-
-pre-configure:
+# Run autoconf to re-evaulate the patched configure.in / Makefile.in
+pre-configure-modulated:
 	cd $(WORKSRC) && autoconf
 	 @$(MAKECOOKIE)


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