1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Initial import of deco 0.8.1.

Deco is a script able to extract various archive file formats.
This commit is contained in:
Kevin Lo 2008-05-06 06:21:26 +00:00
parent 30d270a334
commit b3009e29cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212705
5 changed files with 104 additions and 0 deletions

View File

@ -15,6 +15,7 @@
SUBDIR += cabextract
SUBDIR += dact
SUBDIR += deb2targz
SUBDIR += deco
SUBDIR += deutex
SUBDIR += dpkg
SUBDIR += dynamite

34
archivers/deco/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: deco
# Date created: 06 May 2008
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= deco
PORTVERSION= 0.8.1
CATEGORIES= archivers
MASTER_SITES= http://hartlich.com/deco/download/
MAINTAINER= kevlo@FreeBSD.org
COMMENT= A script to extract various archive file formats
RUN_DEPENDS= arc:${PORTSDIR}/archivers/arc \
arj:${PORTSDIR}/archivers/arj \
cabextract:${PORTSDIR}/archivers/cabextract \
dpkg:${PORTSDIR}/archivers/dpkg \
lzma:${PORTSDIR}/archivers/lzmautils \
7z:${PORTSDIR}/archivers/p7zip \
rpm:${PORTSDIR}/archivers/rpm \
unace:${PORTSDIR}/archivers/unace \
unrar:${PORTSDIR}/archivers/unrar \
unzip:${PORTSDIR}/archivers/unzip \
zoo:${PORTSDIR}/archivers/zoo \
flac:${PORTSDIR}/audio/flac
NO_BUILD= yes
USE_GMAKE= yes
CONFLICTS= deco-[0-9]*
.include <bsd.port.mk>

3
archivers/deco/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (deco-0.8.1.tar.gz) = 8f4122b892aed757c4d2d00e532b3ece
SHA256 (deco-0.8.1.tar.gz) = 32cafa4da1a57462b4a2505b9e3e4c7758de1f72ea86cb7e1d726d71c0e6e47f
SIZE (deco-0.8.1.tar.gz) = 19453

5
archivers/deco/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Deco is a Un*x script able to extract various archive file formats.
Supported archive formats: 7z, ace, ar, arc, arj, bz2, cab, cpio, deb,
gz, jar, lha, lzma, rar, rpm, tar, zip, zoo.
WWW: http://hartlich.com/deco/

61
archivers/deco/pkg-plist Normal file
View File

@ -0,0 +1,61 @@
bin/crename
bin/deco
bin/symlinktarget
%%DATADIR%%/7z
%%DATADIR%%/a
%%DATADIR%%/ace
%%DATADIR%%/ape
%%DATADIR%%/ar
%%DATADIR%%/arc
%%DATADIR%%/arj
%%DATADIR%%/ark
%%DATADIR%%/bz2
%%DATADIR%%/cab
%%DATADIR%%/cbr
%%DATADIR%%/cbz
%%DATADIR%%/cpio
%%DATADIR%%/deb
%%DATADIR%%/ear
%%DATADIR%%/flac
%%DATADIR%%/gz
%%DATADIR%%/jar
%%DATADIR%%/lha
%%DATADIR%%/lzh
%%DATADIR%%/lzma
%%DATADIR%%/odc
%%DATADIR%%/odf
%%DATADIR%%/odg
%%DATADIR%%/odi
%%DATADIR%%/odm
%%DATADIR%%/odp
%%DATADIR%%/ods
%%DATADIR%%/odt
%%DATADIR%%/otc
%%DATADIR%%/otf
%%DATADIR%%/otg
%%DATADIR%%/oth
%%DATADIR%%/oti
%%DATADIR%%/otp
%%DATADIR%%/ots
%%DATADIR%%/ott
%%DATADIR%%/pk3
%%DATADIR%%/pk4
%%DATADIR%%/rar
%%DATADIR%%/rpm
%%DATADIR%%/shn
%%DATADIR%%/sue
%%DATADIR%%/tar
%%DATADIR%%/tar.bz2
%%DATADIR%%/tar.gz
%%DATADIR%%/tar.lzma
%%DATADIR%%/tar.z
%%DATADIR%%/taz
%%DATADIR%%/tbz
%%DATADIR%%/tgz
%%DATADIR%%/tlz
%%DATADIR%%/wsz
%%DATADIR%%/xpi
%%DATADIR%%/z
%%DATADIR%%/zip
%%DATADIR%%/zoo
@dirrm %%DATADIR%%