| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=329315
|
|
|
|
|
|
|
| |
While here cleanup a bit
Notes:
svn path=/head/; revision=329292
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
configuration and service discovery. etcd is
inspired by zookeeper and doozer, with a focus on:
* Simple: curl'able user facing API (HTTP+JSON)
* Secure: optional SSL client cert authentication
* Fast: benchmarked 1000s of writes/s per instance
* Reliable: Properly distributed using Raft
Etcd is written in Go and uses the raft consensus
algorithm to manage a highly-available replicated log.
WWW: https://github.com/coreos/etcd#etcd
Use PKGNAMEPREFIX=coreos to avoid PKGNAME conflict with audio/etcd
PR: ports/182419
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes:
svn path=/head/; revision=329287
|
|
|
|
| |
Notes:
svn path=/head/; revision=329286
|
|
|
|
| |
Notes:
svn path=/head/; revision=329285
|
|
|
|
| |
Notes:
svn path=/head/; revision=329284
|
|
|
|
| |
Notes:
svn path=/head/; revision=329283
|
|
|
|
|
|
|
| |
Add a DOCS option
Notes:
svn path=/head/; revision=329282
|
|
|
|
| |
Notes:
svn path=/head/; revision=329279
|
|
|
|
| |
Notes:
svn path=/head/; revision=329276
|
|
|
|
| |
Notes:
svn path=/head/; revision=329271
|
|
|
|
| |
Notes:
svn path=/head/; revision=329236
|
|
|
|
| |
Notes:
svn path=/head/; revision=329230
|
|
|
|
|
|
|
|
|
| |
dependent ports
PR: 181545 [1]
Notes:
svn path=/head/; revision=329191
|
|
|
|
|
|
|
|
|
| |
. remove the indefinite article from COMMENT;
. use new LIB_DEPENDS syntax;
. incorporate gmake and pathfix into USES and sort the latter.
Notes:
svn path=/head/; revision=329190
|
|
|
|
|
|
|
|
|
|
| |
. remove the indefinite article from COMMENT;
. incorporate optionsNG (DOCS);
. use standard MKDIR to create directories (not INSTALL -d);
. unmute install commands.
Notes:
svn path=/head/; revision=329181
|
|
|
|
|
|
|
|
|
|
| |
. remove the indefinite article from COMMENT;
. use new LIB_DEPENDS syntax;
. incorporate gmake and pathfix into USES macro;
. remove useless standard definition of WRKSRC.
Notes:
svn path=/head/; revision=329178
|
|
|
|
|
|
|
|
|
| |
. remove the indefinite article from COMMENT;
. USE_GMAKE=yes -> USES=gmake;
. use USES=pathfix instead post-extract target.
Notes:
svn path=/head/; revision=329175
|
|
|
|
|
|
|
| |
conflicts
Notes:
svn path=/head/; revision=329173
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt, implicit)
Notes:
svn path=/head/; revision=329131
|
|
|
|
|
|
|
|
|
|
|
| |
- remove BUILD_DEPENDS (it's not needed to build actually)
- add trailing slash to pkg-descr:WWW
- remove $FreeBSD$ id from pkg-plist
Approved by: skreuzer (maintainer, by mail)
Notes:
svn path=/head/; revision=329116
|
|
|
|
| |
Notes:
svn path=/head/; revision=329112
|
|
|
|
| |
Notes:
svn path=/head/; revision=329109
|
|
|
|
|
|
|
| |
- Add missing dependencies
Notes:
svn path=/head/; revision=329098
|
|
|
|
|
|
|
|
| |
- Remove BROKEN
- Add missing dependency
Notes:
svn path=/head/; revision=329097
|
|
|
|
|
|
|
|
|
| |
Library and tools to access the OLE 2 Compound File (OLECF) format
WWW: http://code.google.com/p/libolecf/
Notes:
svn path=/head/; revision=329092
|
|
|
|
| |
Notes:
svn path=/head/; revision=329091
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/threads/Changes
Notes:
svn path=/head/; revision=329085
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MooseX-Method-Signatures/Changes
Notes:
svn path=/head/; revision=329084
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MooseX-Declare/Changes
Notes:
svn path=/head/; revision=329083
|
|
|
|
| |
Notes:
svn path=/head/; revision=329082
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Type-Tie/Changes
Notes:
svn path=/head/; revision=329080
|
|
|
|
|
|
|
| |
Approved by: osa (mentor)
Notes:
svn path=/head/; revision=329078
|
|
|
|
|
|
|
|
|
| |
- Changed MASTER_SITES
Approved by: eadler (mentor)
Notes:
svn path=/head/; revision=329066
|
|
|
|
| |
Notes:
svn path=/head/; revision=329063
|
|
|
|
| |
Notes:
svn path=/head/; revision=329062
|
|
|
|
| |
Notes:
svn path=/head/; revision=329061
|
|
|
|
|
|
|
|
|
|
| |
- Remove dirrmtry of nonexistent directory [1]
- Use dirrmtry on %%SITE_PERL%%/Reply and %%SITE_PERL%%/Reply/Plugin
Reported by: pkg-fallout [1]
Notes:
svn path=/head/; revision=329052
|
|
|
|
|
|
|
|
|
| |
. remove the indefinite article from COMMENT;
. install port's data to DATADIR rather DOCSDIR;
. use optionsNG for DOCS.
Notes:
svn path=/head/; revision=329047
|
|
|
|
|
|
|
|
|
|
|
|
| |
. all MAN magic is done inside staging;
. remove the indefinite article from COMMENT.
PR: ports/182567
Submitted by: bsam (me)
Approved by: Gavin McDonald <gavin@16degrees.com.au> (maintainer)
Notes:
svn path=/head/; revision=329039
|
|
|
|
|
|
|
|
|
|
| |
The patch I just committed was built against the previous version of ptlib.
THe patch does not even apply, so it must be removed to unbreak the port.
Noticed-by: kwm
Notes:
svn path=/head/; revision=329031
|
|
|
|
|
|
|
|
|
| |
- Update to 1.8.0
Changes: http://docs.fabfile.org/en/1.8/changelog.html
Notes:
svn path=/head/; revision=329030
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.3.1
- Update pkg-plist
- Enable Staging
- Remove Makefile.man containing MAN3 macros
Changes: http://concurrencykit.org/cgit/cgit.cgi/ck/log/
Notes:
svn path=/head/; revision=329029
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt, implicit)
Notes:
svn path=/head/; revision=329026
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt, implicit)
Notes:
svn path=/head/; revision=329025
|
|
|
|
|
|
|
|
|
| |
- STAGE-clean
Reported by: acm@ [1]
Notes:
svn path=/head/; revision=329019
|
|
|
|
|
|
|
|
| |
- adjust syntax for LIB_DEPENDS
- adjust USE_GNOME for dependency requirements in favor of explict listings
Notes:
svn path=/head/; revision=329017
|
|
|
|
|
|
|
|
|
| |
Since this is a slave port, patch had to be added to devel/gwenhywfar.
Approved by: portmgr (bapt, implicit)
Notes:
svn path=/head/; revision=329000
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt, implicit)
Notes:
svn path=/head/; revision=328997
|
|
|
|
|
|
|
|
|
| |
- support staging
Changes: http://libvirt.org/news.html
Notes:
svn path=/head/; revision=328992
|