1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

New port: devel/rubygem-patch_finder

PatchFinder is a toolkit to find software patches.

WWW: https://github.com/wchen-r7/Patch-Finder
This commit is contained in:
Antoine Brodin 2016-05-15 07:04:12 +00:00
parent f0d02459a4
commit d8e5231430
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415212
4 changed files with 27 additions and 0 deletions

View File

@ -5049,6 +5049,7 @@
SUBDIR += rubygem-paint
SUBDIR += rubygem-paperclip
SUBDIR += rubygem-parser
SUBDIR += rubygem-patch_finder
SUBDIR += rubygem-pathutil
SUBDIR += rubygem-piston
SUBDIR += rubygem-pkg-config

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= patch_finder
PORTVERSION= 1.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Generic Patch Finder
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/msu_finder
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1463295670
SHA256 (rubygem/patch_finder-1.0.2.gem) = b5908359281b620e0004d48cfcbc6b6860a9c054816f2378ccc196a229d3a9d5
SIZE (rubygem/patch_finder-1.0.2.gem) = 14848

View File

@ -0,0 +1,3 @@
PatchFinder is a toolkit to find software patches.
WWW: https://github.com/wchen-r7/Patch-Finder