From 05847c62be938e97c38838161b7e52fce4a8aa94 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Mar 2017 00:28:52 +0000 Subject: [PATCH] Add rubygem-adsf 1.2.1 adsf (A Dead Simple Fileserver) is a tiny static file server that you can launch instantly in any directory. WWW: https://github.com/ddfreyne/adsf PR: 217908 Submitted by: Douglas Thrift --- www/Makefile | 1 + www/rubygem-adsf/Makefile | 23 +++++++++++++++++++++++ www/rubygem-adsf/distinfo | 3 +++ www/rubygem-adsf/pkg-descr | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 www/rubygem-adsf/Makefile create mode 100644 www/rubygem-adsf/distinfo create mode 100644 www/rubygem-adsf/pkg-descr diff --git a/www/Makefile b/www/Makefile index 531548bcb5d8..1f9f94d19dbc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1922,6 +1922,7 @@ SUBDIR += rubygem-acts-as-taggable-on3 SUBDIR += rubygem-acts_as_taggable SUBDIR += rubygem-addressable + SUBDIR += rubygem-adsf SUBDIR += rubygem-akami SUBDIR += rubygem-amazon-ecs SUBDIR += rubygem-anemone diff --git a/www/rubygem-adsf/Makefile b/www/rubygem-adsf/Makefile new file mode 100644 index 000000000000..44bcbd21d2dc --- /dev/null +++ b/www/rubygem-adsf/Makefile @@ -0,0 +1,23 @@ +# Created by: Douglas Thrift +# $FreeBSD$ + +PORTNAME= adsf +PORTVERSION= 1.2.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= douglas@douglasthrift.net +COMMENT= Web server that can be spawned in any directory + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-rack16>=1.0.0:www/rubygem-rack16 + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +PLIST_FILES= bin/adsf + +.include diff --git a/www/rubygem-adsf/distinfo b/www/rubygem-adsf/distinfo new file mode 100644 index 000000000000..9b252b04fce6 --- /dev/null +++ b/www/rubygem-adsf/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1489886592 +SHA256 (rubygem/adsf-1.2.1.gem) = f033c96db152c917bdfdc8ac9d31a35cc80a5170536abba08e90f4543c3899a8 +SIZE (rubygem/adsf-1.2.1.gem) = 8192 diff --git a/www/rubygem-adsf/pkg-descr b/www/rubygem-adsf/pkg-descr new file mode 100644 index 000000000000..cd9d357eb99d --- /dev/null +++ b/www/rubygem-adsf/pkg-descr @@ -0,0 +1,4 @@ +adsf (A Dead Simple Fileserver) is a tiny static file server that you can launch +instantly in any directory. + +WWW: https://github.com/ddfreyne/adsf