svn commit: r368729 - in head/databases: . rubygem-aspectr

Dirk Meyer dinoex at FreeBSD.org
Sun Sep 21 09:06:16 UTC 2014


Author: dinoex
Date: Sun Sep 21 09:06:15 2014
New Revision: 368729
URL: http://svnweb.freebsd.org/changeset/ports/368729
QAT: https://qat.redports.org/buildarchive/r368729/

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/databases/rubygem-aspectr/
  head/databases/rubygem-aspectr/Makefile   (contents, props changed)
  head/databases/rubygem-aspectr/distinfo   (contents, props changed)
  head/databases/rubygem-aspectr/pkg-descr   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sun Sep 21 09:03:21 2014	(r368728)
+++ head/databases/Makefile	Sun Sep 21 09:06:15 2014	(r368729)
@@ -827,6 +827,7 @@
     SUBDIR += rubygem-amalgalite
     SUBDIR += rubygem-arel
     SUBDIR += rubygem-arel3
+    SUBDIR += rubygem-aspectr
     SUBDIR += rubygem-awesome_nested_set
     SUBDIR += rubygem-bdb1
     SUBDIR += rubygem-bigrecord

Added: head/databases/rubygem-aspectr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-aspectr/Makefile	Sun Sep 21 09:06:15 2014	(r368729)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	aspectr
+PORTVERSION=	0.3.7
+CATEGORIES=	databases 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/databases/rubygem-aspectr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-aspectr/distinfo	Sun Sep 21 09:06:15 2014	(r368729)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/aspectr-0.3.7.gem) = 68b0e0cc58d54748c8db3a8344ba326fa0d636d7808b1482dcfd6905b4f3e9e9
+SIZE (rubygem/aspectr-0.3.7.gem) = 7680

Added: head/databases/rubygem-aspectr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-aspectr/pkg-descr	Sun Sep 21 09:06:15 2014	(r368729)
@@ -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