Commit 90715340 authored by Thierry Thomas's avatar Thierry Thomas
Browse files

math/rkward-kde: rename to math/rkward

RKWard is the canonical name, there is no more reason to suffix it with KDE.

Also remove the regression-test target: the regular test target is
sufficient, and add some more libraries for the recommended option.
parent b9186746
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4528,7 +4528,6 @@ math/fung-calc||2013-07-26|Has expired: Depends on Qt 3.x
math/koctave||2013-07-26|Has expired: Depends on Qt 3.x
math/kseg||2013-07-26|Has expired: Depends on Qt 3.x
math/pgcalc||2013-07-26|Has expired: Depends on Qt 3.x
math/rkward||2013-07-26|Has expired: Depends on Qt 3.x
math/xgfe||2013-07-26|Has expired: Depends on Qt 3.x
misc/gwenview-i18n||2013-07-26|Has expired: Depends on Qt 3.x
misc/k3b-i18n||2013-07-26|Has expired: Depends on Qt 3.x
@@ -17146,3 +17145,4 @@ mail/p5-Email-Sender-Transport-SMTPS|mail/p5-Email-Sender|2022-04-30|Has expired
net/gogoc||2022-04-30|Has expired: Services were discontinued in 2016
graphics/drm-current-kmod||2022-05-01|Switched to a Linux version based naming scheme. Use graphics/drm-510-kmod
graphics/drm-devel-kmod||2022-05-01|Switched to a Linux version based naming scheme. Use graphics/drm-510-kmod
math/rkward-kde|math/rkward|2022-05-06|Switched to the name used by upstream
+1 −1
Original line number Diff line number Diff line
@@ -991,7 +991,7 @@
    SUBDIR += reed-solomon
    SUBDIR += rehearse
    SUBDIR += rexx-regmath
    SUBDIR += rkward-kde
    SUBDIR += rkward
    SUBDIR += rngstreams
    SUBDIR += rocs
    SUBDIR += rpcalc
+7 −8
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ PORTNAME= rkward
PORTVERSION=	0.7.3
CATEGORIES=	math
MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION:C/b//}/src
PKGNAMESUFFIX=	-kde

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	IDE/GUI for the R-project
@@ -51,7 +50,13 @@ RUN_DEPENDS+= ${LR_MOD_DIR}/XML/INDEX:textproc/R-cran-XML \
		${LR_MOD_DIR}/qcc/INDEX:graphics/R-cran-qcc		\
		${LR_MOD_DIR}/tseries/INDEX:finance/R-cran-tseries	\
		${LR_MOD_DIR}/xtable/INDEX:textproc/R-cran-xtable	\
		${LR_MOD_DIR}/car/INDEX:math/R-cran-car
		${LR_MOD_DIR}/car/INDEX:math/R-cran-car			\
		${LR_MOD_DIR}/XLConnect/INDEX:math/R-cran-XLConnect	\
		${LR_MOD_DIR}/ltm/INDEX:math/R-cran-ltm			\
		${LR_MOD_DIR}/moments/INDEX:math/R-cran-moments		\
		${LR_MOD_DIR}/pwr/INDEX:math/R-cran-pwr			\
		${LR_MOD_DIR}/hdrcde/INDEX:math/R-cran-hdrcde		\
		${LR_MOD_DIR}/exactRankTests/INDEX:math/R-cran-exactRankTests
.endif

.if ${PORT_OPTIONS:MINSTTEST}
@@ -81,10 +86,4 @@ post-install:
	${R_COMMAND} CMD INSTALL -l ${STAGEDIR}${PREFIX}/${R_LIB_DIR} . )
.endif

.if defined(MAINTAINER_MODE)
regression-test:	install
	(cd ${WRKSRC}/tests &&	\
	KDE_LANG=en_US ${PREFIX}/bin/${PORTNAME}  --evaluate source\(\"all_tests.R\"\) )
.endif

.include <bsd.port.mk>
+0 −0

File moved.

Loading