From owner-svn-ports-all@freebsd.org Sun Jun 2 10:46:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CD5C15B1F12; Sun, 2 Jun 2019 10:46:17 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay108.isp.belgacom.be (mailrelay108.isp.belgacom.be [195.238.20.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A32D93A8C; Sun, 2 Jun 2019 10:46:16 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2BLAABopfNc/1H1sVtlGgEBAQEBAgE?= =?us-ascii?q?BAQEHAgEBAQGBUwMBAQEBCwGCEEYSEVEBIBIUFI0PigsBAYIMNQGKB44ggXs?= =?us-ascii?q?JAQECAQEBAQErDAEBgUuCL0YCgwMkNgcOAQMBAQUBAQEBBG0cDIVLAQU6HCM?= =?us-ascii?q?QCxQECSUPSAYTgyOCDgupFYQyAQsBhFyBCgaBNAGLcIF/hCM+gmEEGIcpBJN?= =?us-ascii?q?ylQcJgg+GP4xnJ5ZuhASQB5ERCSiBWE0wCIJzAQEyixOFQT0DMAGQEgEB?= X-IPAS-Result: =?us-ascii?q?A2BLAABopfNc/1H1sVtlGgEBAQEBAgEBAQEHAgEBAQGBU?= =?us-ascii?q?wMBAQEBCwGCEEYSEVEBIBIUFI0PigsBAYIMNQGKB44ggXsJAQECAQEBAQErD?= =?us-ascii?q?AEBgUuCL0YCgwMkNgcOAQMBAQUBAQEBBG0cDIVLAQU6HCMQCxQECSUPSAYTg?= =?us-ascii?q?yOCDgupFYQyAQsBhFyBCgaBNAGLcIF/hCM+gmEEGIcpBJNylQcJgg+GP4xnJ?= =?us-ascii?q?5ZuhASQB5ERCSiBWE0wCIJzAQEyixOFQT0DMAGQEgEB?= Received: from 81.245-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.245.81]) by relay.skynet.be with ESMTP; 02 Jun 2019 12:45:06 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id x52Aj5q2002333; Sun, 2 Jun 2019 12:45:05 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 2 Jun 2019 12:45:05 +0200 From: =?UTF-8?B?VMSzbA==?= Coosemans To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r503261 - in head/devel: . libtextstyle Message-ID: <20190602124505.57b4d67f@kalimero.tijl.coosemans.org> In-Reply-To: <201906012230.x51MUIQr073532@repo.freebsd.org> References: <201906012230.x51MUIQr073532@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 9A32D93A8C X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.93 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.93)[-0.931,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 02 Jun 2019 10:46:17 -0000 On Sat, 1 Jun 2019 22:30:18 +0000 (UTC) Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sat Jun 1 22:30:18 2019 > New Revision: 503261 > URL: https://svnweb.freebsd.org/changeset/ports/503261 > > Log: > Add libtextstyle 0.8 > > GNU libtextstyle provides an easy way to add styling to programs that produce > output to a console or terminal emulator window. It does this in a way that > allows the end user to customize the styling using the industry standard, namely > Cascading Style Sheets (CSS). > > WWW: https://www.gnu.org/software/gettext/libtextstyle/manual/ This has been released as part of gettext 0.20 so I hope you don't mind if I take over maintainership. The patch is available at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238277