1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Remove ruby-reference

PR:		ports/183827
Submitted by:	Clutton <clutton@zoho.com>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-29 22:02:16 +00:00
parent 5bf45badaf
commit 12582e24b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335238
5 changed files with 0 additions and 91 deletions

View File

@ -299,7 +299,6 @@
SUBDIR += ruby-doc-stdlib
SUBDIR += ruby-man
SUBDIR += ruby-programmingruby
SUBDIR += ruby-reference
SUBDIR += ruby-usersguide
SUBDIR += ruby19
SUBDIR += ruby20

View File

@ -1,31 +0,0 @@
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= reference
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= lang ruby
MASTER_SITES= http://cvsup.theplanet.com/distfiles/ruby/ \
ftp://ftp.iDaemons.org/pub/distfiles/ruby/ \
http://mbsd.msk.ru/dist/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= rubyref_html_${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby Class and Module Reference, in HTML format
USE_RUBY= yes
RUBY_NO_BUILD_DEPENDS= yes
RUBY_NO_RUN_DEPENDS= yes
WRKSRC= ${WRKDIR}/ref
NO_BUILD= yes
NO_STAGE= yes
do-install:
${MKDIR} ${RUBY_MODDOCDIR}
${INSTALL_DATA} ${WRKSRC}/* ${RUBY_MODDOCDIR}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (ruby/rubyref_html_1.0.tgz) = 259f586294d7c594e05a946ca0b6e2d13dcefd768ea8def624cee12b56fdee15
SIZE (ruby/rubyref_html_1.0.tgz) = 119516

View File

@ -1,9 +0,0 @@
RubyRef--Class and Module Reference
This is the class and library reference from the Programming Ruby book
as a set of XML and/or HTML files. The HTML files are the ones used at
RubyCentral.
The documentation is released under the Open Publication License.
Authors: The Pragmatic Programmers, LLC

View File

@ -1,48 +0,0 @@
%%RUBY_MODDOCDIR%%/COPYING
%%RUBY_MODDOCDIR%%/README
%%RUBY_MODDOCDIR%%/index.html
%%RUBY_MODDOCDIR%%/ref_c_array.html
%%RUBY_MODDOCDIR%%/ref_c_bignum.html
%%RUBY_MODDOCDIR%%/ref_c_binding.html
%%RUBY_MODDOCDIR%%/ref_c_class.html
%%RUBY_MODDOCDIR%%/ref_c_continuation.html
%%RUBY_MODDOCDIR%%/ref_c_dir.html
%%RUBY_MODDOCDIR%%/ref_c_exception.html
%%RUBY_MODDOCDIR%%/ref_c_falseclass.html
%%RUBY_MODDOCDIR%%/ref_c_file.html
%%RUBY_MODDOCDIR%%/ref_c_file__stat.html
%%RUBY_MODDOCDIR%%/ref_c_fixnum.html
%%RUBY_MODDOCDIR%%/ref_c_float.html
%%RUBY_MODDOCDIR%%/ref_c_hash.html
%%RUBY_MODDOCDIR%%/ref_c_integer.html
%%RUBY_MODDOCDIR%%/ref_c_io.html
%%RUBY_MODDOCDIR%%/ref_c_matchdata.html
%%RUBY_MODDOCDIR%%/ref_c_matchingdata.html
%%RUBY_MODDOCDIR%%/ref_c_method.html
%%RUBY_MODDOCDIR%%/ref_c_module.html
%%RUBY_MODDOCDIR%%/ref_c_nilclass.html
%%RUBY_MODDOCDIR%%/ref_c_numeric.html
%%RUBY_MODDOCDIR%%/ref_c_object.html
%%RUBY_MODDOCDIR%%/ref_c_proc.html
%%RUBY_MODDOCDIR%%/ref_c_range.html
%%RUBY_MODDOCDIR%%/ref_c_regexp.html
%%RUBY_MODDOCDIR%%/ref_c_string.html
%%RUBY_MODDOCDIR%%/ref_c_struct.html
%%RUBY_MODDOCDIR%%/ref_c_struct__tms.html
%%RUBY_MODDOCDIR%%/ref_c_symbol.html
%%RUBY_MODDOCDIR%%/ref_c_thread.html
%%RUBY_MODDOCDIR%%/ref_c_threadgroup.html
%%RUBY_MODDOCDIR%%/ref_c_time.html
%%RUBY_MODDOCDIR%%/ref_c_trueclass.html
%%RUBY_MODDOCDIR%%/ref_m_comparable.html
%%RUBY_MODDOCDIR%%/ref_m_enumerable.html
%%RUBY_MODDOCDIR%%/ref_m_errno.html
%%RUBY_MODDOCDIR%%/ref_m_filetest.html
%%RUBY_MODDOCDIR%%/ref_m_gc.html
%%RUBY_MODDOCDIR%%/ref_m_kernel.html
%%RUBY_MODDOCDIR%%/ref_m_marshal.html
%%RUBY_MODDOCDIR%%/ref_m_math.html
%%RUBY_MODDOCDIR%%/ref_m_objectspace.html
%%RUBY_MODDOCDIR%%/ref_m_process.html
@dirrm %%RUBY_MODDOCDIR%%
@dirrmtry %%RUBY_DOCDIR%%