pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/lowdown



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Sep 16 14:27:48 UTC 2017

Modified Files:
        pkgsrc/textproc/lowdown: Makefile PLIST distinfo

Log Message:
Update to 0.2.4

* Add lowdown(3) library
* Bugfixes


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/lowdown/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/lowdown/PLIST \
    pkgsrc/textproc/lowdown/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/lowdown/Makefile
diff -u pkgsrc/textproc/lowdown/Makefile:1.2 pkgsrc/textproc/lowdown/Makefile:1.3
--- pkgsrc/textproc/lowdown/Makefile:1.2        Sat Aug 19 00:22:23 2017
+++ pkgsrc/textproc/lowdown/Makefile    Sat Sep 16 14:27:48 2017
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2017/08/19 00:22:23 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2017/09/16 14:27:48 ryoon Exp $
 
-DISTNAME=      lowdown-0.1.9
+DISTNAME=      lowdown-VERSION_0_2_4
+PKGNAME=       lowdown-0.2.4
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kristapsdz/}
-GITHUB_TAG=    VERSION_0_1_9
+GITHUB_TAG=    VERSION_0_2_4
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://kristaps.bsd.lv/lowdown/
 COMMENT=       Simple Markdown translator
 LICENSE=       2-clause-bsd
 
-WRKSRC=                ${WRKDIR}/lowdown-${GITHUB_TAG}
 HAS_CONFIGURE= yes
 
 SUBST_CLASSES+=                install

Index: pkgsrc/textproc/lowdown/PLIST
diff -u pkgsrc/textproc/lowdown/PLIST:1.1 pkgsrc/textproc/lowdown/PLIST:1.2
--- pkgsrc/textproc/lowdown/PLIST:1.1   Wed Mar  8 15:05:02 2017
+++ pkgsrc/textproc/lowdown/PLIST       Sat Sep 16 14:27:48 2017
@@ -1,6 +1,21 @@
-@comment $NetBSD: PLIST,v 1.1 2017/03/08 15:05:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/09/16 14:27:48 ryoon Exp $
 bin/lowdown
 include/lowdown.h
 lib/liblowdown.a
 man/man1/lowdown.1
 man/man3/lowdown.3
+man/man3/lowdown_buf.3
+man/man3/lowdown_doc_free.3
+man/man3/lowdown_doc_new.3
+man/man3/lowdown_doc_parse.3
+man/man3/lowdown_errstr.3
+man/man3/lowdown_file.3
+man/man3/lowdown_html_free.3
+man/man3/lowdown_html_new.3
+man/man3/lowdown_html_rndr.3
+man/man3/lowdown_nroff_free.3
+man/man3/lowdown_nroff_new.3
+man/man3/lowdown_nroff_rndr.3
+man/man3/lowdown_tree_free.3
+man/man3/lowdown_tree_new.3
+man/man3/lowdown_tree_rndr.3
Index: pkgsrc/textproc/lowdown/distinfo
diff -u pkgsrc/textproc/lowdown/distinfo:1.1 pkgsrc/textproc/lowdown/distinfo:1.2
--- pkgsrc/textproc/lowdown/distinfo:1.1        Wed Mar  8 15:05:02 2017
+++ pkgsrc/textproc/lowdown/distinfo    Sat Sep 16 14:27:48 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/03/08 15:05:02 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/09/16 14:27:48 ryoon Exp $
 
-SHA1 (lowdown-0.1.9.tar.gz) = 4c001e7c6b093d0420e8d8cceed9c71aff4c606a
-RMD160 (lowdown-0.1.9.tar.gz) = 4c565eaea2835669db0508a2d2026f323fa5ee90
-SHA512 (lowdown-0.1.9.tar.gz) = f379c40c2e694a6793ae0d0e1575340c8644383d40eef6cccd5bf9042d13bff247729ac42ecce107a43f97041478cf2bb24104c2204459f98691afd074b6e212
-Size (lowdown-0.1.9.tar.gz) = 62622 bytes
+SHA1 (lowdown-VERSION_0_2_4.tar.gz) = 2ed84bb432bfdceeccd168a82cc073133717716f
+RMD160 (lowdown-VERSION_0_2_4.tar.gz) = cbc0fbce8510e533c923174c0cec3f783d193ff8
+SHA512 (lowdown-VERSION_0_2_4.tar.gz) = aaebf9acceebca75e95ca19f70cc2b0b59c125a291841d7f00f40dd54878c1cb89e3deba9c3b87e2326d960a094a71fd293bc898bd164d3e4cc54c2c137c11aa
+Size (lowdown-VERSION_0_2_4.tar.gz) = 76634 bytes



Home | Main Index | Thread Index | Old Index