From owner-svn-ports-all@freebsd.org Thu Oct 11 00:09:34 2018 Return-Path: Delivered-To: svn-ports-all@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 4B59B10C07E2; Thu, 11 Oct 2018 00:09:34 +0000 (UTC) (envelope-from wen@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 E87F27788D; Thu, 11 Oct 2018 00:09:33 +0000 (UTC) (envelope-from wen@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 D4BC922A; Thu, 11 Oct 2018 00:09:33 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9B09X3J071686; Thu, 11 Oct 2018 00:09:33 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9B09WKQ071682; Thu, 11 Oct 2018 00:09:32 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201810110009.w9B09WKQ071682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 11 Oct 2018 00:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481774 - in head/devel: . rubygem-mini_portile2 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/devel: . rubygem-mini_portile2 X-SVN-Commit-Revision: 481774 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 00:09:34 -0000 Author: wen Date: Thu Oct 11 00:09:32 2018 New Revision: 481774 URL: https://svnweb.freebsd.org/changeset/ports/481774 Log: This project is a minimalistic implementation of a port/recipe system for developers. Because "Works on my machine" is unacceptable for a library maintainer. WWW: https://github.com/luislavena/mini_portile Added: head/devel/rubygem-mini_portile2/ head/devel/rubygem-mini_portile2/Makefile (contents, props changed) head/devel/rubygem-mini_portile2/distinfo (contents, props changed) head/devel/rubygem-mini_portile2/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 10 22:00:24 2018 (r481773) +++ head/devel/Makefile Thu Oct 11 00:09:32 2018 (r481774) @@ -5794,6 +5794,7 @@ SUBDIR += rubygem-method_source SUBDIR += rubygem-micromachine SUBDIR += rubygem-micromachine2 + SUBDIR += rubygem-mini_portile2 SUBDIR += rubygem-minitest SUBDIR += rubygem-mixlib-archive SUBDIR += rubygem-mixlib-authentication Added: head/devel/rubygem-mini_portile2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-mini_portile2/Makefile Thu Oct 11 00:09:32 2018 (r481774) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= mini_portile2 +PORTVERSION= 2.3.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= wen@FreeBSD.org +COMMENT= Simple autoconf builder for developers + +LICENSE= MIT + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Added: head/devel/rubygem-mini_portile2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-mini_portile2/distinfo Thu Oct 11 00:09:32 2018 (r481774) @@ -0,0 +1,3 @@ +TIMESTAMP = 1539215940 +SHA256 (rubygem/mini_portile2-2.3.0.gem) = 216417b241ff4e7b1c726f257241eaf223e3abbe6ec2c6453352dea6a414a38d +SIZE (rubygem/mini_portile2-2.3.0.gem) = 25600 Added: head/devel/rubygem-mini_portile2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-mini_portile2/pkg-descr Thu Oct 11 00:09:32 2018 (r481774) @@ -0,0 +1,5 @@ +This project is a minimalistic implementation of a port/recipe system +for developers. Because "Works on my machine" is unacceptable for a +library maintainer. + +WWW: https://github.com/luislavena/mini_portile