non port: astro/p5-Astro-WaveBand/Makefile |
SVNWeb
|
Number of commits found: 15 |
Wed, 19 Apr 2023
|
[ 18:54 Po-Chuan Hsieh (sunpoet) ] 8ceb002
astro/p5-Astro-WaveBand: Update to 0.10
Changes: https://metacpan.org/dist/Astro-WaveBand/changes
|
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 )
|
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, 19 May 2019
|
[ 21:53 sunpoet ]
Cosmetic change
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Thu, 17 Sep 2015
|
[ 17:10 sunpoet ]
- Add NO_ARCH
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Fri, 14 Feb 2014
|
[ 13:11 sunpoet ]
- Update to 0.09
Changes: http://search.cpan.org/dist/Astro-WaveBand/ChangeLog
|
Fri, 15 Nov 2013
|
[ 09:40 sunpoet ]
- Support STAGEDIR
|
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)
|
Wed, 21 Aug 2013
|
[ 17:42 sunpoet ] (Only the first 10 of 155 ports in this commit are shown above. )
- Cleanup Makefile header
|
[ 14:08 sunpoet ] (Only the first 10 of 272 ports in this commit are shown above. )
- Convert to new perl framework
|
Wed, 25 Jul 2012
|
[ 06:32 cs ] (Only the first 10 of 125 ports in this commit are shown above. )
Fix typos in COMMENT
|
Tue, 10 Jul 2012
|
[ 06:57 sunpoet ]
- Add p5-Astro-WaveBand 0.08
Class to transparently deal with the conversion between filters, wavelength,
frequency and other methods of specifying a location in the electro-magentic
spectrum.
Astro::WaveBand tries to determine the natural form of the numbers such that a
request for a summary of the object when it contains 2.2 microns would return
the filter name but would return the wavelength if it was not a standard filter.
In ambiguous cases an instrument name is required to decide what to return. In
really ambiguous cases the user can specify the unit in which to display the
numbers on stringification.
Used mainly as a way of storing a single number in a database table but using
logic to determine the number that an observer is most likely to understand.
Numerical comparison operators can be used to compare two Astro::WaveBand
objects. When checking equality, the "natural" and "instrument" methods are
used, so if two Astro::WaveBand objects return the same value from those
methods, they are considered to be equal. When checking other comparisons such
as greater than, the wavelength is used.
WWW: http://search.cpan.org/dist/Astro-WaveBand/
|
Number of commits found: 15 |