diff options
author | edwin <edwin@FreeBSD.org> | 2004-11-27 13:39:20 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-11-27 13:39:20 +0800 |
commit | 1ab0d3bb93365616add50ece1428e4d80aa2ee6c (patch) | |
tree | 05fa469a62666afc0bf5ce76a4a81f1466a7b039 /sysutils/Makefile | |
parent | 7ab7abbed4cb99372a1a1e45210170045e21d2dc (diff) | |
download | freebsd-ports-gnome-1ab0d3bb93365616add50ece1428e4d80aa2ee6c.tar.gz freebsd-ports-gnome-1ab0d3bb93365616add50ece1428e4d80aa2ee6c.tar.zst freebsd-ports-gnome-1ab0d3bb93365616add50ece1428e4d80aa2ee6c.zip |
New port: sysutils/pear-Cache_Lite PEAR fast and safe little cache system
This package is a little cache system optimized for file
containers. It is fast and safe (because it uses file locking
and/or anti-corruption tests).
PR: ports/74409
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ad59c6620419..f2c772606914 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -309,6 +309,7 @@ SUBDIR += pdumpfs-clean SUBDIR += pdumpfs-rsync SUBDIR += pear-Cache + SUBDIR += pear-Cache_Lite SUBDIR += pear-File SUBDIR += pear-File_Find SUBDIR += pear-Log |