svn commit: r368765 - in head/devel: . rubygem-aspectr

Dirk Meyer dinoex at FreeBSD.org
Sun Sep 21 14:58:36 UTC 2014


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 at FreeBSD.org
+COMMENT=	Ruby libraries for Aspect programming
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

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/


More information about the svn-ports-head mailing list