Changeset 81816
- Timestamp:
- 08/05/11 03:22:39 (4 years ago)
- Location:
- trunk/dports/sysutils/beanstalkd
- Files:
-
- 2 added
- 1 edited
-
Portfile (modified) (1 diff)
-
files (added)
-
files/patch-configure.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/sysutils/beanstalkd/Portfile
r71637 r81816 3 3 PortSystem 1.0 4 4 5 name beanstalkd6 version 1.4.67 revision 18 description a fast, distributed, in-memory workqueue service9 long_description \10 beanstalkd is a fast, distributed, in-memory workqueue service. \11 Its interface is generic, but is intended for use in reducing the \12 latency of page views in high-volume web applications by running most \13 time-consuming tasks asynchronously.14 maintainers nick15 categories sysutils16 platforms darwin17 homepage http://xph.us/software/beanstalkd/18 master_sites http://xph.us/dist/beanstalkd/19 checksums md5 3dbbb64a6528efaaaa841ea83b30768e \20 sha1 1ee0d731e22aa45fb22e816f6e364913595f6e65 \21 rmd160 f1641f15b32731f19a39721d8b37da940a1456725 name beanstalkd 6 version 1.4.6 7 revision 2 8 description a fast, distributed, in-memory workqueue service 9 long_description \ 10 beanstalkd is a fast, distributed, in-memory workqueue service. \ 11 Its interface is generic, but is intended for use in reducing the \ 12 latency of page views in high-volume web applications by running most \ 13 time-consuming tasks asynchronously. 14 maintainers nick 15 categories sysutils 16 platforms darwin 17 homepage http://xph.us/software/beanstalkd/ 18 master_sites http://xph.us/dist/beanstalkd/ 19 checksums md5 3dbbb64a6528efaaaa841ea83b30768e \ 20 sha1 1ee0d731e22aa45fb22e816f6e364913595f6e65 \ 21 rmd160 f1641f15b32731f19a39721d8b37da940a145672 22 22 23 depends_lib port:libevent \ 24 port:gmake 23 patchfiles patch-configure.diff 25 24 26 configure.args --prefix=${prefix} \ 27 --with-event=${prefix} 25 depends_lib port:libevent1 \ 26 port:gmake 27 28 configure.args --with-event=${prefix} 29 30 # Version 1.4.6 has problems with clang as the compiler 31 if {${configure.compiler} == "clang"} { 32 configure.compiler gcc-4.2 33 } 28 34 29 35 startupitem.create yes
Note: See TracChangeset
for help on using the changeset viewer.

