From owner-svn-ports-all@FreeBSD.ORG Tue Apr 21 13:11:01 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4047CAD; Tue, 21 Apr 2015 13:11:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B30AC15CB; Tue, 21 Apr 2015 13:11:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3LDB145026184; Tue, 21 Apr 2015 13:11:01 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3LDB15m026183; Tue, 21 Apr 2015 13:11:01 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201504211311.t3LDB15m026183@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 21 Apr 2015 13:11:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384423 - head/x11/xsel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2015 13:11:01 -0000 Author: robak Date: Tue Apr 21 13:11:00 2015 New Revision: 384423 URL: https://svnweb.freebsd.org/changeset/ports/384423 Log: x11/xsel: add WWW PR: 199475 Submitted by: Chris Hutchinson (maintainer) Modified: head/x11/xsel/pkg-descr Modified: head/x11/xsel/pkg-descr ============================================================================== --- head/x11/xsel/pkg-descr Tue Apr 21 12:36:56 2015 (r384422) +++ head/x11/xsel/pkg-descr Tue Apr 21 13:11:00 2015 (r384423) @@ -1,3 +1,5 @@ xsel is a quick hack to give access to the X selection from the command line. You can paste stuff from the X selection to stdout and copy stuff from stdin to X selection. + +WWW: http://BSDforge.com/projects/x11/xsel/