Port details |
- match Program for matching star lists
- 1.0_1 astro
=2 1.0_1Version of this port present on the latest quarterly branch. - Maintainer: a.andersson.thn@gmail.com
 - Port Added: 2001-12-17 01:38:07
- Last Update: 2024-02-20 22:10:20
- Commit Hash: 31a509e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- http://spiff.rit.edu/match/
- Description:
- This program is designed to match up items in two different lists, which may
have two different systems of coordinates. The program allows the two sets of
coordinates to be related by a linear, quadratic, or cubic transformation.
There was a major change in version 0.15: the first stage uses the clever method
of finding the most likely triangles described in Tabur, Publications of the
Astronomical Society of Australia, vol 24 , page 189 (2007). This replaces the
more brute-force-ish method of Valdes et al., Publications of the Astronomical
Society of the Pacific, vol 107, page 1119 (1995), which was employed in version
up to 0.14.
The program was designed and written to work on lists of stars and other
astronomical objects, but it might be applied to other types of data. In order
to match two lists of N points, the main algorithm calls for O(N^6) operations
(yes, that's N-to-the-sixth), so it's not the most efficient choice. I find
myself becoming impatient for N >= 100, but your mileage may vary. On the other
hand, it does allow for arbitrary translation, rotation, and scaling...
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/astro/match/ && make install clean
- To add the package, run one of these commands:
- pkg install astro/match
- pkg install match
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: match
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1502626918
SHA256 (match-1.0.tar.gz) = 2f1e408cc3458e88f0ec7bc54554883addbf1a84a2cea63c78d48a82e28228f3
SIZE (match-1.0.tar.gz) = 182164
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- astro_match
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_1 20 Feb 2024 22:10:20
    |
Muhammad Moinur Rahman (bofh)  |
astro/match: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
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) |
1.0 07 Sep 2022 21:10:59
    |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.0 20 Jul 2022 14:20:50
    |
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> (Only the first 15 lines of the commit message are shown above ) |
1.0 29 Jun 2022 14:42:06
    |
Stefan Eßer (se)  |
Fix CONFLICTS_INSTALL in archivers, astro, and audio
Approved by: portmgr (implict) |
1.0 13 Jan 2022 21:01:28
    |
Stefan Eßer (se)  |
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) |
1.0 29 Oct 2021 09:50:18
    |
Stefan Eßer (se)  |
*/*: 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) |
1.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0 13 Aug 2017 12:58:43
  |
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> |
0.16 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.16 14 Apr 2014 20:01:19
  |
cs  |
Back to pool |
0.16 15 Oct 2013 19:00:50
  |
cs  |
Support staging |
0.16 20 Sep 2013 13:14:05
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro) |
0.16 04 Nov 2012 14:10:41
  |
cs  |
- Update to 0.16
- Fix header of Makefile
Feature safe: yes |
0.15 31 Aug 2012 13:45:40
  |
cs  |
- Update to 0.15 (this involved a big change in the algorithms used)
- Tidy COMMENT
- Update pkg-descr to the new description |
0.14 18 Jul 2012 06:28:06
 |
cs  |
Register CONFLICTS
Submitted by: Sulev-Madis 'ketas' Silber (via e-mail) |
0.14 04 Dec 2011 00:24:46
 |
cs  |
Update to 0.14
Approved by: glarkin@ (mentor, implicit)
Feature safe: yes |
0.13 15 Sep 2011 12:33:27
 |
cs  |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
0.13 01 Dec 2010 23:09:15
 |
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> |
0.11 30 Jun 2010 01:11:49
 |
wen  |
- Update to 0.11
- Pass maintainership to submitter
PR: ports/148224
Submitted by: C-S <c-s@c-s.li>
Feature safe: yes |
0.8 21 Aug 2008 06:18:49
 |
rafan  |
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 ) |
0.8 23 Nov 2005 23:45:54
 |
pav  |
- Add SHA256 |
0.8 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.8 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.8 27 Jul 2004 08:14:53
 |
osa  |
Remove pkg-plist. |
0.8 27 Jul 2004 08:14:08
 |
osa  |
Move package files from plist to Makefile, remove pkg-plist. |
0.8 27 Jan 2004 20:51:07
 |
trevor  |
Add SIZE. |
0.8 28 Dec 2003 17:06:21
 |
krion  |
- Update to version 0.8
PR: 60654
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> |
0.7 11 Aug 2003 14:24:33
 |
krion  |
Update to version 0.7
PR: 55465
Submitted by: Ports Fury |
0.6 20 Feb 2003 16:46:35
 |
knu  |
De-pkg-comment. |
0.6 20 Jun 2002 08:36:25
 |
ijliao  |
upgrade to 0.6 |
03 Mar 2002 05:41:57
    |
pat  |
Update to 0.5 |
17 Dec 2001 04:38:07
    |
ijliao  |
add match A program for matching star lists |