- Add a message about npm
- Bump PORTREVISION for package change
Submitted by: sunpoet (myself, via IRC)
Approved by: Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC)
XML::SAX::Base has a very simple task - to be a base class for PerlSAX drivers
and filters. It's default behaviour is to pass the input directly to the output
unchanged. It can be useful to use this module as a base class so you don't have
to, for example, implement the characters() callback.
The main advantages that it provides are easy dispatching of events the right
way (ie it takes care for you of checking that the handler has implemented that
method, or has defined an AUTOLOAD), and the guarantee that filters will pass
along events that they aren't implementing to handlers downstream that might
nevertheless be interested in them.
WWW: http://search.cpan.org/dist/XML-SAX-Base/
npm is a package manager for node. You can use it to install and publish your
node programs. It manages dependencies and does other cool stuff.
WWW: http://npmjs.org/
WWW: https://github.com/isaacs/npm
- Do not install bundled npm, users who requires npm can install www/npm
- While I'm here:
- Restrict USE_PYTHON range
- Add post-install: to remove .orig
Changes: https://github.com/joyent/node/blob/v0.7.8/ChangeLog
PR: ports/164862
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
- Add OPTIONS: SHARED_V8 to build with shared lang/v8 [2]
- Do not install bundled npm, users who requires npm can install www/npm [2]
- Fix PLIST [2]
- While I'm here, remove duplicate ONLY_FOR_ARCHS
Original submission of PR/167604 was committed by swills.
Changes: https://github.com/joyent/node/blob/v0.6.17/ChangeLog
PR: ports/167604 [1]
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) [1]
sunpoet (myself, via IRC) [2]
the author. Add some new ones.
Add "rescan" subcommand to the startup script:
Obtained from: Rafal Szkodzinski
Replace the pinguin icon with Beastie:
Obtained from: Vladimir B. Grebenschikov
Thanks to: above contributors and other testers.
- Support for graphics bounds tracking.
- A number of fixes to the builtin Internet Explorer.
- Various DirectMusic improvements.
- Better namespace support in MSXML.
- Various bug fixes.
- while here, remove unnecessary conflict
- developers using this port should test in a development environment,
as this update is a major rewrite over the 1.0 version.
PR: ports/167602
Submitted by: gjb@