Port details |
- filevercmp Compare version strings as in sort --version-sort
- g20151117 sysutils =2 g20151117Version of this port present on the latest quarterly branch.
- DEPRECATED: Dependent ports use git submodules now
- Maintainer: jwb@FreeBSD.org
- Port Added: 2018-04-16 16:21:46
- Last Update: 2023-01-30 20:37:28
- Commit Hash: 3c08073
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/ekg/filevercmp
- Description:
- Compare version strings:
This function compares strings S1 and S2:
By PREFIX in the same way as strcmp.
Then by VERSION (most similarly to version compare of Debian's dpkg).
Leading zeros in version numbers are ignored.
If both (PREFIX and VERSION) are equal, strcmp function is used for
comparison. So this function can return 0 if (and only if) strings S1 and
S2 are identical.
It returns number >0 for S1 > S2, 0 for S1 == S2 and number <0 for S1 < S2.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- filevercmp>0:sysutils/filevercmp
- To install the port:
- cd /usr/ports/sysutils/filevercmp/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/filevercmp
- pkg install filevercmp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: filevercmp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1523600860
SHA256 (ekg-filevercmp-g20151117-cccb6ba1fffa2898718b0a96c63279e0979e002b_GH0.tar.gz) = de0b23cd95bb121a6ec774cdbd54e1fbabe4e1cc00211997d7ecc2b5a9d102c5
SIZE (ekg-filevercmp-g20151117-cccb6ba1fffa2898718b0a96c63279e0979e002b_GH0.tar.gz) = 3105
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:
- sysutils_filevercmp
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20151117 30 Jan 2023 20:37:28 |
Jason W. Bacon (jwb) |
sysutils/filevercmp: Mark deprecated
Dependent ports use git submodules now |
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) |
g20151117 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 ) |
g20151117 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g20151117 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20151117 16 Apr 2018 16:21:32 |
jwb |
sysutils/filevercmp: Compare version strings as in sort --version-sort
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D15098 |
Number of commits found: 6
|