Add R-moonsun-0.1.2: Basic astronomical routines
This commit is contained in:
parent
c43746b1cd
commit
6aa1041b80
3 changed files with 24 additions and 0 deletions
2
R-moonsun/DESCR
Normal file
2
R-moonsun/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
A collection of basic astronomical routines for R based on
|
||||
''Practical astronomy with your calculator`` by Peter Duffet-Smith
|
17
R-moonsun/Makefile
Normal file
17
R-moonsun/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/12/03 00:00:43 hubertf Exp $
|
||||
|
||||
CATEGORIES= devel math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://cran.r-project.org/web/packages/moonsun/index.html
|
||||
COMMENT= Basic astronomical routines
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= moonsun
|
||||
R_PKGVER= 0.1.2
|
||||
|
||||
BUILDLINK_API_DEPENDS.R+= R>=2.5.0
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
R-moonsun/distinfo
Normal file
5
R-moonsun/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/12/03 00:00:43 hubertf Exp $
|
||||
|
||||
SHA1 (R/moonsun_0.1.2.tar.gz) = c373415965790b6c4a93fb090146e42e9a987c20
|
||||
RMD160 (R/moonsun_0.1.2.tar.gz) = 448ebf8aab415f9649b17c860d2134f3047f846d
|
||||
Size (R/moonsun_0.1.2.tar.gz) = 153683 bytes
|
Loading…
Reference in a new issue