- Fix DISTFILES: do not hardcode version
- Add perl5 CATEGORIES
- Use bsd.port.options.mk
- Make portlint happier
- Cosmetic change
Changes: http://www.floodgap.com/software/ttytter/dl.html
1.1.12:
- Patches for Perl 5.14 (thanks @rkfb for the report).
- Keyfiles can now be regenerated if they are corrupted or need to be updated
with -retoke.
- /doesfollow should give true or false with -runcommand (thanks
@kaleidoscopique for the report). Similarly, /short should also work,
emitting the URL (thanks @microlifter for that report).
- Properly understands a new Twitter ad-hoc error format, which repairs some
operations that would unexpectedly appear to succeed but didn't actually
(thanks @augmentedfourth for the report).
- -readline autocomplete command list now up-to-date.
1.1.11:
- Fixed a bug where TTYtter crashes ungracefully if OAuth credentials fail.
- Fixed regex in command processor that interpreted all commands starting with
/p as /print.
- -notimeline is now properly recognized by /set as a boolean.
- One last issue related to URL shortening.
PR: ports/157888
Submitted by: sunpoet (myself)
Approved by: Julian Dunn <jdunn@aquezada.com> (maintainer)
Twitter client. It has the following features:
* A fully interactive client with asynchronous background updates and
commands. Use it over telnet, ssh or even a dummy terminal.
Supports ANSI colour, hashtags and Twitter Search!
* Works within your favourite environment: modify prompt and input
methods for many popular window and session managers, or use a
compatible readline library. Or don't: basic editing and screen
management features built-in.
* From the command line, use it to update your Twitter in shell scripts,
from cron, and so on.
* Supports standard timelines and automatically fetches direct messages.
* Extensible using the -lib option.
* Run detached in -daemon mode, and make your own Twitter bot!
WWW: http://www.floodgap.com/software/ttytter/
PR: ports/132920
Submitted by: Julian C. Dunn <jdunn at aquezada.com>