mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
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>
This commit is contained in:
parent
1eaab67398
commit
05847c62be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436525
@ -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
|
||||
|
23
www/rubygem-adsf/Makefile
Normal file
23
www/rubygem-adsf/Makefile
Normal file
@ -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>
|
3
www/rubygem-adsf/distinfo
Normal file
3
www/rubygem-adsf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1489886592
|
||||
SHA256 (rubygem/adsf-1.2.1.gem) = f033c96db152c917bdfdc8ac9d31a35cc80a5170536abba08e90f4543c3899a8
|
||||
SIZE (rubygem/adsf-1.2.1.gem) = 8192
|
4
www/rubygem-adsf/pkg-descr
Normal file
4
www/rubygem-adsf/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user