From owner-svn-ports-head@freebsd.org Mon Mar 20 00:28:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5D6CD142FD; Mon, 20 Mar 2017 00:28:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 898771086; Mon, 20 Mar 2017 00:28:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2K0Sq16013215; Mon, 20 Mar 2017 00:28:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2K0Sqs7013211; Mon, 20 Mar 2017 00:28:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703200028.v2K0Sqs7013211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Mar 2017 00:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436525 - in head/www: . rubygem-adsf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2017 00:28:53 -0000 Author: sunpoet Date: Mon Mar 20 00:28:52 2017 New Revision: 436525 URL: https://svnweb.freebsd.org/changeset/ports/436525 Log: 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 Added: head/www/rubygem-adsf/ head/www/rubygem-adsf/Makefile (contents, props changed) head/www/rubygem-adsf/distinfo (contents, props changed) head/www/rubygem-adsf/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Mar 20 00:28:47 2017 (r436524) +++ head/www/Makefile Mon Mar 20 00:28:52 2017 (r436525) @@ -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 Added: head/www/rubygem-adsf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-adsf/Makefile Mon Mar 20 00:28:52 2017 (r436525) @@ -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 Added: head/www/rubygem-adsf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-adsf/distinfo Mon Mar 20 00:28:52 2017 (r436525) @@ -0,0 +1,3 @@ +TIMESTAMP = 1489886592 +SHA256 (rubygem/adsf-1.2.1.gem) = f033c96db152c917bdfdc8ac9d31a35cc80a5170536abba08e90f4543c3899a8 +SIZE (rubygem/adsf-1.2.1.gem) = 8192 Added: head/www/rubygem-adsf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-adsf/pkg-descr Mon Mar 20 00:28:52 2017 (r436525) @@ -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