Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 2026 06:49:10 +0000
From:      =?utf-8?Q?Jes=C3=BAs?= Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e8b502edf2b2 - main - archivers/appscript: Update to 0.3.1
Message-ID:  <69d35766.3389b.5100920c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dtxdf:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e8b502edf2b2348f846546b05e65955d9a7892a0

commit e8b502edf2b2348f846546b05e65955d9a7892a0
Author:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2026-04-06 06:47:01 +0000
Commit:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2026-04-06 06:48:23 +0000

    archivers/appscript: Update to 0.3.1
    
    * Rewrite stub in C.
    * Change pkg-descr.
    * Change COMMENT.
    
    ChangeLogs:
    
    * https://github.com/DtxdF/appscript/releases/tag/v0.3.0
    * https://github.com/DtxdF/appscript/releases/tag/v0.3.1
---
 archivers/appscript/Makefile  | 5 +++--
 archivers/appscript/distinfo  | 6 +++---
 archivers/appscript/pkg-descr | 7 ++-----
 3 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/archivers/appscript/Makefile b/archivers/appscript/Makefile
index 04c5c4b44ac5..fd1dac8dac10 100644
--- a/archivers/appscript/Makefile
+++ b/archivers/appscript/Makefile
@@ -1,10 +1,10 @@
 PORTNAME=	appscript
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.0
+DISTVERSION=	0.3.1
 CATEGORIES=	archivers
 
 MAINTAINER=	dtxdf@FreeBSD.org
-COMMENT=	Very lightweight script to create self-extractable archives
+COMMENT=	Simple, lightweight and effective tool for creating SFX files
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -16,6 +16,7 @@ NO_ARCH=	yes
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/appscript \
+		share/appscript/stub.c \
 		share/man/man1/appscript.1.gz
 
 .include <bsd.port.mk>
diff --git a/archivers/appscript/distinfo b/archivers/appscript/distinfo
index 20bc7cfee15c..16711d31c84e 100644
--- a/archivers/appscript/distinfo
+++ b/archivers/appscript/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1775080881
-SHA256 (DtxdF-appscript-v0.2.0_GH0.tar.gz) = 966aafa70676f43658fccc6e86bf9d828662dc9d3be103b53533cd0a90d60289
-SIZE (DtxdF-appscript-v0.2.0_GH0.tar.gz) = 4575
+TIMESTAMP = 1775457454
+SHA256 (DtxdF-appscript-v0.3.1_GH0.tar.gz) = b86d1b44b15b7f54566100eddcc0c64915866937fd7985652faf4c781f0272aa
+SIZE (DtxdF-appscript-v0.3.1_GH0.tar.gz) = 7751
diff --git a/archivers/appscript/pkg-descr b/archivers/appscript/pkg-descr
index 9b61c5c7b3ac..fa258192de16 100644
--- a/archivers/appscript/pkg-descr
+++ b/archivers/appscript/pkg-descr
@@ -1,5 +1,2 @@
-appscript is a very lightweight script that compresses a directory
-using tar(1), encodes the result with base64(1), and then creates
-a sh(1) script that decompresses that result into a temporary
-location (optionally using tmpfs(4)), and finally executes a script
-named APPSCRIPT from the current working directory.
+appscript is a very lightweight and easy-to-use tool for creating
+self-extracting executables.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d35766.3389b.5100920c>