summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2019-02-22 21:23:29 +0000
committerleot <leot@pkgsrc.org>2019-02-22 21:23:29 +0000
commit2d447c616a336dbe196cd361889235c6a959880c (patch)
treec2ed8d4c3bf1330a56993c3f31f9e5b3e2d433d8 /www
parentaebf5fd2845c2a92c559816cef1e1da9f2a19649 (diff)
downloadpkgsrc-2d447c616a336dbe196cd361889235c6a959880c.tar.gz
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 (limited to 'www')
-rw-r--r--www/tscrape/DESCR2
-rw-r--r--www/tscrape/Makefile18
-rw-r--r--www/tscrape/PLIST9
-rw-r--r--www/tscrape/distinfo6
4 files changed, 35 insertions, 0 deletions
diff --git a/www/tscrape/DESCR b/www/tscrape/DESCR
new file mode 100644
index 00000000000..6b1c05c5bf0
--- /dev/null
+++ b/www/tscrape/DESCR
@@ -0,0 +1,2 @@
+tscrape reads the Twitter HTML page and scrapes the data into a
+TAB-separated format to stdout.
diff --git a/www/tscrape/Makefile b/www/tscrape/Makefile
new file mode 100644
index 00000000000..ceb97deea9c
--- /dev/null
+++ b/www/tscrape/Makefile
@@ -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
+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 --git a/www/tscrape/PLIST b/www/tscrape/PLIST
new file mode 100644
index 00000000000..f493dc629fc
--- /dev/null
+++ b/www/tscrape/PLIST
@@ -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 --git a/www/tscrape/distinfo b/www/tscrape/distinfo
new file mode 100644
index 00000000000..febb9f26bc8
--- /dev/null
+++ b/www/tscrape/distinfo
@@ -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