Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2017 00:28:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436525 - in head/www: . rubygem-adsf
Message-ID:  <201703200028.v2K0Sqs7013211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <douglas@douglasthrift.net>

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 <douglas@douglasthrift.net>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703200028.v2K0Sqs7013211>