Port details |
- twitmail Curses-based mail-like interface to Twitter
- 0.42_1 net-im
=0 0.42_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2010-02-13 22:23:28
- Last Update: 2021-11-19 13:57:54
- Commit Hash: 766cd09
- Also Listed In: perl5
- License: not specified in port
- WWW:
- http://www.hardakers.net/code/twitmail/
- Description:
- twitmail is a curses-based mail-like interface to twitter. It also can be
used as a command line app for sending and receiving tweets. In both modes
it remembers the last thing you read and only shows you newer posts (ie, it
reports nothing when you have no updates to read). It'll collect all the
new posts as well (up to a configurable limit), to ensure you haven't
missed anything important.
WWW: http://www.hardakers.net/code/twitmail/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- twitmail>0:net-im/twitmail
- No installation instructions:
- This port has been deleted.
- PKGNAME: twitmail
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (twitmail-0.42.tar.gz) = 5c10c2785cbab8d9ba205f226f5adf575c2a4428ea390d21c4a982454dc3165f
SIZE (twitmail-0.42.tar.gz) = 11844
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:
-
- p5-DBD-SQLite>=1.12 : databases/p5-DBD-SQLite
- p5-DBI>=1.60.4 : databases/p5-DBI
- p5-Curses>=0 : devel/p5-Curses
- p5-Curses-UI>=0 : devel/p5-Curses-UI
- p5-Term-ReadKey>=2.10 : devel/p5-Term-ReadKey
- p5-Net-Twitter>=3.04002 : net/p5-Net-Twitter
- p5-TimeDate>=2.24 : devel/p5-TimeDate
- p5-Getopt-GUI-Long>=0.91 : devel/p5-Getopt-GUI-Long
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-im_twitmail
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.42_1 19 Nov 2021 13:57:54 |
Baptiste Daroussin (bapt) |
net-im/twitmail: Retire port
twitmail has many issues:
1/ the dependency list declaration is missing many many of its real
dependencies
2/ even when 1 is fixed it is not functional anymore
3/ it uses deprecated interfaces of the library it uses |
0.42_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.42_1 12 Apr 2016 15:06:29 |
mat |
Unbreak.
PR: 208719
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
0.42_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.42_1 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
0.42_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
0.42_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.42 18 Nov 2014 09:37:33 |
bapt |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
0.42 30 Jan 2014 16:46:22 |
miwi |
- Stage support |
0.42 20 Sep 2013 22:13:35 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im) |
0.42 11 Sep 2013 08:15:53 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.42 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
0.42 05 Jun 2012 09:50:45 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (miwi@ via email) |
0.42 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.42 13 Feb 2010 22:03:39 |
miwi |
twitmail is a curses-based mail-like interface to twitter. It also can be
used as a command line app for sending and receiving tweets. In both modes
it remembers the last thing you read and only shows you newer posts (ie, it
reports nothing when you have no updates to read). It'll collect all the
new posts as well (up to a configurable limit), to ensure you haven't
missed anything important.
WWW: http://www.hardakers.net/twitmail/ |