r35419 - in /packages/plotrix: ./ trunk/ trunk/debian/ trunk/debian/README.Debian trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/rules trunk/debian/watch
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Sat Jan 17 11:54:13 UTC 2009
Author: tille
Date: Sat Jan 17 11:54:13 2009
New Revision: 35419
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35419
Log:
I need this R module to create mailing list activity graphs but it might be very usefull for other graphs as well. I'm a bit unsure about R policy. There was a draft at
https://stat.ethz.ch/pipermail/r-devel/2003-December/028424.html
but this is 5 years ago. Anyway, I try to follow this in the future (and probably will polish my other R stuff I commited this morning in Debian Med as well). Please point me to any mor recent R stuff if there is such a thing.
Added:
packages/plotrix/
packages/plotrix/trunk/
packages/plotrix/trunk/debian/
packages/plotrix/trunk/debian/README.Debian
packages/plotrix/trunk/debian/changelog
packages/plotrix/trunk/debian/compat
packages/plotrix/trunk/debian/control
packages/plotrix/trunk/debian/copyright
packages/plotrix/trunk/debian/rules (with props)
packages/plotrix/trunk/debian/watch
Added: packages/plotrix/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/plotrix/trunk/debian/README.Debian?rev=35419&op=file
==============================================================================
--- packages/plotrix/trunk/debian/README.Debian (added)
+++ packages/plotrix/trunk/debian/README.Debian Sat Jan 17 11:54:13 2009
@@ -1,0 +1,6 @@
+plotrix for Debian
+------------------
+
+I just needed plotrix to render mailinglist activity graphs.
+
+ -- Andreas Tille <tille at debian.org> Fri, 16 Jan 2009 20:43:13 +0100
Added: packages/plotrix/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/plotrix/trunk/debian/changelog?rev=35419&op=file
==============================================================================
--- packages/plotrix/trunk/debian/changelog (added)
+++ packages/plotrix/trunk/debian/changelog Sat Jan 17 11:54:13 2009
@@ -1,0 +1,5 @@
+plotrix (2.5-1) unstable; urgency=low
+
+ * Initial release (Closes: #512069).
+
+ -- Andreas Tille <tille at debian.org> Fri, 16 Jan 2009 20:43:13 +0100
Added: packages/plotrix/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/plotrix/trunk/debian/compat?rev=35419&op=file
==============================================================================
--- packages/plotrix/trunk/debian/compat (added)
+++ packages/plotrix/trunk/debian/compat Sat Jan 17 11:54:13 2009
@@ -1,0 +1,1 @@
+7
Added: packages/plotrix/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/plotrix/trunk/debian/control?rev=35419&op=file
==============================================================================
--- packages/plotrix/trunk/debian/control (added)
+++ packages/plotrix/trunk/debian/control Sat Jan 17 11:54:13 2009
@@ -1,0 +1,16 @@
+Source: plotrix
+Section: math
+Priority: optional
+Maintainer: Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 7), r-base-dev, cdbs
+Standards-Version: 3.8.0
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/packages/plotrix/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/plotrix/trunk/
+Homepage: http://cran.r-project.org/web/packages/plotrix/
+
+Package: r-cran-plotrix
+Architecture: any
+Depends: r-base-core, ${shlibs:Depends}
+Description: GNU R package providing various plotting functions
+ Lots of plots, various labeling, axis and color scaling functions
+ for the GNU R package.
Added: packages/plotrix/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/plotrix/trunk/debian/copyright?rev=35419&op=file
==============================================================================
--- packages/plotrix/trunk/debian/copyright (added)
+++ packages/plotrix/trunk/debian/copyright Sat Jan 17 11:54:13 2009
@@ -1,0 +1,32 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: plotrix
+Upstream-Maintainer: Jim Lemon, Ben Bolker, Sander Oom, Eduardo Klein,
+ Barry Rowlingson, Hadley Wickham, Anupam Tyagi,
+ Olivier Eterradossi, Gabor Grothendieck, Michael Toews,
+ John Kane, Mike Cheetham, Rolf Turner, Carl Witthoft,
+ Julian Stander, Thomas Petzoldt
+Upstream-Source: http://cran.r-project.org/src/contrib/
+X-Debianized-By: Andreas Tille <tille at debian.org>
+X-Packaged-Date: Tue, 13 Jan 2009 11:48:08 +0100
+
+Files: debian/*
+Copyright: 2009 Andreas Tille <tille at debian.org>
+License: Same as plotrix itself
+
+Files: *
+Copyright: (C) 2008 Jim Lemon, Ben Bolker, Sander Oom, and others
+ 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.
+X-Comment: On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL'.
Added: packages/plotrix/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/plotrix/trunk/debian/rules?rev=35419&op=file
==============================================================================
--- packages/plotrix/trunk/debian/rules (added)
+++ packages/plotrix/trunk/debian/rules Sat Jan 17 11:54:13 2009
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-plotrix package
+# Copyright 2009 by Andreas Tille <tille at debian.org>
+
+include /usr/share/R/debian/r-cran.mk
Propchange: packages/plotrix/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/plotrix/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/plotrix/trunk/debian/watch?rev=35419&op=file
==============================================================================
--- packages/plotrix/trunk/debian/watch (added)
+++ packages/plotrix/trunk/debian/watch Sat Jan 17 11:54:13 2009
@@ -1,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/plotrix_([\d.-]*)\.tar\.gz
More information about the debian-science-commits
mailing list