summaryrefslogtreecommitdiff
path: root/lang/py-compiler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Correct ports that were abusing the FORBIDDEN variable and replace withSean Chittenden2003-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | either IGNORE or BROKEN. Since there seems to be some confusion, for the record: BROKEN is reserved for ports that don't work. This will prevent users from installing the port, but please note that ports marked as BROKEN will still be built by bento IGNORE is reserved for ports that should not be built for one reason or another (including bento). Users and bento will not build ports marked as IGNORE. FORBIDDEN is reserved for security breakages only!!! Only mark a port as FORBIDDEN if there is a security issue with the port at the time. Reviewed by: kris (portmgr) Notes: svn path=/head/; revision=75004
* use USE_PYDISTUTILSYing-Chieh Liao2002-04-291-9/+1
| | | | Notes: svn path=/head/; revision=58324
* - Mark FORBIDDEN if PYTHON_REL >= 220. The compiler is now part ofJohann Visagie2002-04-231-1/+6
| | | | | | | | | | Python's standard library. PR: 37088 (indirectly) Submitted by: Andreas Schulz <ats@first.fhg.de> Notes: svn path=/head/; revision=58028
* - Add checksums for Python 2.1.2 and 2.2Johann Visagie2002-02-181-0/+2
| | | | | | | | PR: 35075 Submitted by: Andreas Schulz <ats@first.fhg.de> Notes: svn path=/head/; revision=54865
* Add py-compiler, a Python source to bytecode compiler.Johann Visagie2001-09-066-0/+107
Notes: svn path=/head/; revision=47473