1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Kubilay Kocak
274eea4d0d net/turses: Update to 0.2.22
- Update to 0.2.22
- Update tweepy version in RUN_DEPENDS
- Remove whitespace

PR:		189923
Submitted by:	robak (with changes)
2014-06-27 08:25:44 +00:00
Kubilay Kocak
9232597bf3 net/turses: Update to 0.2.21
- Update to 0.2.21
- Remove zip_safe=False from setup.py patch and clean up

Changes:

 * Bugfix: Turses no longer crashes when clicking on the window
2014-03-08 03:42:22 +00:00
Kubilay Kocak
c72556a8d4 net/turses: Update to 0.2.20 and modernise
- Update to 0.2.20
- Use OPTIONS helpers
- Deprecate OPTIONSFILE override

Changes: 0.2.20

 * Mouse scrolling support (thanks to Wes Turner)
 * Bugfix: Escape HTML entities without borking tweet text (thanks to David
   Tiersch)
2014-02-01 17:04:17 +00:00
Martin Wilke
ea23ec4dc1 - Stage support 2014-01-31 05:24:49 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Kubilay Kocak
8e3e1fb0db net/turses: Update to 0.2.19
- Update to 0.2.19

Changes:

 - Bugfix: Restore Python 2.6 compatibility
2013-11-09 12:03:14 +00:00
Kubilay Kocak
4965fb9ddb net/turses: Enable automatic pkg-plist creation
- Enable PYDISTUTILS_AUTOPLIST
- Remove pkg-plist accordingly
2013-11-09 08:52:55 +00:00
Kubilay Kocak
5ad7a84ece net/turses: Update to 0.2.18
- Update to 0.2.18
- Update RUN_DEPENDS

Changes:

https://github.com/alejandrogomez/turses/blob/v0.2.18/HISTORY.rst
2013-10-20 05:23:18 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Kubilay Kocak
d8afdaeaf8 net/turses: Update to 0.2.15
- Update to 0.2.15
- Pet portlint (LICENSE order)

Changes:

https://github.com/alejandrogomez/turses/blob/v0.2.15/HISTORY.rst

portlint: OK - looks fine,
porttest: OK - 9-STABLE, amd64, clang
testport: OK - poudriere, all versions/archs
unittest: OK - Ran 124 tests in 3.232s - OK
2013-07-07 12:07:19 +00:00
Kubilay Kocak
376e98b1b6 net/turses: Fix spelling of LICENSE 2013-06-21 12:41:33 +00:00
Kubilay Kocak
b110de5600 net/turses: [NEW PORT] Python Twitter client for the console
A Twitter client for the console. The goal of the project is to build a
full-featured, lightweight, and extremely configurable Twitter client.

Features:

 - Multiple timelines (buffers)
 - Multi-column
 - Tweet, Reply, Retweet, Delete tweet
 - Follow/Unfollow
 - Favorite/Unfavorite
 - Direct Messages
 - Open URLs in browser
 - Thread view
 - Unread count
 - Search
 - View users tweets
 - Fully customizable
 - Multiple accounts
 - View user profile

WWW: https://github.com/alejandrogomez/turses
2013-06-21 12:35:50 +00:00