non port: archivers/deco/Makefile |
Number of commits found: 38 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Tuesday, 11 Jan 2022
|
09:41 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
9bdd8f1 |
Monday, 10 Jan 2022
|
15:15 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
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)
bcaf25a |
Sunday, 9 Jan 2022
|
21:11 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
7b6492b |
Friday, 29 Oct 2021
|
09:50 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)
819f25b |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 12 Jan 2018
|
11:21 rene
Return kevlo's ports to the pool, he handed in his commit bit.
With hat: portmgr-secretary
 |
Tuesday, 25 Oct 2016
|
22:28 mat
Cleanup USE_GITHUB usage.
Sponsored by: Absolight
 |
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
 |
Monday, 18 Jul 2016
|
06:46 kevlo
Update to 1.6.4
 |
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 16 Jan 2016
|
07:05 kevlo
Correct permission.
Sponsored by: PortsCamp Taiwan
 |
Monday, 11 May 2015
|
18:34 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
 |
Thursday, 3 Jul 2014
|
09:13 bapt
Switch to use rpm 4 as the default rpm
 |
Tuesday, 25 Mar 2014
|
15:11 bapt
Support stage
 |
Monday, 13 Jan 2014
|
07:23 bapt
archivers/xz is in base for all versions and has been removed from the ports
tree
 |
Friday, 20 Sep 2013
|
13:11 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
 |
Friday, 1 Mar 2013
|
05:16 kevlo
Update to 1.6.3
 |
Tuesday, 18 Dec 2012
|
07:57 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.
 |
Thursday, 25 Nov 2010
|
03:25 kevlo
Handle xz compressed files
 |
Thursday, 10 Jun 2010
|
02:34 kevlo
Update to 1.6.2
 |
Friday, 21 May 2010
|
16:22 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
 |
Wednesday, 14 Apr 2010
|
06:17 kevlo
Update to 1.6.1.1
 |
Monday, 21 Sep 2009
|
14:45 naddy
lzmautils -> xz
Feature safe: yes
 |
Tuesday, 9 Jun 2009
|
20:09 ru
Avoid overwriting misc/deco's latest link.
Nudged by: erwin
 |
Thursday, 22 Jan 2009
|
02:28 kevlo
Update to 1.6
 |
Monday, 1 Dec 2008
|
02:10 kevlo
Update to 1.5.7
 |
Thursday, 30 Oct 2008
|
03:30 kevlo
Update to 1.5.6
 |
Tuesday, 30 Sep 2008
|
04:34 kevlo
Update to 1.5.5.2
 |
Tuesday, 23 Sep 2008
|
01:28 kevlo
Update to 1.5.5.1
 |
Tuesday, 19 Aug 2008
|
02:33 kevlo
Update to 1.5
 |
Tuesday, 5 Aug 2008
|
01:24 kevlo
Update to 1.4
 |
Friday, 18 Jul 2008
|
07:42 kevlo
Update to 1.1.0.2
 |
Friday, 6 Jun 2008
|
13:02 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)
 |
Friday, 23 May 2008
|
06:21 kevlo
Update to 1.0.0.1
 |
Friday, 16 May 2008
|
03:38 kevlo
Update to 1.0
 |
Tuesday, 6 May 2008
|
06:21 kevlo
Initial import of deco 0.8.1.
Deco is a script able to extract various archive file formats.
 |
Number of commits found: 38 |