From owner-svn-ports-head@freebsd.org Sat Dec 3 23:28:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C9D2C658E6; Sat, 3 Dec 2016 23:28:51 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1BA11139; Sat, 3 Dec 2016 23:28:50 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB3NSoSv075401; Sat, 3 Dec 2016 23:28:50 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB3NSnSU075398; Sat, 3 Dec 2016 23:28:49 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201612032328.uB3NSnSU075398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 3 Dec 2016 23:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427746 - head/devel/R-cran-proto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 23:28:51 -0000 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