From owner-svn-ports-head@freebsd.org Wed Apr 11 19:37:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08B55F8B170; Wed, 11 Apr 2018 19:37:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A81916AF52; Wed, 11 Apr 2018 19:37:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A12D120836; Wed, 11 Apr 2018 19:37:55 +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 w3BJbtYT079886; Wed, 11 Apr 2018 19:37:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3BJbt9O079882; Wed, 11 Apr 2018 19:37:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804111937.w3BJbt9O079882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Apr 2018 19:37:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467080 - in head/devel: . rubygem-marcel X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-marcel X-SVN-Commit-Revision: 467080 X-SVN-Commit-Repository: ports 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.25 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: Wed, 11 Apr 2018 19:37:56 -0000 Author: sunpoet Date: Wed Apr 11 19:37:54 2018 New Revision: 467080 URL: https://svnweb.freebsd.org/changeset/ports/467080 Log: Add rubygem-marcel 0.3.2 Marcel attempts to choose the most appropriate content type for a given file by looking at the binary data, the filename, and any declared type (perhaps passed as a request header). WWW: https://github.com/basecamp/marcel Added: head/devel/rubygem-marcel/ head/devel/rubygem-marcel/Makefile (contents, props changed) head/devel/rubygem-marcel/distinfo (contents, props changed) head/devel/rubygem-marcel/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Apr 11 19:37:22 2018 (r467079) +++ head/devel/Makefile Wed Apr 11 19:37:54 2018 (r467080) @@ -5617,6 +5617,7 @@ SUBDIR += rubygem-lumberjack SUBDIR += rubygem-main SUBDIR += rubygem-map + SUBDIR += rubygem-marcel SUBDIR += rubygem-memoist SUBDIR += rubygem-memoizable SUBDIR += rubygem-memoize Added: head/devel/rubygem-marcel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-marcel/Makefile Wed Apr 11 19:37:54 2018 (r467080) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= marcel +PORTVERSION= 0.3.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple mime type detection + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-mimemagic>=0.3.2:misc/rubygem-mimemagic + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-marcel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-marcel/distinfo Wed Apr 11 19:37:54 2018 (r467080) @@ -0,0 +1,3 @@ +TIMESTAMP = 1523390818 +SHA256 (rubygem/marcel-0.3.2.gem) = e8b6943164c0ff07e9db2b6565845b287fdcdc8426e68f044cd603e82bb3336c +SIZE (rubygem/marcel-0.3.2.gem) = 7839232 Added: head/devel/rubygem-marcel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-marcel/pkg-descr Wed Apr 11 19:37:54 2018 (r467080) @@ -0,0 +1,5 @@ +Marcel attempts to choose the most appropriate content type for a given file by +looking at the binary data, the filename, and any declared type (perhaps passed +as a request header). + +WWW: https://github.com/basecamp/marcel