1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

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/
This commit is contained in:
Dirk Meyer 2014-09-21 14:58:35 +00:00
parent a66db06c9d
commit 5fc4ce999e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368765
4 changed files with 22 additions and 0 deletions

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/aspectr-0.3.7.gem) = 68b0e0cc58d54748c8db3a8344ba326fa0d636d7808b1482dcfd6905b4f3e9e9
SIZE (rubygem/aspectr-0.3.7.gem) = 7680

View File

@ -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/