mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
This is the official version of Unace for Linux from ACE Compression Software.
It can deal with more recent ace archives than those supported by the open-source port of ace (un)archiver. PR: ports/88713 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
This commit is contained in:
parent
fcad3d15d3
commit
474945f33a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148106
4 changed files with 42 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
SUBDIR += liblzxcomp
|
||||
SUBDIR += libmspack
|
||||
SUBDIR += libunrar
|
||||
SUBDIR += linux-linunace
|
||||
SUBDIR += lzma
|
||||
SUBDIR += lzo
|
||||
SUBDIR += lzo2
|
||||
|
|
33
archivers/linux-linunace/Makefile
Normal file
33
archivers/linux-linunace/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: linunace
|
||||
# Date created: 9 November 2005
|
||||
# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= linunace
|
||||
PORTVERSION= 2.5
|
||||
CATEGORIES= archivers linux
|
||||
MASTER_SITES= http://www.winace.com/files/
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= infofarmer@gmail.com
|
||||
COMMENT= Extract, view & test ACE archives
|
||||
|
||||
NO_PACKAGE= "Distribution is permitted within the original package only"
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/linunace
|
||||
PORTDOCS= licence
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKDIR}/unace ${PREFIX}/bin/linunace
|
||||
${BRANDELF} -t Linux ${PREFIX}/bin/linunace
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/licence ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
archivers/linux-linunace/distinfo
Normal file
3
archivers/linux-linunace/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (linunace25.tgz) = ad1f8cb7ff3a6c6019da869b72300719
|
||||
SHA256 (linunace25.tgz) = 7ef5dd1828e7ec15f4961a0396cdc2db59ba042162409ed074fda05ff9888c84
|
||||
SIZE (linunace25.tgz) = 202606
|
5
archivers/linux-linunace/pkg-descr
Normal file
5
archivers/linux-linunace/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This is the official version of Unace for Linux from ACE Compression Software.
|
||||
It can deal with more recent ace archives than those supported by the
|
||||
open-source port of ace (un)archiver.
|
||||
|
||||
WWW: http://www.winace.com/
|
Loading…
Add table
Reference in a new issue