mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
math/R-cran-date: New port: Functions for Handling Dates
This commit is contained in:
parent
6182d5b8b7
commit
22d8c1a749
@ -45,6 +45,7 @@
|
||||
SUBDIR += R-cran-combinat
|
||||
SUBDIR += R-cran-conf.design
|
||||
SUBDIR += R-cran-conquer
|
||||
SUBDIR += R-cran-date
|
||||
SUBDIR += R-cran-ddalpha
|
||||
SUBDIR += R-cran-deldir
|
||||
SUBDIR += R-cran-dimRed
|
||||
|
15
math/R-cran-date/Makefile
Normal file
15
math/R-cran-date/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
|
||||
|
||||
PORTNAME= date
|
||||
DISTVERSION= 1.2-39
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= ygy@FreeBSD.org
|
||||
COMMENT= Functions for Handling Dates
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= cran:auto-plist,compiles
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/R-cran-date/distinfo
Normal file
3
math/R-cran-date/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1639104741
|
||||
SHA256 (date_1.2-39.tar.gz) = b5b1935638b73373809c009f94b77f993cd301744488d9bdf71ef79c82099757
|
||||
SIZE (date_1.2-39.tar.gz) = 10429
|
3
math/R-cran-date/pkg-descr
Normal file
3
math/R-cran-date/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Functions for handling dates.
|
||||
|
||||
WWW: https://CRAN.R-project.org/package=date
|
Loading…
Reference in New Issue
Block a user