FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 10:40 AM BST
Port details
python-mode.el 1.0_1,1 lang on this many watch lists=0 search for ports that depend on this port
Emacs lisp module for the Python language
Maintained by: saturnero@gufi.org search for ports maintained by this maintainer
Port Added: 02 Nov 2005 13:37:09
Also Listed In: elisp python
License: not specified in port


Emacs lisp modules for the Python language.

WWW: http://python-mode.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

To install the port: cd /usr/ports/lang/python-mode.el/ && make install clean
To add the package: pkg_add -r python-mode.el


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/python-mode/OldFiles/
http://sunet.dl.sourceforge.net/project/python-mode/OldFiles/
http://iweb.dl.sourceforge.net/project/python-mode/OldFiles/
http://switch.dl.sourceforge.net/project/python-mode/OldFiles/
http://surfnet.dl.sourceforge.net/project/python-mode/OldFiles/
http://kent.dl.sourceforge.net/project/python-mode/OldFiles/
http://freefr.dl.sourceforge.net/project/python-mode/OldFiles/
http://voxel.dl.sourceforge.net/project/python-mode/OldFiles/
http://jaist.dl.sourceforge.net/project/python-mode/OldFiles/
http://osdn.dl.sourceforge.net/project/python-mode/OldFiles/
http://nchc.dl.sourceforge.net/project/python-mode/OldFiles/
http://ncu.dl.sourceforge.net/project/python-mode/OldFiles/
http://transact.dl.sourceforge.net/project/python-mode/OldFiles/
http://softlayer.dl.sourceforge.net/project/python-mode/OldFiles/
http://internode.dl.sourceforge.net/project/python-mode/OldFiles/
http://ufpr.dl.sourceforge.net/project/python-mode/OldFiles/
http://waix.dl.sourceforge.net/project/python-mode/OldFiles/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-09-25
    Affects: users of lang/python*
    Author: lwhsu@FreeBSD.org
    Reason: 
      The HUGE_STACK_SIZE option has been removed, now Python will use default
      thread stack size of the system.  If you want to change it, specify it
      with -DTHREAD_STACK_SIZE=<size> in CFLAGS.
    
    

  • 2011-03-04
    Affects: users of lang/python* and py-*
    Author: miwi@FreeBSD.org
    Reason: 
      The default version of Python has been changed from 2.6.x to 2.7.x.
      If you have 2.6.x installed, perform an upgrade of lang/python26 to
      lang/python27 with one of the following commands:
    
      If using portupgrade:
      # portupgrade -o lang/python27 lang/python26
    
      If using portmaster:
      # portmaster -o lang/python27 lang/python26
    
      If you want to retain 2.6.x as default Python version, set the
      PYTHON_DEFAULT_VERSION variable to 'python2.6' (without quotes) in
      /etc/make.conf, then go to lang/python and perform the following
      command:
    
      # portupgrade -R python
    
      Once the installed Python has been updated to 2.7, by using the
      method above, it is required to run the upgrade-site-packages target in
      lang/python to assure that site-packages are made available to the new
      Python version.
    
      If using portupgrade:
      # cd /usr/ports/lang/python && make upgrade-site-packages
    
      If using portmaster:
      # cd /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMASTER
    
      The portmaster case can take quite some time to complete due to the lack of
      cached information that the portupgrade suite uses (specifically pkg_which).
      This is not the fault of portmaster.
    
    

  • 2009-06-08
    Affects: users of lang/python* and py-*
    Author: miwi@FreeBSD.org
    Reason: 
      The default version of Python has been changed from 2.5.x to 2.6.x.
      If you have 2.5.x installed, perform an upgrade of lang/python25 to
      lang/python26 with one of the following commands:
    
      If using portupgrade:
      # portupgrade -o lang/python26 lang/python25
    
      If using portmaster:
      # portmaster -o lang/python26 lang/python25
    
      If you want to retain 2.5.x as default Python version, set the
      PYTHON_DEFAULT_VERSION variable to 'python2.5' (without quotes) in
      /etc/make.conf, then go to lang/python and perform the following
      command:
    
      # portupgrade -R python
    
      Once the installed Python has been updated to 2.6, by using the
      method above, it is required to run the upgrade-site-packages target in
      lang/python to assure that site-packages are made available to the new
      Python version.
    
      If using portupgrade:
      # cd /usr/ports/lang/python && make upgrade-site-packages
    
      If using portmaster:
      # cd /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMASTER
    
      The portmaster case can take quite some time to complete due to the lack of
      cached information that the portupgrade suite uses (specifically pkg_which).
      This is not the fault of portmaster.
    
    

Number of commits found: 7

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
03 Jul 2011 13:45:36
Original commit files touched by this commit  1.0_1,1
ohauer search for other commits by this committer
- remove MD5
22 Aug 2009 00:24:37
Original commit files touched by this commit  1.0_1
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
02 Jul 2007 18:15:52
Original commit files touched by this commit  1.0_1,1
anray search for other commits by this committer
Fix installing from package.

Reported by:    infofarmer
29 Jun 2007 21:19:23
Original commit files touched by this commit  1.0,1
anray search for other commits by this committer
Update to 1.0 release.

PR:             ports/114124
Submitted by:   Denis Shaposhnikov <dsh@vlink.ru>
Approved by:    Dario Freni (maintainer)
22 Jan 2006 12:42:24
Original commit files touched by this commit  1.0.a
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:18:40
Original commit files touched by this commit  1.0.a
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
02 Nov 2005 13:34:58
Original commit files touched by this commit  1.0.a
perky search for other commits by this committer
Add new port for python-mode.el.
Emacs lisp modules for the Python language.

PR:             87314
Submitted by:   Dario Freni <saturnero@guri.org>
WWW:            http://python-mode.sourceforge.net/

Number of commits found: 7

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23675
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 5
new 48 hours19
new 7 days62
new fortnight185
new month256

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.279 seconds.