Port details |
- deco Program to extract various archive file formats
- 1.6.4_1 archivers =2 1.6.4_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2008-05-06 06:21:39
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/peha/deco
- Description:
- 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,
flac, gz, jar, lha, lzma, lzo, rar, rpm, tar, zip, zoo.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- deco-extractor>0:archivers/deco
- To install the port:
- cd /usr/ports/archivers/deco/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/deco
- pkg install deco-extractor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: deco-extractor
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1468823216
SHA256 (peha-deco-1.6.4_GH0.tar.gz) = 6139b3efbe9df995ea0bb4506ba2edc00398d0dff6ba2728a1148366208cfdb7
SIZE (peha-deco-1.6.4_GH0.tar.gz) = 23150
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- arc : archivers/arc
- arj : archivers/arj
- cabextract : archivers/cabextract
- dpkg : archivers/dpkg
- lzop : archivers/lzop
- 7zz : archivers/7-zip
- rpm : archivers/rpm4
- rzip : archivers/rzip
- unace : archivers/unace
- unrar : archivers/unrar
- zoo : archivers/zoo
- flac : audio/flac
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- archivers_deco
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.4_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.4_1 11 Jan 2022 09:41:13 |
Stefan Eßer (se) |
archivers/deco, misc/deco: remove CONFLICTS entry
Files installed by the archivers/deco port have been renamed by makc@
to no longer conflict with those from the misc/deco port.
Reported by: makc |
1.6.4_1 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.6.4_1 09 Jan 2022 21:11:28 |
Max Brazhnikov (makc) |
archivers/deco: refactor port
- Rename binary and package to avoid conflict with deco filemanager
- Switch from p7zip to 7-Zip
PR: 260866 |
1.6.4 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.6.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.6.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.4 12 Jan 2018 11:21:07 |
rene |
Return kevlo's ports to the pool, he handed in his commit bit.
With hat: portmgr-secretary |
1.6.4 25 Oct 2016 22:28:22 |
mat |
Cleanup USE_GITHUB usage.
Sponsored by: Absolight |
1.6.4 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.6.4 18 Jul 2016 06:46:05 |
kevlo |
Update to 1.6.4 |
1.6.3_1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.6.3_1 16 Jan 2016 07:05:41 |
kevlo |
Correct permission.
Sponsored by: PortsCamp Taiwan |
1.6.3_1 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
1.6.3_1 19 Oct 2014 23:12:07 |
bapt |
Clean up plist |
1.6.3_1 03 Jul 2014 09:13:36 |
bapt |
Switch to use rpm 4 as the default rpm |
1.6.3 25 Mar 2014 15:11:29 |
bapt |
Support stage |
1.6.3 13 Jan 2014 07:23:43 |
bapt |
archivers/xz is in base for all versions and has been removed from the ports
tree |
1.6.3 20 Sep 2013 13:11:21 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
1.6.3 01 Mar 2013 05:16:49 |
kevlo |
Update to 1.6.3 |
1.6.2_1 18 Dec 2012 07:57:31 |
danfe |
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here. |
1.6.2_1 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.6.2_1 25 Nov 2010 03:25:05 |
kevlo |
Handle xz compressed files |
1.6.2 10 Jun 2010 02:34:00 |
kevlo |
Update to 1.6.2 |
1.6.1.1 21 May 2010 16:22:40 |
naddy |
The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION.
Approved by: MAINTAINER |
1.6.1.1 14 Apr 2010 06:17:26 |
kevlo |
Update to 1.6.1.1 |
1.6_1 21 Sep 2009 14:45:22 |
naddy |
lzmautils -> xz
Feature safe: yes |
1.6 09 Jun 2009 20:09:14 |
ru |
Avoid overwriting misc/deco's latest link.
Nudged by: erwin |
1.6 22 Jan 2009 02:28:46 |
kevlo |
Update to 1.6 |
1.5.7 01 Dec 2008 02:10:05 |
kevlo |
Update to 1.5.7 |
1.5.6 30 Oct 2008 03:30:51 |
kevlo |
Update to 1.5.6 |
1.5.5.2 30 Sep 2008 04:34:43 |
kevlo |
Update to 1.5.5.2 |
1.5.5.1 23 Sep 2008 01:28:28 |
kevlo |
Update to 1.5.5.1 |
1.5 19 Aug 2008 02:33:16 |
kevlo |
Update to 1.5 |
1.4 05 Aug 2008 01:24:46 |
kevlo |
Update to 1.4 |
1.1.0.2 18 Jul 2008 07:42:11 |
kevlo |
Update to 1.1.0.2 |
1.0.0.1_1 06 Jun 2008 13:02:32 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.0.0.1 23 May 2008 06:21:25 |
kevlo |
Update to 1.0.0.1 |
1.0 16 May 2008 03:38:52 |
kevlo |
Update to 1.0 |
0.8.1 06 May 2008 06:21:26 |
kevlo |
Initial import of deco 0.8.1.
Deco is a script able to extract various archive file formats. |