forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.3.4 (2013-02-28) * Support RDoc 4.0 (#168, judofyr) * Add mention of Org-Mode support (#165, aslakknutsen) * Add AsciiDoctorTemplate (#163, #164, aslakknutsen) * Add PlainTextTemplate (nathanaeljones) * Restrict locals to valid variable names (#158, thinkerbot) * ERB: Improve trim mode support (#156, ssimeonov) * Add CSVTemplate (#153, alexgb) * Remove special case for 1.9.1 (#147, guilleiguaran) * Add allows_script? method to Template (#143, bhollis) * Default to using Redcarpet2 (#139, DAddYE) * Allow File/Tempfile as filenames (#134, jamesotron) * Add EtanniTemplate (#131, manveru) * Support RDoc 3.10 (#112, timfel) * Less: Options are now being passed to the parser (#106, cowboyd)
- Loading branch information
obache
committed
Mar 2, 2013
1 parent
ec44e3a
commit 009781f
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.3 2012/10/25 06:56:59 asau Exp $ | ||
# $NetBSD: Makefile,v 1.4 2013/03/02 02:30:13 obache Exp $ | ||
|
||
DISTNAME= tilt-1.3.3 | ||
DISTNAME= tilt-1.3.4 | ||
CATEGORIES= textproc | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.2 2011/08/25 11:30:44 obache Exp $ | ||
$NetBSD: distinfo,v 1.3 2013/03/02 02:30:13 obache Exp $ | ||
|
||
SHA1 (tilt-1.3.3.gem) = ef7276d8c1870c2111ef017c1abd451b4bcff07f | ||
RMD160 (tilt-1.3.3.gem) = 4372d42c6fa35789041f1f9b4c07d9751af320e4 | ||
Size (tilt-1.3.3.gem) = 36352 bytes | ||
SHA1 (tilt-1.3.4.gem) = af7e8e840ec81014eef2bcf043622b5abdfb9591 | ||
RMD160 (tilt-1.3.4.gem) = abbeeab95b5230e1b1dea772a34df0ecf7c6e58b | ||
Size (tilt-1.3.4.gem) = 40448 bytes |