| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
| |
PR: ports/147723
Approved by: maintainer (timeout)
Notes:
svn path=/head/; revision=258238
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
| |
PR: ports/132644
Submitted by: Piotr Rybicki <meritus@innervision.pl> (maintainer)
Notes:
svn path=/head/; revision=230284
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 127902
Submitted by: Piotr Rybicki <meritus@innervision.pl>
Notes:
svn path=/head/; revision=221464
|
|
|
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/127768
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Notes:
svn path=/head/; revision=221146
|
|
|
|
| |
Notes:
svn path=/head/; revision=218857
|
|
|
|
|
|
|
|
| |
PR: 122156
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Notes:
svn path=/head/; revision=210106
|
|
|
|
|
|
|
|
|
| |
http://something.googlecode.com/files
PR: ports/121435 (related)
Notes:
svn path=/head/; revision=208538
|
|
|
|
|
|
|
|
| |
PR: 120988
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Notes:
svn path=/head/; revision=207986
|
|
|
|
|
|
|
|
|
|
| |
- Maintainer already reset
PR: ports/120684
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Notes:
svn path=/head/; revision=207284
|
|
|
|
|
|
|
|
|
|
| |
- Reset maintainer
PR: ports/120416
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Notes:
svn path=/head/; revision=207008
|
|
|
|
|
|
|
|
| |
PR: ports/117861
Submitted by: maintainer (Gea-Suan Lin)
Notes:
svn path=/head/; revision=205074
|
|
|
|
| |
Notes:
svn path=/head/; revision=204872
|
|
|
|
|
|
|
|
| |
PR: ports/116769
Submitted by: maintainer (Gea-Suan Lin)
Notes:
svn path=/head/; revision=200780
|
|
simplely hacked from memcached and tugela. But neither of them.
Memcachedb is not a cache solution, it is a persistent solution for
high-frequency writing and reading. It conforms to memcache protocol
(not completed, see below), so any memcached client can have
connectivity with memcachedb. Memcachedb uses Berkeley DB as a storing
backend, so lots of features including transaction and replication are
supported.
WWW: http://code.google.com/p/memcachedb/
PR: ports/116548
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes:
svn path=/head/; revision=200155
|