pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/tscrape



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Aug 18 16:00:12 UTC 2019

Modified Files:
        pkgsrc/www/tscrape: Makefile PLIST distinfo

Log Message:
tscrape: Update to 0.3

Changes:
0.3
---
 - Improve documentation and add man pages for all tools
 - Several tscrape_update improvements (making it more robust/verbose about
   possible errors)


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

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

Modified files:

Index: pkgsrc/www/tscrape/Makefile
diff -u pkgsrc/www/tscrape/Makefile:1.2 pkgsrc/www/tscrape/Makefile:1.3
--- pkgsrc/www/tscrape/Makefile:1.2     Fri May 10 09:19:37 2019
+++ pkgsrc/www/tscrape/Makefile Sun Aug 18 16:00:12 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/05/10 09:19:37 leot Exp $
+# $NetBSD: Makefile,v 1.3 2019/08/18 16:00:12 leot Exp $
 
-DISTNAME=      tscrape-0.2
+DISTNAME=      tscrape-0.3
 CATEGORIES=    www
 MASTER_SITES=  http://codemadness.org/releases/tscrape/
 
Index: pkgsrc/www/tscrape/distinfo
diff -u pkgsrc/www/tscrape/distinfo:1.2 pkgsrc/www/tscrape/distinfo:1.3
--- pkgsrc/www/tscrape/distinfo:1.2     Fri May 10 09:19:37 2019
+++ pkgsrc/www/tscrape/distinfo Sun Aug 18 16:00:12 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/05/10 09:19:37 leot Exp $
+$NetBSD: distinfo,v 1.3 2019/08/18 16:00:12 leot Exp $
 
-SHA1 (tscrape-0.2.tar.gz) = b63dd32ff9be29c081af21ab07cd95b4f116889b
-RMD160 (tscrape-0.2.tar.gz) = 564d6b00ae9b88c1260d4111003128280c08263f
-SHA512 (tscrape-0.2.tar.gz) = a42aba0427fa02e8c356b3023e6757fcbc3d702b887e1cac20f62447315a49594d0e979e375b3a1198defe10bf699d9868b7198231e01d70ea1c3a8d0e707b1d
-Size (tscrape-0.2.tar.gz) = 13295 bytes
+SHA1 (tscrape-0.3.tar.gz) = bccaa0ce598898cb29c150a69f71744da64da9a8
+RMD160 (tscrape-0.3.tar.gz) = 7c11e67cca8e8ca663a828011000a2b4e8a4c45c
+SHA512 (tscrape-0.3.tar.gz) = 4705a103b5c61ffbdb815b5e88b6d7bd560d44b5a6f2991ae065f1389eb5f52738c8ac68f7dca07dbb6d0ee54a73ed97606bee76de1708da35b9107e188af22e
+Size (tscrape-0.3.tar.gz) = 15833 bytes

Index: pkgsrc/www/tscrape/PLIST
diff -u pkgsrc/www/tscrape/PLIST:1.1 pkgsrc/www/tscrape/PLIST:1.2
--- pkgsrc/www/tscrape/PLIST:1.1        Fri Feb 22 21:23:29 2019
+++ pkgsrc/www/tscrape/PLIST    Sun Aug 18 16:00:12 2019
@@ -1,9 +1,14 @@
-@comment $NetBSD: PLIST,v 1.1 2019/02/22 21:23:29 leot Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/08/18 16:00:12 leot Exp $
 bin/tscrape
 bin/tscrape_html
 bin/tscrape_plain
 bin/tscrape_update
 man/man1/tscrape.1
+man/man1/tscrape_html.1
+man/man1/tscrape_plain.1
+man/man1/tscrape_update.1
+man/man5/tscrape.5
+man/man5/tscraperc.5
 share/doc/tscrape/README
 share/doc/tscrape/style.css
 share/doc/tscrape/tscraperc.example



Home | Main Index | Thread Index | Old Index