aboutsummaryrefslogtreecommitdiff
path: root/security/py-RestrictedPython
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* Convert s* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347784
* - do not use easy_install, convert to auto-generated packing listRuslan Makhmatkhanov2014-02-102-111/+6
| | | | | | | | | - move DIST_SUBDIR upper, where appropriate - add trailing slash to WWW url, where appropriate - bump PORTREVISION Notes: svn path=/head/; revision=343605
* 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
* Tidy up zope/plone ports over the tree. Common changes:Ruslan Makhmatkhanov2013-09-232-2/+3
| | | | | | | | | | | | | - remove indefinite article from COMMENT - align USE_PYDISTUTILS value in Makefile - tab -> space change in pkg-descr:WWW - update WWW to use https scheme in url to avoid redirect - add trailing slash to WWW All changes are non-functional. Notes: svn path=/head/; revision=327992
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - transfer maintainership for my zope-ports to zope@Ruslan Makhmatkhanov2012-01-161-2/+2
| | | | | | | - add them to virtual category `zope' Notes: svn path=/head/; revision=289318
* Change email for my ports to FreeBSD one.Ruslan Makhmatkhanov2011-11-101-1/+1
| | | | | | | | Approved by: novel (mentor) Feature safe: yes Notes: svn path=/head/; revision=285480
* - Fix build with python-2.6Wen Heping2011-10-112-6/+15
| | | | Notes: svn path=/head/; revision=283357
* - Update WWWWen Heping2011-10-101-1/+1
| | | | | | | | Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer, via email) Thanks to: sunpoet@ Notes: svn path=/head/; revision=283306
* RestrictedPython provides a restricted execution environment for Python,Wen Heping2011-10-104-0/+126
e.g. for running untrusted code. WWW: http://pypi.python.org/pypi/ExtensionClass Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via GitHub) Notes: svn path=/head/; revision=283283