Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#7753 closed defect (fixed)

NEW: libmemcache

Reported by: JLM939@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port:

Description

Folks on IRC recommended that I submit my portfile for libmemcache for inclusion in DarwinPorts. This will allow the Lighttpd web server to support caching of dynamic content via the +cml variant. Anything than can be done to expedite the timely committing of this new port will be most greatly appreciated by those who await the release of the latest Lighttpd version.

Thanks! --Justin

# $Id: Portfile,v 1.0 2006/03/13 11:00:00 jm Exp $ PortSystem 1.0 name libmemcache version 1.4.0.rc2 description C library for memcached. long_description The libmemcache C API to memcached is a high-performance library with support for multiple servers, memory contexts, and client-side hashes. Using the callback interface, it is possible to lump many gets together into a single get request with a great deal of ease. maintainers darwinportsatopendarwin.org categories devel platforms darwin homepage http://people.freebsd.org/~seanc/libmemcache/ master_sites ${homepage}/ use_bzip2 yes checksums libmemcache-1.4.0.rc2.tar.bz2 md5 402c957cd71538c07a263542eeb513d1 depends_lib port:memcached

Attachments (1)

Portfile (721 bytes) - added by JLM939@… 18 years ago.
Portfile for libmemcache

Download all attachments as: .zip

Change History (5)

comment:1 Changed 18 years ago by mww@…

Summary: Request for creation of libmemcache port (portfile included)NEW: libmemcache
  1. there is no port named "memcached" your port is depending on
  2. please attach Portfiles instead of inlining them - spares us a lot of work

Changed 18 years ago by JLM939@…

Attachment: Portfile added

Portfile for libmemcache

comment:2 Changed 18 years ago by JLM939@…

In response to MWW's comment #1:

  1. If there were no port named "memcached" then I doubt this portfile would have installed via DarwinPorts without error on my test system -- but it did. The needed memcached port was indeed found, downloaded, and installed. I suspect the reason for this is that there is indeed a port called "memcached" -- it's not clear to me why you suggest that there is no such port. See relevant link below:

http://www.darwinports.org/darwinports/dports/sysutils/memcached/Portfile

  1. In the future, I would be happy to attach portfiles instead of inlining them. (See attached portfile in Comment #2.) Of course, it would be easier to do this from the beginning if Bugzilla's initial entry screen made it clear that there will be a way of attaching files *after* the bug report has been filed.

comment:3 Changed 18 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks, commited (incl. some minor changes);

and of course I just garbled my search query when checking for memcached - sorry for that!

comment:4 Changed 18 years ago by JLM939@…

No problem. Thank you for the changes; I'm still a DP newbie. Glad we'll be able to get the latest Lighttpd release out soon! :D

Note: See TracTickets for help on using tickets.