r46473 - in /packages/R/r-cran-polycub: ./ trunk/ trunk/debian/ trunk/debian/source/
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Fri Jan 24 12:30:50 UTC 2014
Author: tille
Date: Fri Jan 24 12:30:48 2014
New Revision: 46473
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46473
Log:
Inject r-cran-polycub
Added:
packages/R/r-cran-polycub/
packages/R/r-cran-polycub/trunk/
packages/R/r-cran-polycub/trunk/debian/
packages/R/r-cran-polycub/trunk/debian/README.test
packages/R/r-cran-polycub/trunk/debian/changelog
packages/R/r-cran-polycub/trunk/debian/compat
packages/R/r-cran-polycub/trunk/debian/control
packages/R/r-cran-polycub/trunk/debian/copyright
packages/R/r-cran-polycub/trunk/debian/docs
packages/R/r-cran-polycub/trunk/debian/rules (with props)
packages/R/r-cran-polycub/trunk/debian/source/
packages/R/r-cran-polycub/trunk/debian/source/format
packages/R/r-cran-polycub/trunk/debian/watch
Added: packages/R/r-cran-polycub/trunk/debian/README.test
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-polycub/trunk/debian/README.test?rev=46473&op=file
==============================================================================
--- packages/R/r-cran-polycub/trunk/debian/README.test (added)
+++ packages/R/r-cran-polycub/trunk/debian/README.test Fri Jan 24 12:30:48 2014
@@ -0,0 +1,24 @@
+Notes on how this package can be tested.
+ââââââââââââââââââââââââââââââââââââââââ
+
+This package can be tested by running the provided test:
+
+
+#!/bin/sh -e
+DIR=`mktemp -d`
+cd $DIR
+cp -a /usr/share/doc/r-cran-polycub/tests/* .
+LC_ALL=C R --no-save < test-all.R
+cd ..
+rm -rf $DIR
+
+
+in order to confirm its integrity.
+
+However, to do this test you also need to install gpclib
+
+ http://cran.r-project.org/web/packages/gpclib/
+
+which is non-free and thus can not be distributet in Debian main.
+
+ -- Andreas Tille <tille at debian.org> Tue, 14 Jan 2014 16:30:53 +0100
Added: packages/R/r-cran-polycub/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-polycub/trunk/debian/changelog?rev=46473&op=file
==============================================================================
--- packages/R/r-cran-polycub/trunk/debian/changelog (added)
+++ packages/R/r-cran-polycub/trunk/debian/changelog Fri Jan 24 12:30:48 2014
@@ -0,0 +1,5 @@
+r-cran-polycub (0.4-1-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #???)
+
+ -- Andreas Tille <tille at debian.org> Fri, 24 Jan 2014 11:41:19 +0100
Added: packages/R/r-cran-polycub/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-polycub/trunk/debian/compat?rev=46473&op=file
==============================================================================
--- packages/R/r-cran-polycub/trunk/debian/compat (added)
+++ packages/R/r-cran-polycub/trunk/debian/compat Fri Jan 24 12:30:48 2014
@@ -0,0 +1 @@
+9
Added: packages/R/r-cran-polycub/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-polycub/trunk/debian/control?rev=46473&op=file
==============================================================================
--- packages/R/r-cran-polycub/trunk/debian/control (added)
+++ packages/R/r-cran-polycub/trunk/debian/control Fri Jan 24 12:30:48 2014
@@ -0,0 +1,34 @@
+Source: r-cran-polycub
+Section: gnu-r
+XS-Testsuite: autopkgtest
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9.0),
+ cdbs,
+ r-base-dev,
+ r-cran-sp,
+ r-cran-spatstat,
+ r-cran-statmod
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/R/trunk/packages/r-cran-polycub/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/trunk/packages/r-cran-polycub/trunk/
+Homepage: http://cran.r-project.org/web/packages/polyCub/
+
+Package: r-cran-polycub
+Architecture: all
+Depends: ${misc:Depends},
+ ${R:Depends},
+ r-cran-sp,
+ r-cran-spatstat,
+ r-cran-statmod
+Description: GNU R Cubature over Polygonal Domains
+ PolyCub is a GNU R package providing methods for cubature (numerical
+ integration) over polygonal domains. Currently, four cubature methods
+ are implemented: the two-dimensional midpoint rule (a simple wrapper
+ around spatstat::as.im.function), the product Gauss cubature proposed by
+ Sommariva and Vianello (2007), an adaptive cubature for isotropic
+ functions via line integrate() along the boundary, and quasi-exact
+ methods specific to the integration of the bivariate Gaussian density
+ over polygonal and circular domains. For cubature over simple
+ hypercubes, the packages cubature and R2Cuba are more appropriate.
Added: packages/R/r-cran-polycub/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-polycub/trunk/debian/copyright?rev=46473&op=file
==============================================================================
--- packages/R/r-cran-polycub/trunk/debian/copyright (added)
+++ packages/R/r-cran-polycub/trunk/debian/copyright Fri Jan 24 12:30:48 2014
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: polyCub
+Upstream-Contact: Sebastian Meyer <Sebastian.Meyer at ifspm.uzh.ch>
+Source: http://cran.r-project.org/web/packages/polyCub/
+
+Files: *
+Copyright: (C) 2005 - 2013 Sebastian Meyer, Michael Hoehle
+License: GPL2
+
+Files: debian/*
+Copyright: 2014 Andreas Tille <tille at debian.org>
+License: GPL2
+
+License: GPL2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL'.
Added: packages/R/r-cran-polycub/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-polycub/trunk/debian/docs?rev=46473&op=file
==============================================================================
--- packages/R/r-cran-polycub/trunk/debian/docs (added)
+++ packages/R/r-cran-polycub/trunk/debian/docs Fri Jan 24 12:30:48 2014
@@ -0,0 +1,2 @@
+debian/README.test
+tests
Added: packages/R/r-cran-polycub/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-polycub/trunk/debian/rules?rev=46473&op=file
==============================================================================
--- packages/R/r-cran-polycub/trunk/debian/rules (added)
+++ packages/R/r-cran-polycub/trunk/debian/rules Fri Jan 24 12:30:48 2014
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/R/debian/r-cran.mk
Propchange: packages/R/r-cran-polycub/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/R/r-cran-polycub/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-polycub/trunk/debian/source/format?rev=46473&op=file
==============================================================================
--- packages/R/r-cran-polycub/trunk/debian/source/format (added)
+++ packages/R/r-cran-polycub/trunk/debian/source/format Fri Jan 24 12:30:48 2014
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/R/r-cran-polycub/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-polycub/trunk/debian/watch?rev=46473&op=file
==============================================================================
--- packages/R/r-cran-polycub/trunk/debian/watch (added)
+++ packages/R/r-cran-polycub/trunk/debian/watch Fri Jan 24 12:30:48 2014
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/polyCub_([-\d.]*)\.tar\.gz
More information about the debian-science-commits
mailing list