From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- development/ruby/ruby-2.0.0-p195-gemrc.patch.xz | Bin 0 -> 340 bytes development/ruby/ruby-2.0.0-p195-profiled.patch.xz | Bin 0 -> 368 bytes .../ruby/ruby-2.0.0-p195-verbosemkmf.patch.xz | Bin 0 -> 488 bytes development/ruby/ruby.build | 99 +++++++++++++++++++++ 4 files changed, 99 insertions(+) create mode 100644 development/ruby/ruby-2.0.0-p195-gemrc.patch.xz create mode 100644 development/ruby/ruby-2.0.0-p195-profiled.patch.xz create mode 100644 development/ruby/ruby-2.0.0-p195-verbosemkmf.patch.xz create mode 100755 development/ruby/ruby.build (limited to 'development/ruby') diff --git a/development/ruby/ruby-2.0.0-p195-gemrc.patch.xz b/development/ruby/ruby-2.0.0-p195-gemrc.patch.xz new file mode 100644 index 0000000..4fe86f0 Binary files /dev/null and b/development/ruby/ruby-2.0.0-p195-gemrc.patch.xz differ diff --git a/development/ruby/ruby-2.0.0-p195-profiled.patch.xz b/development/ruby/ruby-2.0.0-p195-profiled.patch.xz new file mode 100644 index 0000000..a826db0 Binary files /dev/null and b/development/ruby/ruby-2.0.0-p195-profiled.patch.xz differ diff --git a/development/ruby/ruby-2.0.0-p195-verbosemkmf.patch.xz b/development/ruby/ruby-2.0.0-p195-verbosemkmf.patch.xz new file mode 100644 index 0000000..4b2a962 Binary files /dev/null and b/development/ruby/ruby-2.0.0-p195-verbosemkmf.patch.xz differ diff --git a/development/ruby/ruby.build b/development/ruby/ruby.build new file mode 100755 index 0000000..4c173c1 --- /dev/null +++ b/development/ruby/ruby.build @@ -0,0 +1,99 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=ruby +MAJOR=2.0 +MINOR=0 +PATCH=195 +VERSION=${MAJOR}.${MINOR}.${PATCH} +BUILD=2 +OPTDEPENDS=('openssl >= 1.0.1e-1' 'libdb >= 5.3.21-1' 'gdbm >= 1.10-1') + +# Description + +cat > ${PKG}/install/slack-desc <> ${PKG}/install/doinst.sh <