mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Add a new port: devel/R-cran-proto
proto (google code name r-proto) is an R package which facilitates a style of programming known as prototype-based programming. Prototype-based programming is a type of object oriented (OO) programming in which classes and objects are unified into a single concept, prototypes. This makes proto and prototye programming simpler than the usual OO model yet it retains the OO features of inheritance (known as delegation in the prototype model) and OO dispatch. Applications, News, Additional Information sources, Proto Bugs and Avoiding R Bugs sections are given below while associated Links are in the http://code.google.com/p/r-proto/wiki/Links WWW: http://code.google.com/p/r-proto/
This commit is contained in:
parent
ca77928f00
commit
aae8df2f67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281561
@ -14,6 +14,7 @@
|
||||
SUBDIR += R-cran-iterators
|
||||
SUBDIR += R-cran-itertools
|
||||
SUBDIR += R-cran-plyr
|
||||
SUBDIR += R-cran-proto
|
||||
SUBDIR += R-cran-reshape
|
||||
SUBDIR += SpecTcl
|
||||
SUBDIR += ZendOptimizer
|
||||
|
22
devel/R-cran-proto/Makefile
Normal file
22
devel/R-cran-proto/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: R-cran-proto
|
||||
# Date created: 2011-09-09
|
||||
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= proto
|
||||
DISTVERSION= 0.3-9.2
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= R-cran-
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Prototype object-based programming
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/R-cran-proto/distinfo
Normal file
2
devel/R-cran-proto/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (proto_0.3-9.2.tar.gz) = ba475a9bcdb8e4b45cb35994eb9d34ac38d0f97944e44c2f40ce19e118f1534a
|
||||
SIZE (proto_0.3-9.2.tar.gz) = 565083
|
12
devel/R-cran-proto/pkg-descr
Normal file
12
devel/R-cran-proto/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
proto (google code name r-proto) is an R package which facilitates
|
||||
a style of programming known as prototype-based programming.
|
||||
Prototype-based programming is a type of object oriented (OO)
|
||||
programming in which classes and objects are unified into a single
|
||||
concept, prototypes. This makes proto and prototye programming
|
||||
simpler than the usual OO model yet it retains the OO features of
|
||||
inheritance (known as delegation in the prototype model) and OO
|
||||
dispatch. Applications, News, Additional Information sources, Proto
|
||||
Bugs and Avoiding R Bugs sections are given below while associated
|
||||
Links are in the http://code.google.com/p/r-proto/wiki/Links
|
||||
|
||||
WWW: http://code.google.com/p/r-proto/
|
Loading…
Reference in New Issue
Block a user