<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c89d8e8659242704af680294908e207d297e5570">https://github.com/macports/macports-ports/commit/c89d8e8659242704af680294908e207d297e5570</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new c89d8e8 ehcache: Add newlines to long description
</span>c89d8e8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c89d8e8659242704af680294908e207d297e5570
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Apr 11 03:52:48 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> ehcache: Add newlines to long description
</span>---
java/ehcache/Portfile | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/ehcache/Portfile b/java/ehcache/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 53f2ef4..af61c9c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/ehcache/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/ehcache/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,19 +17,19 @@ license Apache-2
</span> description Ehcache is a pure Java, in-process object cache.
long_description Ehcache is a pure Java, in-process cache with the \
following features: \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- 1. Fast \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 2. Simple \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 3. Acts as a pluggable cache for Hibernate \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 4. Small foot print. Both in terms of size and memory requirements. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 5. Minimal dependencies. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 6. Fully documented. See the online Documentation, FAQ and the online JavaDoc. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 7. Comprehensively Test Coverage. See the clover test report. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 8. Scalable to hundreds of caches and large multi-cpu servers. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 9. Provides LRU, LFU and FIFO cache eviction policies. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 10. Available under the Apache 1.1 license. Ehcache's copyright and licensing has \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \n 1. Fast \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \n 2. Simple \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \n 3. Acts as a pluggable cache for Hibernate \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \n 4. Small foot print. Both in terms of size and memory requirements. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \n 5. Minimal dependencies. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \n 6. Fully documented. See the online Documentation, FAQ and the online JavaDoc. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \n 7. Comprehensively Test Coverage. See the clover test report. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \n 8. Scalable to hundreds of caches and large multi-cpu servers. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \n 9. Provides LRU, LFU and FIFO cache eviction policies. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \n10. Available under the Apache 1.1 license. Ehcache's copyright and licensing has \
</span> been reviewed and approved by the Apache Software Foundation, making ehcache \
suitable for use in Apache projects. \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- 11. Production tested. All final versions of ehcache are production tested for \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \n11. Production tested. All final versions of ehcache are production tested for \
</span> several weeks on a large and very busy eCommerce site before release.
extract.suffix .jar
</pre><pre style='margin:0'>
</pre>