git: 0a4f7ff84bcc - main - graphics/asciinema-agg: Update to 1.4.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Aug 2023 16:34:25 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a4f7ff84bcc9f2c277218faaa2ed16851be2afe commit 0a4f7ff84bcc9f2c277218faaa2ed16851be2afe Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-08-11 06:15:33 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-08-13 16:34:08 +0000 graphics/asciinema-agg: Update to 1.4.2 ChangeLog: https://github.com/asciinema/agg/releases/tag/v1.4.2 * fixed rendering of initial blank frame PR: 273055 Reported by: DtxdF@disroot.org (maintainer) --- graphics/asciinema-agg/Makefile | 8 +++++--- graphics/asciinema-agg/distinfo | 6 +++--- graphics/asciinema-agg/pkg-message | 4 +++- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/graphics/asciinema-agg/Makefile b/graphics/asciinema-agg/Makefile index 7516c1185fdd..82ade26d98b6 100644 --- a/graphics/asciinema-agg/Makefile +++ b/graphics/asciinema-agg/Makefile @@ -1,13 +1,12 @@ PORTNAME= agg DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1 -PORTREVISION= 2 +DISTVERSION= 1.4.2 CATEGORIES= graphics PKGNAMEPREFIX= asciinema- MAINTAINER= DtxdF@disroot.org COMMENT= Asciinema gif generator -WWW= https://github.com/asciinema/agg/ +WWW= https://github.com/asciinema/agg LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -18,4 +17,7 @@ GH_ACCOUNT= asciinema PLIST_FILES= bin/agg +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/agg + .include <bsd.port.mk> diff --git a/graphics/asciinema-agg/distinfo b/graphics/asciinema-agg/distinfo index e61cfad705df..80e2717d8aec 100644 --- a/graphics/asciinema-agg/distinfo +++ b/graphics/asciinema-agg/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1682702803 +TIMESTAMP = 1691697466 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/ahash-0.7.6.crate) = fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47 @@ -441,5 +441,5 @@ SHA256 (rust/crates/xmlparser-0.13.5.crate) = 4d25c75bf9ea12c4040a97f829154768bb SIZE (rust/crates/xmlparser-0.13.5.crate) = 26225 SHA256 (asciinema-avt-v0.6.0_GH0.tar.gz) = 946bf3134bb4315eaf4dd5bc50644cfa9d296272e6cf4c6c177201103b6f60c1 SIZE (asciinema-avt-v0.6.0_GH0.tar.gz) = 471495 -SHA256 (asciinema-agg-v1.4.1_GH0.tar.gz) = ee997a9259b853d90aacdbae26ab64564022e1010d128b2713cc5ded16252e21 -SIZE (asciinema-agg-v1.4.1_GH0.tar.gz) = 2967983 +SHA256 (asciinema-agg-v1.4.2_GH0.tar.gz) = 8a4b81733085d81de1076e2964dedf729a8603941de11659d775478293d9efd0 +SIZE (asciinema-agg-v1.4.2_GH0.tar.gz) = 2969183 diff --git a/graphics/asciinema-agg/pkg-message b/graphics/asciinema-agg/pkg-message index 59cc7aa72e96..c062e6ff2026 100644 --- a/graphics/asciinema-agg/pkg-message +++ b/graphics/asciinema-agg/pkg-message @@ -4,7 +4,9 @@ agg was installed and there are some notes: 1. You need at least one font family that is used by the --font-family - parameter. + parameter. to view all options: + + agg --help 2. It is recommended to install graphics/gifsicle if you want to optimize your GIF.