summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-10-01Add and enable py-psyco.recht1-1/+2
2003-10-01Intial import of py-psyco 1.1.1recht4-0/+67
from the pkgsrc-wip pkg by Michal Pasternak Psyco is a specializing compiler. In a few words let us first see: What you can do with it In short: run your existing Python software much faster, with no change in your source. Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit like Java's, that emit machine code on the fly instead of interpreting your Python program step by step. The result is that your unmodified Python programs run faster. Benefits 2x to 100x speed-ups, typically 4x, with an unmodified Python interpreter and unmodified source code, just a dynamically loadable C extension module. Drawbacks Psyco currently uses quite a lot of memory. It only runs on Intel 386-compatible processors (under any OS) right now. There are some subtle semantic differences (i.e. bugs) with the way Python works; they should not be apparent in most programs.
2003-10-01remove PKGREVISIONitojun1-2/+1
2003-10-01mali/cueitojun1-1/+2
2003-10-01upgrade to 20030922 snapshot. don't SEGV with certain operation (forwarditojun4-259/+6
multiple emails without body), use G1 designation/invocation for 96-char ISO charsets, and other fixes.
2003-10-01Move comment so that this works. Closes PR 23030.wiz1-2/+3
2003-10-01Added ripmime.reed1-1/+2
2003-10-01Added ripmime-1.3.0.4.reed1-2/+2
Extract the attached files out of a MIME encoded email package
2003-10-01Update abcde to 2.1.4nb5:abs4-12/+27
Strip out \r from the end of the CDDB data to make editing easier
2003-10-01ripmime-1.3.0.4 Extract the attached files out of a MIME encoded email packagereed5-0/+44
2003-10-01note revision bump of level9 (NetBSD curses fix)dillo1-2/+2
2003-10-01Apply patch provided by Brett Lymn to make this work with NetBSD's curses.dillo3-9/+36
Bump PKGREVISION.
2003-10-01Do not install man pages in ${PREFIX}/bin.kristerw1-3/+3
2003-10-01Remove duplicated entries for dnetc-netbsd-arm32.tar.gz.kristerw1-3/+1
2003-10-01+ gnustep-0.9.0, gtkmm-2.2.8, mrtg-2.10.5, nut-9.2, tla-1.1.0.5wiz1-3/+7
[replacing arch; pkg/23022], w3m-0.4.2.
2003-10-01Update pkglint to 3.63:abs3-5/+11
perl 5.6.1 realpath() cannot handle files, only directories. Handle this case, with the only downside that if the last component in an include path is a symlink the 'performance boost' duplicate check may not work. Reported by Todd Vierling
2003-10-01Update pkgchk to 1.43abs1-1/+3
1.42: Update -L: Do not reset the logfile at the start of each package. Also try to make the 'tail' of the logfile in the event of an error more useful. Implement -l: List the filename for all binary packages (including the exact dependencies against which each package was built) based on pkgchk.conf. Will abort if a binary package is missing. This can be used (in conjunction with -U and -D) to determine what packages would need to be copied to a remote machine to ensure it was completely up to date. 1.43: Additional duplicate check in -l
2003-10-01Update pkgchk to 1.43:abs2-4/+4
Additional duplicate check in -l
2003-10-01Update pkgchk to 1.42abs3-25/+118
Update -L: Do not reset the logfile at the start of each package. Also try to make the 'tail' of the logfile in the event of an error more useful. Implement -l: List the filename for all binary packages (including the exact dependencies against which each package was built) based on pkgchk.conf. Will abort if a binary package is missing. This can be used (in conjunction with -U and -D) to determine what packages would need to be copied to a remote machine to ensure it was completely up to date.
2003-10-01Use DEPENDS instead of buildlink2.mk for dependancy on ImageMagick.simonb1-3/+3
Thanks to Grant Beattie for sorting out DEPENDS line.
2003-10-01Add build dependency on perl (pod2man is used for man page).wiz1-1/+2
Noted missing by kristerw.
2003-10-01fix install.dent1-2/+2
2003-10-01graphics/exifitojun2-2/+4
2003-10-01exif-0.6, extract exif info from digital camera fileitojun5-0/+47
2003-10-01fix a previous addition entrygrant1-2/+2
2003-10-01Initial import of rinetd-0.62 into The NetBSD Packages Collection.grant1-1/+2
Redirects TCP connections from one IP address and port to another. rinetd is a single-process server which handles any number of connections address/port pairs. Since rinetd runs as a single process using nonblocking I/O, it is able to redirect a large number of connections without a severe impact on the machine.
2003-10-01+rinetdgrant1-1/+2
2003-10-01Initial import of rinetd-0.62 into The NetBSD Packages Collection.grant8-0/+153
Redirects TCP connections from one IP address and port to another. rinetd is a single-process server which handles any number of connections address/port pairs. Since rinetd runs as a single process using nonblocking I/O, it is able to redirect a large number of connections without a severe impact on the machine.
2003-10-01regenchristos1-6/+11
2003-10-01more g++-3 header issues. don't use the compat headers.christos10-150/+130
2003-10-01update sumchristos1-6/+6
2003-10-01regenerate patches with -u1 to avoid $Id getting in the patchchristos5-85/+26
2003-09-30update patch checksumchristos1-2/+10
2003-09-30g++-3.x compliance. std namespaces, etc.christos9-13/+521
2003-09-30DTRT for USE_BUILDLINK2=no (or rather [nN][oO]).kristerw1-2/+2
2003-09-30DTRT for USE_BUILDLINK2=no (or [nN][oO]).kristerw1-5/+5
2003-09-30Previous patch wasn't complete...mycroft2-4/+21
2003-09-30More GCC3 flotsam.mycroft2-1/+15
2003-09-30More GCC3 flotsam.mycroft2-1/+15
2003-09-30Fix build with GCC 3.3.1: rename log() to birda_log() with a preprocessorseb1-1/+3
macro.
2003-09-30Fix build with GCC 3.3.1: fix multiline string constant.seb2-1/+15
2003-09-30Fix build with GCC 3.3.1: don't hunt for libm with log() but with floor().seb4-2/+99
While here set TEST_TARGET even if the submake all target includes the test ones.
2003-09-30More GCC3 flotsam.mycroft2-1/+15
2003-09-30Note updates of "ImageMagick" and "p5-PerlMagic" packages.tron1-1/+3
2003-09-30Remove package revision after package has been updated.tron1-2/+1
2003-09-30Slightly klugy fix for building with Kerberos support.mycroft2-7/+16
2003-09-30Note update of pkgtools/libkver to version 0.2 [harmless bug fix]seb1-1/+2
2003-09-30Update to version 0.2.seb2-7/+6
Fix a mostly harmless bug: a utsname.machine string was added at the end of utsname.version string.
2003-09-30The checksum for 5.5.7-10 changed. Update to 5.5.7-11 while I'm here.mycroft2-5/+5
ChangeLogs? We don't need no shtinking ChangeLogs! (AFAICT, there is a single bug fix to the MPEG code.)
2003-09-30Update mk-files to 20030930sjg3-7/+8
Renamed generic.sys.mk to Generic.sys.mk so it does not get installed. Cleaned up settings of ROOT_GROUP in some *.sys.mk