summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-sqlfs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-4/+6
|
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-10-311-1/+1
|
* - Add LICENSEDmitry Marakasov2017-01-202-7/+10
| | | | | - Switch to options helpers - Regenerate patches
* Convert ports from s* t* and net* categories to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-5/+2
|
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - 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
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | | | | 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
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
|
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-7/+5
|
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-0/+1
| | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit)
* Support STAGEDIR.Vanilla I. Shu2013-11-131-7/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | sysutils)
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* Convert USE_FUSE macros into USES feature.7-eolBaptiste Daroussin2013-03-061-6/+2
| | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)Pietro Cerutti2013-02-281-2/+2
| | | | Approved by: portmgr
* - introduce a USE_FUSE macroFlorian Smeets2012-12-141-3/+1
| | | | | | | | | - 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)
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | 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).
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-4/+0
|
* - Update to 1.1.Stanislav Sedov2007-02-074-16/+25
| | | | - The project has moved.
* - I forgot to reset TARGETDIRCheng-Lung Sung2006-08-221-1/+1
|
* Add fusefs-sqlfs 20060811, SQLite backed FUSE file system.Cheng-Lung Sung2006-08-225-0/+135
PR: ports/102271 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>