mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Activate some modules needed for zope (www.zope.com).
Submitted by: jkoshy
This commit is contained in:
parent
b25df3c782
commit
2d5b8efd45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17130
15 changed files with 45 additions and 45 deletions
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
||||||
|
|
||||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||||
|
|
||||||
#new newmodule.c
|
new newmodule.c
|
||||||
|
|
||||||
|
|
||||||
# Generic (SunOS / SVR4) dynamic loading module.
|
# Generic (SunOS / SVR4) dynamic loading module.
|
||||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
||||||
|
|
||||||
|
|
||||||
# David Wayne Williams' soundex module
|
# David Wayne Williams' soundex module
|
||||||
#soundex soundex.c
|
soundex soundex.c
|
||||||
|
|
||||||
# Helper module for various ascii-encoders
|
# Helper module for various ascii-encoders
|
||||||
binascii binascii.c
|
binascii binascii.c
|
||||||
|
|
||||||
# Fred Drake's interface to the Python parser.
|
# Fred Drake's interface to the Python parser.
|
||||||
#parser parsermodule.c
|
parser parsermodule.c
|
||||||
|
|
||||||
# Digital Creations' cStringIO and cPickle
|
# Digital Creations' cStringIO and cPickle
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue