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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Feb 17 09:45:22 CET 2010


Revision: 8611
          http://gar.svn.sourceforge.net/gar/?rev=8611&view=rev
Author:   wahwah
Date:     2010-02-17 08:45:22 +0000 (Wed, 17 Feb 2010)

Log Message:
-----------
rsync: Initial commit, version 3.0.7

Modified Paths:
--------------
    csw/mgar/pkg/rsync/trunk/Makefile
    csw/mgar/pkg/rsync/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/rsync/

Modified: csw/mgar/pkg/rsync/trunk/Makefile
===================================================================
--- csw/mgar/pkg/template/trunk/Makefile	2010-02-13 12:42:13 UTC (rev 8535)
+++ csw/mgar/pkg/rsync/trunk/Makefile	2010-02-17 08:45:22 UTC (rev 8611)
@@ -11,8 +11,8 @@
 ## For more information about GAR variables, please see:
 ## https://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference
 ##
-GARNAME = mypkg
-GARVERSION = 1.0
+GARNAME = rsync
+GARVERSION = 3.0.7
 ##
 ## The category that your software fits in. This is not a descriptive field, but
 ## influences the build process. Depending on the CATEGORIES setting, different
@@ -22,24 +22,26 @@
 ## Possible settings are:
 ## apps, cpan, devel, gnome, java, kde, lang, lib, meta, net, python, server,
 ## utils, x11, xfce, xorg, xtra
-CATEGORIES = lib
+CATEGORIES = utils
 ##
 ## A one-line description of the package, which will appear in the pkginfo.
-DESCRIPTION = <please fill in>
+DESCRIPTION = utility which provides fast incremental file transfer
 ##
 ## A longer description of the package. This is only for descriptive purposes
 ## inside the Makefile and is not used elsewhere.
 define BLURB
-  <please fill in>
+  rsync is an open source utility that provides fast incremental file transfer.
+  rsync is freely available under the GNU General Public License and is
+  currently being maintained by Wayne Davison.
 endef
 ##
 ## Upstream URL that should show up in the VENDOR field as well as on
 ## http://opencsw.org/packages/<packagename>.
-SPKG_SOURCEURL =
+SPKG_SOURCEURL = http://rsync.samba.org/
 ##
 ## Whitespace-separated list of URLs to download the source package from.
 ## There are presets: $(SF_MIRRORS), $(GNU_MIRRORS) and $(GOOGLE_MIRROR).
-MASTER_SITES =
+MASTER_SITES = http://samba.anu.edu.au/ftp/rsync/
 ##
 ## SF_PROJ is required if you set $(MASTER_SITES) to $(SF_MIRRORS) and the
 ## Sourceforge project name differs from $(GARNAME). Specifies the Sourceforge
@@ -56,7 +58,6 @@
 ## $(MASTER_SITES).
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
 ##
-## We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 ##
 ## Catalog name is the name to be used with pkg{-get,util} -i <pkgname>.
@@ -162,7 +163,7 @@
 ## Arguments passed to the ./configure script.
 CONFIGURE_ARGS = $(DIRPATHS)
 ##
-## BUILD64 =
+BUILD64 = 1
 ## CONFIGURE_ENV =
 ## EXTRA_CFLAGS =
 ## EXTRA_LDFLAGS =
@@ -176,10 +177,6 @@
 ## The compiler to use. Defaults to SOS11, can be also: SOS12, GCC3, GCC4.
 ## GARCOMPILER = SOS11
 ##
-# Remove the following rules and uncomment the
-# include before building.
-all: .DEFAULT
-.DEFAULT:
-	@true
-
-#include gar/category.mk
+RUNTIME_DEP_PKGS_CSWrsync  = CSWiconv
+RUNTIME_DEP_PKGS_CSWrsync += CSWlibpopt
+include gar/category.mk

Modified: csw/mgar/pkg/rsync/trunk/checksums
===================================================================
--- csw/mgar/pkg/template/trunk/checksums	2010-02-13 12:42:13 UTC (rev 8535)
+++ csw/mgar/pkg/rsync/trunk/checksums	2010-02-17 08:45:22 UTC (rev 8611)
@@ -0,0 +1 @@
+b53525900817cf1ba7ad3a516ab5bfe9  rsync-3.0.7.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