diff options
author | knu <knu@FreeBSD.org> | 2003-11-01 02:40:49 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-11-01 02:40:49 +0800 |
commit | e4549b7e682627e821f24c15af9abb65e448addb (patch) | |
tree | c7a970c17dd21071af1e9ff51f5034479291f1c2 /devel | |
parent | 260098a4e82a862fbf1088eaac723a63cb924cc7 (diff) | |
download | freebsd-ports-gnome-e4549b7e682627e821f24c15af9abb65e448addb.tar.gz freebsd-ports-gnome-e4549b7e682627e821f24c15af9abb65e448addb.tar.zst freebsd-ports-gnome-e4549b7e682627e821f24c15af9abb65e448addb.zip |
Retire the following ports; they have been integrated into ruby18 and
ruby16-shim-ruby18:
devel/ruby-yaml
net/ruby-drb
net/ruby-gserver
net/ruby-soap
net/ruby-xmlrpc
security/ruby-openssl
sysutils/ruby-devel-logger
textproc/ruby-rexml
www/ruby-webrick
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ruby-yaml/Makefile | 37 | ||||
-rw-r--r-- | devel/ruby-yaml/distinfo | 1 | ||||
-rw-r--r-- | devel/ruby-yaml/pkg-descr | 24 | ||||
-rw-r--r-- | devel/ruby-yaml/pkg-plist | 14 |
5 files changed, 0 insertions, 77 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7f08fa296a2f..02ff490eda72 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1017,7 +1017,6 @@ SUBDIR += ruby-sysvipc SUBDIR += ruby-textbuf SUBDIR += ruby-tzfile - SUBDIR += ruby-yaml SUBDIR += rudiments SUBDIR += rvi SUBDIR += rvm diff --git a/devel/ruby-yaml/Makefile b/devel/ruby-yaml/Makefile deleted file mode 100644 index 237a9a0c7353..000000000000 --- a/devel/ruby-yaml/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: YAML4R -# Date created: 16 Jul 2002 -# Whom: Stanislav Grozev <tacho@daemonz.org> -# -# $FreeBSD$ -# - -PORTNAME= yaml -PORTVERSION= 0.49.2 -CATEGORIES= devel textproc ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME}4r -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}rb-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= tacho@daemonz.org -COMMENT= A YAML serialization specification implementation for Ruby - -USE_RUBY= yes - -NO_BUILD= yes - -DOCS= CHANGELOG README - -do-install: - @cd ${WRKSRC}; ${RUBY} install.rb -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/devel/ruby-yaml/distinfo b/devel/ruby-yaml/distinfo deleted file mode 100644 index 4f9640fabc12..000000000000 --- a/devel/ruby-yaml/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/yamlrb-0.49.2.tar.gz) = 042332c8eefdbe452d9498943f6a5b94 diff --git a/devel/ruby-yaml/pkg-descr b/devel/ruby-yaml/pkg-descr deleted file mode 100644 index 43eeebbaff0c..000000000000 --- a/devel/ruby-yaml/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -"YAML(tm) (rhymes with 'camel') is a -straightforward machine parsable data serialization format designed for -human readability and interaction with scripting languages such as Perl -and Python. YAML is optimized for data serialization, formatted -dumping, configuration files, log files, Internet messaging and -filtering. This specification describes the YAML information model and -serialization format. Together with the Unicode standard for characters, it -provides all the information necessary to understand YAML Version 1.0 -and construct computer programs to process it." - -For Ruby developers, YAML is a natural fit for object serialization and -general data storage. Really, it's quite fantastic. Spreads right on -your Rubyware like butter on bread! - -The possible uses for YAML are innumerable. Configuration files, -custom internet protocols, documentation, the list goes on and on. -Also, with YAML readers popping up for other languages (see YAML.pm -and others), you can pass data easily to colleagues in distant lands, -swamped in their archaic languages. - -WWW: http://yaml4r.sourceforge.net/ - -- Stanislav Grozev -tacho@daemonz.org diff --git a/devel/ruby-yaml/pkg-plist b/devel/ruby-yaml/pkg-plist deleted file mode 100644 index af50a1d36068..000000000000 --- a/devel/ruby-yaml/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -%%RUBY_SITELIBDIR%%/okay.rb -%%RUBY_SITELIBDIR%%/okay/news.rb -%%RUBY_SITELIBDIR%%/okay/rpc.rb -%%RUBY_SITELIBDIR%%/yaml.rb -%%RUBY_SITELIBDIR%%/yod.rb -@dirrm %%RUBY_SITELIBDIR%%/okay -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/okayNews-validate.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/okayRpc-client.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/okayRpc-server.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/yaml-sortHashKeys.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/CHANGELOG -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |