[csw-devel] SF.net SVN: gar:[3528] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Fri Feb 27 23:31:57 CET 2009
Revision: 3528
http://gar.svn.sourceforge.net/gar/?rev=3528&view=rev
Author: skayser
Date: 2009-02-27 22:31:57 +0000 (Fri, 27 Feb 2009)
Log Message:
-----------
axel: Initial commit
Added Paths:
-----------
csw/mgar/pkg/axel/
csw/mgar/pkg/axel/branches/
csw/mgar/pkg/axel/tags/
csw/mgar/pkg/axel/trunk/
csw/mgar/pkg/axel/trunk/Makefile
csw/mgar/pkg/axel/trunk/checksums
csw/mgar/pkg/axel/trunk/files/
Property changes on: csw/mgar/pkg/axel/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/axel/trunk/Makefile
===================================================================
--- csw/mgar/pkg/axel/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/axel/trunk/Makefile 2009-02-27 22:31:57 UTC (rev 3528)
@@ -0,0 +1,34 @@
+GARNAME = axel
+GARVERSION = 2.3
+CATEGORIES = utils
+
+DESCRIPTION = Download accelerator
+define BLURB
+ Axel tries to accelerate downloads by using multiple connections (possibly
+ to multiple servers) for one download. Because of its size, it might be
+ very useful on bootdisks or other small systems as a wget replacement
+endef
+
+MASTER_SITES = http://alioth.debian.org/frs/download.php/2717/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UPSTREAM_MASTER_SITES = http://alioth.debian.org/frs/?group_id=100070
+UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_SCRIPTS =
+
+PROTOTYPE_FILTER = awk '\
+ $$$$3 ~ /axelrc.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \
+ { print }'
+
+include gar/category.mk
+
+pre-build-modulated:
+ @perl -pi -e 's/-Wall//g' $(WORKSRC)/Makefile
+
+post-install-modulated:
+ @mv $(DESTDIR)$(sysconfdir)/axelrc \
+ $(DESTDIR)$(sysconfdir)/axelrc.CSW
Added: csw/mgar/pkg/axel/trunk/checksums
===================================================================
--- csw/mgar/pkg/axel/trunk/checksums (rev 0)
+++ csw/mgar/pkg/axel/trunk/checksums 2009-02-27 22:31:57 UTC (rev 3528)
@@ -0,0 +1 @@
+6f49813ffc1dd10829d74b73712cb5ed download/axel-2.3.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