diff --git a/archivers/appscript/Makefile b/archivers/appscript/Makefile index 04c5c4b44ac5..fd1dac8dac10 100644 --- a/archivers/appscript/Makefile +++ b/archivers/appscript/Makefile @@ -1,21 +1,22 @@ 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 USE_GITHUB= yes GH_ACCOUNT= DtxdF NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/appscript \ + share/appscript/stub.c \ share/man/man1/appscript.1.gz .include 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.