From b28ccdecc2925e3978fa061e20f284e2b7dcb1b7 Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Fri, 22 Nov 2019 15:28:20 +0000 Subject: New ports required for gitlab-ce 12.5. --- textproc/rubygem-diff_match_patch/Makefile | 20 ++++++++++++++++++++ textproc/rubygem-diff_match_patch/distinfo | 3 +++ textproc/rubygem-diff_match_patch/pkg-descr | 3 +++ 3 files changed, 26 insertions(+) create mode 100644 textproc/rubygem-diff_match_patch/Makefile create mode 100644 textproc/rubygem-diff_match_patch/distinfo create mode 100644 textproc/rubygem-diff_match_patch/pkg-descr (limited to 'textproc/rubygem-diff_match_patch') diff --git a/textproc/rubygem-diff_match_patch/Makefile b/textproc/rubygem-diff_match_patch/Makefile new file mode 100644 index 000000000000..fbbd44645a66 --- /dev/null +++ b/textproc/rubygem-diff_match_patch/Makefile @@ -0,0 +1,20 @@ +# Created by: Matthias Fechner +# $FreeBSD$ + +PORTNAME= diff_match_patch +PORTVERSION= 0.1.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Ruby implementation of Google diff_match_patch + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff --git a/textproc/rubygem-diff_match_patch/distinfo b/textproc/rubygem-diff_match_patch/distinfo new file mode 100644 index 000000000000..d1530737dc40 --- /dev/null +++ b/textproc/rubygem-diff_match_patch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1574429017 +SHA256 (rubygem/diff_match_patch-0.1.0.gem) = b36057bfcfeaedf19dcb7b2c28c19ee625bd6ec6d0d182717d3ef22b3879c40e +SIZE (rubygem/diff_match_patch-0.1.0.gem) = 25088 diff --git a/textproc/rubygem-diff_match_patch/pkg-descr b/textproc/rubygem-diff_match_patch/pkg-descr new file mode 100644 index 000000000000..9cb4150fc36e --- /dev/null +++ b/textproc/rubygem-diff_match_patch/pkg-descr @@ -0,0 +1,3 @@ +Ruby implementation of Google diff_match_patch. + +WWW: https://github.com/kalmbach/diff_match_patch -- cgit v1.2.3