Port details |
- libublio User space caching library
- 20070103_3 devel =14 20070103_3Version of this port present on the latest quarterly branch.
- Maintainer: mandree@FreeBSD.org
- Port Added: 2007-09-11 17:49:50
- Last Update: 2024-11-06 15:17:35
- Commit Hash: 6e2da96
- People watching this port, also watch:: libXt, libgpg-error, libxml2, libXau, gdbm
- License: BSD2CLAUSE
- WWW:
- http://mercurial.creo.hu/repos/libublio
- Description:
- This is a user space caching library, currently used by FreeBSD and Mac OS X
to improve performance of NTFS-3G (filesystems/ntfs port), because these
systems don't have a block device cache, giving a very slow read/write rate.
Note that libublio is _not_ thread safe.
defunct WWW: http://mercurial.creo.hu/repos/libublio
copy of code:https://github.com/0x09/hfsfuse/blob/master/lib/ublio/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libublio>0:devel/libublio
- To install the port:
- cd /usr/ports/devel/libublio/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libublio
- pkg install libublio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libublio
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libublio-20070103.tar.gz) = 7c87d1cd7a65ab5ab61f9d7b5279bab6c8169d33d552148d396995c767be919f
SIZE (libublio-20070103.tar.gz) = 17238
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- filesystems/exfat
- filesystems/exfat-utils
- filesystems/hfsfuse
- filesystems/ntfs
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libublio-20070103_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_libublio
- USES:
- uidfix
- 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 |
20070103_3 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
20070103_3 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
20070103_3 06 Jul 2021 18:24:28 |
Matthias Andree (mandree) |
devel/libublio: remove *_p.a profiling library
Since a port cannot reliably and easily infer the profiling
configuration from src.conf (the ports framework defeats reading it, and
historically the port had its troubles with that), remove the profiled
libublio_p.a altogether.
Bumps PORTREVISION due to pkg-plist change on most practical systems.
Reported by: emaste@
PR: 256873 |
20070103_2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
20070103_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20070103_2 26 Apr 2020 13:51:54 |
mandree |
WWW/DL link maintenance in pkg-descr and Makefile
...to avoid permanent redirects, or broken sites.
MFH: 2020Q2 (blanket, download/WWW URL chase) |
20070103_2 13 Jul 2019 09:07:15 |
mandree |
Fix build with MK_PROFILE=no in make.conf
PR: 214607
Submitted by: Yasuhito FUTATSUKI |
20070103_2 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
20070103_2 24 May 2016 06:19:02 |
mandree |
Really add .pc file for devel/libublio.
(I wish that poudriere or a make under DEVELOPER=yes would use
svn export to actually check for missing files.)
PR: 199717
Reported by: Barbara Guida, lightside |
20070103_1 23 May 2016 22:42:03 |
mandree |
Add pkgconfig file. Add LICENSE clause.
PR: 199797
Submitted by: resver@gmail.com |
20070103 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
20070103 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
20070103 17 Feb 2014 13:50:43 |
bapt |
Fix build as a user
While here cleanup a bit |
20070103 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
20070103 14 Dec 2013 09:52:42 |
mandree |
Convert to staging. |
20070103 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
20070103 30 Mar 2013 14:37:14 |
bf |
fix the build after FreeBSD src svn r248751
Reviewed by: mandree
Approved by: portmgr |
20070103 21 Mar 2013 22:09:47 |
mandree |
- Attempt to fix pointyhat failure (by checking WITHOUT_PROFILE).
- Attempt to debug pointyhat failure (by adding a pre-install that prints
the environment and the makefiles read).
- Clean up Makefile header.
- Convert NOPORTDOCS to OptionsNG. |
20070103 02 May 2011 08:50:22 |
mandree |
Isolate from src.conf settings such as WITHOUT_PROFILE.
While at it, drop MD5 checksum from distinfo.
Reported by: iZEN (by mail) |
20070103 02 May 2011 08:16:43 |
mandree |
Expose non-thread-safe notice from README in pkg-descr. |
20070103 12 Apr 2011 21:59:42 |
mandree |
Take over MASTER_FILE_SUBDIR. |
20070103 05 Apr 2011 12:34:55 |
mandree |
Take maintainership and un-deprecate. |
20070103 16 Mar 2011 13:55:41 |
bapt |
Deprecate unmaintained ports from devel where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports |
20070103 27 Feb 2011 04:54:41 |
tabthorpe |
- Reassign ports to heap
Submitted by: alepulver |
20070103 18 May 2008 15:47:52 |
alepulver |
- Respect NO_PROFILE/NOPROFILE. |
20070103 11 Sep 2007 17:49:34 |
alepulver |
This is a user space caching library, currently used by FreeBSD and Mac OS X
to improve performance of NTFS-3G (sysutils/fusefs-ntfs port), because these
systems don't have a block device cache, giving a very slow read/write rate.
WWW: http://mercurial.creo.hu/repos/libublio |