create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD: head/devel/rubygem-rake/Makefile 452885 2017-10-25 18:29:34Z sunpoet $
PORTNAME= rake
PORTVERSION= 13.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby Make
NO_ARCH= yes
USE_RUBY= yes
USES= gem shebangfix
PLIST_FILES= bin/rake
SHEBANG_FILES= bin/console exe/rake
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1573847053
SHA256 (rubygem/rake-13.0.1.gem) = 292a08eb3064e972e3e07e4c297d54a93433439ff429e58a403ae05584fad870
SIZE (rubygem/rake-13.0.1.gem) = 87552

View File

@@ -0,0 +1,15 @@
Rake is a Ruby make-like utility using standard Ruby syntax for the
build specification file.
It has the following features:
- Rakefiles (rake's version of Makefiles) are completely defined in standard
Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about
(is that a tab or a space?)
- Users can specify tasks with prerequisites.
- Rake supports rule patterns to synthesize implicit tasks.
- Rake is lightweight. It can be distributed with other projects as a single
file. Projects that depend upon rake do not require that rake be installed on
target systems.
WWW: https://github.com/ruby/rake