aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormfechner <mfechner@FreeBSD.org>2019-03-26 00:13:34 +0800
committermfechner <mfechner@FreeBSD.org>2019-03-26 00:13:34 +0800
commitee837d3a3f355cd22c713e327dc499a6199aaeda (patch)
tree867e4b795938d31a074fd4851999fc976464ae5e /www
parent8ba11071e9271e1ca0c155ccf7493a4234e5a1fe (diff)
downloadfreebsd-ports-gnome-ee837d3a3f355cd22c713e327dc499a6199aaeda.tar.gz
freebsd-ports-gnome-ee837d3a3f355cd22c713e327dc499a6199aaeda.tar.zst
freebsd-ports-gnome-ee837d3a3f355cd22c713e327dc499a6199aaeda.zip
Obsolete, please use www/rubygem-unicorn instead.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-unicorn51/Makefile31
-rw-r--r--www/rubygem-unicorn51/distinfo3
-rw-r--r--www/rubygem-unicorn51/pkg-descr7
4 files changed, 0 insertions, 42 deletions
diff --git a/www/Makefile b/www/Makefile
index 9eddc065befc..c0cba6932559 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2199,7 +2199,6 @@
SUBDIR += rubygem-underscore-rails
SUBDIR += rubygem-unicorn
SUBDIR += rubygem-unicorn-worker-killer
- SUBDIR += rubygem-unicorn51
SUBDIR += rubygem-url_escape
SUBDIR += rubygem-url_mount
SUBDIR += rubygem-vegas
diff --git a/www/rubygem-unicorn51/Makefile b/www/rubygem-unicorn51/Makefile
deleted file mode 100644
index 5961696192d8..000000000000
--- a/www/rubygem-unicorn51/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= unicorn
-PORTVERSION= 5.1.0
-CATEGORIES= www rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 51
-
-MAINTAINER= mfechner@FreeBSD.org
-COMMENT= Unicorn is an HTTP server for Rack applications
-
-LICENSE= GPLv2 GPLv3 RUBY
-LICENSE_COMB= dual
-LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING
-LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= rubygem-kgio>=2.6:devel/rubygem-kgio \
- rubygem-raindrops>=0.7:www/rubygem-raindrops
-
-USES= gem shebangfix
-USE_RUBY= yes
-
-CONFLICTS_INSTALL= rubygem-unicorn
-PORTSCOUT= limit:^5\.1
-
-PLIST_FILES= bin/unicorn bin/unicorn_rails
-
-SHEBANG_FILES= bin/unicorn* test/aggregate.rb
-ruby_OLD_CMD= .*ruby
-
-.include <bsd.port.mk>
diff --git a/www/rubygem-unicorn51/distinfo b/www/rubygem-unicorn51/distinfo
deleted file mode 100644
index 8eeaf39bca1e..000000000000
--- a/www/rubygem-unicorn51/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1518337780
-SHA256 (rubygem/unicorn-5.1.0.gem) = 5b1c6a38d3503ec54d7acb6da89957ac8cba6b00ac787b6de683fb80467a9be5
-SIZE (rubygem/unicorn-5.1.0.gem) = 211456
diff --git a/www/rubygem-unicorn51/pkg-descr b/www/rubygem-unicorn51/pkg-descr
deleted file mode 100644
index e770529536b3..000000000000
--- a/www/rubygem-unicorn51/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Unicorn is an HTTP server for Rack applications designed to only serve fast
-clients on low-latency, high-bandwidth connections and take advantage of
-features in Unix/Unix-like kernels. Slow clients should only be served by
-placing a reverse proxy capable of fully buffering both the request and
-response in between Unicorn and slow clients.
-
-WWW: https://bogomips.org/unicorn/