Port details |
- hardlink Replace file copies using hardlinks
- 0.3.0_1 sysutils =3 0.3.0_1Version of this port present on the latest quarterly branch.
- Maintainer: douglas@douglasthrift.net
- Port Added: 2011-01-15 15:52:36
- Last Update: 2024-01-10 15:29:49
- Commit Hash: e4610fc
- People watching this port, also watch:: vlc, wine, fluxbox, chromium, gregarius
- License: MIT
- WWW:
- https://jak-linux.org/projects/hardlink/
- Description:
- hardlink is a tool which detects multiple copies of the same file and replaces
them with hardlinks.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- hardlink>0:sysutils/hardlink
- To install the port:
- cd /usr/ports/sysutils/hardlink/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/hardlink
- pkg install hardlink
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hardlink
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (hardlink_0.3.0.tar.xz) = e8c93dfcb24aeb44a75281ed73757cb862cc63b225d565db1c270af9dbb7300f
SIZE (hardlink_0.3.0.tar.xz) = 14440
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpcreposix.so : devel/pcre
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hardlink-0.3.0_1:
PCRE=on: Use Perl Compatible Regular Expressions
===> Use 'make config' to modify these settings
- Options name:
- sysutils_hardlink
- USES:
- cpe pkgconfig tar:xz
- 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 |
0.3.0_1 10 Jan 2024 15:29:49 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
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) |
0.3.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 ) |
0.3.0 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.3.0 21 Oct 2021 14:27:12 |
Stefan Eßer (se) |
sysutils/hardlink: Add CPE information
Approved by: portmgr (blanket) |
0.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.0 13 Jul 2018 09:37:44 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
0.3.0 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.3.0 24 Nov 2015 17:29:04 |
amdmi3 |
- Update to to 0.3.0
- While here, convert to options helpers
PR: 204589
Submitted by: douglas@douglasthrift.net (maintainer) |
0.2.0 26 Nov 2013 15:07:17 |
sunpoet |
- Convert to new options framework
- Support STAGEDIR
- While I'm here, convert to new LIB_DEPENDS format
PR: ports/184272
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
0.2.0 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.2.0 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.2.0 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
0.2.0 18 Jun 2012 06:05:41 |
scheidell |
- Convert to options NG
- relax test of LIB_DEPENDS on pcreposix
PR: ports/169184
Submitted by: douglas@douglasthrift.net (maintainer) |
0.2.0 18 May 2012 09:27:54 |
sunpoet |
- Update to 0.2.0
Changes: http://anonscm.debian.org/gitweb/?p=users/jak/hardlink.git;a=log
- Release 0.2.0
- Fix positioning of LDLIBS flags, order is important
- Rewrite hardlink in C
PR: ports/168090
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) |
0.1.2 09 Mar 2012 19:17:52 |
jgh |
- Update to 0.1.2
- adjust MASTER_SITES
- tune for portscout
- while here use MAN1PREFIX
PR: ports/165802
Submitted by: maintainer, douglas@douglasthrift.net
Feature safe: yes |
0.1.1 15 Jan 2011 15:52:18 |
sunpoet |
- Add hardlink 0.1.1
hardlink is a tool which detects multiple copies of the same file and replaces
them with hardlinks.
WWW: http://jak-linux.org/projects/hardlink/
PR: ports/154020
Submitted by: Douglas William Thrift <douglas@douglasthrift.net>
Feature safe: yes |