Author: smoe-guest
Date: 2009-05-22 19:27:31 +0000 (Fri, 22 May 2009)
New Revision: 3412

Added:
   trunk/packages/R/r-cran-g.data/
   trunk/packages/R/r-cran-g.data/trunk/
   trunk/packages/R/r-cran-g.data/trunk/debian/
   trunk/packages/R/r-cran-g.data/trunk/debian/changelog
   trunk/packages/R/r-cran-g.data/trunk/debian/control
   trunk/packages/R/r-cran-g.data/trunk/debian/copyright
   trunk/packages/R/r-cran-g.data/trunk/debian/rules
   trunk/packages/R/r-cran-g.data/trunk/debian/watch
Log:
Providing new R package g.data, allowing to dyssynchronise
the handling of data between disk and memory. It is needed
by the upcoming package "happy" by R. Mott.



Property changes on: trunk/packages/R/r-cran-g.data/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/packages/R/r-cran-g.data/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-g.data/trunk/debian/changelog                       
        (rev 0)
+++ trunk/packages/R/r-cran-g.data/trunk/debian/changelog       2009-05-22 
19:27:31 UTC (rev 3412)
@@ -0,0 +1,5 @@
+r-cran-g.data (2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #530004).
+
+ -- Steffen Moeller <[email protected]>  Fri, 22 May 2009 21:05:06 +0200

Added: trunk/packages/R/r-cran-g.data/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-g.data/trunk/debian/control                         
(rev 0)
+++ trunk/packages/R/r-cran-g.data/trunk/debian/control 2009-05-22 19:27:31 UTC 
(rev 3412)
@@ -0,0 +1,20 @@
+Source: r-cran-g.data
+Section: gnu-r
+Priority: optional
+Maintainer: Debian-Med Packaging Team 
<[email protected]>
+Uploaders: Steffen Moeller <[email protected]>
+Build-Depends: debhelper (>= 5.0.0), cdbs, r-base-dev
+Standards-Version: 3.8.1
+Homepage: http://cran.r-project.org/web/packages/g.data
+Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-g.data/trunk/?rev=0&sc=0
+Vcs-Svn: 
svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-g.data/trunk/
+
+Package: r-cran-g.data
+Architecture: all
+Depends: ${shlibs:Depends}, r-base-core
+Description: GNU R package for delayed-data
+ g.data creates and maintains delayed-data packages (DDP's). Data
+ stored in a DDP are available on demand, but do not take up memory
+ until requested.  You attach a DDP with g.data.attach(), then read from
+ it and assign to it in a manner similar to S-Plus, except that you must
+ run g.data.save() to actually commit to disk.

Added: trunk/packages/R/r-cran-g.data/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-g.data/trunk/debian/copyright                       
        (rev 0)
+++ trunk/packages/R/r-cran-g.data/trunk/debian/copyright       2009-05-22 
19:27:31 UTC (rev 3412)
@@ -0,0 +1,16 @@
+The R library combinat was written by David Brahm <[email protected]>
+and is also maintained by him.
+
+This Debian package was created by Steffen Moeller <[email protected]>.
+
+The sources were downloaded from http://cran.r-project.org/src/contrib/.
+
+The package was renamed from its upstream name 'g.data' to
+'r-cran-g.data' to highlight the fact that is it a package for R within
+the CRAN archive.
+
+Combinat is copyright 2009 David Brahm and released under the GNU General
+Public License (GPL).
+
+On a Debian GNU/Linux system, the GPL license is included in the file
+/usr/share/common-licenses/GPL.

Added: trunk/packages/R/r-cran-g.data/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-g.data/trunk/debian/rules                           
(rev 0)
+++ trunk/packages/R/r-cran-g.data/trunk/debian/rules   2009-05-22 19:27:31 UTC 
(rev 3412)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+#                                                      -*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-qtl package
+# Copyright 2003-2006 by Dirk Eddelbuettel <[email protected]>
+
+include /usr/share/R/debian/r-cran.mk


Property changes on: trunk/packages/R/r-cran-g.data/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/R/r-cran-g.data/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-g.data/trunk/debian/watch                           
(rev 0)
+++ trunk/packages/R/r-cran-g.data/trunk/debian/watch   2009-05-22 19:27:31 UTC 
(rev 3412)
@@ -0,0 +1,3 @@
+version=3
+http://cran.r-project.org/src/contrib/g.data_([-0-9\.]*)\.tar\.gz
+


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to