non port: astro/readosm/Makefile |
Number of commits found: 10 |
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 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 23 Oct 2020
|
16:21 lbartoletti
astro/readosm: Update to 1.1.0
|
Tuesday, 14 Jan 2020
|
21:45 lbartoletti
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169
|
Saturday, 4 Nov 2017
|
11:43 dbaio
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket)
|
Saturday, 10 Jun 2017
|
14:54 dbaio
Update maintainer email address
Ownership of the former email address confirmed by email
PR: 219791
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11088
|
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 14 Sep 2015
|
05:44 riggs
Update to upstream version 1.0.0e
While on it:
- Pet portlint
PR: 202496
Submitted by: coder@tuxfamily.org (maintainer)
|
Tuesday, 24 Feb 2015
|
14:04 amdmi3
ReadOSM is an open source library to extract valid data from within an Open
Street Map input file. Such OSM files come in two different formats:
* files identified by the .osm suffix simply are plain XML files.
* files identified by the .osm.pbf suffix does containt the same identical
data, but adopting the Google's Protocol Buffer serialization format and thus
requiring much less storage space.
WWW: https://www.gaia-gis.it/fossil/readosm/index
PR: 197262
Submitted by: coder@tuxfamily.org
|
Number of commits found: 10 |