diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2011-11-02 06:59:35 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2011-11-02 06:59:35 +0800 |
commit | fc0eeccae0b19a3f8c045d3cfbc2dfe457ba0aaa (patch) | |
tree | d661a41b4fe7aefdca713b4515e18f64fb08ddff | |
parent | 85ded549f839aa4bceeaee5cb0254e1980751eb2 (diff) | |
download | freebsd-ports-gnome-fc0eeccae0b19a3f8c045d3cfbc2dfe457ba0aaa.tar.gz freebsd-ports-gnome-fc0eeccae0b19a3f8c045d3cfbc2dfe457ba0aaa.tar.zst freebsd-ports-gnome-fc0eeccae0b19a3f8c045d3cfbc2dfe457ba0aaa.zip |
Send ports@ ruby ports over ruby@
most of these were from stas@
34 files changed, 34 insertions, 34 deletions
diff --git a/archivers/ruby-bz2/Makefile b/archivers/ruby-bz2/Makefile index c533b98fe053..2e6146461b46 100644 --- a/archivers/ruby-bz2/Makefile +++ b/archivers/ruby-bz2/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension to use libbz2 USE_RUBY= yes diff --git a/archivers/ruby-lha/Makefile b/archivers/ruby-lha/Makefile index 677a63f23a41..fde041bd9dba 100644 --- a/archivers/ruby-lha/Makefile +++ b/archivers/ruby-lha/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= lhalib-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension to unpack lha-compressed files USE_ZIP= yes diff --git a/audio/ruby-audiofile/Makefile b/audio/ruby-audiofile/Makefile index 959c97ad6215..658b497060fc 100644 --- a/audio/ruby-audiofile/Makefile +++ b/audio/ruby-audiofile/Makefile @@ -14,7 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CDDB_DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby binding to the audiofile library LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile diff --git a/audio/ruby-esound/Makefile b/audio/ruby-esound/Makefile index 355aec445462..981a4555f13e 100644 --- a/audio/ruby-esound/Makefile +++ b/audio/ruby-esound/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby binding to the EsounD library LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound diff --git a/audio/ruby-freedb/Makefile b/audio/ruby-freedb/Makefile index 5f7ed10562e2..cb69a654128d 100644 --- a/audio/ruby-freedb/Makefile +++ b/audio/ruby-freedb/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby library that provides access to Freedb/CDDB servers USE_RUBY= yes diff --git a/audio/ruby-mp3info/Makefile b/audio/ruby-mp3info/Makefile index a74b640eebb7..d6ed23ffbd98 100644 --- a/audio/ruby-mp3info/Makefile +++ b/audio/ruby-mp3info/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby library to access to information on mp3 files USE_BZIP2= yes diff --git a/audio/ruby-mp3tag/Makefile b/audio/ruby-mp3tag/Makefile index 0edbdb0a5ca4..0cf20a04fb31 100644 --- a/audio/ruby-mp3tag/Makefile +++ b/audio/ruby-mp3tag/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://users.cybercity.dk/~dsl8950/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby module to manipulate ID3v1.1 tags in MP3 files USE_RUBY= yes diff --git a/audio/ruby-musicbrainz/Makefile b/audio/ruby-musicbrainz/Makefile index a3d54ea23842..074d175ee195 100644 --- a/audio/ruby-musicbrainz/Makefile +++ b/audio/ruby-musicbrainz/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= mb-ruby-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= MusicBrainz bindings for Ruby LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz diff --git a/audio/ruby-smf/Makefile b/audio/ruby-smf/Makefile index 1c367790b0bc..50da59e21a49 100644 --- a/audio/ruby-smf/Makefile +++ b/audio/ruby-smf/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.funaba.org/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby module to handle Standard MIDI Files USE_RUBY= yes diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile index 14e5819e822a..c330a6437126 100644 --- a/converters/ruby-iconv/Makefile +++ b/converters/ruby-iconv/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTFILES= # empty DISTNAME= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= An iconv wrapper class for Ruby BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch diff --git a/databases/ruby-cdb/Makefile b/databases/ruby-cdb/Makefile index a49eb6eba510..dd7140bee255 100644 --- a/databases/ruby-cdb/Makefile +++ b/databases/ruby-cdb/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to D. J. Bernstein's cdb (constant database) library BUILD_DEPENDS= ${NONEXISTENT}:${CDB_PORTDIR}:build diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile index f90bf66652bb..729c2cabf4d3 100644 --- a/databases/ruby-gdbm/Makefile +++ b/databases/ruby-gdbm/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= # none PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTFILES= # none -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension to GDBM library BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch diff --git a/databases/ruby-kyotocabinet/Makefile b/databases/ruby-kyotocabinet/Makefile index 7986b679c44f..a23e68b74fb2 100644 --- a/databases/ruby-kyotocabinet/Makefile +++ b/databases/ruby-kyotocabinet/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby (1.9.1+) binding to Kyoto Cabinet LIB_DEPENDS= kyotocabinet.9:${PORTSDIR}/databases/kyotocabinet diff --git a/devel/ruby-fam/Makefile b/devel/ruby-fam/Makefile index 5edf49d75c5a..e01380f9d53c 100644 --- a/devel/ruby-fam/Makefile +++ b/devel/ruby-fam/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= FAM bindings for Ruby USE_RUBY= yes diff --git a/devel/ruby-fastri/Makefile b/devel/ruby-fastri/Makefile index 7db61ee13eb4..8b2d09133324 100644 --- a/devel/ruby-fastri/Makefile +++ b/devel/ruby-fastri/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= RF PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A fast RDoc documentation browser for ruby USE_RUBY= yes diff --git a/devel/ruby-locale2/Makefile b/devel/ruby-locale2/Makefile index 5fc53d26e7fa..29b1e3dbf196 100644 --- a/devel/ruby-locale2/Makefile +++ b/devel/ruby-locale2/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-locale-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A pure ruby library which provides basic APIs for localization CONFLICTS= ${PKGNAMEPREFIX}locale-[0-9]* diff --git a/devel/ruby-multi/Makefile b/devel/ruby-multi/Makefile index 1dc70c80ba68..b6cea1c9aff1 100644 --- a/devel/ruby-multi/Makefile +++ b/devel/ruby-multi/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= RF PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A library for multiple dispatch and pattern matching in Ruby USE_RUBY= yes diff --git a/devel/ruby-robjectteam/Makefile b/devel/ruby-robjectteam/Makefile index 8c869fa1b879..e528081dcf0f 100644 --- a/devel/ruby-robjectteam/Makefile +++ b/devel/ruby-robjectteam/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Enables the ObjectTeams paradigm to the Ruby language USE_RUBY= yes diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile index 01d07a981ecf..13fe4045e109 100644 --- a/devel/ruby-sdl/Makefile +++ b/devel/ruby-sdl/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby extension library to use SDL library BUILD_DEPENDS= ${NONEXISTENT}:${RUBY_OPENGL_PORTDIR}:patch diff --git a/devel/ruby-sexp/Makefile b/devel/ruby-sexp/Makefile index 97d257e6a2e2..7d49b7c46f98 100644 --- a/devel/ruby-sexp/Makefile +++ b/devel/ruby-sexp/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RF PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A ruby library to work with s-expressions RUN_DEPENDS= rubygem-rparsec>0:${PORTSDIR}/devel/rubygem-rparsec diff --git a/games/ruby-exmars/Makefile b/games/ruby-exmars/Makefile index cd3a775d5974..898be3428a6a 100644 --- a/games/ruby-exmars/Makefile +++ b/games/ruby-exmars/Makefile @@ -11,7 +11,7 @@ CATEGORIES= games ruby MASTER_SITES= http://corewar.co.uk/ankerl/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to the exMARS Memory Array Redcode Simulator USE_RUBY= yes diff --git a/graphics/ruby-imlib2/Makefile b/graphics/ruby-imlib2/Makefile index d4042db02ecd..f52cea60803d 100644 --- a/graphics/ruby-imlib2/Makefile +++ b/graphics/ruby-imlib2/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Imlib2 bindings for Ruby USE_RUBY= yes diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile index 70e0164b311c..14e067f25424 100644 --- a/graphics/ruby-rmagick/Makefile +++ b/graphics/ruby-rmagick/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= RMagick-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby binding for ImageMagick LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick diff --git a/japanese/ruby-rdic/Makefile b/japanese/ruby-rdic/Makefile index 7eb1d3db1970..05507e1312bd 100644 --- a/japanese/ruby-rdic/Makefile +++ b/japanese/ruby-rdic/Makefile @@ -12,7 +12,7 @@ CATEGORIES= japanese ruby MASTER_SITES= http://www.yasgursfarm.us/download/ DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A search tool for Eijiro by ruby RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/mmap.so:${PORTSDIR}/devel/ruby-mmap diff --git a/japanese/ruby-slang/Makefile b/japanese/ruby-slang/Makefile index d155fde638a6..3ced10b262c0 100644 --- a/japanese/ruby-slang/Makefile +++ b/japanese/ruby-slang/Makefile @@ -9,7 +9,7 @@ MASTERDIR= ${.CURDIR}/../../devel/ruby-slang CATEGORIES= japanese -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= S-Lang-jp extension module for Ruby MAKE_JOBS_SAFE= yes diff --git a/lang/ruby-doc-stdlib/Makefile b/lang/ruby-doc-stdlib/Makefile index 88dc923dc511..054846127e87 100644 --- a/lang/ruby-doc-stdlib/Makefile +++ b/lang/ruby-doc-stdlib/Makefile @@ -14,7 +14,7 @@ DISTNAME= ruby-doc-${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Documentation for the Ruby language standard library USE_RUBY= yes diff --git a/lang/ruby-mode.el/Makefile b/lang/ruby-mode.el/Makefile index 98ab2dc25457..c84c3dd8dd2b 100644 --- a/lang/ruby-mode.el/Makefile +++ b/lang/ruby-mode.el/Makefile @@ -13,7 +13,7 @@ CATEGORIES= lang ruby elisp MASTER_SITES= # none DISTFILES= # none -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Emacs lisp modules for the Ruby language EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch diff --git a/lang/ruby-programmingruby/Makefile b/lang/ruby-programmingruby/Makefile index d5de174baa7a..c9ceeb3495c4 100644 --- a/lang/ruby-programmingruby/Makefile +++ b/lang/ruby-programmingruby/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby EXTRACT_ONLY= #empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= The source of the Programming Ruby ("pick-axe") book in XML and HTML USE_RUBY= yes diff --git a/lang/ruby-reference/Makefile b/lang/ruby-reference/Makefile index f2cfc9987075..07947dfb7ffb 100644 --- a/lang/ruby-reference/Makefile +++ b/lang/ruby-reference/Makefile @@ -17,7 +17,7 @@ DISTNAME= rubyref_html_${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby Class and Module Reference, in HTML format USE_RUBY= yes diff --git a/lang/ruby-usersguide/Makefile b/lang/ruby-usersguide/Makefile index bbf65b0202ae..ca8ce88e4d60 100644 --- a/lang/ruby-usersguide/Makefile +++ b/lang/ruby-usersguide/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-uguide-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby users guide, in HTML format USE_RUBY= yes diff --git a/net/ruby-ldap/Makefile b/net/ruby-ldap/Makefile index 0f44286d2b96..fdb5cf768583 100644 --- a/net/ruby-ldap/Makefile +++ b/net/ruby-ldap/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to LDAP API based on RFC1823 WITH_LDAP_BACKEND?= openldap2 diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile index 872808ea6a0c..f49eb10014b7 100644 --- a/security/ruby-password/Makefile +++ b/security/ruby-password/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby library to create, verify and manipulate passwords LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib diff --git a/textproc/ruby-liquid/Makefile b/textproc/ruby-liquid/Makefile index 94d603e05625..84fc70c5e4b2 100644 --- a/textproc/ruby-liquid/Makefile +++ b/textproc/ruby-liquid/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A non evaling template engine for ruby USE_RUBY= yes diff --git a/textproc/ruby-rss.alt/Makefile b/textproc/ruby-rss.alt/Makefile index bee19a7f1cee..17faa1349385 100644 --- a/textproc/ruby-rss.alt/Makefile +++ b/textproc/ruby-rss.alt/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} PKGNAMESUFFIX= .alt DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library for handling RSS (alternative impl.) RUN_DEPENDS= ${LOCALBASE}/${SADIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv |