aboutsummaryrefslogtreecommitdiff
path: root/databases/py-carbon
Commit message (Collapse)AuthorAgeFilesLines
* - Enhance init script [1]Steve Wills2014-02-187-34/+94
| | | | | | | | | | | | | | | | - Fix with newer Django [2] - Lots of other cleanups and improvements, including moving the data to a more standard location - Take maintainership, maintainer has not responded to PRs in many months PR: ports/181043 [1] PR: ports/185097 [2] Submitted by: brd [1] Submitted by: swills (myself) [2] Approved by: maintainer timeout (bsdports@wayfair.com, >3 months) Notes: svn path=/head/; revision=344911
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* New USES=twisted, to replace the old USE_TWISTED knob.Marcus von Appen2013-12-081-1/+1
| | | | | | | | | | | | | | | | | twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run Notes: svn path=/head/; revision=335877
* - Update to 0.9.12Steve Wills2013-09-304-12/+14
| | | | | | | | | PR: ports/181442 Approved by: maintainer timeout (bsdports@wayfair.com, >3 weeks) Security: CVE-2013-5942 (vuxml entry on the way) Notes: svn path=/head/; revision=328847
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - correct list of dependent py-twisted components and use USE_TWISTED_RUNRuslan Makhmatkhanov2012-11-021-8/+4
| | | | | | | | | | | | | - bump PORTREVISION because of dependencies change - trim Makefile header, while here PR: 172657 Submitted by: brd Approved by: maintainer timeout (3 weeks) Feature safe: yes Notes: svn path=/head/; revision=306859
* - bump PORTREVISION because of changes in previous commitRuslan Makhmatkhanov2012-09-161-0/+1
| | | | | | | PR: 170920 Notes: svn path=/head/; revision=304352
* - update dependency version on databases/py-whisperRuslan Makhmatkhanov2012-09-165-29/+31
| | | | | | | | | | | | | | | | | | | | | | | | - fix comments in carbon's rc-script - checksum change, that was in original PR is rejected, because it fetches fine with old checksums and fails to fetch with new ones. while here: - change etc/carbon to %%ETCDIR%% in pkg-plist - remove unneeded newlines in files/pkg_message.in - add license (AL2) - remove BUILD_DEPENDS (setup.py didn't cheking for it on build phase) - limit python version to 2.x - tab -> space in pkg-descr:WWW - this port depends on twisted both directly and via USE_TWISTED. Since I wasn't able to find which twisted components it actually needed, I just dropped USE_TWISTED and let the port to depend on it via devel/py-twisted meta-port PR: 170920 Submitted by: Chris McCoy <bsdports at wayfair dot com> (maintainer) Notes: svn path=/head/; revision=304351
* - pet portlint on whitespaceJason Helfman2012-06-231-12/+12
| | | | | | | | PR: ports/169311 Submitted by: jgh@ Notes: svn path=/head/; revision=299825
* - update to 0.9.10Jason Helfman2012-06-234-9/+15
| | | | | | | | | | | - while here adjust BUILD_DEPENDS PR: ports/169311 Submitted by: brd@ Approved by: maintainer, bsdports@wayfair.com Notes: svn path=/head/; revision=299824
* Carbon is a backend data caching and persistence daemon for GraphitePhilip M. Gollucci2012-02-228-0/+229
WWW: http://launchpad.net/graphite PR: ports/165283 Submitted by: Evan Sarmiento <bsdports@wayfair.com> Notes: svn path=/head/; revision=292024