diff options
author | wiz <wiz@pkgsrc.org> | 2013-12-31 16:51:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-12-31 16:51:46 +0000 |
commit | 78c9c52a4fea39c89f2b4a047ce33b624ab119ad (patch) | |
tree | 9878d4410f412349049b5ea8e0d670af6638c3a2 /www | |
parent | 95754666ca9da7396c70801306b495f2df5181a9 (diff) | |
download | pkgsrc-78c9c52a4fea39c89f2b4a047ce33b624ab119ad.tar.gz |
Import php-tt-rss-fever-plugin-1.2 as www/php-tt-rss-fever-plugin.
This enable Fever emulation in Tiny Tiny RSS, to make Tiny Tiny
RSS accessible for more different news readers which support Fever.
Diffstat (limited to 'www')
-rw-r--r-- | www/php-tt-rss-fever-plugin/DESCR | 2 | ||||
-rw-r--r-- | www/php-tt-rss-fever-plugin/MESSAGE | 7 | ||||
-rw-r--r-- | www/php-tt-rss-fever-plugin/Makefile | 27 | ||||
-rw-r--r-- | www/php-tt-rss-fever-plugin/PLIST | 4 | ||||
-rw-r--r-- | www/php-tt-rss-fever-plugin/distinfo | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/www/php-tt-rss-fever-plugin/DESCR b/www/php-tt-rss-fever-plugin/DESCR new file mode 100644 index 00000000000..2f69b9f3c6d --- /dev/null +++ b/www/php-tt-rss-fever-plugin/DESCR @@ -0,0 +1,2 @@ +This enable Fever emulation in Tiny Tiny RSS, to make Tiny Tiny +RSS accessible for more different news readers which support Fever. diff --git a/www/php-tt-rss-fever-plugin/MESSAGE b/www/php-tt-rss-fever-plugin/MESSAGE new file mode 100644 index 00000000000..4aac7fa67e3 --- /dev/null +++ b/www/php-tt-rss-fever-plugin/MESSAGE @@ -0,0 +1,7 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2013/12/31 16:51:46 wiz Exp $ + +To use this, just go to the tt-rss Preferences and enable the 'fever' +plugin; then set a password in the 'Preferences/Fever Emulation' section. + +=========================================================================== diff --git a/www/php-tt-rss-fever-plugin/Makefile b/www/php-tt-rss-fever-plugin/Makefile new file mode 100644 index 00000000000..94f161562d9 --- /dev/null +++ b/www/php-tt-rss-fever-plugin/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2013/12/31 16:51:46 wiz Exp $ + +DISTNAME= fever-1.2 +PKGNAME= ${PHP_PKG_PREFIX}-tt-rss-${DISTNAME:S/-/-plugin-/} +CATEGORIES= www +MASTER_SITES= -http://tt-rss.org/forum/download/file.php?id=452 +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://tt-rss.org/forum/viewtopic.php?f=22&t=1981 +COMMENT= Fever emulation plugin for Tiny Tiny RSS + +DEPENDS+= ${PHP_PKG_PREFIX}-tt-rss>=1.7.9:../../www/php-tt-rss + +WRKSRC= ${WRKDIR}/fever +USE_LANGUAGES= # none +USE_TOOLS= pax + +INSTALLATION_DIRS= share/tt-rss/plugins/fever + +do-build: + +do-install: + cd ${WRKSRC} && pax -pe -rw * ${DESTDIR}${PREFIX}/share/tt-rss/plugins/fever + +.include "../../lang/php/phpversion.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/php-tt-rss-fever-plugin/PLIST b/www/php-tt-rss-fever-plugin/PLIST new file mode 100644 index 00000000000..e88c9e0e251 --- /dev/null +++ b/www/php-tt-rss-fever-plugin/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2013/12/31 16:51:46 wiz Exp $ +share/tt-rss/plugins/fever/fever_api.php +share/tt-rss/plugins/fever/index.php +share/tt-rss/plugins/fever/init.php diff --git a/www/php-tt-rss-fever-plugin/distinfo b/www/php-tt-rss-fever-plugin/distinfo new file mode 100644 index 00000000000..c10b703ef09 --- /dev/null +++ b/www/php-tt-rss-fever-plugin/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/12/31 16:51:46 wiz Exp $ + +SHA1 (fever-1.2.zip) = 8bcd56f01a6d4e40e9e049cf6a2294dfa347372a +RMD160 (fever-1.2.zip) = 844caf2b3b85733a2cc78e1bd5049122b4692859 +Size (fever-1.2.zip) = 6927 bytes |