summaryrefslogtreecommitdiff
path: root/lang/py-compiler (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-03-07Clear moonlight beckons.Ade Lovett2-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
2003-02-07Correct ports that were abusing the FORBIDDEN variable and replace withSean Chittenden1-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
2002-04-29use USE_PYDISTUTILSYing-Chieh Liao1-9/+1
Notes: svn path=/head/; revision=58324
2002-04-23- Mark FORBIDDEN if PYTHON_REL >= 220. The compiler is now part ofJohann Visagie1-1/+6
Python's standard library. PR: 37088 (indirectly) Submitted by: Andreas Schulz <ats@first.fhg.de> Notes: svn path=/head/; revision=58028
2002-02-18- Add checksums for Python 2.1.2 and 2.2Johann Visagie1-0/+2
PR: 35075 Submitted by: Andreas Schulz <ats@first.fhg.de> Notes: svn path=/head/; revision=54865
2001-09-06Add py-compiler, a Python source to bytecode compiler.Johann Visagie6-0/+107
Notes: svn path=/head/; revision=47473