- Add devel/py-simplejson to *_DEPENDS
- Add www/py-WebTest to RUN_DEPENDS
- Add LICENSE (AL2)
- Add some API names to pkg-descr
- Remove DISTNAME from Makefile
Note that 7.4-STABLE after log2() and log2f() were MFC'd is still broken
due to conflicting definitions of these functions (no __FreeBSD_version bump).
Submitted by: pointyhat via pav
Autojump is a tool that acts as a complement to cd: it makes navigating your
filesystem a lot faster. It works by automagically maintaining a database of
the directories you use the most from the command line, and allows you to jump
back and forth between them, by typing just a few letters of the name of the
directory you want to jump to.
PR: ports/151467
Submitted by: Neeraj Verma <neeraj.verma.ports@vermatech.com>
Test::Mock::LWP::Dispatch intends for testing a code that heavily uses
LWP::UserAgent.
Assume that function you want to test makes three different request to the
server and expects to get some content from the server. To test this function
you should setup request/response mappings for mocked UserAgent and test it.
For doing something with mappings, here are methods map, unmap and unmap_all.
For controlling context of these mappings (is it applies for all created in your
code LWP::UserAgent's or only to one specific?) you should call these functions
for exported $mock_ua object (global mapping) or for newly created
LWP::UserAgent (local mappings).
See also on Test::Mock::LWP, it provides mocked LWP objects for you, so probably
you can solve your problems with this module too.
WWW: http://search.cpan.org/dist/Test-Mock-LWP-Dispatch/
Test::DependentModules is intended as a tool for module authors who would like
to easily test that a module release will not break dependencies. This is
particularly useful for module authors (like myself) who have modules which are
a dependency of many other modules.
WARNING: The tests this module does should *NEVER* be included as part of a
normal CPAN install!
WWW: http://search.cpan.org/dist/Test-DependentModules/
- Add my LOCAL to MASTER_SITES
- Use USE_GNOME=gnomehack
- Use REINPLACE_CMD for patches
- Cleanup Makefile
Changes:
- Rough WebM support
- Removed the shout-config script
Gtk2::Notify provides a Perl XS API to the The Desktop Notifications
framework, which provides a standard way of doing passive pop-up
notifications on the desktop.
WWW: http://search.cpan.org/dist/Gtk2-Notify/
PR: ports/161571
Submitted by: Zhihao Yuan <lichray@gmail.com>
- Change PORTNAME from "xfce4-parole" to "parole" to avoid setting DATADIR and
DISTNAME
- Replace some gstramer plugins with the core gstreamer plugin which also
provides the pango plugin needed for subtitles.
- Remove x264 gstreamer plugin (encoder only).
- Replace cdio gstreamer (ugly) plugin with cdparanoia gstreamer (base) plugin.
- Remove broken cdaudio gstreamer plugin (redundant with cdparanoia plugin).
- Make soup gstreamer plugin optional because it pulls in GNOME components.
- Makefile cleanups
- Fix portlint warnings
PR: ports/166980
Submitted by: Tijl Coosemans