diff options
Diffstat (limited to 'www/R-cran-Rpad')
-rw-r--r-- | www/R-cran-Rpad/Makefile | 31 | ||||
-rw-r--r-- | www/R-cran-Rpad/distinfo | 2 | ||||
-rw-r--r-- | www/R-cran-Rpad/pkg-descr | 9 |
3 files changed, 0 insertions, 42 deletions
diff --git a/www/R-cran-Rpad/Makefile b/www/R-cran-Rpad/Makefile deleted file mode 100644 index 19ed621..0000000 --- a/www/R-cran-Rpad/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: TAKATSU Tomonari <tota@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= Rpad -PORTVERSION= 1.3.0 -PORTREVISION= 14 -CATEGORIES= www -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= tota@FreeBSD.org -COMMENT= Workbook-style, web-based interface to R - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= fails to stage - -DEPRECATED= Unmaintained upstream -EXPIRATION_DATE= 2015-11-28 - -USES= cran:auto-plist shebangfix -perl_OLD_CMD= c:/apps/perl/bin/perl.exe -SHEBANG_FILES= inst/basehtml/editor/htmlarea/examples/*.cgi \ - inst/basehtml/editor/htmlarea/plugins/SpellChecker/spell-check-logic.cgi \ - inst/basehtml/server/*.pl \ - inst/serverversion/Statistics-R_perl_interface/script/*.pl - -post-patch: - @${RMDIR} ${WRKSRC}/inst/basehtml/editor/htmlarea/examples/test - -.include <bsd.port.mk> diff --git a/www/R-cran-Rpad/distinfo b/www/R-cran-Rpad/distinfo deleted file mode 100644 index bf53513..0000000 --- a/www/R-cran-Rpad/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Rpad_1.3.0.tar.gz) = 75e521286646991f33b9332e6b6600189fab22b9d6ec5f24076dd3a666133db7 -SIZE (Rpad_1.3.0.tar.gz) = 1706818 diff --git a/www/R-cran-Rpad/pkg-descr b/www/R-cran-Rpad/pkg-descr deleted file mode 100644 index 7eb706f..0000000 --- a/www/R-cran-Rpad/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Rpad is an interactive, web-based analysis program. Rpad pages are -interactive workbook-type sheets based on R, an open-source -implementation of the S language. Rpad is an analysis package, a -web-page designer, and a gui designer all wrapped in one. Rpad makes -it easy to develop powerful data analysis applications that can be -shared with others (most likely on an intranet). The user doesn't -have to install anything--everything's done through a browser. - -WWW: http://cran.r-project.org/web/packages/Rpad/ |