non port: astro/match/Makefile |
Number of commits found: 27 |
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 |
Wednesday, 20 Jul 2022
|
14:20 Tobias C. Berner (tcberner)
astro: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
* Alexander Leidinger
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Brion Moss <brion@queeg.com>
* Bruce M Simpson <bms@FreeBSD.org>
* Chris Piazza <cpiazza@FreeBSD.org>
* Christian Brueffer <chris@unixpages.org>
* David Wolfskill
* Frank W. Josellis <frank@dynamical-systems.org>
* Gea-Suan Lin <gslin@gslin.org>
* Gleb Smirnoff <glebius@FreeBSD.org>
* Hye-Shik Chang <perky@fallin.lv>
* Jan Srzednicki <w@wrzask.pl>
* Jean-Yves Lefort <jylefort@FreeBSD.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Jeremy Shaffner <jeremy@external.org>
* Keith Walker <kew@icehouse.net>
* Kirill Ponomarew <ponomarew@oberon.net>
* Kris Kennaway <kkennawa@physics.adelaide.edu.au>
* Kris Kennaway <kris@FreeBSD.org
* Laurent Courty
* Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
* Lukas Maly <Iam@LukasMaly.NET>
* Markus Brueffer <markus@FreeBSD.org>
* Mathias Monnerville <mathias@monnerville.com>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Patrick Li <pat@FreeBSD.org>
* Patrick Li <pat@databits.net>
* Piero Serini <piero@FreeBSD.org>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Simon Olofsson <simon@olofsson.de>
* Slaven Rezic <slaven@rezic.de>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* Sébastien Santoro <dereckson@gmail.com>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Tatsuki Makino <tatsuki_makino@hotmail.com>
* Tony Maher <tonymaher@optusnet.com.au>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen Heping<wen@FreeBSD.org>
* Will Andrews <andrews@technologist.com>
* asami
* chuck@pkix.net
* crwhipp@gmail.com
* darius@dons.net.au
* db
* erich@FreeBSD.org
* freebsd-ports@henrik.synth.no
* ijliao
* nwhitehorn
* pat
* searle
* thierry@pompo.net
* torstenb
* trevor
* will
With hat: portmgr
b152544 |
Wednesday, 29 Jun 2022
|
14:42 Stefan Eßer (se)
Fix CONFLICTS_INSTALL in archivers, astro, and audio
Approved by: portmgr (implict)
d11ee7c |
Thursday, 13 Jan 2022
|
21:01 Stefan Eßer (se)
Fix CONFLICTS entries in archivers, astro, audio
Fix conflicts entries based on a script that searches for duplicate
files installed by several ports.
Some patters seem to make ports conflict with themselves, but this is
actually not the case due to the check-*-conflicts logic implemented
in bsd.port.mk, which excludes self-conflicts.
PHP based ports have been ignored in this commit as requested by the
committers currently working on the php-8.1 import.
Approved by: portmgr (implicit)
98f7d7d |
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 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 13 Aug 2017
|
12:58 dbaio
astro/match: Update to 1.0
- Pass MAINTAINER'ship to submitter
While here:
- Improve License
- Remove outdated MASTER_SITE
Changes: http://spiff.rit.edu/match/match-1.0/NEWS
PR: 221469
Submitted by: Andreas Andersson <a.andersson.thn@gmail.com>
 |
Monday, 14 Apr 2014
|
20:01 cs
Back to pool
 |
Tuesday, 15 Oct 2013
|
19:00 cs
Support staging
 |
Friday, 20 Sep 2013
|
13:14 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
 |
Sunday, 4 Nov 2012
|
14:10 cs
- Update to 0.16
- Fix header of Makefile
Feature safe: yes
 |
Friday, 31 Aug 2012
|
13:45 cs
- Update to 0.15 (this involved a big change in the algorithms used)
- Tidy COMMENT
- Update pkg-descr to the new description
 |
Wednesday, 18 Jul 2012
|
06:28 cs
Register CONFLICTS
Submitted by: Sulev-Madis 'ketas' Silber (via e-mail)
 |
Sunday, 4 Dec 2011
|
00:24 cs
Update to 0.14
Approved by: glarkin@ (mentor, implicit)
Feature safe: yes
 |
Thursday, 15 Sep 2011
|
12:33 cs
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor)
 |
Wednesday, 1 Dec 2010
|
23:09 glarkin
- Updated to 0.13 (http://spiff.rit.edu/match/match-0.13/NEWS)
PR: ports/152533
Submitted by: C-S <c-s at c-s dot li>
 |
Wednesday, 30 Jun 2010
|
01:11 wen
- Update to 0.11
- Pass maintainership to submitter
PR: ports/148224
Submitted by: C-S <c-s@c-s.li>
Feature safe: yes
 |
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
 |
Tuesday, 12 Apr 2005
|
03:26 obrien
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
 |
Monday, 11 Apr 2005
|
08:04 obrien
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
 |
Tuesday, 27 Jul 2004
|
08:14 osa
Move package files from plist to Makefile, remove pkg-plist.
 |
Sunday, 28 Dec 2003
|
17:06 krion
- Update to version 0.8
PR: 60654
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
 |
Monday, 11 Aug 2003
|
14:24 krion
Update to version 0.7
PR: 55465
Submitted by: Ports Fury
 |
Thursday, 20 Feb 2003
|
16:46 knu
De-pkg-comment.
 |
Thursday, 20 Jun 2002
|
08:36 ijliao
upgrade to 0.6
 |
Sunday, 3 Mar 2002
|
05:41 pat
Update to 0.5
 |
Monday, 17 Dec 2001
|
04:38 ijliao
add match A program for matching star lists
 |
Number of commits found: 27 |