diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-16 21:36:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-16 21:36:16 +0800 |
commit | d908f9c853001590afda1ed400e9dde2751f63d8 (patch) | |
tree | b5f2066f82768e076dca6aa43c49a9958f7e2a78 | |
parent | 3a48c22e69ecb66b9f8162f3db66ff5c3e796d09 (diff) | |
download | freebsd-ports-graphics-d908f9c853001590afda1ed400e9dde2751f63d8.tar.gz freebsd-ports-graphics-d908f9c853001590afda1ed400e9dde2751f63d8.tar.zst freebsd-ports-graphics-d908f9c853001590afda1ed400e9dde2751f63d8.zip |
- Add rubygem-tdiff 0.3.3
TDiff calculates the differences between two tree-like structures. Similar to
Rubys built-in TSort module.
WWW: https://github.com/postmodern/tdiff#readme
RG: https://rubygems.org/gems/tdiff
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-tdiff/Makefile | 18 | ||||
-rw-r--r-- | devel/rubygem-tdiff/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-tdiff/pkg-descr | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 98d661f4ded..95b5b372675 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4731,6 +4731,7 @@ SUBDIR += rubygem-sysinfo SUBDIR += rubygem-systemu SUBDIR += rubygem-table_print + SUBDIR += rubygem-tdiff SUBDIR += rubygem-templater SUBDIR += rubygem-temple SUBDIR += rubygem-term-ansicolor diff --git a/devel/rubygem-tdiff/Makefile b/devel/rubygem-tdiff/Makefile new file mode 100644 index 00000000000..271bdbf3e51 --- /dev/null +++ b/devel/rubygem-tdiff/Makefile @@ -0,0 +1,18 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= tdiff +PORTVERSION= 0.3.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Calculates the differences between two tree-like structures + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-tdiff/distinfo b/devel/rubygem-tdiff/distinfo new file mode 100644 index 00000000000..6c20f00b12f --- /dev/null +++ b/devel/rubygem-tdiff/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/tdiff-0.3.3.gem) = 06b1db8588fb3326365b97a3684668e1a425c89914da1ef3ab046364f792814c +SIZE (rubygem/tdiff-0.3.3.gem) = 9216 diff --git a/devel/rubygem-tdiff/pkg-descr b/devel/rubygem-tdiff/pkg-descr new file mode 100644 index 00000000000..15b61950cd6 --- /dev/null +++ b/devel/rubygem-tdiff/pkg-descr @@ -0,0 +1,5 @@ +TDiff calculates the differences between two tree-like structures. Similar to +Rubys built-in TSort module. + +WWW: https://github.com/postmodern/tdiff#readme +RG: https://rubygems.org/gems/tdiff |