Tue Jul 23 10:56:01 2013 UTC ()
Update to 1.9

Changelog:
unknown.


(ryoon)
diff -r1.5 -r1.6 pkgsrc/www/php-tt-rss/Makefile
diff -r1.3 -r1.4 pkgsrc/www/php-tt-rss/PLIST
diff -r1.3 -r1.4 pkgsrc/www/php-tt-rss/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/www/php-tt-rss/Makefile (expand / switch to unified diff)

--- pkgsrc/www/php-tt-rss/Makefile 2013/07/12 10:45:05 1.5
+++ pkgsrc/www/php-tt-rss/Makefile 2013/07/23 10:56:01 1.6
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.5 2013/07/12 10:45:05 jperkin Exp $ 1# $NetBSD: Makefile,v 1.6 2013/07/23 10:56:01 ryoon Exp $
2# 2#
3 3
4TTRVER= 1.7.9 4TTRVER= 1.9
5DISTNAME= Tiny-Tiny-RSS-${TTRVER} 5DISTNAME= Tiny-Tiny-RSS-${TTRVER}
6PKGNAME= ${PHP_PKG_PREFIX}-tt-rss-${TTRVER} 6PKGNAME= ${PHP_PKG_PREFIX}-tt-rss-${TTRVER}
7PKGREVISION= 1 
8CATEGORIES= www 7CATEGORIES= www
9MASTER_SITES= -http://github.com/gothfox/Tiny-Tiny-RSS/archive/${TTRVER}.tar.gz 8MASTER_SITES= -http://github.com/gothfox/Tiny-Tiny-RSS/archive/${TTRVER}.tar.gz
10 9
11MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
12HOMEPAGE= http://tt-rss.org/ 11HOMEPAGE= http://tt-rss.org/
13COMMENT= Tiny Tiny RSS is an open source web-based RSS feed reader 12COMMENT= Tiny Tiny RSS is an open source web-based RSS feed reader
14LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
15 14
16DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring 15DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring
17DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json 16DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
18DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom 17DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
19 18
20# Force using "curl" for fetching the distribution file. It is only available 19# Force using "curl" for fetching the distribution file. It is only available

cvs diff -r1.3 -r1.4 pkgsrc/www/php-tt-rss/PLIST (expand / switch to unified diff)

--- pkgsrc/www/php-tt-rss/PLIST 2013/06/09 04:24:11 1.3
+++ pkgsrc/www/php-tt-rss/PLIST 2013/07/23 10:56:01 1.4
@@ -1,26 +1,25 @@ @@ -1,26 +1,25 @@
1@comment $NetBSD: PLIST,v 1.3 2013/06/09 04:24:11 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.4 2013/07/23 10:56:01 ryoon Exp $
2share/tt-rss/LICENSE 2share/tt-rss/LICENSE
3share/tt-rss/README.md 3share/tt-rss/README.md
4share/tt-rss/api/index.php 4share/tt-rss/api/index.php
5share/tt-rss/atom-to-html.xsl 5share/tt-rss/atom-to-html.xsl
6share/tt-rss/backend.php 6share/tt-rss/backend.php
7share/tt-rss/cache/.htaccess 7share/tt-rss/cache/.htaccess
8share/tt-rss/cache/export/.empty 8share/tt-rss/cache/export/.empty
9share/tt-rss/cache/images/.empty 9share/tt-rss/cache/images/.empty
10share/tt-rss/cache/js/.empty 10share/tt-rss/cache/js/.empty
11share/tt-rss/cache/simplepie/.empty 11share/tt-rss/cache/simplepie/.empty
12share/tt-rss/cache/upload/.empty 12share/tt-rss/cache/upload/.empty
13share/tt-rss/cdm.css 
14share/tt-rss/classes/.htaccess 13share/tt-rss/classes/.htaccess
15share/tt-rss/classes/api.php 14share/tt-rss/classes/api.php
16share/tt-rss/classes/article.php 15share/tt-rss/classes/article.php
17share/tt-rss/classes/auth/base.php 16share/tt-rss/classes/auth/base.php
18share/tt-rss/classes/backend.php 17share/tt-rss/classes/backend.php
19share/tt-rss/classes/db.php 18share/tt-rss/classes/db.php
20share/tt-rss/classes/db/mysql.php 19share/tt-rss/classes/db/mysql.php
21share/tt-rss/classes/db/mysqli.php 20share/tt-rss/classes/db/mysqli.php
22share/tt-rss/classes/db/pdo.php 21share/tt-rss/classes/db/pdo.php
23share/tt-rss/classes/db/pgsql.php 22share/tt-rss/classes/db/pgsql.php
24share/tt-rss/classes/db/prefs.php 23share/tt-rss/classes/db/prefs.php
25share/tt-rss/classes/db/stmt.php 24share/tt-rss/classes/db/stmt.php
26share/tt-rss/classes/dbupdater.php 25share/tt-rss/classes/dbupdater.php
@@ -44,60 +43,71 @@ share/tt-rss/classes/logger/syslog.php @@ -44,60 +43,71 @@ share/tt-rss/classes/logger/syslog.php
44share/tt-rss/classes/opml.php 43share/tt-rss/classes/opml.php
45share/tt-rss/classes/plugin.php 44share/tt-rss/classes/plugin.php
46share/tt-rss/classes/pluginhandler.php 45share/tt-rss/classes/pluginhandler.php
47share/tt-rss/classes/pluginhost.php 46share/tt-rss/classes/pluginhost.php
48share/tt-rss/classes/pref/feeds.php 47share/tt-rss/classes/pref/feeds.php
49share/tt-rss/classes/pref/filters.php 48share/tt-rss/classes/pref/filters.php
50share/tt-rss/classes/pref/labels.php 49share/tt-rss/classes/pref/labels.php
51share/tt-rss/classes/pref/prefs.php 50share/tt-rss/classes/pref/prefs.php
52share/tt-rss/classes/pref/system.php 51share/tt-rss/classes/pref/system.php
53share/tt-rss/classes/pref/users.php 52share/tt-rss/classes/pref/users.php
54share/tt-rss/classes/rpc.php 53share/tt-rss/classes/rpc.php
55share/tt-rss/classes/ttrssmailer.php 54share/tt-rss/classes/ttrssmailer.php
56share/tt-rss/config.php-dist 55share/tt-rss/config.php-dist
 56share/tt-rss/css/cdm.css
 57share/tt-rss/css/layout.css
 58share/tt-rss/css/prefs.css
 59share/tt-rss/css/tt-rss.css
 60share/tt-rss/css/utility.css
57share/tt-rss/errors.php 61share/tt-rss/errors.php
58share/tt-rss/feed-icons/.empty 62share/tt-rss/feed-icons/.empty
59share/tt-rss/feed-icons/index.html 63share/tt-rss/feed-icons/index.html
60share/tt-rss/image.php 64share/tt-rss/image.php
61share/tt-rss/images/alert.png 65share/tt-rss/images/alert.png
62share/tt-rss/images/alert.svg 
63share/tt-rss/images/archive.png 66share/tt-rss/images/archive.png
64share/tt-rss/images/blank_icon.gif 67share/tt-rss/images/blank_icon.gif
65share/tt-rss/images/close_notify.svg 
66share/tt-rss/images/collapse.png 68share/tt-rss/images/collapse.png
 69share/tt-rss/images/cross.png
 70share/tt-rss/images/error.png
67share/tt-rss/images/favicon-72px.png 71share/tt-rss/images/favicon-72px.png
68share/tt-rss/images/favicon.png 72share/tt-rss/images/favicon.png
69share/tt-rss/images/footer.png 73share/tt-rss/images/feed.png
 74share/tt-rss/images/filter.png
 75share/tt-rss/images/folder.png
70share/tt-rss/images/fresh.png 76share/tt-rss/images/fresh.png
71share/tt-rss/images/indicator_tiny.gif 77share/tt-rss/images/indicator_tiny.gif
72share/tt-rss/images/indicator_white.gif 78share/tt-rss/images/indicator_white.gif
 79share/tt-rss/images/information.png
73share/tt-rss/images/label.png 80share/tt-rss/images/label.png
74share/tt-rss/images/logo_small.png 81share/tt-rss/images/logo_small.png
75share/tt-rss/images/logo_wide.png 82share/tt-rss/images/logo_wide.png
76share/tt-rss/images/mark_set.svg 83share/tt-rss/images/mark_set.png
77share/tt-rss/images/mark_unset.svg 84share/tt-rss/images/mark_unset.png
78share/tt-rss/images/new_version.png 85share/tt-rss/images/new_version.png
79share/tt-rss/images/pub_set.svg 86share/tt-rss/images/page_white_go.png
80share/tt-rss/images/pub_unset.svg 87share/tt-rss/images/plugin.png
81share/tt-rss/images/recently_read.png 88share/tt-rss/images/plugin_disabled.png
 89share/tt-rss/images/pub_set.png
 90share/tt-rss/images/pub_unset.png
82share/tt-rss/images/score_half_high.png 91share/tt-rss/images/score_half_high.png
83share/tt-rss/images/score_half_low.png 92share/tt-rss/images/score_half_low.png
84share/tt-rss/images/score_high.png 93share/tt-rss/images/score_high.png
85share/tt-rss/images/score_low.png 94share/tt-rss/images/score_low.png
86share/tt-rss/images/score_neutral.png 95share/tt-rss/images/score_neutral.png
87share/tt-rss/images/sign_excl.svg 96share/tt-rss/images/star.png
88share/tt-rss/images/sign_info.svg 
89share/tt-rss/images/tag.png 97share/tt-rss/images/tag.png
 98share/tt-rss/images/time.png
90share/tt-rss/images/toolbar.png 99share/tt-rss/images/toolbar.png
 100share/tt-rss/images/user.png
91share/tt-rss/include/autoload.php 101share/tt-rss/include/autoload.php
92share/tt-rss/include/ccache.php 102share/tt-rss/include/ccache.php
93share/tt-rss/include/colors.php 103share/tt-rss/include/colors.php
94share/tt-rss/include/crypt.php 104share/tt-rss/include/crypt.php
95share/tt-rss/include/db-prefs.php 105share/tt-rss/include/db-prefs.php
96share/tt-rss/include/db.php 106share/tt-rss/include/db.php
97share/tt-rss/include/digest.php 107share/tt-rss/include/digest.php
98share/tt-rss/include/errorhandler.php 108share/tt-rss/include/errorhandler.php
99share/tt-rss/include/feedbrowser.php 109share/tt-rss/include/feedbrowser.php
100share/tt-rss/include/functions.php 110share/tt-rss/include/functions.php
101share/tt-rss/include/labels.php 111share/tt-rss/include/labels.php
102share/tt-rss/include/login_form.php 112share/tt-rss/include/login_form.php
103share/tt-rss/include/rssfuncs.php 113share/tt-rss/include/rssfuncs.php
@@ -1500,39 +1510,64 @@ share/tt-rss/lib/dojo/string.js @@ -1500,39 +1510,64 @@ share/tt-rss/lib/dojo/string.js
1500share/tt-rss/lib/dojo/text.js 1510share/tt-rss/lib/dojo/text.js
1501share/tt-rss/lib/dojo/topic.js 1511share/tt-rss/lib/dojo/topic.js
1502share/tt-rss/lib/dojo/touch.js 1512share/tt-rss/lib/dojo/touch.js
1503share/tt-rss/lib/dojo/tt-rss-layer.js 1513share/tt-rss/lib/dojo/tt-rss-layer.js
1504share/tt-rss/lib/dojo/uacss.js 1514share/tt-rss/lib/dojo/uacss.js
1505share/tt-rss/lib/dojo/when.js 1515share/tt-rss/lib/dojo/when.js
1506share/tt-rss/lib/dojo/window.js 1516share/tt-rss/lib/dojo/window.js
1507share/tt-rss/lib/floIcon.php 1517share/tt-rss/lib/floIcon.php
1508share/tt-rss/lib/gettext/README 1518share/tt-rss/lib/gettext/README
1509share/tt-rss/lib/gettext/gettext.inc 1519share/tt-rss/lib/gettext/gettext.inc
1510share/tt-rss/lib/gettext/gettext.php 1520share/tt-rss/lib/gettext/gettext.php
1511share/tt-rss/lib/gettext/streams.php 1521share/tt-rss/lib/gettext/streams.php
1512share/tt-rss/lib/index.html 1522share/tt-rss/lib/index.html
 1523share/tt-rss/lib/jimIcon.php
1513share/tt-rss/lib/jshrink/LICENSE 1524share/tt-rss/lib/jshrink/LICENSE
1514share/tt-rss/lib/jshrink/Minifier.php 1525share/tt-rss/lib/jshrink/Minifier.php
1515share/tt-rss/lib/jshrink/README.md 1526share/tt-rss/lib/jshrink/README.md
1516share/tt-rss/lib/otphp/LICENCE 1527share/tt-rss/lib/otphp/LICENCE
1517share/tt-rss/lib/otphp/lib/hotp.php 1528share/tt-rss/lib/otphp/lib/hotp.php
1518share/tt-rss/lib/otphp/lib/otp.php 1529share/tt-rss/lib/otphp/lib/otp.php
1519share/tt-rss/lib/otphp/lib/otphp.php 1530share/tt-rss/lib/otphp/lib/otphp.php
1520share/tt-rss/lib/otphp/lib/totp.php 1531share/tt-rss/lib/otphp/lib/totp.php
1521share/tt-rss/lib/otphp/vendor/base32.php 1532share/tt-rss/lib/otphp/vendor/base32.php
1522share/tt-rss/lib/otphp/vendor/libs.php 1533share/tt-rss/lib/otphp/vendor/libs.php
1523share/tt-rss/lib/phpmailer/class.phpmailer.php 1534share/tt-rss/lib/phpmailer/class.phpmailer.php
1524share/tt-rss/lib/phpmailer/class.smtp.php 1535share/tt-rss/lib/phpmailer/class.smtp.php
1525share/tt-rss/lib/phpmailer/language/phpmailer.lang-en.php 1536share/tt-rss/lib/phpmailer/language/phpmailer.lang-ar.php
 1537share/tt-rss/lib/phpmailer/language/phpmailer.lang-br.php
 1538share/tt-rss/lib/phpmailer/language/phpmailer.lang-ca.php
 1539share/tt-rss/lib/phpmailer/language/phpmailer.lang-ch.php
 1540share/tt-rss/lib/phpmailer/language/phpmailer.lang-cz.php
 1541share/tt-rss/lib/phpmailer/language/phpmailer.lang-de.php
 1542share/tt-rss/lib/phpmailer/language/phpmailer.lang-dk.php
 1543share/tt-rss/lib/phpmailer/language/phpmailer.lang-es.php
 1544share/tt-rss/lib/phpmailer/language/phpmailer.lang-et.php
 1545share/tt-rss/lib/phpmailer/language/phpmailer.lang-fi.php
 1546share/tt-rss/lib/phpmailer/language/phpmailer.lang-fo.php
 1547share/tt-rss/lib/phpmailer/language/phpmailer.lang-fr.php
 1548share/tt-rss/lib/phpmailer/language/phpmailer.lang-hu.php
 1549share/tt-rss/lib/phpmailer/language/phpmailer.lang-it.php
 1550share/tt-rss/lib/phpmailer/language/phpmailer.lang-ja.php
 1551share/tt-rss/lib/phpmailer/language/phpmailer.lang-nl.php
 1552share/tt-rss/lib/phpmailer/language/phpmailer.lang-no.php
 1553share/tt-rss/lib/phpmailer/language/phpmailer.lang-pl.php
 1554share/tt-rss/lib/phpmailer/language/phpmailer.lang-ro.php
 1555share/tt-rss/lib/phpmailer/language/phpmailer.lang-ru.php
 1556share/tt-rss/lib/phpmailer/language/phpmailer.lang-se.php
 1557share/tt-rss/lib/phpmailer/language/phpmailer.lang-sk.php
 1558share/tt-rss/lib/phpmailer/language/phpmailer.lang-tr.php
 1559share/tt-rss/lib/phpmailer/language/phpmailer.lang-zh.php
 1560share/tt-rss/lib/phpmailer/language/phpmailer.lang-zh_cn.php
1526share/tt-rss/lib/phpqrcode/CHANGELOG 1561share/tt-rss/lib/phpqrcode/CHANGELOG
1527share/tt-rss/lib/phpqrcode/INSTALL 1562share/tt-rss/lib/phpqrcode/INSTALL
1528share/tt-rss/lib/phpqrcode/LICENSE 1563share/tt-rss/lib/phpqrcode/LICENSE
1529share/tt-rss/lib/phpqrcode/README 1564share/tt-rss/lib/phpqrcode/README
1530share/tt-rss/lib/phpqrcode/VERSION 1565share/tt-rss/lib/phpqrcode/VERSION
1531share/tt-rss/lib/phpqrcode/bindings/tcpdf/qrcode.php 1566share/tt-rss/lib/phpqrcode/bindings/tcpdf/qrcode.php
1532share/tt-rss/lib/phpqrcode/cache/frame_1.dat 1567share/tt-rss/lib/phpqrcode/cache/frame_1.dat
1533share/tt-rss/lib/phpqrcode/cache/frame_1.png 1568share/tt-rss/lib/phpqrcode/cache/frame_1.png
1534share/tt-rss/lib/phpqrcode/cache/frame_10.dat 1569share/tt-rss/lib/phpqrcode/cache/frame_10.dat
1535share/tt-rss/lib/phpqrcode/cache/frame_10.png 1570share/tt-rss/lib/phpqrcode/cache/frame_10.png
1536share/tt-rss/lib/phpqrcode/cache/frame_11.dat 1571share/tt-rss/lib/phpqrcode/cache/frame_11.dat
1537share/tt-rss/lib/phpqrcode/cache/frame_11.png 1572share/tt-rss/lib/phpqrcode/cache/frame_11.png
1538share/tt-rss/lib/phpqrcode/cache/frame_12.dat 1573share/tt-rss/lib/phpqrcode/cache/frame_12.dat
@@ -1968,52 +2003,57 @@ share/tt-rss/locale/de_DE/LC_MESSAGES/me @@ -1968,52 +2003,57 @@ share/tt-rss/locale/de_DE/LC_MESSAGES/me
1968share/tt-rss/locale/de_DE/LC_MESSAGES/messages.po 2003share/tt-rss/locale/de_DE/LC_MESSAGES/messages.po
1969share/tt-rss/locale/es_ES/LC_MESSAGES/messages.mo 2004share/tt-rss/locale/es_ES/LC_MESSAGES/messages.mo
1970share/tt-rss/locale/es_ES/LC_MESSAGES/messages.po 2005share/tt-rss/locale/es_ES/LC_MESSAGES/messages.po
1971share/tt-rss/locale/fi_FI/LC_MESSAGES/messages.mo 2006share/tt-rss/locale/fi_FI/LC_MESSAGES/messages.mo
1972share/tt-rss/locale/fi_FI/LC_MESSAGES/messages.po 2007share/tt-rss/locale/fi_FI/LC_MESSAGES/messages.po
1973share/tt-rss/locale/fr_FR/LC_MESSAGES/messages.mo 2008share/tt-rss/locale/fr_FR/LC_MESSAGES/messages.mo
1974share/tt-rss/locale/fr_FR/LC_MESSAGES/messages.po 2009share/tt-rss/locale/fr_FR/LC_MESSAGES/messages.po
1975share/tt-rss/locale/hu_HU/LC_MESSAGES/messages.mo 2010share/tt-rss/locale/hu_HU/LC_MESSAGES/messages.mo
1976share/tt-rss/locale/hu_HU/LC_MESSAGES/messages.po 2011share/tt-rss/locale/hu_HU/LC_MESSAGES/messages.po
1977share/tt-rss/locale/it_IT/LC_MESSAGES/messages.mo 2012share/tt-rss/locale/it_IT/LC_MESSAGES/messages.mo
1978share/tt-rss/locale/it_IT/LC_MESSAGES/messages.po 2013share/tt-rss/locale/it_IT/LC_MESSAGES/messages.po
1979share/tt-rss/locale/ja_JP/LC_MESSAGES/messages.mo 2014share/tt-rss/locale/ja_JP/LC_MESSAGES/messages.mo
1980share/tt-rss/locale/ja_JP/LC_MESSAGES/messages.po 2015share/tt-rss/locale/ja_JP/LC_MESSAGES/messages.po
 2016share/tt-rss/locale/ko_KR/LC_MESSAGES/messages.mo
 2017share/tt-rss/locale/ko_KR/LC_MESSAGES/messages.po
1981share/tt-rss/locale/lv_LV/LC_MESSAGES/messages.mo 2018share/tt-rss/locale/lv_LV/LC_MESSAGES/messages.mo
1982share/tt-rss/locale/lv_LV/LC_MESSAGES/messages.po 2019share/tt-rss/locale/lv_LV/LC_MESSAGES/messages.po
1983share/tt-rss/locale/nb_NO/LC_MESSAGES/messages.mo 2020share/tt-rss/locale/nb_NO/LC_MESSAGES/messages.mo
1984share/tt-rss/locale/nb_NO/LC_MESSAGES/messages.po 2021share/tt-rss/locale/nb_NO/LC_MESSAGES/messages.po
1985share/tt-rss/locale/nl_NL/LC_MESSAGES/messages.mo 2022share/tt-rss/locale/nl_NL/LC_MESSAGES/messages.mo
1986share/tt-rss/locale/nl_NL/LC_MESSAGES/messages.po 2023share/tt-rss/locale/nl_NL/LC_MESSAGES/messages.po
1987share/tt-rss/locale/pl_PL/LC_MESSAGES/messages.mo 2024share/tt-rss/locale/pl_PL/LC_MESSAGES/messages.mo
1988share/tt-rss/locale/pl_PL/LC_MESSAGES/messages.po 2025share/tt-rss/locale/pl_PL/LC_MESSAGES/messages.po
1989share/tt-rss/locale/pt_BR/LC_MESSAGES/messages.mo 2026share/tt-rss/locale/pt_BR/LC_MESSAGES/messages.mo
1990share/tt-rss/locale/pt_BR/LC_MESSAGES/messages.po 2027share/tt-rss/locale/pt_BR/LC_MESSAGES/messages.po
1991share/tt-rss/locale/ru_RU/LC_MESSAGES/messages.mo 2028share/tt-rss/locale/ru_RU/LC_MESSAGES/messages.mo
1992share/tt-rss/locale/ru_RU/LC_MESSAGES/messages.po 2029share/tt-rss/locale/ru_RU/LC_MESSAGES/messages.po
1993share/tt-rss/locale/sv_SE/LC_MESSAGES/messages.mo 2030share/tt-rss/locale/sv_SE/LC_MESSAGES/messages.mo
1994share/tt-rss/locale/sv_SE/LC_MESSAGES/messages.po 2031share/tt-rss/locale/sv_SE/LC_MESSAGES/messages.po
1995share/tt-rss/locale/zh_CN/LC_MESSAGES/messages.mo 2032share/tt-rss/locale/zh_CN/LC_MESSAGES/messages.mo
1996share/tt-rss/locale/zh_CN/LC_MESSAGES/messages.po 2033share/tt-rss/locale/zh_CN/LC_MESSAGES/messages.po
1997share/tt-rss/lock/.empty 2034share/tt-rss/lock/.empty
1998share/tt-rss/lock/.htaccess 2035share/tt-rss/lock/.htaccess
1999share/tt-rss/messages.pot 2036share/tt-rss/messages.pot
2000share/tt-rss/opml.php 2037share/tt-rss/opml.php
 2038share/tt-rss/plugins/af_buni/init.php
2001share/tt-rss/plugins/af_buttersafe/init.php 2039share/tt-rss/plugins/af_buttersafe/init.php
 2040share/tt-rss/plugins/af_dilbert/init.php
2002share/tt-rss/plugins/af_explosm/init.php 2041share/tt-rss/plugins/af_explosm/init.php
2003share/tt-rss/plugins/af_gocomics/init.php 2042share/tt-rss/plugins/af_gocomics/init.php
2004share/tt-rss/plugins/af_pennyarcade/init.php 2043share/tt-rss/plugins/af_pennyarcade/init.php
2005share/tt-rss/plugins/af_redditimgur/init.php 2044share/tt-rss/plugins/af_redditimgur/init.php
2006share/tt-rss/plugins/af_unburn/init.php 2045share/tt-rss/plugins/af_unburn/init.php
 2046share/tt-rss/plugins/af_whomp/init.php
2007share/tt-rss/plugins/auth_internal/init.php 2047share/tt-rss/plugins/auth_internal/init.php
2008share/tt-rss/plugins/auth_remote/init.php 2048share/tt-rss/plugins/auth_remote/init.php
2009share/tt-rss/plugins/bookmarklets/init.php 2049share/tt-rss/plugins/bookmarklets/init.php
2010share/tt-rss/plugins/close_button/button.png 2050share/tt-rss/plugins/close_button/button.png
2011share/tt-rss/plugins/close_button/init.php 2051share/tt-rss/plugins/close_button/init.php
2012share/tt-rss/plugins/embed_original/button.png 2052share/tt-rss/plugins/embed_original/button.png
2013share/tt-rss/plugins/embed_original/init.css 2053share/tt-rss/plugins/embed_original/init.css
2014share/tt-rss/plugins/embed_original/init.js 2054share/tt-rss/plugins/embed_original/init.js
2015share/tt-rss/plugins/embed_original/init.php 2055share/tt-rss/plugins/embed_original/init.php
2016share/tt-rss/plugins/googlereaderimport/init.js 2056share/tt-rss/plugins/googlereaderimport/init.js
2017share/tt-rss/plugins/googlereaderimport/init.php 2057share/tt-rss/plugins/googlereaderimport/init.php
2018share/tt-rss/plugins/googlereaderkeys/init.php 2058share/tt-rss/plugins/googlereaderkeys/init.php
2019share/tt-rss/plugins/import_export/import_export.js 2059share/tt-rss/plugins/import_export/import_export.js
@@ -2024,32 +2064,35 @@ share/tt-rss/plugins/instances/instances @@ -2024,32 +2064,35 @@ share/tt-rss/plugins/instances/instances
2024share/tt-rss/plugins/mail/init.php 2064share/tt-rss/plugins/mail/init.php
2025share/tt-rss/plugins/mail/mail.js 2065share/tt-rss/plugins/mail/mail.js
2026share/tt-rss/plugins/mail/mail.png 2066share/tt-rss/plugins/mail/mail.png
2027share/tt-rss/plugins/mailto/init.js 2067share/tt-rss/plugins/mailto/init.js
2028share/tt-rss/plugins/mailto/init.php 2068share/tt-rss/plugins/mailto/init.php
2029share/tt-rss/plugins/mailto/mail.png 2069share/tt-rss/plugins/mailto/mail.png
2030share/tt-rss/plugins/mark_button/init.php 2070share/tt-rss/plugins/mark_button/init.php
2031share/tt-rss/plugins/note/init.php 2071share/tt-rss/plugins/note/init.php
2032share/tt-rss/plugins/note/note.js 2072share/tt-rss/plugins/note/note.js
2033share/tt-rss/plugins/note/note.png 2073share/tt-rss/plugins/note/note.png
2034share/tt-rss/plugins/nsfw/init.js 2074share/tt-rss/plugins/nsfw/init.js
2035share/tt-rss/plugins/nsfw/init.php 2075share/tt-rss/plugins/nsfw/init.php
2036share/tt-rss/plugins/share/init.php 2076share/tt-rss/plugins/share/init.php
 2077share/tt-rss/plugins/share/notshared.png
2037share/tt-rss/plugins/share/share.js 2078share/tt-rss/plugins/share/share.js
2038share/tt-rss/plugins/share/share.png 2079share/tt-rss/plugins/share/share.png
 2080share/tt-rss/plugins/share/share_prefs.js
2039share/tt-rss/plugins/swap_jk/init.php 2081share/tt-rss/plugins/swap_jk/init.php
2040share/tt-rss/plugins/updater/init.php 2082share/tt-rss/plugins/updater/init.php
2041share/tt-rss/plugins/updater/updater.js 2083share/tt-rss/plugins/updater/updater.js
2042share/tt-rss/prefs.css 2084share/tt-rss/plugins/vf_shared/init.php
 2085share/tt-rss/plugins/vf_shared/share.png
2043share/tt-rss/prefs.php 2086share/tt-rss/prefs.php
2044share/tt-rss/public.php 2087share/tt-rss/public.php
2045share/tt-rss/register.php 2088share/tt-rss/register.php
2046share/tt-rss/schema/.htaccess 2089share/tt-rss/schema/.htaccess
2047share/tt-rss/schema/ttrss_schema_mysql.sql 2090share/tt-rss/schema/ttrss_schema_mysql.sql
2048share/tt-rss/schema/ttrss_schema_pgsql.sql 2091share/tt-rss/schema/ttrss_schema_pgsql.sql
2049share/tt-rss/schema/versions/mysql/10.sql 2092share/tt-rss/schema/versions/mysql/10.sql
2050share/tt-rss/schema/versions/mysql/100.sql 2093share/tt-rss/schema/versions/mysql/100.sql
2051share/tt-rss/schema/versions/mysql/101.sql 2094share/tt-rss/schema/versions/mysql/101.sql
2052share/tt-rss/schema/versions/mysql/102.sql 2095share/tt-rss/schema/versions/mysql/102.sql
2053share/tt-rss/schema/versions/mysql/103.sql 2096share/tt-rss/schema/versions/mysql/103.sql
2054share/tt-rss/schema/versions/mysql/104.sql 2097share/tt-rss/schema/versions/mysql/104.sql
2055share/tt-rss/schema/versions/mysql/105.sql 2098share/tt-rss/schema/versions/mysql/105.sql
@@ -2060,26 +2103,27 @@ share/tt-rss/schema/versions/mysql/109.s @@ -2060,26 +2103,27 @@ share/tt-rss/schema/versions/mysql/109.s
2060share/tt-rss/schema/versions/mysql/11.sql 2103share/tt-rss/schema/versions/mysql/11.sql
2061share/tt-rss/schema/versions/mysql/110.sql 2104share/tt-rss/schema/versions/mysql/110.sql
2062share/tt-rss/schema/versions/mysql/111.sql 2105share/tt-rss/schema/versions/mysql/111.sql
2063share/tt-rss/schema/versions/mysql/112.sql 2106share/tt-rss/schema/versions/mysql/112.sql
2064share/tt-rss/schema/versions/mysql/113.sql 2107share/tt-rss/schema/versions/mysql/113.sql
2065share/tt-rss/schema/versions/mysql/114.sql 2108share/tt-rss/schema/versions/mysql/114.sql
2066share/tt-rss/schema/versions/mysql/115.sql 2109share/tt-rss/schema/versions/mysql/115.sql
2067share/tt-rss/schema/versions/mysql/116.sql 2110share/tt-rss/schema/versions/mysql/116.sql
2068share/tt-rss/schema/versions/mysql/117.sql 2111share/tt-rss/schema/versions/mysql/117.sql
2069share/tt-rss/schema/versions/mysql/118.sql 2112share/tt-rss/schema/versions/mysql/118.sql
2070share/tt-rss/schema/versions/mysql/119.sql 2113share/tt-rss/schema/versions/mysql/119.sql
2071share/tt-rss/schema/versions/mysql/12.sql 2114share/tt-rss/schema/versions/mysql/12.sql
2072share/tt-rss/schema/versions/mysql/120.sql 2115share/tt-rss/schema/versions/mysql/120.sql
 2116share/tt-rss/schema/versions/mysql/121.sql
2073share/tt-rss/schema/versions/mysql/13.sql 2117share/tt-rss/schema/versions/mysql/13.sql
2074share/tt-rss/schema/versions/mysql/14.sql 2118share/tt-rss/schema/versions/mysql/14.sql
2075share/tt-rss/schema/versions/mysql/15.sql 2119share/tt-rss/schema/versions/mysql/15.sql
2076share/tt-rss/schema/versions/mysql/16.sql 2120share/tt-rss/schema/versions/mysql/16.sql
2077share/tt-rss/schema/versions/mysql/17.sql 2121share/tt-rss/schema/versions/mysql/17.sql
2078share/tt-rss/schema/versions/mysql/18.sql 2122share/tt-rss/schema/versions/mysql/18.sql
2079share/tt-rss/schema/versions/mysql/19.sql 2123share/tt-rss/schema/versions/mysql/19.sql
2080share/tt-rss/schema/versions/mysql/20.sql 2124share/tt-rss/schema/versions/mysql/20.sql
2081share/tt-rss/schema/versions/mysql/21.sql 2125share/tt-rss/schema/versions/mysql/21.sql
2082share/tt-rss/schema/versions/mysql/22.sql 2126share/tt-rss/schema/versions/mysql/22.sql
2083share/tt-rss/schema/versions/mysql/23.sql 2127share/tt-rss/schema/versions/mysql/23.sql
2084share/tt-rss/schema/versions/mysql/24.sql 2128share/tt-rss/schema/versions/mysql/24.sql
2085share/tt-rss/schema/versions/mysql/25.sql 2129share/tt-rss/schema/versions/mysql/25.sql
@@ -2178,26 +2222,27 @@ share/tt-rss/schema/versions/pgsql/109.s @@ -2178,26 +2222,27 @@ share/tt-rss/schema/versions/pgsql/109.s
2178share/tt-rss/schema/versions/pgsql/11.sql 2222share/tt-rss/schema/versions/pgsql/11.sql
2179share/tt-rss/schema/versions/pgsql/110.sql 2223share/tt-rss/schema/versions/pgsql/110.sql
2180share/tt-rss/schema/versions/pgsql/111.sql 2224share/tt-rss/schema/versions/pgsql/111.sql
2181share/tt-rss/schema/versions/pgsql/112.sql 2225share/tt-rss/schema/versions/pgsql/112.sql
2182share/tt-rss/schema/versions/pgsql/113.sql 2226share/tt-rss/schema/versions/pgsql/113.sql
2183share/tt-rss/schema/versions/pgsql/114.sql 2227share/tt-rss/schema/versions/pgsql/114.sql
2184share/tt-rss/schema/versions/pgsql/115.sql 2228share/tt-rss/schema/versions/pgsql/115.sql
2185share/tt-rss/schema/versions/pgsql/116.sql 2229share/tt-rss/schema/versions/pgsql/116.sql
2186share/tt-rss/schema/versions/pgsql/117.sql 2230share/tt-rss/schema/versions/pgsql/117.sql
2187share/tt-rss/schema/versions/pgsql/118.sql 2231share/tt-rss/schema/versions/pgsql/118.sql
2188share/tt-rss/schema/versions/pgsql/119.sql 2232share/tt-rss/schema/versions/pgsql/119.sql
2189share/tt-rss/schema/versions/pgsql/12.sql 2233share/tt-rss/schema/versions/pgsql/12.sql
2190share/tt-rss/schema/versions/pgsql/120.sql 2234share/tt-rss/schema/versions/pgsql/120.sql
 2235share/tt-rss/schema/versions/pgsql/121.sql
2191share/tt-rss/schema/versions/pgsql/13.sql 2236share/tt-rss/schema/versions/pgsql/13.sql
2192share/tt-rss/schema/versions/pgsql/14.sql 2237share/tt-rss/schema/versions/pgsql/14.sql
2193share/tt-rss/schema/versions/pgsql/15.sql 2238share/tt-rss/schema/versions/pgsql/15.sql
2194share/tt-rss/schema/versions/pgsql/16.sql 2239share/tt-rss/schema/versions/pgsql/16.sql
2195share/tt-rss/schema/versions/pgsql/17.sql 2240share/tt-rss/schema/versions/pgsql/17.sql
2196share/tt-rss/schema/versions/pgsql/18.sql 2241share/tt-rss/schema/versions/pgsql/18.sql
2197share/tt-rss/schema/versions/pgsql/19.sql 2242share/tt-rss/schema/versions/pgsql/19.sql
2198share/tt-rss/schema/versions/pgsql/20.sql 2243share/tt-rss/schema/versions/pgsql/20.sql
2199share/tt-rss/schema/versions/pgsql/21.sql 2244share/tt-rss/schema/versions/pgsql/21.sql
2200share/tt-rss/schema/versions/pgsql/22.sql 2245share/tt-rss/schema/versions/pgsql/22.sql
2201share/tt-rss/schema/versions/pgsql/23.sql 2246share/tt-rss/schema/versions/pgsql/23.sql
2202share/tt-rss/schema/versions/pgsql/24.sql 2247share/tt-rss/schema/versions/pgsql/24.sql
2203share/tt-rss/schema/versions/pgsql/25.sql 2248share/tt-rss/schema/versions/pgsql/25.sql
@@ -2280,22 +2325,20 @@ share/tt-rss/schema/versions/pgsql/94.sq @@ -2280,22 +2325,20 @@ share/tt-rss/schema/versions/pgsql/94.sq
2280share/tt-rss/schema/versions/pgsql/95.sql 2325share/tt-rss/schema/versions/pgsql/95.sql
2281share/tt-rss/schema/versions/pgsql/96.sql 2326share/tt-rss/schema/versions/pgsql/96.sql
2282share/tt-rss/schema/versions/pgsql/97.sql 2327share/tt-rss/schema/versions/pgsql/97.sql
2283share/tt-rss/schema/versions/pgsql/98.sql 2328share/tt-rss/schema/versions/pgsql/98.sql
2284share/tt-rss/schema/versions/pgsql/99.sql 2329share/tt-rss/schema/versions/pgsql/99.sql
2285share/tt-rss/templates/.htaccess 2330share/tt-rss/templates/.htaccess
2286share/tt-rss/templates/digest_template.txt 2331share/tt-rss/templates/digest_template.txt
2287share/tt-rss/templates/digest_template_html.txt 2332share/tt-rss/templates/digest_template_html.txt
2288share/tt-rss/templates/email_article_template.txt 2333share/tt-rss/templates/email_article_template.txt
2289share/tt-rss/templates/generated_feed.txt 2334share/tt-rss/templates/generated_feed.txt
2290share/tt-rss/templates/resetpass_template.txt 2335share/tt-rss/templates/resetpass_template.txt
2291share/tt-rss/themes/.empty 2336share/tt-rss/themes/.empty
2292share/tt-rss/themes/default.css 2337share/tt-rss/themes/default.css
2293share/tt-rss/tt-rss.css 
2294share/tt-rss/update.php 2338share/tt-rss/update.php
2295share/tt-rss/update_daemon2.php 2339share/tt-rss/update_daemon2.php
2296share/tt-rss/utility.css 
2297share/tt-rss/utils/.htaccess 2340share/tt-rss/utils/.htaccess
2298share/tt-rss/utils/extract-i18n-js.pl 2341share/tt-rss/utils/extract-i18n-js.pl
2299share/tt-rss/utils/localized_schema.txt 2342share/tt-rss/utils/localized_schema.txt
2300share/tt-rss/utils/regen_config_checks.sh 2343share/tt-rss/utils/regen_config_checks.sh
2301share/tt-rss/utils/update-translations.sh 2344share/tt-rss/utils/update-translations.sh

cvs diff -r1.3 -r1.4 pkgsrc/www/php-tt-rss/distinfo (expand / switch to unified diff)

--- pkgsrc/www/php-tt-rss/distinfo 2013/06/09 04:24:11 1.3
+++ pkgsrc/www/php-tt-rss/distinfo 2013/07/23 10:56:01 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2013/06/09 04:24:11 ryoon Exp $ 1$NetBSD: distinfo,v 1.4 2013/07/23 10:56:01 ryoon Exp $
2 2
3SHA1 (Tiny-Tiny-RSS-1.7.9.tar.gz) = 79dec81d9ef16bf0745c9b99549c24d948de61e0 3SHA1 (Tiny-Tiny-RSS-1.9.tar.gz) = 446eb35bf2d892ca8f043b47bfb1a6087da6b374
4RMD160 (Tiny-Tiny-RSS-1.7.9.tar.gz) = 3bca426c72801870a6268234e51670cda32978ef 4RMD160 (Tiny-Tiny-RSS-1.9.tar.gz) = a1322d0a04f10fe4d1c6b50785ac0dc6d4620860
5Size (Tiny-Tiny-RSS-1.7.9.tar.gz) = 2321780 bytes 5Size (Tiny-Tiny-RSS-1.9.tar.gz) = 2410978 bytes