From owner-cvs-all@FreeBSD.ORG Sun Jun 1 13:18:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 812551065672; Sun, 1 Jun 2008 13:18:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 777B78FC14; Sun, 1 Jun 2008 13:18:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m51DI0YC040960; Sun, 1 Jun 2008 13:18:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m51DI0UU040959; Sun, 1 Jun 2008 13:18:00 GMT (envelope-from miwi) Message-Id: <200806011318.m51DI0UU040959@repoman.freebsd.org> From: Martin Wilke Date: Sun, 1 Jun 2008 13:18:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc Makefile ports/misc/tmux Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 13:18:05 -0000 miwi 2008-06-01 13:18:00 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/tmux Makefile distinfo pkg-descr Log: Tmux is a terminal multiplexer, it enables a number of terminals to be accessed and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen. WWW: http://tmux.sf.net/ PR: ports/124093 Submitted by: Wen Heping Revision Changes Path 1.876 +1 -0 ports/misc/Makefile 1.1 +24 -0 ports/misc/tmux/Makefile (new) 1.1 +3 -0 ports/misc/tmux/distinfo (new) 1.1 +5 -0 ports/misc/tmux/pkg-descr (new)