Date: Fri, 15 Dec 2023 12:55:59 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4cdc8520108c - main - biology/R-cran-BiocGenerics: New port Message-ID: <202312151255.3BFCtxB9014036@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cdc8520108c7acd391ed663c51735918e48a9dd commit 4cdc8520108c7acd391ed663c51735918e48a9dd Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-15 11:08:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-15 12:55:44 +0000 biology/R-cran-BiocGenerics: New port The package defines many S4 generic functions used in Bioconductor. WWW: https://bioconductor.org/packages/release/bioc/html/BiocGenerics.html --- biology/Makefile | 1 + biology/R-cran-BiocGenerics/Makefile | 15 +++++++++++++++ biology/R-cran-BiocGenerics/distinfo | 3 +++ biology/R-cran-BiocGenerics/pkg-descr | 2 ++ 4 files changed, 21 insertions(+) diff --git a/biology/Makefile b/biology/Makefile index cbf07586368b..a1e02321c2a5 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -1,5 +1,6 @@ COMMENT = Biology + SUBDIR += R-cran-BiocGenerics SUBDIR += R-cran-BiocManager SUBDIR += abyss SUBDIR += ad2vcf diff --git a/biology/R-cran-BiocGenerics/Makefile b/biology/R-cran-BiocGenerics/Makefile new file mode 100644 index 000000000000..417a6fb2419f --- /dev/null +++ b/biology/R-cran-BiocGenerics/Makefile @@ -0,0 +1,15 @@ +PORTNAME= BiocGenerics +PORTVERSION= 0.48.1 +CATEGORIES= biology +MASTER_SITES= https://bioconductor.org/packages/release/bioc/src/contrib/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= bofh@FreeBSD.org +COMMENT= S4 generic functions used in Bioconductor +WWW= https://bioconductor.org/packages/release/bioc/html/BiocGenerics.html + +LICENSE= ART20 + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> diff --git a/biology/R-cran-BiocGenerics/distinfo b/biology/R-cran-BiocGenerics/distinfo new file mode 100644 index 000000000000..e6cf551768ef --- /dev/null +++ b/biology/R-cran-BiocGenerics/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1702637949 +SHA256 (BiocGenerics_0.48.1.tar.gz) = 13e126709da888420f320353d6ea52da12a8cbd086f2e29b9cc3039a6411652b +SIZE (BiocGenerics_0.48.1.tar.gz) = 49546 diff --git a/biology/R-cran-BiocGenerics/pkg-descr b/biology/R-cran-BiocGenerics/pkg-descr new file mode 100644 index 000000000000..691286abcbb4 --- /dev/null +++ b/biology/R-cran-BiocGenerics/pkg-descr @@ -0,0 +1,2 @@ +BiocGenerics is an R/Bioconductor package that defines many S4 generic functions +used in Bioconductor.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312151255.3BFCtxB9014036>