Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 23:28:49 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427746 - head/devel/R-cran-proto
Message-ID:  <201612032328.uB3NSnSU075398@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sat Dec  3 23:28:49 2016
New Revision: 427746
URL: https://svnweb.freebsd.org/changeset/ports/427746

Log:
  - Update to 1.0.0
  - Update pkg-descr

Modified:
  head/devel/R-cran-proto/Makefile   (contents, props changed)
  head/devel/R-cran-proto/distinfo   (contents, props changed)
  head/devel/R-cran-proto/pkg-descr   (contents, props changed)

Modified: head/devel/R-cran-proto/Makefile
==============================================================================
--- head/devel/R-cran-proto/Makefile	Sat Dec  3 23:06:05 2016	(r427745)
+++ head/devel/R-cran-proto/Makefile	Sat Dec  3 23:28:49 2016	(r427746)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	proto
-DISTVERSION=	0.3-10
-PORTREVISION=	7
+DISTVERSION=	1.0.0
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 

Modified: head/devel/R-cran-proto/distinfo
==============================================================================
--- head/devel/R-cran-proto/distinfo	Sat Dec  3 23:06:05 2016	(r427745)
+++ head/devel/R-cran-proto/distinfo	Sat Dec  3 23:28:49 2016	(r427746)
@@ -1,2 +1,3 @@
-SHA256 (proto_0.3-10.tar.gz) = d0d941bfbf247879b3510c8ef3e35853b1fbe83ff3ce952e93d3f8244afcbb0e
-SIZE (proto_0.3-10.tar.gz) = 530758
+TIMESTAMP = 1480786222
+SHA256 (proto_1.0.0.tar.gz) = 9294d9a3b2b680bb6fac17000bfc97453d77c87ef68cfd609b4c4eb6d11d04d1
+SIZE (proto_1.0.0.tar.gz) = 541398

Modified: head/devel/R-cran-proto/pkg-descr
==============================================================================
--- head/devel/R-cran-proto/pkg-descr	Sat Dec  3 23:06:05 2016	(r427745)
+++ head/devel/R-cran-proto/pkg-descr	Sat Dec  3 23:28:49 2016	(r427746)
@@ -1,12 +1,11 @@
-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
+Proto is an R package that facilitates prototype programming, a
+type of object-oriented programming that does not use classes as
+an atomic concept (but is powerful enough to encompass them).
 
-WWW: http://code.google.com/p/r-proto/
+The package is lightweight providing a thin layer on top of R
+environments. Unlike other packages which grow over time proto has
+become smaller over time as it was successively polished to reduce
+it to its essentials. Despite its small size prototype-based systems
+can be more powerful than more complex class-based systems.
+
+WWW: https://github.com/hadley/proto



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612032328.uB3NSnSU075398>