public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP] tmux 1.8-271-gb3de4a3
@ 2014-02-21  8:33 Michael Wild
  2014-02-21  9:05 ` Corinna Vinschen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Wild @ 2014-02-21  8:33 UTC (permalink / raw)
  To: cygwin-apps

Dear all

The popular terminal multiplexer tmux (http://tmux.sourceforge.net;
similar in functionality to GNU Screen) has recently gained Cygwin
support in its repository. Hence, I would like to propose that a
development snapshot be included in Cygwin (hence also the somewhat
strange version number).

tmux is part of many popular Linux distributions, e.g:

* Debian: https://packages.debian.org/stable/tmux
* Ubuntu: http://packages.ubuntu.com/saucy/tmux
* OpenSUSE: http://software.opensuse.org/package/tmux
* Fedora: https://admin.fedoraproject.org/pkgdb/acls/name/tmux

My proposed setup.hint:

category: Utils
requires: libevent2.0_5 libncurses10
sdesc: "Terminal multiplexer"
ldesc: "tmux enables a number of terminals (or windows) to be accessed and
controlled from a single terminal like screen. tmux runs as a server-client
system. A server is created automatically when necessary and holds a number of
sessions, each of which may have a number of windows linked to it. Any number
of clients may connect to a session, or the server may be controlled by issuing
commands with tmux. Communication takes place through a socket, by default
placed in /tmp. Moreover tmux provides a consistent and well-documented command
interface, with the same syntax whether used interactively, as a key binding,
or from the shell. It offers a choice of vim or Emacs key layouts."
test: 1.8-271-gb3de4a3-1

I specifically marked it as a test version, since it is a development
snapshot and no stable version containing the Cygwin support exists as
of now.

The package builds successfully and so far everything is working for me.

The package files are available for inspection and testing from:

* http://wildcodes.com/cygwin/tmux/setup.hint
* http://wildcodes.com/cygwin/tmux/tmux-1.8-271-gb3de4a3-1-src.tar.xz
* http://wildcodes.com/cygwin/tmux/tmux-1.8-271-gb3de4a3-1.tar.xz
* http://wildcodes.com/cygwin/tmux/tmux-debuginfo/setup.hint
* http://wildcodes.com/cygwin/tmux/tmux-debuginfo/tmux-debuginfo-1.8-271-gb3de4a3-1.tar.xz


Kind regards

Michael

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ITP] tmux 1.8-271-gb3de4a3
  2014-02-21  8:33 [ITP] tmux 1.8-271-gb3de4a3 Michael Wild
@ 2014-02-21  9:05 ` Corinna Vinschen
  2014-02-21 15:10 ` Andrew Schulman
  2014-02-23  5:28 ` Balaji Venkataraman
  2 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2014-02-21  9:05 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 1337 bytes --]

Hi Michael,

On Feb 21 09:33, Michael Wild wrote:
> Dear all
> 
> The popular terminal multiplexer tmux (http://tmux.sourceforge.net;
> similar in functionality to GNU Screen) has recently gained Cygwin
> support in its repository. Hence, I would like to propose that a
> development snapshot be included in Cygwin (hence also the somewhat
> strange version number).

Neat.  Apart from proposing to include the package, are you willing to
maintain this package in the Cygwin distro and help users on the cygwin
AT cygwin DOT com mailing list?  Also, did you see
https://sourceware.org/cygwin-apps/package-upload.html?

> [...]
> The package files are available for inspection and testing from:
> 
> * http://wildcodes.com/cygwin/tmux/setup.hint
> * http://wildcodes.com/cygwin/tmux/tmux-1.8-271-gb3de4a3-1-src.tar.xz
> * http://wildcodes.com/cygwin/tmux/tmux-1.8-271-gb3de4a3-1.tar.xz
> * http://wildcodes.com/cygwin/tmux/tmux-debuginfo/setup.hint
> * http://wildcodes.com/cygwin/tmux/tmux-debuginfo/tmux-debuginfo-1.8-271-gb3de4a3-1.tar.xz

These are only 32 bit packages?  Would you mind to provide the 64 bit
packages as well, please?


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ITP] tmux 1.8-271-gb3de4a3
  2014-02-21  8:33 [ITP] tmux 1.8-271-gb3de4a3 Michael Wild
  2014-02-21  9:05 ` Corinna Vinschen
@ 2014-02-21 15:10 ` Andrew Schulman
  2014-02-23  5:28 ` Balaji Venkataraman
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew Schulman @ 2014-02-21 15:10 UTC (permalink / raw)
  To: cygwin-apps

> The popular terminal multiplexer tmux (http://tmux.sourceforge.net;
> similar in functionality to GNU Screen) has recently gained Cygwin
> support in its repository. Hence, I would like to propose that a
> development snapshot be included in Cygwin (hence also the somewhat
> strange version number).

That would be great.  I tried to build it for Cygwin years ago, but never
could get it to work.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ITP] tmux 1.8-271-gb3de4a3
  2014-02-21  8:33 [ITP] tmux 1.8-271-gb3de4a3 Michael Wild
  2014-02-21  9:05 ` Corinna Vinschen
  2014-02-21 15:10 ` Andrew Schulman
@ 2014-02-23  5:28 ` Balaji Venkataraman
  2 siblings, 0 replies; 4+ messages in thread
From: Balaji Venkataraman @ 2014-02-23  5:28 UTC (permalink / raw)
  To: cygwin-apps

On Fri, Feb 21, 2014 at 12:33 AM, Michael Wild wrote:

> Dear all
>
> The popular terminal multiplexer tmux (http://tmux.sourceforge.net;
> similar in functionality to GNU Screen) has recently gained Cygwin
> support in its repository. Hence, I would like to propose that a
> development snapshot be included in Cygwin (hence also the somewhat
> strange version number).

I've been using tmux (from git) for ~2 months on Cygwin 32. Haven't
had any major problems. Tmux just released 1.9 (and 1.9a today) - any
reason why you can't use that version? But thanks for offering to
create the Cygwin package. It will hopefully help more people adopt
tmux on Cygwin.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-23  5:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-21  8:33 [ITP] tmux 1.8-271-gb3de4a3 Michael Wild
2014-02-21  9:05 ` Corinna Vinschen
2014-02-21 15:10 ` Andrew Schulman
2014-02-23  5:28 ` Balaji Venkataraman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).