From owner-svn-ports-head@FreeBSD.ORG Sun Sep 21 14:58:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E41E198; Sun, 21 Sep 2014 14:58:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 40253211; Sun, 21 Sep 2014 14:58:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8LEwaMG030778; Sun, 21 Sep 2014 14:58:36 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8LEwZXE030774; Sun, 21 Sep 2014 14:58:35 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201409211458.s8LEwZXE030774@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 21 Sep 2014 14:58:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368765 - in head/devel: . rubygem-aspectr 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.18-1 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: Sun, 21 Sep 2014 14:58:36 -0000 Author: dinoex Date: Sun Sep 21 14:58:35 2014 New Revision: 368765 URL: http://svnweb.freebsd.org/changeset/ports/368765 QAT: https://qat.redports.org/buildarchive/r368765/ Log: This package allows Ruby developers to write their code using aspect- oriented programming style. AspectR is somewhat similar to AspectJ. WWW: http://aspectr.sourceforge.net/ Added: head/devel/rubygem-aspectr/ head/devel/rubygem-aspectr/Makefile (contents, props changed) head/devel/rubygem-aspectr/distinfo (contents, props changed) head/devel/rubygem-aspectr/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 21 14:57:37 2014 (r368764) +++ head/devel/Makefile Sun Sep 21 14:58:35 2014 (r368765) @@ -4218,6 +4218,7 @@ SUBDIR += rubygem-app_config SUBDIR += rubygem-arrayfields SUBDIR += rubygem-ascii85 + SUBDIR += rubygem-aspectr SUBDIR += rubygem-atomic SUBDIR += rubygem-atoulme-antwrap SUBDIR += rubygem-attic Added: head/devel/rubygem-aspectr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aspectr/Makefile Sun Sep 21 14:58:35 2014 (r368765) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= aspectr +PORTVERSION= 0.3.7 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby libraries for Aspect programming + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-aspectr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aspectr/distinfo Sun Sep 21 14:58:35 2014 (r368765) @@ -0,0 +1,2 @@ +SHA256 (rubygem/aspectr-0.3.7.gem) = 68b0e0cc58d54748c8db3a8344ba326fa0d636d7808b1482dcfd6905b4f3e9e9 +SIZE (rubygem/aspectr-0.3.7.gem) = 7680 Added: head/devel/rubygem-aspectr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aspectr/pkg-descr Sun Sep 21 14:58:35 2014 (r368765) @@ -0,0 +1,4 @@ +This package allows Ruby developers to write their code using aspect- +oriented programming style. AspectR is somewhat similar to AspectJ. + +WWW: http://aspectr.sourceforge.net/