Index: head/www/R-cran-Rpad/Makefile =================================================================== --- head/www/R-cran-Rpad/Makefile (revision 396914) +++ head/www/R-cran-Rpad/Makefile (revision 396915) @@ -1,17 +1,26 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= Rpad PORTVERSION= 1.3.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Workbook-style, web-based interface to R LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran:auto-plist shebangfix +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: + @${REINPLACE_CMD} -i '' -e 's|c:/apps/perl/bin/perl.exe|${perl_CMD}|' \ + ${WRKSRC}/inst/basehtml/server/fileupload.pl + @${RMDIR} ${WRKSRC}/inst/basehtml/editor/htmlarea/examples/test .include Index: head/www/R-cran-Rpad/pkg-descr =================================================================== --- head/www/R-cran-Rpad/pkg-descr (revision 396914) +++ head/www/R-cran-Rpad/pkg-descr (revision 396915) @@ -1,9 +1,9 @@ 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/ +WWW: http://cran.r-project.org/web/packages/Rpad/