cvs commit: ports/databases Makefile
ports/databases/libmemcache Makefile distinfo pkg-descr pkg-plist
Sean Chittenden
sean at chittenden.org
Tue Nov 30 01:20:01 PST 2004
> Modified files:
> databases Makefile
> Added files:
> databases/libmemcache Makefile distinfo pkg-descr pkg-plist
> Log:
> Add a port for libmemcache, a C API for memcached.
Two things I noticed doing this port and while writing libmemcache:
1) pmk is a fantastic alternative to auto* and is vastly faster.
pmkshgen is coming in the next version so there won't be the build
dependency on pmk.
2) pkg_version seems to want to shorten libmemcache.so.1.0 to
libmemcache.so.1, which is rather broken.
I'm using the @unexec directive as a workaround, but it appears as
though there's a problem with pkg_version's parsing of pkg-plist files.
I haven't dug into this too much beyond noting there's a problem. -sc
--
Sean Chittenden
More information about the cvs-ports
mailing list