From owner-cvs-all@FreeBSD.ORG Tue Jan 5 20:02:37 2010 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 469DE106566C; Tue, 5 Jan 2010 20:02:37 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 367CF8FC1A; Tue, 5 Jan 2010 20:02:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o05K2bZj025169; Tue, 5 Jan 2010 20:02:37 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o05K2b3E025168; Tue, 5 Jan 2010 20:02:37 GMT (envelope-from glarkin) Message-Id: <201001052002.o05K2b3E025168@repoman.freebsd.org> From: Greg Larkin Date: Tue, 5 Jan 2010 20:02:37 +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/sysutils Makefile ports/sysutils/pmt Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2010 20:02:37 -0000 glarkin 2010-01-05 20:02:37 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/pmt Makefile distinfo pkg-descr Log: The Pipe Magic Tools (PMT) are a small collection of filters which can be added to UNIX pipes. The filters include: speed Measures the speed of the data flowing through the pipe throttle Controls the speed of the data flowing through the pipe rot13 The famous rot13 algorithm rot47 The not-so-famous rot47 algorithm tolower Converts all alphabetic characters to lower case toupper Converts all alphabetic characters to upper case WWW: http://hansmi.ch/software/pipe-magic-tools Revision Changes Path 1.1156 +1 -0 ports/sysutils/Makefile 1.1 +25 -0 ports/sysutils/pmt/Makefile (new) 1.1 +3 -0 ports/sysutils/pmt/distinfo (new) 1.1 +22 -0 ports/sysutils/pmt/pkg-descr (new)