| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
Notes:
svn path=/head/; revision=481365
|
|
|
|
|
|
|
|
|
|
| |
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl
Notes:
svn path=/head/; revision=470993
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=427552
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412344
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
Notes:
svn path=/head/; revision=381151
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Fix *_DEPENDS:
- Use := for RUN_DEPENDS
- Use TEST_DEPENDS
Changes: http://search.cpan.org/dist/Starlink-AST/ChangeLog
Notes:
svn path=/head/; revision=373957
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
Notes:
svn path=/head/; revision=373448
|
|
|
|
| |
Notes:
svn path=/head/; revision=371223
|
|
|
|
|
|
|
|
|
|
| |
- Now ships with AST v8.0.0+ (this includes ERFA 1.1 and PAL 0.5.0)
- AST now uses the LGPL license
- Add AST__ALLFRAMES constant
- add astMapDefined
Notes:
svn path=/head/; revision=364427
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=357300
|
|
|
|
|
|
|
| |
- Pass maintainership to perl@
Notes:
svn path=/head/; revision=332850
|
|
|
|
|
|
|
| |
astro)
Notes:
svn path=/head/; revision=327701
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
Approved by: wen@ (maintainer)
Notes:
svn path=/head/; revision=324306
|
|
|
|
| |
Notes:
svn path=/head/; revision=319570
|
|
The Starlink AST library provides facilities for transforming coordinates
from one system to another in an object oriented manner. Multiple
coordinate frames can be associated with a data set and it is also
possible to generate automatic mappings between frames.
Coordinate frame objects can be imported from FITS headers and from
NDF files.
WWW: http://search.cpan.org/dist/Starlink-AST/
Notes:
svn path=/head/; revision=302004
|