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:           Fri Feb 22 21:23:29 UTC 2019

Added Files:
        pkgsrc/www/tscrape: DESCR Makefile PLIST distinfo

Log Message:
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.


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

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

Added files:

Index: pkgsrc/www/tscrape/DESCR
diff -u /dev/null pkgsrc/www/tscrape/DESCR:1.1
--- /dev/null   Fri Feb 22 21:23:29 2019
+++ pkgsrc/www/tscrape/DESCR    Fri Feb 22 21:23:29 2019
@@ -0,0 +1,2 @@
+tscrape reads the Twitter HTML page and scrapes the data into a
+TAB-separated format to stdout.
Index: pkgsrc/www/tscrape/Makefile
diff -u /dev/null pkgsrc/www/tscrape/Makefile:1.1
--- /dev/null   Fri Feb 22 21:23:29 2019
+++ pkgsrc/www/tscrape/Makefile Fri Feb 22 21:23:29 2019
@@ -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"
Index: pkgsrc/www/tscrape/PLIST
diff -u /dev/null pkgsrc/www/tscrape/PLIST:1.1
--- /dev/null   Fri Feb 22 21:23:29 2019
+++ pkgsrc/www/tscrape/PLIST    Fri Feb 22 21:23:29 2019
@@ -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
Index: pkgsrc/www/tscrape/distinfo
diff -u /dev/null pkgsrc/www/tscrape/distinfo:1.1
--- /dev/null   Fri Feb 22 21:23:29 2019
+++ pkgsrc/www/tscrape/distinfo Fri Feb 22 21:23:29 2019
@@ -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