4c6d FreshPorts -- sysutils/hardlink
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
hardlink 0.2.0 sysutils on this many watch lists=1 search for ports that depend on this port
Replace file copies using hardlinks
Maintained by: douglas@douglasthrift.net search for ports maintained by this maintainer
Port Added: 15 Jan 2011 15:52:36
License: MIT


hardlink is a tool which detects multiple copies of the same file and replaces
them with hardlinks.

WWW: http://jak-linux.org/projects/hardlink/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
Required Libraries:
  1. devel/pcre
There are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/hardlink/ && make install clean
To add the package: pkg_add -r hardlink


Configuration Options
===> The following configuration options are available for hardlink-0.2.0:
     PCRE=on: Use Perl Compatible Regular Expressions
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.acc.umu.se/debian/pool/main/h/hardlink/
  3. ftp://ftp.au.debian.org/debian/pool/main/h/hardlink/
  4. ftp://ftp.bg.debian.org/debian/pool/main/h/hardlink/
  5. ftp://ftp.br.debian.org/debian/pool/main/h/hardlink/
  6. ftp://ftp.cl.debian.org/debian/pool/main/h/hardlink/
  7. ftp://ftp.cz.debian.org/debian/pool/main/h/hardlink/
  8. ftp://ftp.de.debian.org/debian/pool/main/h/hardlink/
  9. ftp://ftp.df.lth.se/pub/debian/pool/main/h/hardlink/
  10. ftp://ftp.ee.debian.org/debian/pool/main/h/hardlink/
  11. ftp://ftp.es.debian.org/debian/pool/main/h/hardlink/
  12. ftp://ftp.fi.debian.org/debian/pool/main/h/hardlink/
  13. ftp://ftp.fr.debian.org/debian/pool/main/h/hardlink/
  14. ftp://ftp.hk.debian.org/debian/pool/main/h/hardlink/
  15. ftp://ftp.hr.debian.org/debian/pool/main/h/hardlink/
  16. ftp://ftp.hu.debian.org/debian/pool/main/h/hardlink/
  17. ftp://ftp.ie.debian.org/debian/pool/main/h/hardlink/
  18. ftp://ftp.is.debian.org/debian/pool/main/h/hardlink/
  19. ftp://ftp.it.debian.org/debian/pool/main/h/hardlink/
  20. ftp://ftp.jp.debian.org/debian/pool/main/h/hardlink/
  21. ftp://ftp.nl.debian.org/debian/pool/main/h/hardlink/
  22. ftp://ftp.no.debian.org/debian/pool/main/h/hardlink/
  23. ftp://ftp.pl.debian.org/debian/pool/main/h/hardlink/
  24. ftp://ftp.ru.debian.org/debian/pool/main/h/hardlink/
  25. ftp://ftp.se.debian.org/debian/pool/main/h/hardlink/
  26. ftp://ftp.si.debian.org/debian/pool/main/h/hardlink/
  27. ftp://ftp.sk.debian.org/debian/pool/main/h/hardlink/
  28. ftp://ftp.snt.utwente.nl/pub/linux/debian/pool/main/h/hardlink/
  29. ftp://ftp.uk.debian.org/debian/pool/main/h/hardlink/
  30. ftp://ftp.us.debian.org/debian/pool/main/h/hardlink/
  31. ftp://ftp.wa.au.debian.org/debian/pool/main/h/hardlink/
  32. ftp://ftp2.de.debian.org/debian/pool/main/h/hardlink/
  33. ftp://mirror.symnds.com/debian/pool/main/h/hardlink/
  34. http://jak-linux.org/projects/hardlink/
  35. http://ring.nict.go.jp/archives/linux/debian/debian/pool/main/h/hardlink/
  36. http://www.gtlib.gatech.edu/pub/debian/pool/main/h/hardlink/

Number of commits found: 6

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Apr 2013 14:20:28
Original commit files touched by this commit  0.2.0
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
26 Jul 2012 05:40:24
Original commit files touched by this commit  0.2.0
bapt search for other commits by this committer
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)
18 Jun 2012 06:05:41
Original commit files touched by this commit  0.2.0
scheidell search for other commits by this committer
- Convert to options NG
- relax test of LIB_DEPENDS on pcreposix

PR:             ports/169184
Submitted by:   douglas@douglasthrift.net (maintainer)
18 May 2012 09:27:54
Original commit files touched by this commit  0.2.0
sunpoet search for other commits by this committer
- 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)
09 Mar 2012 19:17:52
Original commit files touched by this commit  0.1.2
jgh search for other commits by this committer
- 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
15 Jan 2011 15:52:18
Original commit files touched by this commit  0.1.1
sunpoet search for other commits by this committer
- 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

Number of commits found: 6

2835
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24529
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days26
new fortnight58
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0