Port details |
- tt-rss Tiny Tiny RSS: web-based news feed (RSS/Atom) aggregator
- g20241214,2 www =18 g20240421_3,2Version of this port present on the latest quarterly branch.
- Maintainer: dereks@lifeofadishwasher.com
- Port Added: 2010-09-23 02:40:16
- Last Update: 2024-12-18 01:19:11
- Commit Hash: b78f3a7
- People watching this port, also watch:: git, apache24, pkg, py311-certbot, tmux
- License: GPLv2
- WWW:
- https://tt-rss.org/
- Description:
- Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) aggregator,
designed to allow you to read news from any location, while feeling as close to
a real desktop application as possible.
It can be seen as a replacement for Google Reader.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- tt-rss${PHP_PKGNAMESUFFIX}>0:www/tt-rss
- To install the port:
- cd /usr/ports/www/tt-rss/ && make install clean
- To add the package, run one of these commands:
- pkg install www/tt-rss
- pkg install tt-rss-php82
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tt-rss-php82
- Package flavors (<flavor>: <package>)
- php82: tt-rss-php82
- php81: tt-rss-php81
- php83: tt-rss-php83
- php84: tt-rss-php84
- distinfo:
- TIMESTAMP = 1734306930
SHA256 (tt-rss-tt-rss-d5b1258d294fb8b0e43344a9925a9202925fcb02_GL0.tar.gz) = 4ab998bade9f314e215655f161f2f47f2f07f06aff36a9cd95116595994c7bd6
SIZE (tt-rss-tt-rss-d5b1258d294fb8b0e43344a9925a9202925fcb02_GL0.tar.gz) = 8571962
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- git : devel/git
- php.h : lang/php82
- ctype.so : textproc/php82-ctype
- dom.so : textproc/php82-dom
- exif.so : graphics/php82-exif
- fileinfo.so : sysutils/php82-fileinfo
- filter.so : security/php82-filter
- iconv.so : converters/php82-iconv
- intl.so : devel/php82-intl
- mbstring.so : converters/php82-mbstring
- pcntl.so : devel/php82-pcntl
- pdo.so : databases/php82-pdo
- phar.so : archivers/php82-phar
- posix.so : sysutils/php82-posix
- session.so : www/php82-session
- simplexml.so : textproc/php82-simplexml
- sockets.so : net/php82-sockets
- tokenizer.so : devel/php82-tokenizer
- xml.so : textproc/php82-xml
- xmlwriter.so : textproc/php82-xmlwriter
- zip.so : archivers/php82-zip
- curl.so : ftp/php82-curl
- gd.so : graphics/php82-gd
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tt-rss-php82-g20241214,2:
CURL=on: Use SimplePie instead of Magpie
GD=on: Use OTP QR code generation
===> Use 'make config' to modify these settings
- Options name:
- www_tt-rss
- USES:
- gettext-tools php:cli,web,flavors shebangfix
- pkg-message:
- For install:
- Tiny Tiny RSS is now installed, but it requires some additional setup.
Install your corresponding php database drivers:
msyql: mysqli pdo_mysql
pkg install php82-mysqli php82-pdo_mysql
postgresql: pgsql pdo_pgsql
pkg install php82-pgsql php82-pdo_pgsql
You now need to create a database, a database user, configure the
web server, and configure tt-rss. Sample apache24 configs located
at /usr/local/share/tt-rss/httpd-tt-rss.conf.
Configure tt-rss (https://tt-rss.org/wiki/GlobalConfig) :
/usr/local/www/tt-rss/config.php
If your database is on another server:
# sysrc ttrssd_local_db=NO
Enable the ttrssd daemon:
# sysrc ttrssd_enable=YES
# service ttrssd start
Goto config.php's TTRSS_SELF_URL_PATH in a web browser.
Default user is "admin", with the password "password".
After an upgrade, you might need to update your database schema.
Perform one of the following:
- Login as an admin user via the web ui, tt-rss will ask you to update.
- Restart the ttrssd service and view /var/log/ttrssd.log for shema updates.
- Temporally enable SINGLE_USER_MODE in config.php and open web ui.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.12_1 03 Jun 2014 19:39:27 |
thierry |
It has been reported that sometimes the daemon is launched before the
database get available, this patch tries to fix that:
- add an option to teach if the DB is distant;
- for mysql, run `mysqladmin ping'
(use a fake account, because not authorized for root!)
- for pgsl, run `postgresql status'
(pg_isready is not available before 9.3).
Reported by: Mike Brown <mike (at) skew.org> |
1.12 30 Mar 2014 20:35:02 |
thierry |
Upgrade to 1.12.
Changelog at <http://tt-rss.org/redmine/versions/98>. |
1.11 20 Dec 2013 21:55:01 |
thierry |
- Upgrade to 1.11
Changelog at <http://tt-rss.org/redmine/versions/97>
- Support options and stage. |
1.10 21 Sep 2013 17:01:21 |
thierry |
Upgrade to 1.10.
Changelog at <http://tt-rss.org/redmine/versions/96>. |
1.9 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.9 22 Jul 2013 17:24:50 |
thierry |
Upgrade to 1.9.
Changelog at <http://tt-rss.org/redmine/versions/95>. |
1.8 14 Jun 2013 18:07:57 |
thierry |
Upgrade to 1.8.
Changelog at <http://tt-rss.org/redmine/versions/92>. |
1.7.9 16 May 2013 20:28:38 |
thierry |
Fix leftovers.
Reported by: QAT |
1.7.9 16 May 2013 18:35:03 |
thierry |
Upgrade to 1.7.9.
Changelog at <http://tt-rss.org/redmine/versions/91>. |
1.7.8 16 Apr 2013 17:16:30 |
thierry |
Upgrading to 1.7.8.
Changelogs at:
http://tt-rss.org/redmine/versions/88
http://tt-rss.org/redmine/versions/89
http://tt-rss.org/redmine/versions/90
Feature safe: yes |
1.7.5 23 Mar 2013 16:19:27 |
thierry |
Upgrade to 1.7.5.
Changelog at <http://tt-rss.org/redmine/versions/87>. |
1.7.4 17 Mar 2013 14:08:12 |
thierry |
Upgrade to 1.7.4.
Changelogs at:
http://tt-rss.org/redmine/versions/84
http://tt-rss.org/redmine/versions/85
http://tt-rss.org/redmine/versions/86 |
1.7.1 05 Mar 2013 19:54:31 |
thierry |
- Upgrade to 1.7.1a(1)
Changelog at http://tt-rss.org/redmine/versions/83
- Add dependencies to php5-hash and php5-dom (2)
Reported by: Christoph Lukas <clukas (at) firc.de> (2) |
1.6.2 23 Dec 2012 20:58:01 |
thierry |
Upgrade to 1.6.2.
Changelog at <http://tt-rss.org/redmine/versions/81>. |
1.6.1 12 Nov 2012 21:47:00 |
thierry |
Upgrade to 1.6.1.
Changelog at <http://tt-rss.org/redmine/versions/80>.
Feature safe: yes |
1.6.0_1 04 Nov 2012 17:33:43 |
thierry |
Fix the daemon with an absolute path.
Feature safe: yes |
1.6.0 01 Nov 2012 16:26:21 |
thierry |
Upgrade to 1.6.0.
Changelog at <http://tt-rss.org/redmine/versions/77>.
Feature safe: yes |
1.5.11 31 May 2012 20:55:27 |
thierry |
Upgrade to 1.5.11.
Changelog at <http://tt-rss.org/redmine/versions/show/76>. |
1.5.10 22 Feb 2012 23:03:31 |
thierry |
Upgrade to 1.5.10.
Changelog at <http://tt-rss.org/redmine/versions/75>. |
1.5.9 28 Jan 2012 16:19:05 |
thierry |
Upgrade to 1.5.9.
Changelog at <http://tt-rss.org/redmine/versions/show/74>. |
1.5.8.1_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.5.8.1_1 02 Jan 2012 12:55:34 |
thierry |
Fix the stop of the daemon. |
1.5.8.1 24 Dec 2011 14:46:03 |
thierry |
Upgrade to 1.5.8.1.
Changelog at <http://tt-rss.org/redmine/versions/show/69>
and <http://tt-rss.org/redmine/versions/show/73>. |
1.5.7 05 Dec 2011 20:13:10 |
thierry |
Fix packaging for fresh installations.
Feature safe: yes
Reported by: pointyhat via Pav |
1.5.7 01 Dec 2011 22:23:44 |
thierry |
Upgrade to 1.5.7.
Changelog at <http://tt-rss.org/redmine/versions/show/67>.
Feature safe: yes |
1.5.6 04 Nov 2011 20:44:59 |
thierry |
Upgrade to 1.5.6.
Changelog at <http://tt-rss.org/redmine/versions/show/66>. |
1.5.5_1 18 Oct 2011 16:57:24 |
thierry |
Add a missing dependency on php5-ctype, as reported at
<http://tt-rss.org/redmine/issues/374>.
Note: PORTREVISION bumped to build a complete package, but if tt-rss was
running fine on your server, don't bother to update it.
Submitted by: Christoph Lukas <clukas (at) firc.de> |
1.5.5 11 Sep 2011 20:16:20 |
thierry |
Upgrade to 1.5.5.
Changelog at <http://tt-rss.org/redmine/versions/show/64>. |
1.5.4 22 May 2011 15:30:48 |
thierry |
Upgrade to 1.5.4.
Changelog at <http://tt-rss.org/redmine/versions/show/63>. |
1.5.3 21 Apr 2011 20:49:13 |
thierry |
Upgrade to 1.5.3.
Changelog at <http://tt-rss.org/redmine/versions/show/62>. |
1.5.2 24 Mar 2011 17:52:22 |
thierry |
Tarball was rerolled, but no differences found in the source files.
No need to bump portrevision.
Reported by: pointyhat & others |
1.5.2 21 Mar 2011 22:21:15 |
thierry |
Upgrade to 1.5.2.
Changelog at <http://tt-rss.org/redmine/versions/show/61>. |
1.5.1 24 Jan 2011 20:10:40 |
thierry |
Upgrade to 1.5.1.
Changelog at <http://tt-rss.org/redmine/versions/show/60>.
Feature safe: yes |
1.5.0 22 Dec 2010 22:15:39 |
thierry |
Upgrade to 1.5.0.
Changelog at <http://tt-rss.org/redmine/versions/show/59>. |
1.4.3.1 26 Sep 2010 22:10:18 |
thierry |
- Update to 1.4.3.1
Changelog at <http://tt-rss.org/redmine/versions/show/56>;
- Removed extraneous gettext dependency;
- Added missing json php extension dependency;
- Path to curl fixed.
PR: ports/150928
Submitted by: decke |
1.4.2 23 Sep 2010 02:40:02 |
pgollucci |
Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) aggregator,
designed to allow you to read news from any location, while feeling as close to
a real desktop application as possible.
It can be seen as a replacement for Google Reader.
WWW: http://tt-rss.org/
PR: ports/150246
Submitted by: Thierry Thomas <thierry at pompo.net> |