non port: math/djbfft/Makefile |
SVNWeb
|
Number of commits found: 28 |
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:22 Tobias C. Berner (tcberner) ] f53eb28 (Only the first 10 of 719 ports in this commit are shown above. )
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above )
|
Thu, 6 May 2021
|
[ 11:47 Mathieu Arnold (mat) ] 3505159 (Only the first 10 of 144 ports in this commit are shown above. )
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010
|
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.
|
Mon, 7 Jul 2014
|
[ 15:31 olgeni ] (Only the first 10 of 193 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt)
|
Wed, 26 Feb 2014
|
[ 07:40 miwi ]
- Stage support
|
Thu, 12 Dec 2013
|
[ 05:05 eadler ]
multiple: sync LEGAL
Sync LEGAL for djb related ports. I chose not to mark these ports as RESTRICTED
due to the mixed opinions of putting something into the public domain.
Approved by: portmgr (implicit)
|
Fri, 20 Sep 2013
|
[ 20:55 bapt ] (Only the first 10 of 665 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Tue, 24 Mar 2009
|
[ 16:58 mm ]
- Add MAKE_JOBS_SAFE to support SMP compilation
|
Tue, 5 Aug 2008
|
[ 13:51 ade ]
As per http://cr.yp.to/distributors.html, effective 2008-08-05,
remove RESTRICTED on these ports - they are free to roam wild.
|
Sun, 1 Apr 2007
|
[ 19:39 lioux ]
Give maintainership to multimedia@FreeBSD.org
|
Sun, 3 Sep 2006
|
[ 17:33 kris ]
RESTRICTED is intended here instead of NO_PACKAGE
|
Wed, 10 May 2006
|
[ 22:37 edwin ] (Only the first 10 of 328 ports in this commit are shown above. )
Remove USE_REINPLACE from ports starting with M
|
Wed, 3 May 2006
|
[ 20:06 lioux ]
Replace pre-install target with appropriate pre-su-install one.
PR: 95868
Submitted by: Michael Neumann <mneuma2s@smail.inf.fh-brs.de>
|
Sun, 17 Apr 2005
|
[ 23:07 lioux ]
o Replace dependency on USE_PERL5_BUILD with USE_REINPLACE. Perl
was used for post-patch regexps
o Bump PORTREVISION due to dependency change
|
Wed, 14 Apr 2004
|
[ 22:39 lioux ]
Fix typo: LOCALBASE -> PREFIX; when installing
|
Tue, 13 Apr 2004
|
[ 22:59 lioux ]
o Override distfile's install procedure so that the port does not
inadvertently mess directory permissions under LOCALBASE
o Therefore, remove BROKEN
o Bump PORTREVISION since users should update to this fixed version
Prompted by: kris
|
[ 07:03 kris ]
BROKEN: Changes permissions on /usr/local and /usr/local/lib
|
Tue, 9 Mar 2004
|
[ 01:09 lioux ]
o Fix download from open servers (non FreeBSD backup servers):
- Replace USE_SIZE with DISABLE_SIZE so that it is possible
to use fetch(1) to download distfile from open servers
which are not reporting distfile size
PR: 63725
Submitted by: Jason Harris <jharris@widomaker.com>
|
Sun, 8 Feb 2004
|
[ 01:14 lioux ] (Only the first 10 of 224 ports in this commit are shown above. )
USE_SIZEify
|
Sat, 31 Jan 2004
|
[ 04:00 arved ]
Fix build on AMD64
Approved by: maintainer timeout (26 days)
|
Thu, 20 Nov 2003
|
[ 15:06 trevor ] (Only the first 10 of 111 ports in this commit are shown above. )
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
|
[ 13:51 trevor ] (Only the first 10 of 111 ports in this commit are shown above. )
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
|
Thu, 13 Nov 2003
|
[ 13:30 trevor ] (Only the first 10 of 32 ports in this commit are shown above. )
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
|
Sun, 23 Feb 2003
|
[ 19:58 lioux ] (Only the first 10 of 265 ports in this commit are shown above. )
De-pkg-comment
|
Thu, 16 May 2002
|
[ 00:08 lioux ]
Add djbfft since we can't package it due to author's license on patching
|
Wed, 15 May 2002
|
[ 20:10 lioux ]
New port djbfft version 0.76: An extremely fast library for
floating-point convolution
|
Number of commits found: 28 |