diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 08:16:02 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 08:16:02 +0000 |
commit | 8e1eb02a06a040c246a6facaff7aa7742ac54c82 (patch) | |
tree | 59cd9d4f8793a2cc175d0209216a2d117060f2ac /math | |
parent | 550862c3bcb55a85afc16757018d3c1ebac74040 (diff) | |
download | pkgsrc-8e1eb02a06a040c246a6facaff7aa7742ac54c82.tar.gz |
Imported R-mapproj from pkgsrc-wip.
Converts latitude/longitude into projected coordinates.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-mapproj/DESCR | 1 | ||||
-rw-r--r-- | math/R-mapproj/Makefile | 15 | ||||
-rw-r--r-- | math/R-mapproj/PLIST | 1 | ||||
-rw-r--r-- | math/R-mapproj/distinfo | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/math/R-mapproj/DESCR b/math/R-mapproj/DESCR new file mode 100644 index 00000000000..1cbc4fdd013 --- /dev/null +++ b/math/R-mapproj/DESCR @@ -0,0 +1 @@ +Converts latitude/longitude into projected coordinates. diff --git a/math/R-mapproj/Makefile b/math/R-mapproj/Makefile new file mode 100644 index 00000000000..b1df0bc40d0 --- /dev/null +++ b/math/R-mapproj/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:16:02 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/mapproj.html +COMMENT= Converts latitude/longitude into projected coordinates + +R_PKGNAME= mapproj +R_PKGVER= 1.1-6 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-mapproj/PLIST b/math/R-mapproj/PLIST new file mode 100644 index 00000000000..c0341ca3065 --- /dev/null +++ b/math/R-mapproj/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:16:02 rillig Exp $ diff --git a/math/R-mapproj/distinfo b/math/R-mapproj/distinfo new file mode 100644 index 00000000000..bdfc5e255a8 --- /dev/null +++ b/math/R-mapproj/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:16:02 rillig Exp $ + +SHA1 (R/mapproj_1.1-6.tar.gz) = 8e56176d1e0a8feb43d56b04f1f5f697cce3ff73 +RMD160 (R/mapproj_1.1-6.tar.gz) = bdf4836ba56424a9e333899be8ceaa7237374c70 +Size (R/mapproj_1.1-6.tar.gz) = 22812 bytes |