| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=224669
|
|
|
|
| |
Notes:
svn path=/head/; revision=224668
|
|
|
|
| |
Notes:
svn path=/head/; revision=224667
|
|
|
|
| |
Notes:
svn path=/head/; revision=224660
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
server nodes can increase or decrease (like in memcached). The
hashing ring is built using the same algorithm as libketama.
Consistent hashing is a scheme that provides a hash table functionality
in a way that the adding or removing of one slot does not significantly
change the mapping of keys to slots.
WWW: http://pypi.python.org/pypi/hash_ring
PR: 129890
Submitted by: Yi-Jheng Lin <yzlin at cs dot nctu dot edu dot tw>
Notes:
svn path=/head/; revision=224659
|
|
|
|
|
|
|
|
| |
Submitted by: bz, pointyhat
Reviewed by: miwi
Notes:
svn path=/head/; revision=224657
|
|
|
|
| |
Notes:
svn path=/head/; revision=224636
|
|
|
|
|
|
|
|
|
| |
PR: ports/129856
Submitted by: Ashish Shukla <wahjava (at) gmail (dot) com> (maintainer)
Approved by: miwi
Notes:
svn path=/head/; revision=224628
|
|
|
|
|
|
|
| |
= Take maintainership
Notes:
svn path=/head/; revision=224615
|
|
|
|
| |
Notes:
svn path=/head/; revision=224614
|
|
|
|
|
|
|
|
|
| |
As OSVERSION was not bumped at the time, approximate with 800058.
Submitted by: pointyhat
Notes:
svn path=/head/; revision=224610
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This module allows you to load modules using only parts of their name,
relatively to the current module or to a given module. Module names are by
default searched below the current module, but can be searched upper in the
hierarchy using the ..:: syntax.
WWW: http://search.cpan.org/dist/relative/
PR: ports/129659
Submitted by: skreuzer at exit2shell.com
Notes:
svn path=/head/; revision=224601
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 129707
Submitted by: Wen Heping <wenheping@gmail.com>
Notes:
svn path=/head/; revision=224598
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
data represented in the language-neutral JSON format (which is often
used as a simpler substitute for XML in Ajax web applications). This
implementation tries to be as compliant to the JSON specification (RFC
4627) as possible, while still providing many optional extensions to
allow less restrictive JavaScript syntax. It includes complete Unicode
support, including UTF-32, BOM, and surrogate pair processing. It can
also support JavaScript's NaN and Infinity numeric types as well as
it's 'undefined' type. It also includes a lint-like JSON syntax
validator which tests JSON text for strict compliance to the standard.
WWW: http://deron.meranda.us/python/demjson/
PR: ports/129711
Submitted by: Wen Heping <wenheping at gmail.com>
Notes:
svn path=/head/; revision=224596
|
|
|
|
|
|
|
|
| |
PR: 129729
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=224595
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 129705
Submitted by: Wen Heping <wenheping@gmail.com>
Notes:
svn path=/head/; revision=224593
|
|
|
|
|
|
|
|
| |
an alternative to using emacs po-mode. It provides an object-oriented
interface in which each entry in a .po file is a Locale::PO object.
Notes:
svn path=/head/; revision=224583
|
|
|
|
|
|
|
|
|
|
| |
- No longer broken when using HTMLDOCS [1]
- Cleanup pkg-plist a bit
Submitted by: [1]: Ashish Shukla
Notes:
svn path=/head/; revision=224580
|
|
|
|
| |
Notes:
svn path=/head/; revision=224578
|
|
|
|
| |
Notes:
svn path=/head/; revision=224577
|
|
|
|
| |
Notes:
svn path=/head/; revision=224576
|
|
|
|
|
|
|
|
| |
PR: 129834
Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer)
Notes:
svn path=/head/; revision=224572
|
|
|
|
|
|
|
|
|
| |
PR: ports/127563
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Approved by: maintainer timeout (lev; 3 months)
Notes:
svn path=/head/; revision=224567
|
|
|
|
| |
Notes:
svn path=/head/; revision=224566
|
|
|
|
|
|
|
|
|
| |
PR: ports/128731
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: maintainer (timeout)
Notes:
svn path=/head/; revision=224549
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=224536
|
|
|
|
| |
Notes:
svn path=/head/; revision=224531
|
|
|
|
|
|
|
| |
Approved by: miwi
Notes:
svn path=/head/; revision=224528
|
|
|
|
|
|
|
| |
Approved by: miwi
Notes:
svn path=/head/; revision=224527
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
compatible regular expressions.
The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5.
WWW: http://code.haskell.org/~dons/code/pcre-light
PR: ports/129683
Submitted by: pgj
Approved by: miwi
Notes:
svn path=/head/; revision=224521
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
values may be encoded to and from binary formats, written to disk as
binary, or sent over the network. Serialisation speeds of over 1 G/sec
have been observed, so this library should be suitable for high
performance scenarios.
WWW: http://code.haskell.org/binary/
PR: ports/129678
Submitted by: pgj
Approved by: miwi
Notes:
svn path=/head/; revision=224518
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=224507
|
|
|
|
| |
Notes:
svn path=/head/; revision=224503
|
|
|
|
| |
Notes:
svn path=/head/; revision=224494
|
|
|
|
| |
Notes:
svn path=/head/; revision=224487
|
|
|
|
|
|
|
|
|
| |
PR: ports/129160
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout (nivit; 24 days)
Notes:
svn path=/head/; revision=224465
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=224434
|
|
|
|
| |
Notes:
svn path=/head/; revision=224422
|
|
|
|
| |
Notes:
svn path=/head/; revision=224421
|
|
|
|
|
|
|
|
|
| |
PR: ports/127916
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: Neal Nelson <neal@nelson.name> (maintainer)
Notes:
svn path=/head/; revision=224419
|
|
|
|
| |
Notes:
svn path=/head/; revision=224403
|
|
|
|
| |
Notes:
svn path=/head/; revision=224402
|
|
|
|
|
|
|
|
|
| |
PR: ports/129633
Submitted by: pgj
Approved by: maintainer's ports bit being returned for safekeeping
Notes:
svn path=/head/; revision=224400
|
|
|
|
| |
Notes:
svn path=/head/; revision=224393
|
|
|
|
|
|
|
|
|
|
| |
- Switch to using easy_install macro
PR: ports/129429
Submitted by: Wen Heping <wenheping@gmail.com>
Notes:
svn path=/head/; revision=224391
|
|
|
|
|
|
|
|
| |
PR: ports/129582
Submitted by: Wen Heping <wenheping@gmail.com>
Notes:
svn path=/head/; revision=224384
|
|
|
|
| |
Notes:
svn path=/head/; revision=224378
|
|
|
|
| |
Notes:
svn path=/head/; revision=224365
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=224354
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=224353
|