pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/tscrape tscrape: Import tscrape-0.1 as www/tscrape



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2dd808bf618a
branches:  trunk
changeset: 319858:2dd808bf618a
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Feb 22 21:23:29 2019 +0000

description:
tscrape: Import tscrape-0.1 as www/tscrape

tscrape reads the Twitter HTML page and scrapes the data into a
TAB-separated format to stdout.

diffstat:

 www/tscrape/DESCR    |   2 ++
 www/tscrape/Makefile |  18 ++++++++++++++++++
 www/tscrape/PLIST    |   9 +++++++++
 www/tscrape/distinfo |   6 ++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r bce71fe1da5e -r 2dd808bf618a www/tscrape/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/tscrape/DESCR Fri Feb 22 21:23:29 2019 +0000
@@ -0,0 +1,2 @@
+tscrape reads the Twitter HTML page and scrapes the data into a
+TAB-separated format to stdout.
diff -r bce71fe1da5e -r 2dd808bf618a www/tscrape/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/tscrape/Makefile      Fri Feb 22 21:23:29 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/02/22 21:23:29 leot Exp $
+
+DISTNAME=      tscrape-0.1
+CATEGORIES=    www
+MASTER_SITES=  http://codemadness.org/releases/tscrape/
+
+MAINTAINER=    leot%NetBSD.org@localhost
+HOMEPAGE=      http://codemadness.org/git/tscrape/file/README.html
+COMMENT=       Twitter scraper
+LICENSE=       isc
+
+USE_LANGUAGES= c99
+
+MAKE_FLAGS+=           PREFIX=${PREFIX}
+MAKE_FLAGS+=           MANPREFIX=${PREFIX}/${PKGMANDIR}
+MAKE_FLAGS+=           CC=${CC:Q}
+
+.include "../../mk/bsd.pkg.mk"
diff -r bce71fe1da5e -r 2dd808bf618a www/tscrape/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/tscrape/PLIST Fri Feb 22 21:23:29 2019 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/22 21:23:29 leot Exp $
+bin/tscrape
+bin/tscrape_html
+bin/tscrape_plain
+bin/tscrape_update
+man/man1/tscrape.1
+share/doc/tscrape/README
+share/doc/tscrape/style.css
+share/doc/tscrape/tscraperc.example
diff -r bce71fe1da5e -r 2dd808bf618a www/tscrape/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/tscrape/distinfo      Fri Feb 22 21:23:29 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/22 21:23:29 leot Exp $
+
+SHA1 (tscrape-0.1.tar.gz) = b3bbdd301f5b5438cc316c537a17bba7031f3c37
+RMD160 (tscrape-0.1.tar.gz) = c11883c9c1b40c375403fb5cbdb1499badd7cbb0
+SHA512 (tscrape-0.1.tar.gz) = cac3ece2c1b9cfe86581780b1cc1e592903ecf8d9bd4b6f935aa20f1202294f69f279928a3405e5dbb17216a2169f508549a716ed80cad6db78196026c6ab3b6
+Size (tscrape-0.1.tar.gz) = 13089 bytes



Home | Main Index | Thread Index | Old Index