weak references. This module is a Perl-level interface to that API,
allowing weak references to be created in Perl.
A weak reference is just like an ordinary Perl reference except
that it isn't included in the reference count of the thing referred
to. This means that once all references to a particular piece of
data are weak, the piece of data is freed and all the weak references
are set to undef. This is particularly useful for implementing
circular data structures without memory leaks or caches of objects.
WWW: http://search.cpan.org/dist/WeakRef/
PR: ports/98963
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
- Update SoyaTutorial to 0.11
- Added new dependency (security/py-cerializer). py-soya3d allow to use py-cerealizer.
- Fixed the installation of SoyaTutorial.
PR: 98959
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
because it does not link the test-program with -pthread.
Remove the static -lx264 and replaces it with the accurate
`pkg-config --libs x264`, so the linker finds all the symbols needed.
After that, mencoder can finally encode x264-movies.
PR: ports/98914
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info>
Approved by: maintainer
- Remove pkg-message and NO_PACKAGE for !i386.
- Fix building on ia64 (take endianess from mahcine/endian.h and don't
complain about an unknown arch), and probably other archs.
- Make portlint happy (append to BUILD_DEPENDS after bsd.port.pre.mk).
Approved by: Ed Schouten <ed@fxq.nl> (maintainer)
entire X related infrastructure of the linux ports which use fonts somehow
assume this.
This fixes missing fonts for those, which install from scratch instead of
portupgrade-ing to it.
Noticed by: mezz
most of which were added on top of a very C-like core to support better
ad-hoc scripting:
* syntax similar to ANSI C
* standard library similar to ANSI C
* automatic memory management
* runtime polymorphism
* support for exceptions
* support for anonymous functions
Additionally, an interpreter for the Arena language can be implemented
to be very compact in terms of both source code size and memory consumption.
WWW: http://www.minimalinux.org/arena/
installs by default with its primary functions compiled using
Perl's XS extensions to build a 'C' library.
* Add configure args -noxs to solve this problem
PR: ports/98969
Submitted by: maintainer (Yuan-Chung Hsiao)
- Update plist
- Restrict to Perl 5.6+ due to new dependency upon Module::Build
PR: ports/98334
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)