This commit is contained in:
naddy 2012-12-31 15:48:10 +00:00
parent 0db34feeee
commit 0a8ee9791e
6 changed files with 9 additions and 9 deletions

View File

@ -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/

View File

@ -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.

View File

@ -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/

View File

@ -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.

View File

@ -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/

View File

@ -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.