summaryrefslogtreecommitdiff
path: root/net/ruby-nis
diff options
context:
space:
mode:
Diffstat (limited to 'net/ruby-nis')
-rw-r--r--net/ruby-nis/Makefile45
-rw-r--r--net/ruby-nis/distinfo2
-rw-r--r--net/ruby-nis/files/patch-extconf.rb13
-rw-r--r--net/ruby-nis/files/patch-yp.c10
-rw-r--r--net/ruby-nis/pkg-descr4
-rw-r--r--net/ruby-nis/pkg-plist9
6 files changed, 0 insertions, 83 deletions
diff --git a/net/ruby-nis/Makefile b/net/ruby-nis/Makefile
deleted file mode 100644
index a0e7b662ee2e..000000000000
--- a/net/ruby-nis/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: ruby-nis
-# Date created: 21 June 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nis
-PORTVERSION= 0.1.1
-PORTREVISION= 1
-CATEGORIES= net ruby
-MASTER_SITES= SF/ruby-${PORTNAME}/ruby-${PORTNAME}/${PORTVERSION}
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= A Ruby library to use the NIS/YP API
-
-DEPRECATED= Doesn't work with Ruby 1.9
-EXPIRATION_DATE= 2011-08-03
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
-INSTALL_TARGET= site-install
-
-DOCS_EN= README README.html
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/test/* ${RUBY_MODEXAMPLESDIR}/
-.endif
-
-.include <bsd.port.pre.mk>
-.if ${RUBY_VER} == 1.9
-BROKEN= does not build with ruby 1.9
-.endif
-.include <bsd.port.post.mk>
diff --git a/net/ruby-nis/distinfo b/net/ruby-nis/distinfo
deleted file mode 100644
index 2605a6a84a27..000000000000
--- a/net/ruby-nis/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/ruby-nis-0.1.1.tar.gz) = 003bb51a893851939d72f3ac6f2a56f5f08d345cc8b14cca7069a9514fef791a
-SIZE (ruby/ruby-nis-0.1.1.tar.gz) = 4091
diff --git a/net/ruby-nis/files/patch-extconf.rb b/net/ruby-nis/files/patch-extconf.rb
deleted file mode 100644
index 8f15e895e352..000000000000
--- a/net/ruby-nis/files/patch-extconf.rb
+++ /dev/null
@@ -1,13 +0,0 @@
---- extconf.rb.orig Fri Apr 20 14:38:57 2001
-+++ extconf.rb Thu Jun 21 21:24:05 2001
-@@ -6,8 +6,8 @@
- nis_h = have_header('rpcsvc/nis.h')
- ypclnt_h = have_header('rpcsvc/ypclnt.h')
- ypprot_h = have_header('rpcsvc/yp_prot.h')
--libnsl = have_library('nsl')
-+have_library('nsl')
-
--if( libnsl && ypclnt_h && ypprot_h )
-+if( have_func("yp_all") && ypclnt_h && ypprot_h )
- create_makefile('nis')
- end
diff --git a/net/ruby-nis/files/patch-yp.c b/net/ruby-nis/files/patch-yp.c
deleted file mode 100644
index a0cfae6260b5..000000000000
--- a/net/ruby-nis/files/patch-yp.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- yp.c.orig Fri Apr 20 16:07:42 2001
-+++ yp.c Thu Jun 21 21:30:30 2001
-@@ -3,6 +3,7 @@
- */
-
- #include "nis.h"
-+#include <rpc/rpc.h>
- #include <rpcsvc/ypclnt.h>
- #include <rpcsvc/yp_prot.h>
-
diff --git a/net/ruby-nis/pkg-descr b/net/ruby-nis/pkg-descr
deleted file mode 100644
index 04d888bc3b25..000000000000
--- a/net/ruby-nis/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Ruby-nis is a ruby library to use the NIS/YP API.
-
-WWW: http://sourceforge.net/projects/ruby-nis/
-Author: Takaaki Tateishi <ttate@users.sourceforge.net>
diff --git a/net/ruby-nis/pkg-plist b/net/ruby-nis/pkg-plist
deleted file mode 100644
index 325534979f11..000000000000
--- a/net/ruby-nis/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/nis.so
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/yp_all.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/yp_all2.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/yp_first.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/yp_match.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.html
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%