Port details |
- tt-rss Tiny Tiny RSS: web-based news feed (RSS/Atom) aggregator
- g20250730,2 www
=19 g20250427,2Version of this port present on the latest quarterly branch. - Maintainer: dereks@lifeofadishwasher.com
 - Port Added: 2010-09-23 02:40:16
- Last Update: 2025-08-04 05:04:30
- Commit Hash: 06445fb
- People watching this port, also watch:: git, pkg, py311-certbot, apache24, subversion
- 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.
- USE_RC_SUBR (Service Scripts)
-
- 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-php83
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tt-rss-php83
- Package flavors (<flavor>: <package>)
- php83: tt-rss-php83
- php81: tt-rss-php81
- php82: tt-rss-php82
- php84: tt-rss-php84
- php85: tt-rss-php85
- distinfo:
- TIMESTAMP = 1754076961
SHA256 (tt-rss-tt-rss-851ddf4bbe750e30816b6c494165e9860bd39b92_GL0.tar.gz) = 5e52af41cb8e5156770123352888781d2f58cb592eebe4820aa121a869fb4748
SIZE (tt-rss-tt-rss-851ddf4bbe750e30816b6c494165e9860bd39b92_GL0.tar.gz) = 8775902
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/php83
- ctype.so : textproc/php83-ctype
- dom.so : textproc/php83-dom
- exif.so : graphics/php83-exif
- fileinfo.so : sysutils/php83-fileinfo
- filter.so : security/php83-filter
- iconv.so : converters/php83-iconv
- intl.so : devel/php83-intl
- mbstring.so : converters/php83-mbstring
- pcntl.so : devel/php83-pcntl
- pdo.so : databases/php83-pdo
- pdo_pgsql.so : databases/php83-pdo_pgsql
- phar.so : archivers/php83-phar
- posix.so : sysutils/php83-posix
- session.so : www/php83-session
- simplexml.so : textproc/php83-simplexml
- sockets.so : net/php83-sockets
- sodium.so : security/php83-sodium
- tokenizer.so : devel/php83-tokenizer
- xml.so : textproc/php83-xml
- xmlwriter.so : textproc/php83-xmlwriter
- zip.so : archivers/php83-zip
- curl.so : ftp/php83-curl
- gd.so : graphics/php83-gd
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tt-rss-php83-g20250730,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.
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.15.3.150208 08 Feb 2015 20:48:39
  |
thierry  |
No more release will be done for Tiny Tiny RSS, it switched to a rolling
model. This is a snapshot of the latest code. |
1.15.3 10 Dec 2014 20:12:13
  |
thierry  |
Upgrade to 1.15.3.
Changelog at <http://tt-rss.org/redmine/versions/102>. |
1.15 08 Dec 2014 17:55:53
  |
thierry  |
Upgrade to 1.15.
Changelog at <http://tt-rss.org/redmine/versions/101>. |
1.14 26 Oct 2014 19:11:48
  |
thierry  |
Upgrade to 1.14.
Changelog at <http://tt-rss.org/redmine/versions/100>. |
1.13 20 Jul 2014 15:34:16
  |
thierry  |
Upgrade to 1.13.
Changelog at <http://tt-rss.org/redmine/versions/99>. |
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> |