archivers/unrpa: add new port

unrpa is a tool to extract files from RPA archive format, created by
Ren'Py Visual Novel Engine.

It can also be used as a library.

https://pypi.org/project/unrpa/
This commit is contained in:
Jan Beich 2021-07-28 17:53:11 +00:00
parent 0c97e5d850
commit 733b197d59
4 changed files with 25 additions and 0 deletions

View File

@ -236,6 +236,7 @@
SUBDIR += unmass
SUBDIR += unrar
SUBDIR += unrar-iconv
SUBDIR += unrpa
SUBDIR += unshield
SUBDIR += unzip
SUBDIR += unzoo

15
archivers/unrpa/Makefile Normal file
View File

@ -0,0 +1,15 @@
PORTNAME= unrpa
PORTVERSION= 2.3.0
CATEGORIES= archivers
MASTER_SITES= CHEESESHOP
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Extract RenPy Archives
LICENSE= GPLv3+
USES= python:3.7+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
archivers/unrpa/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1577231999
SHA256 (unrpa-2.3.0.tar.gz) = 441c5d129c18a5c7583927bc42e3f751e4f171a316a3a42738c1c67179c3847a
SIZE (unrpa-2.3.0.tar.gz) = 13537

View File

@ -0,0 +1,6 @@
unrpa is a tool to extract files from RPA archive format, created by
Ren'Py Visual Novel Engine.
It can also be used as a library.
WWW: https://pypi.org/project/unrpa/