debian/0000755000000000000000000000000012204004622007156 5ustar debian/source/0000755000000000000000000000000012153052464010470 5ustar debian/source/format0000644000000000000000000000001412153052464011676 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000070712153052464011353 0ustar erlang-cherly source package infomation - Remove source code erlang-cherly's original source codes contains rebar binary. The source package of Debian has deleted this binary. - Debian's upstream is not original. erlang-cherly's upstream is "https://www.github.com/leo-project/cherly.git". This fork from original upstream at "https://github.com/cliffmoon/cherly". -- Nobuhiro Iwamatsu SThu, 27 Sep 04:31:12 2012 +0900 debian/control0000644000000000000000000000302512204004230010554 0ustar Source: erlang-cherly Maintainer: LeoFS maintainers team Uploaders: Taku YASUI , Nobuhiro Iwamatsu Section: devel Priority: optional Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), erlang-dev (>= 1:14.b.4), erlang-eunit (>= 1:14.b.4), erlang-dialyzer, dh-rebar Homepage: https://www.github.com/leo-project/cherly.git Vcs-Git: git://anonscm.debian.org/pkg-leofs/erlang-cherly.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-leofs/erlang-cherly.git;a=summary Package: erlang-cherly Architecture: any Section: devel Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends}, erlang-base-hipe | erlang-base | ${erlang-abi:Depends}, ${erlang:Depends} Description: Cherly (sher-lee) is an in-VM caching library for Erlang Cherly (sher-lee) was originally developed by Cliff Moon for erlang to deal with in memory caching based on LRU. Its functionality and performance were awesome, but as time goes on, its implementation gradually obsoletes and it's hard to maintain. To overcome these problems, I forked and made Cherly improve with original purposes. Main improvements are described below. * Replaced the hash storing structure (originally used Judy hash) with the combination of Open addressing and Tree structure based on golang's hash implementation. This structure is very scalable and stable. * Implemented slab allocator on off-heap. * Replaced implemantations of port driver with NIFs. * Rebarized debian/watch0000644000000000000000000000022512153235161010215 0ustar version=3 opts=uversionmangle=s/_/./g \ https://github.com/leo-project/cherly/tags .*/(?:v||cherly[_\-])(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) debian/copyright0000644000000000000000000000533412153052464011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cherly Upstream-Contact: Yoshiyuki Kanno Source: https://www.github.com/leo-project/cherly.git Original upstream is https://github.com/cliffmoon/cherly. Files: test/test_cherly.erl Copyright: 2012 Yoshiyuki Kanno License: Apache-2.0 Files: c/alg.c c/hashmap.c c/hashmap.h c/runtime.c c/runtime.h c/type.h Copyright: 2009 The Go Authors. All rights reserved. License: BSD-3-clause Files: * Copyright: 2009 Cliff Moon 2012 Yoshiyuki Kanno License: THE BEER-WARE LICENSE" (Revision 42) Files: debian/* Copyright: Copyright 2012, Nobuhiro Iwamatsu License: THE BEER-WARE LICENSE" (Revision 42) License: THE BEER-WARE LICENSE" (Revision 42) Cliff Moon wrote this project. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Cliff Moon. License: Apache-2.0 On Debian systems, the full text of the Apache License (Version 2.0) can be found in the file `/usr/share/common-licenses/Apache-2.0' file. License: BSD-3-clause Copyright (c) 2009 The Go Authors. All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/rules0000755000000000000000000000007612204004216010240 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=rebar --with rebar debian/trash0000644000000000000000000000007612155522104010232 0ustar debian/erlang-cherly.install debian/erlang-cherly-dev.install debian/compat0000644000000000000000000000000212153052464010366 0ustar 9 debian/changelog0000644000000000000000000000317112204004166011035 0ustar erlang-cherly (0.12.8+dfsg-3) unstable; urgency=low * Update debian/control. - Add dh-rebar to Build-Depends. * Update debian/rules. - Changed to use dh-rebar. -- Nobuhiro Iwamatsu Sun, 18 Aug 2013 08:33:51 +0900 erlang-cherly (0.12.8+dfsg-2) unstable; urgency=low * Update debian/control. - Add erlang-dialyzer to Build-Depends. Fix FTBFS if built with Erlang R16B01. - Bump Standards-Version to 3.9.4. * Remove patches/support_R15B01. Debian's erlang was updated to R16B01. -- Nobuhiro Iwamatsu Tue, 30 Jul 2013 07:23:53 +0900 erlang-cherly (0.12.8+dfsg-1) unstable; urgency=low * New upstream release. (Closes: #707364) -- Nobuhiro Iwamatsu Mon, 03 Jun 2013 17:35:13 +0900 erlang-cherly (0.12.7+dfsg-1) unstable; urgency=low * New upstream release. -- Nobuhiro Iwamatsu Sat, 20 Apr 2013 19:20:00 +0900 erlang-cherly (0.12.4+dfsg-1) unstable; urgency=low * New upstream release. * Update patches/support_R15B01. * Update debian/rules. Set CFLAGS. -- Nobuhiro Iwamatsu Wed, 13 Mar 2013 14:50:06 +0900 erlang-cherly (0.12.0+dfsg-1) unstable; urgency=low * New upstream release. * Update debian/rules. Add override_dh_auto_test target. * Add debian/watch file. * Add patches/support_R15B01. Support erlang R15B01. -- Nobuhiro Iwamatsu Wed, 23 Jan 2013 07:56:57 +0900 erlang-cherly (0.9.1+dfsg-1) unstable; urgency=low * Initial release. (Closes: #689387) -- Nobuhiro Iwamatsu Mon, 16 Jul 2012 15:00:55 +0900 debian/dh-rebar.conf0000644000000000000000000000016212204004201011501 0ustar EXEC_REBAR_COMMANDS=compile eunit xref PKG_NAME= PKG_VARSION= #REBAR_LIB_DIR= #REBAR_BIN_DIR= #REBAR_INCLUDE_DIR=