- Use PYTHONPREFIX_SITELIBDIR instead
PR: ports/128850
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by: Attila Nagy <bra AT fsn.hu> (maintainer)
- Take advantage of COPYTREE_SHARE
- the patch file patch-python25 is unnecessary. It's been fixed since ver. 0.3.0.
PR: ports/128907
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by: Daniel <daniel AT netwalk.org> (maintainer)
discs. Currently it is comprised of libraries named libisofs,
libburn, libisoburn, a cdrecord emulator named cdrskin, and an
integrated multi-session tool named xorriso.
WWW: http://libburnia-project.org/
PR: ports/128795
Submitted by: J.R. Oldroyd <fbsd at opal.com>
discs. Currently it is comprised of libraries named libisofs,
libburn, libisoburn, a cdrecord emulator named cdrskin, and an
integrated multi-session tool named xorriso.
WWW: http://libburnia-project.org/
PR: ports/128794
Submitted by: J.R. Oldroyd <fbsd at opal.com>
repository to create a remote repo on Github using a previously
created account. This does not create Github accounts (and that
violates the terms of service).
WWW: http://search.cpan.org/dist/github_creator/
PR: ports/128876
Submitted by: Gea-Suan Lin <gslin at gslin.org>
File::Find. Students are always asking me what closures are good for,
and here's some examples. The functions mostly stand alone (i.e. they
don't need the rest of the module), so rather than creating a
dependency in your code, just lift the parts you want).
WWW: http://search.cpan.org/dist/File-Find-Closures/
PR: ports/128875
Submitted by: Gea-Suan Lin <gslin at gslin.org>
particularly useful for efficient logging and pretty printing, (e.g.
with the Writer monad), where list append quickly becomes too expensive.
WWW: http://code.haskell.org/~dons/code/dlist/
PR: ports/128770
Submitted by: Samy Al Bahra <sbahra at kerneled.org>
actual number of bytes received, the FreeBSD version returns the receiving
buffer size instead. Applications inspecting the returned length for error
checking will fail. My patch is based on this excerpt from FreeBSDs
/usr/src/sys/dev/usb/usb.h.
PR: ports/128549
Submitted by: ladan (maintainer)
non-blocking I/O programming. It tries to bring back the
simplicity of the declarative programming style, that is
only otherwise available when one employs threads,
coroutines, or co-processes.
PR: ports/128652
Submitted by: Vany Serezhkin <ivan@serezhkin.com>