diff options
author | leot <leot@pkgsrc.org> | 2019-08-18 16:00:12 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-08-18 16:00:12 +0000 |
commit | b815c7ce1acbb6e9710769aa669acf51a1eb3e12 (patch) | |
tree | e9c59c67d3e2b04ab5fc709e288b838361a8b777 /www/tscrape | |
parent | 85d458812e1033e86aaf6e312b8a6b276801eb4c (diff) | |
download | pkgsrc-b815c7ce1acbb6e9710769aa669acf51a1eb3e12.tar.gz |
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)
Diffstat (limited to 'www/tscrape')
-rw-r--r-- | www/tscrape/Makefile | 4 | ||||
-rw-r--r-- | www/tscrape/PLIST | 7 | ||||
-rw-r--r-- | www/tscrape/distinfo | 10 |
3 files changed, 13 insertions, 8 deletions
diff --git a/www/tscrape/Makefile b/www/tscrape/Makefile index b17aa3fc3ff..80f667f8d52 100644 --- a/www/tscrape/Makefile +++ b/www/tscrape/Makefile @@ -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/ diff --git a/www/tscrape/PLIST b/www/tscrape/PLIST index f493dc629fc..7c53ad1df5c 100644 --- a/www/tscrape/PLIST +++ b/www/tscrape/PLIST @@ -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 diff --git a/www/tscrape/distinfo b/www/tscrape/distinfo index 9b7acf8431a..cb614507ca1 100644 --- a/www/tscrape/distinfo +++ b/www/tscrape/distinfo @@ -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 |