diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-25 02:58:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-25 02:58:20 +0800 |
commit | 278e0c99303536d85009713e249ddad50276e447 (patch) | |
tree | 5ff20d502e3a5f45d4f2999dbb1d1803f91e050f /print | |
parent | 512aae0ed4fe1019e225456d7627fc19f843fe5b (diff) | |
download | freebsd-ports-gnome-278e0c99303536d85009713e249ddad50276e447.tar.gz freebsd-ports-gnome-278e0c99303536d85009713e249ddad50276e447.tar.zst freebsd-ports-gnome-278e0c99303536d85009713e249ddad50276e447.zip |
- Move print/rubygem-colortools to print/rubygem-color-tools
- Add LICENSE
- Update WWW
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-color-tools/Makefile (renamed from print/rubygem-colortools/Makefile) | 6 | ||||
-rw-r--r-- | print/rubygem-color-tools/distinfo (renamed from print/rubygem-colortools/distinfo) | 0 | ||||
-rw-r--r-- | print/rubygem-color-tools/pkg-descr (renamed from print/rubygem-colortools/pkg-descr) | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/print/Makefile b/print/Makefile index a230d1c00ea0..306ef682f6c7 100644 --- a/print/Makefile +++ b/print/Makefile @@ -208,7 +208,7 @@ SUBDIR += rtf2latex2e SUBDIR += rubygem-afm SUBDIR += rubygem-color - SUBDIR += rubygem-colortools + SUBDIR += rubygem-color-tools SUBDIR += rubygem-pdf-core SUBDIR += rubygem-pdf-reader SUBDIR += rubygem-pdf-writer diff --git a/print/rubygem-colortools/Makefile b/print/rubygem-color-tools/Makefile index 436d78dbaeb4..bacf505e2c27 100644 --- a/print/rubygem-colortools/Makefile +++ b/print/rubygem-color-tools/Makefile @@ -1,17 +1,17 @@ # $FreeBSD$ -PORTNAME= colortools +PORTNAME= color-tools PORTVERSION= 1.3.0 CATEGORIES= print rubygems MASTER_SITES= RG -DISTNAME= color-tools-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Provides colour space definition and manipulation +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> diff --git a/print/rubygem-colortools/distinfo b/print/rubygem-color-tools/distinfo index 0fec4e702870..0fec4e702870 100644 --- a/print/rubygem-colortools/distinfo +++ b/print/rubygem-color-tools/distinfo diff --git a/print/rubygem-colortools/pkg-descr b/print/rubygem-color-tools/pkg-descr index f0a4a80ab773..8a08bd87c04d 100644 --- a/print/rubygem-colortools/pkg-descr +++ b/print/rubygem-color-tools/pkg-descr @@ -5,4 +5,4 @@ that are commonly supported and used in HTML, SVG, and X11 applications. A technique for generating a monochromatic contrasting palette is also included. -WWW: http://rubygems.org/gems/colortools/ +WWW: https://github.com/ripta/color-tools |