non port: astro/match/Makefile |
SVNWeb
|
Number of commits found: 27 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] b152544 (Only the first 10 of 105 ports in this commit are shown above. )
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> (Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Jun 2022
|
[ 14:42 Stefan Eßer (se) ] d11ee7c
Fix CONFLICTS_INSTALL in archivers, astro, and audio
Approved by: portmgr (implict)
|
Thu, 13 Jan 2022
|
[ 21:01 Stefan Eßer (se) ] 98f7d7d (Only the first 10 of 45 ports in this commit are shown above. )
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)
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: 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)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 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>
|
Mon, 14 Apr 2014
|
[ 20:01 cs ]
Back to pool
|
Tue, 15 Oct 2013
|
[ 19:00 cs ]
Support staging
|
Fri, 20 Sep 2013
|
[ 13:14 bapt ] (Only the first 10 of 123 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
|
Sun, 4 Nov 2012
|
[ 14:10 cs ]
- Update to 0.16
- Fix header of Makefile
Feature safe: yes
|
Fri, 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
|
Wed, 18 Jul 2012
|
[ 06:28 cs ]
Register CONFLICTS
Submitted by: Sulev-Madis 'ketas' Silber (via e-mail)
|
Sun, 4 Dec 2011
|
[ 00:24 cs ]
Update to 0.14
Approved by: glarkin@ (mentor, implicit)
Feature safe: yes
|
Thu, 15 Sep 2011
|
[ 12:33 cs ] (Only the first 10 of 50 ports in this commit are shown above. )
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor)
|
Wed, 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>
|
Wed, 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
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Tue, 27 Jul 2004
|
[ 08:14 osa ]
Move package files from plist to Makefile, remove pkg-plist.
|
Sun, 28 Dec 2003
|
[ 17:06 krion ]
- Update to version 0.8
PR: 60654
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
|
Mon, 11 Aug 2003
|
[ 14:24 krion ]
Update to version 0.7
PR: 55465
Submitted by: Ports Fury
|
Thu, 20 Feb 2003
|
[ 16:46 knu ] (Only the first 10 of 46 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 20 Jun 2002
|
[ 08:36 ijliao ]
upgrade to 0.6
|
Sun, 3 Mar 2002
|
[ 05:41 pat ]
Update to 0.5
|
Mon, 17 Dec 2001
|
[ 04:38 ijliao ]
add match A program for matching star lists
|
Number of commits found: 27 |