From 0a8ee9791e4882febca0d65c63485b169f1a2efe Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 31 Dec 2012 15:48:10 +0000 Subject: [PATCH] spelling --- devel/hs-pugs-DrIFT/Makefile | 4 ++-- devel/hs-pugs-DrIFT/pkg/DESCR | 2 +- print/xournal/Makefile | 4 ++-- print/xournal/pkg/DESCR | 2 +- textproc/ruby-liquid/Makefile | 4 ++-- textproc/ruby-liquid/pkg/DESCR | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/hs-pugs-DrIFT/Makefile b/devel/hs-pugs-DrIFT/Makefile index e2bdaf3948f..c3f7cffebe2 100644 --- a/devel/hs-pugs-DrIFT/Makefile +++ b/devel/hs-pugs-DrIFT/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.12 2012/10/28 23:28:49 kili Exp $ +# $OpenBSD: Makefile,v 1.13 2012/12/31 15:48:10 naddy Exp $ COMMENT = DrIFT with pugs-specific rules DISTNAME = pugs-DrIFT-2.2.3.20120203 -REVISION = 1 +REVISION = 2 CATEGORIES = devel HOMEPAGE = http://pugscode.org/ diff --git a/devel/hs-pugs-DrIFT/pkg/DESCR b/devel/hs-pugs-DrIFT/pkg/DESCR index c100ebab27b..9b7badc58ee 100644 --- a/devel/hs-pugs-DrIFT/pkg/DESCR +++ b/devel/hs-pugs-DrIFT/pkg/DESCR @@ -6,7 +6,7 @@ rules are expressed as Haskell code, and it is intended that the user can add new rules as required. DrIFT automates instance derivation for classes that aren't supported by the standard compilers. In addition, instances can be produced -in seperate modules to that containing the type declaration. This +in separate modules to that containing the type declaration. This allows instances to be derived for a type after the original module has been compiled. As a bonus, simple utility functions can also be produced from a type. diff --git a/print/xournal/Makefile b/print/xournal/Makefile index 4ed3caae74f..9c80ec293bf 100644 --- a/print/xournal/Makefile +++ b/print/xournal/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2012/12/31 09:00:07 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2012/12/31 15:48:10 naddy Exp $ COMMENT = application for notetaking & annotating PDF files DISTNAME = xournal-0.4.7 CATEGORIES = print -REVISION = 0 +REVISION = 1 HOMEPAGE = http://xournal.sourceforge.net/ diff --git a/print/xournal/pkg/DESCR b/print/xournal/pkg/DESCR index 18a7fc9ff61..7ee4f55a548 100644 --- a/print/xournal/pkg/DESCR +++ b/print/xournal/pkg/DESCR @@ -3,5 +3,5 @@ using a stylus. It is similar to Microsoft Windows Journal or to other alternatives such as Jarnal, Gournal, and NoteLab. It can also be used to annotate PDF files (highlight, underline etc.), -and either save the annotations in a seperate file, or export the +and either save the annotations in a separate file, or export the annotated document as a new PDF file. diff --git a/textproc/ruby-liquid/Makefile b/textproc/ruby-liquid/Makefile index c839f57477f..27663f12ebb 100644 --- a/textproc/ruby-liquid/Makefile +++ b/textproc/ruby-liquid/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2012/09/23 16:57:35 jeremy Exp $ +# $OpenBSD: Makefile,v 1.5 2012/12/31 15:48:10 naddy Exp $ COMMENT = safe, customer facing template language DISTNAME = liquid-2.2.2 CATEGORIES = textproc -REVISION = 2 +REVISION = 3 HOMEPAGE = http://www.liquidmarkup.org/ diff --git a/textproc/ruby-liquid/pkg/DESCR b/textproc/ruby-liquid/pkg/DESCR index 737c599c1f4..307a3e84c2d 100644 --- a/textproc/ruby-liquid/pkg/DESCR +++ b/textproc/ruby-liquid/pkg/DESCR @@ -8,7 +8,7 @@ don't produce good looking markup are no fun to use. that users can edit them. You don't want to run code on your server which your users wrote. -* It has to be stateless. Compile and render steps have to be seperate +* It has to be stateless. Compile and render steps have to be separate so that the expensive parsing and compiling can be done once and later on you can just render it passing in a hash with local variables and objects.