Bug 144071 - maintainer update: net-im/ttytter to 1.0.0
Summary: maintainer update: net-im/ttytter to 1.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-18 19:10 UTC by jdunn
Modified: 2010-02-22 21:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.65 KB, patch)
2010-02-18 19:10 UTC, jdunn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jdunn 2010-02-18 19:10:08 UTC
Maintainer update of net-im/ttytter to 1.0.0. Major changes in this released version:

    * Source code reorganized and in some cases completely rewritten.
    * Multi-module system for the TTYtter API allows you to install and run multiple extensions simultaneously (if compatible), adding the new -exts option.
    * Speaking of, massive changes to the TTYtter API. Extension authors should re-read the API documentation for compatibility notes. While many extensions will work with no or minimal changes, some may need to be updated.
    * The old -lib and -olib options are now deprecated, and will be removed in the 1.1 releases.
    * Synchronicity mode synchronizes updates with your keyboard activity (-synch), but has a price to pay. Mostly intended for input methods that are unhappy with background updates.
    * -runcommand option for simple command-line queries.
    * -hold is no longer infinite when used with -script.
    * Tweet code temporary menus now occupy a three character menu code that always starts with z (so now /thread generates zz0 through zz9). This is to accommodate future menus that may be more than 20 entries.
    * Initial support for the Retweet API and newRTs. NewRTs now appear in your timeline by default, are properly unwrapped so they are not truncated, and are canonicized to appear just like RTs used to. Retweets-of-me are displayed using the new /rtsofme command (/rtom). Note that because the API doesn't give you information about who retweeted you, neither does this command. Twitter acknowledges this deficiency and it will be supported in a later TTYtter when they fix it. If you want to disable NewRTs (such as for StatusNet, etc.), use -nonewrts. RTs made with /rt and friends are still the manual variety.
    * /follow and /leave now handle following and leaving users (no more FOLLOW and LEAVE even though they are still supported).
    * /dm who what replaces D who what (although the latter will still work), giving you your 140 characters all back, and is properly supported by -autosplit, -slowpost and -verify. /replying to a DM now internally uses /dm.
    * /dump now supports the Geolocation API and Retweet API, giving you location information for tweets that encode it, plus the retweet metadata. More information is also in the tweet cache for later.
    * A new versioning system recognizes when you are using a beta and checks the internal build number.
    * Special logic to detect the Fail Whale for more bulletproof posting and more useful error messages.
    * /again and /whois get confused by numeric Twitter user IDs (and treat them as user numbers). Patched to fix this so that numeric IDs are seen as true IDs. Although this also affects 0.9, it requires making an incompatible change, so it will not be fixed in that version.
    * If -rc gives an absolute path, use that. (thanks @FunnelFiasco)
    * All bug fixes from 0.9.10, 0.9.11 and 0.9.12.

Fix: Apply patch.
How-To-Repeat: Not applicable
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-02-18 19:28:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-22 20:51:12 UTC
miwi        2010-02-22 20:51:04 UTC

  FreeBSD ports repository

  Modified files:
    net-im/ttytter       Makefile distinfo 
  Log:
  - Update to 1.0.0
  
  PR:             144071
  Submitted by:   Julian Dunn <jdunn@aquezada.com> (maintainer)
  Feature safe: yes
  
  Revision  Changes    Path
  1.9       +6 -6      ports/net-im/ttytter/Makefile
  1.9       +3 -3      ports/net-im/ttytter/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2010-02-22 20:51:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!