diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-27 22:06:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-27 22:06:44 +0000 |
commit | 6b0baffa65bd4989cc675f631d63f32b15a59e21 (patch) | |
tree | 3a342cca7506a16e92aee31403b217876f187a83 /math/R-cran-gpclib | |
parent | e5c158864a9b06afcfa3b4937ba4657715b68780 (diff) | |
download | ports-6b0baffa65bd4989cc675f631d63f32b15a59e21.tar.gz ports-6b0baffa65bd4989cc675f631d63f32b15a59e21.zip |
Notes
Diffstat (limited to 'math/R-cran-gpclib')
-rw-r--r-- | math/R-cran-gpclib/Makefile | 20 | ||||
-rw-r--r-- | math/R-cran-gpclib/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-gpclib/pkg-descr | 4 | ||||
-rw-r--r-- | math/R-cran-gpclib/pkg-plist | 46 |
4 files changed, 73 insertions, 0 deletions
diff --git a/math/R-cran-gpclib/Makefile b/math/R-cran-gpclib/Makefile new file mode 100644 index 000000000000..1380d05e5a08 --- /dev/null +++ b/math/R-cran-gpclib/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gpclib +# Date created: 2009-03-27 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= gpclib +PORTVERSION= 1.4.3 +CATEGORIES= math +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_1.4-3 + +MAINTAINER= wenheping@gmail.com +COMMENT= General Polygon Clipping Library for R + +R_MOD= yes + +.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk" +.include <bsd.port.mk> diff --git a/math/R-cran-gpclib/distinfo b/math/R-cran-gpclib/distinfo new file mode 100644 index 000000000000..1f40e1deed45 --- /dev/null +++ b/math/R-cran-gpclib/distinfo @@ -0,0 +1,3 @@ +MD5 (gpclib_1.4-3.tar.gz) = f57acd44a9bc16584fdb21c279e16f37 +SHA256 (gpclib_1.4-3.tar.gz) = 050960e3c9024c6e77671bb434a04bfea0575b9f9384dd0a5c477e00111b00ae +SIZE (gpclib_1.4-3.tar.gz) = 24962 diff --git a/math/R-cran-gpclib/pkg-descr b/math/R-cran-gpclib/pkg-descr new file mode 100644 index 000000000000..a953c79e2fb4 --- /dev/null +++ b/math/R-cran-gpclib/pkg-descr @@ -0,0 +1,4 @@ +R-cran-gpclib is a general polygon clipping routines for +R based on Alan Murta's C library. + +WWW: http://www.cs.man.ac.uk/~toby/alan/software/ diff --git a/math/R-cran-gpclib/pkg-plist b/math/R-cran-gpclib/pkg-plist new file mode 100644 index 000000000000..ddaf3044b381 --- /dev/null +++ b/math/R-cran-gpclib/pkg-plist @@ -0,0 +1,46 @@ +%%R_MOD_DIR%%/CONTENTS +%%R_MOD_DIR%%/DESCRIPTION +%%R_MOD_DIR%%/INDEX +%%R_MOD_DIR%%/LICENSE +%%R_MOD_DIR%%/Meta/Rd.rds +%%R_MOD_DIR%%/Meta/hsearch.rds +%%R_MOD_DIR%%/Meta/nsInfo.rds +%%R_MOD_DIR%%/Meta/package.rds +%%R_MOD_DIR%%/NAMESPACE +%%R_MOD_DIR%%/R/gpclib +%%R_MOD_DIR%%/R/gpclib.rdb +%%R_MOD_DIR%%/R/gpclib.rdx +%%R_MOD_DIR%%/R-ex/gpc.poly-class.R +%%R_MOD_DIR%%/R-ex/gpc.poly.nohole-class.R +%%R_MOD_DIR%%/R-ex/new-generics.R +%%R_MOD_DIR%%/R-ex/polyfile.R +%%R_MOD_DIR%%/README +%%R_MOD_DIR%%/help/AnIndex +%%R_MOD_DIR%%/help/gpc.poly-class +%%R_MOD_DIR%%/help/gpc.poly.nohole-class +%%R_MOD_DIR%%/help/new-generics +%%R_MOD_DIR%%/help/polyfile +%%R_MOD_DIR%%/html/00Index.html +%%R_MOD_DIR%%/html/gpc.poly-class.html +%%R_MOD_DIR%%/html/gpc.poly.nohole-class.html +%%R_MOD_DIR%%/html/new-generics.html +%%R_MOD_DIR%%/html/polyfile.html +%%R_MOD_DIR%%/latex/gpc.poly-class.tex +%%R_MOD_DIR%%/latex/gpc.poly.nohole-class.tex +%%R_MOD_DIR%%/latex/new-generics.tex +%%R_MOD_DIR%%/latex/polyfile.tex +%%R_MOD_DIR%%/libs/gpclib.so +%%R_MOD_DIR%%/man/gpclib.Rd.gz +%%R_MOD_DIR%%/poly-ex/ex-poly1.txt +%%R_MOD_DIR%%/poly-ex/ex-poly2.txt +%%R_MOD_DIR%%/poly-ex/hole-poly.txt +@dirrm %%R_MOD_DIR%%/Meta +@dirrm %%R_MOD_DIR%%/R +@dirrm %%R_MOD_DIR%%/R-ex +@dirrm %%R_MOD_DIR%%/help +@dirrm %%R_MOD_DIR%%/html +@dirrm %%R_MOD_DIR%%/latex +@dirrm %%R_MOD_DIR%%/libs +@dirrm %%R_MOD_DIR%%/man +@dirrm %%R_MOD_DIR%%/poly-ex +@dirrm %%R_MOD_DIR%% |