aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-11-09 11:31:40 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-11-09 11:31:40 +0000
commit79bc56a7cec53b177c7372c347615be7b5d58202 (patch)
treefafdcc1707fc0ec435f3d8357a09275ce8ddbc4b
parent1126bce45e43c323f4004af4a79a785e56047033 (diff)
downloadports-79bc56a7cec53b177c7372c347615be7b5d58202.tar.gz
ports-79bc56a7cec53b177c7372c347615be7b5d58202.zip
Notes
-rw-r--r--print/Makefile1
-rw-r--r--print/rubygem-colortools/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index 029a236c038d..d11548ff48fa 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -260,6 +260,7 @@
SUBDIR += ruby-gnomeprint
SUBDIR += ruby-panda
SUBDIR += ruby-pdflib
+ SUBDIR += rubygem-colortools
SUBDIR += scribus
SUBDIR += sgf2tex
SUBDIR += sv-acroread
diff --git a/print/rubygem-colortools/Makefile b/print/rubygem-colortools/Makefile
new file mode 100644
index 000000000000..ba7bb87f228c
--- /dev/null
+++ b/print/rubygem-colortools/Makefile
@@ -0,0 +1,18 @@
+# Ports collection makefile for: gem-colortools
+# Date created: 09 nov 2005
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+
+PORTNAME= colortools
+PORTVERSION= 1.3.0
+CATEGORIES= print ruby
+MASTER_SITES= http://rubyforge.org/frs/download.php/5476/
+DISTNAME= color-tools-${PORTVERSION}
+
+MAINTAINER= dinoex@FreeBSD.org
+COMMENT= Working with PDF documents in pure Ruby
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
+.include <bsd.port.post.mk>