pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/Markdown Initial import of Markdown-1.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ef6435b5757
branches:  trunk
changeset: 521464:4ef6435b5757
user:      dan <dan%pkgsrc.org@localhost>
date:      Mon Nov 13 01:20:09 2006 +0000

description:
Initial import of Markdown-1.0.1

Markdown is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid XHTML (or HTML).

diffstat:

 textproc/Markdown/DESCR    |  11 +++++++++++
 textproc/Markdown/Makefile |  32 ++++++++++++++++++++++++++++++++
 textproc/Markdown/PLIST    |   5 +++++
 textproc/Markdown/distinfo |   5 +++++
 4 files changed, 53 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r 17e0d4359b1e -r 4ef6435b5757 textproc/Markdown/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/Markdown/DESCR   Mon Nov 13 01:20:09 2006 +0000
@@ -0,0 +1,11 @@
+Markdown is a text-to-HTML conversion tool for web writers. Markdown
+allows you to write using an easy-to-read, easy-to-write plain text
+format, then convert it to structurally valid XHTML (or HTML).
+
+The overriding design goal for Markdown's formatting syntax is to make
+it as readable as possible. The idea is that a Markdown-formatted
+document should be publishable as-is, as plain text, without looking
+like it?s been marked up with tags or formatting instructions. While
+Markdown's syntax has been influenced by several existing text-to-HTML
+filters, the single biggest source of inspiration for Markdown's
+syntax is the format of plain text email.
diff -r 17e0d4359b1e -r 4ef6435b5757 textproc/Markdown/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/Markdown/Makefile        Mon Nov 13 01:20:09 2006 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 01:20:09 dan Exp $
+#
+
+DISTNAME=      Markdown_1.0.1
+PKGNAME=       Markdown-1.0.1
+CATEGORIES=    textproc
+MASTER_SITES=  http://daringfireball.net/projects/downloads/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    dan%NetBSD.org@localhost
+HOMEPAGE=      http://daringfireball.net/projects/markdown/
+COMMENT=       Text-to-HTML conversion tool for web writers
+
+USE_LANGUAGES= # none
+NO_BUILD=      yes
+USE_TOOLS+=    perl:run
+
+REPLACE_PERL+= Markdown.pl
+
+PERL5_SITELIB= ${PERL5_SUB_INSTALLVENDORLIB:Q}
+PLIST_SUBST+=  PERL5_SITELIB=${PERL5_SITELIB:Q}
+
+.include "../../mk/bsd.prefs.mk"
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/Markdown.pl ${PREFIX}/bin/Markdown
+       ${INSTALL_SCRIPT} ${WRKSRC}/Markdown.pl ${PREFIX}/${PERL5_SITELIB}/Markdown.pm
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Markdown
+       ${INSTALL_DATA} ${WRKSRC}/"Markdown Readme.text" ${PREFIX}/share/doc/Markdown
+       ${INSTALL_DATA} ${WRKSRC}/License.text ${PREFIX}/share/doc/Markdown
+
+.include "../../mk/bsd.pkg.mk"
diff -r 17e0d4359b1e -r 4ef6435b5757 textproc/Markdown/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/Markdown/PLIST   Mon Nov 13 01:20:09 2006 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/13 01:20:09 dan Exp $
+bin/Markdown
+${PERL5_SITELIB}/Markdown.pm
+share/doc/Markdown/License.text
+share/doc/Markdown/Markdown Readme.text
diff -r 17e0d4359b1e -r 4ef6435b5757 textproc/Markdown/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/Markdown/distinfo        Mon Nov 13 01:20:09 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/13 01:20:09 dan Exp $
+
+SHA1 (Markdown_1.0.1.zip) = 933f37dc305bf86554026416da1a54be9bb7ff74
+RMD160 (Markdown_1.0.1.zip) = ce07c6b88c12823a657068b3d51d159ad08c0e17
+Size (Markdown_1.0.1.zip) = 18648 bytes



Home | Main Index | Thread Index | Old Index