aboutsummaryrefslogtreecommitdiff
path: root/archivers/deco
Commit message (Collapse)AuthorAgeFilesLines
* archivers/deco, misc/deco: remove CONFLICTS entryStefan Eßer2022-01-111-2/+0
| | | | | | | 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
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* archivers/deco: refactor portMax Brazhnikov2022-01-092-8/+12
| | | | | | | - Rename binary and package to avoid conflict with deco filemanager - Switch from p7zip to 7-Zip PR: 260866
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | 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)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Return kevlo's ports to the pool, he handed in his commit bit.Rene Ladan2018-01-121-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=458818
* Cleanup USE_GITHUB usage.Mathieu Arnold2016-10-251-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=424658
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Update to 1.6.4Kevin Lo2016-07-184-17/+18
| | | | Notes: svn path=/head/; revision=418690
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Correct permission.Kevin Lo2016-01-161-1/+1
| | | | | | | Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406197
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-3/+3
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=386097
* Clean up plistBaptiste Daroussin2014-10-191-42/+0
| | | | Notes: svn path=/head/; revision=371222
* Switch to use rpm 4 as the default rpmBaptiste Daroussin2014-07-031-1/+2
| | | | Notes: svn path=/head/; revision=360345
* Support stageBaptiste Daroussin2014-03-251-5/+3
| | | | Notes: svn path=/head/; revision=349151
* archivers/xz is in base for all versions and has been removed from the ports ↵Baptiste Daroussin2014-01-131-7/+1
| | | | | | | tree Notes: svn path=/head/; revision=339572
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* Update to 1.6.3Kevin Lo2013-03-013-12/+23
| | | | Notes: svn path=/head/; revision=313135
* For a number of ports in archives category, trim the header and drop leadingAlexey Dokuchaev2012-12-181-6/+2
| | | | | | | | indefinite article from COMMENT line; also fix few noticed styles bugs while I am here. Notes: svn path=/head/; revision=309150
* - Get Rid MD5 supportMartin Wilke2011-03-181-2/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Handle xz compressed filesKevin Lo2010-11-252-0/+7
| | | | Notes: svn path=/head/; revision=265124
* Update to 1.6.2Kevin Lo2010-06-102-4/+4
| | | | Notes: svn path=/head/; revision=256279
* The xz utils and lzma library have been imported into base, so makeChristian Weisgerber2010-05-211-2/+7
| | | | | | | | | the dependency on the archivers/xz port conditional on OSVERSION. Approved by: MAINTAINER Notes: svn path=/head/; revision=254737
* Update to 1.6.1.1Kevin Lo2010-04-143-12/+16
| | | | Notes: svn path=/head/; revision=252667
* lzmautils -> xzChristian Weisgerber2009-09-211-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241877
* Avoid overwriting misc/deco's latest link.Ruslan Ermilov2009-06-091-0/+1
| | | | | | | Nudged by: erwin Notes: svn path=/head/; revision=235511
* Update to 1.6Kevin Lo2009-01-223-12/+30
| | | | Notes: svn path=/head/; revision=226653
* Update to 1.5.7Kevin Lo2008-12-012-4/+4
| | | | Notes: svn path=/head/; revision=223653
* Update to 1.5.6Kevin Lo2008-10-302-4/+4
| | | | Notes: svn path=/head/; revision=222222
* Update to 1.5.5.2Kevin Lo2008-09-303-11/+12
| | | | Notes: svn path=/head/; revision=221017
* Update to 1.5.5.1Kevin Lo2008-09-233-13/+35
| | | | Notes: svn path=/head/; revision=220462
* Update to 1.5Kevin Lo2008-08-193-5/+7
| | | | Notes: svn path=/head/; revision=218815
* Update to 1.4Kevin Lo2008-08-054-5/+10
| | | | Notes: svn path=/head/; revision=218051
* Update to 1.1.0.2Kevin Lo2008-07-183-5/+5
| | | | Notes: svn path=/head/; revision=217010
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214428
* Update to 1.0.0.1Kevin Lo2008-05-232-4/+4
| | | | Notes: svn path=/head/; revision=213542
* Update to 1.0Kevin Lo2008-05-164-33/+58
| | | | Notes: svn path=/head/; revision=213108
* Initial import of deco 0.8.1.Kevin Lo2008-05-064-0/+103
Deco is a script able to extract various archive file formats. Notes: svn path=/head/; revision=212705