aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-11-09 19:31:40 +0800
committerdinoex <dinoex@FreeBSD.org>2005-11-09 19:31:40 +0800
commit52e0f4dfaf6d502efff90b13261164965bd50206 (patch)
tree5b9486b38ae0192a4f82213df586aaa9e813b05b
parent9544216433e0c1d196f0421ff14eb43d5bfac8b9 (diff)
downloadfreebsd-ports-gnome-52e0f4dfaf6d502efff90b13261164965bd50206.tar.gz
freebsd-ports-gnome-52e0f4dfaf6d502efff90b13261164965bd50206.tar.zst
freebsd-ports-gnome-52e0f4dfaf6d502efff90b13261164965bd50206.zip
Tools written in pure Ruby (no C extensions) for working with PDF documents.
WWW: http://rubyforge.org/projects/ruby-pdf/
-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>