const inherits = require('util').inherits const Component = require('react').Component const Provider = require('react-redux').Provider const h = require('react-hyperscript') const App = require('./app') module.exports = Root inherits(Root, Component) function Root () { Component.call(this) } Root.prototype.render = function () { return ( h(Provider, { store: this.props.store, }, [ h(App), ]) ) } it/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-pip
Commit message (Expand)AuthorAgeFilesLines
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-161-6/+2
* - Add TEST_DEPENDS to enable testingSteve Wills2012-03-011-0/+3
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-221-1/+1
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-09-081-1/+1