notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Remember
I remember
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
fusefs-sqlfs SQLite backed FUSE file system
1.1_1,1 sysutils Deleted on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1_1,1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Abandoned upstream, superseded by forks
Expiration Date EXPIRATION DATE: 2024-12-31
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-08-22 14:29:47
Last Update: 2024-11-06 15:17:35
Commit Hash: 6e2da96
People watching this port, also watch:: monit
License: LGPL21+
WWW:
https://www.nongnu.org/libsqlfs/
Description:
The sqlfs filesystem implements a POSIX style file system on top of an SQLite database. It allows applications to have access to a full read/write file system in a single file, complete with its own file hierarchy and name space. This is useful for applications which needs structured storage, such as embedding documents within documents, or management of configuration data or preferences.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/sqlfs
  2. /usr/local/share/licenses/fusefs-sqlfs-1.1_1,1/catalog.mk
  3. /usr/local/share/licenses/fusefs-sqlfs-1.1_1,1/LICENSE
  4. /usr/local/share/licenses/fusefs-sqlfs-1.1_1,1/LGPL21+
Collapse this list.
Dependency lines:
  • fusefs-sqlfs>0:sysutils/fusefs-sqlfs
No installation instructions:
This port has been deleted.
PKGNAME: fusefs-sqlfs
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (libsqlfs-1.1.tar.gz) = 0ca70ae5f6153186e54931365bb4932a29c96be3e39aa9a981d838b53f3705ff SIZE (libsqlfs-1.1.tar.gz) = 329744

Packages (timestamps in pop-ups are UTC):
fusefs-sqlfs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.1_1,11.1_1,11.1_1,11.1_1,11.1_1,1-1.1_1,1-
FreeBSD:13:quarterly1.1_1,11.1_1,11.1_1,11.1_1,11.1_1,11.1_1,11.1_1,11.1_1,1
FreeBSD:14:latest1.1_1,1-1.1_1,11.1_1,1-1.1_1,1-1.1_1,1
FreeBSD:14:quarterly1.1_1,11.1_1,1-1.1_1,11.1_1,11.1_1,11.1_1,11.1_1,1
FreeBSD:15:latest1.1_1,1-n/a1.1_1,1n/a1.1_1,11.1_1,11.1_1,1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libfuse.so : sysutils/fusefs-libs
  2. libsqlite3.so : databases/sqlite3
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for fusefs-sqlfs-1.1_1,1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
sysutils_fusefs-sqlfs
USES:
fuse sqlite
pkg-message:
For install:
Now sqlfs filesystem is installed. You can mount it by issuing % sqlfs -o /path/to/sqlite/database /path/to/mountpoint Alternatively you can supply database name via SQLFS_DBNAME env variable For additional information see supplied documentation.
Master Sites:
Expand this list (9 items)
Collapse this list.
  1. http://mirror.csclub.uwaterloo.ca/nongnu/libsqlfs/
  2. http://mirror.easyname.at/nongnu/libsqlfs/
  3. http://mirror.netcologne.de/savannah/libsqlfs/
  4. http://nongnu.askapache.com/libsqlfs/
  5. https://download-mirror.savannah.gnu.org/releases/libsqlfs/
  6. https://download.savannah.gnu.org/releases/libsqlfs/
  7. https://mirror.kumi.systems/nongnu/libsqlfs/
  8. https://mirrors.up.pt/pub/nongnu/libsqlfs/
  9. https://nongnu.uib.no/libsqlfs/
Collapse this list.
Port Moves
  • port moved to filesystems/sqlfs on 2024-11-06
    REASON: Moved to new category filesystems

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1_1,1
06 Nov 2024 15:17:35
commit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9d files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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
1.1_1,1
27 Oct 2024 13:25:38
commit hash: df97e542a7b72462aa372b0aa105541283888b45commit hash: df97e542a7b72462aa372b0aa105541283888b45commit hash: df97e542a7b72462aa372b0aa105541283888b45commit hash: df97e542a7b72462aa372b0aa105541283888b45 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
sysutils/fusefs-sqlfs: Deprecate and set expiration date to 2024-12-31

Abandoned upstream, there are active forks such as
https://github.com/ChatSecure/libsqlfs/tree/1.3.2-chatsecure
however (not ported)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.1_1,1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.1_1,1
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.1_1,1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1_1,1
14 Aug 2019 12:16:13
Revision:508909Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories s)
1.1_1,1
31 Oct 2017 14:51:54
Revision:453238Original commit files touched by this commit
olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
1.1_1,1
20 Jan 2017 09:01:18
Revision:431937Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Switch to options helpers
- Regenerate patches
1.1_1,1
10 Jan 2016 16:31:34
Revision:405719Original commit files touched by this commit
bapt search for other commits by this committer
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird
1.1_1,1
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
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
1.1_1,1
11 May 2015 18:34:58
Revision:386097Original commit files touched by this commit
mat search for other commits by this committer
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
1.1_1,1
02 Mar 2015 23:47:18
Revision:380310Original commit files touched by this commit
bapt search for other commits by this committer
Remove Author from pkg-descr and white space fixes
1.1_1,1
04 Jul 2014 22:25:48
Revision:360673Original commit files touched by this commit
adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
1.1_1,1
04 Jul 2014 09:41:00
Revision:360588Original commit files touched by this commit
tijl search for other commits by this committer
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
1.1,1
13 Nov 2013 12:50:18
Revision:333680Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.
1.1,1
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
1.1,1
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
1.1,1
06 Mar 2013 16:52:02
Revision:313527Original commit files touched by this commit
bapt search for other commits by this committer
Convert USE_FUSE macros into USES feature.

While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
1.1,1
28 Feb 2013 10:51:58
Revision:313088Original commit files touched by this commit
gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)

Approved by:	portmgr
1.1,1
14 Dec 2012 15:47:01
Revision:308910Original commit files touched by this commit
flo search for other commits by this committer
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
1.1,1
24 Oct 2011 03:33:20
Original commit files touched by this commit
stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
1.1,1
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.1,1
06 Jan 2009 17:59:31
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
1.1,1
07 Feb 2007 19:36:10
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 1.1.
- The project has moved.
20060811
22 Aug 2006 14:56:29
Original commit files touched by this commit
clsung search for other commits by this committer
- I forgot to reset TARGETDIR
20060811
22 Aug 2006 14:29:25
Original commit files touched by this commit
clsung search for other commits by this committer
Add fusefs-sqlfs 20060811, SQLite backed FUSE file system.

PR:             ports/102271
Submitted by:   Stanislav Sedov <ssedov at mbsd.msk.ru>

Number of commits found: 27