(Kari Hurtta) within 24 hours after reporting. Add the patch to the port
- it should not be neccessary at the next update. Bump PORTREVISION.
Also change pre-install to pre-su-install to allow a non-root user to
install the freshly-built port.
Approved by: maintainer
simplification in WITH_NOPERL handling in Makefile).
- Use MASTER_SITE_SUBDIR rather than an explicit /old reference in
MASTER_SITES.
- Tidy pkg-plist, including the use of @stopdaemon and some mild reordering
so that it is more logical.
- Avoid spurious -L/usr/lib in the radiusd build step when using base OpenSSL.
- Use ${PTHREAD_LIBS} rather than -pthread.
- Remove the -p flag to cp when copying files into /usr/local/etc/raddb (this
may help stop FreeRADIUS stomping over explicitly set ownership and
permissions in this directory). [1]
- Generalise CONFLICTS.
- Support WITH_DEVELOPER (though it has to be used as a knob - I see no reason
to add this to the OPTIONS).
- Bump PORTREVISION.
[1] May address a concern of sem@ (maintainer had discussion by private mail)
PR: ports/117160
Submitted by: David Wood <david AT wood2.org.uk> (maintainer)
This is a statistic plugin for Slimserver. Slimserver normally
stores statistics about the last time a track was played, when a
specific track was added to the library and how many times a track
has been played. The problem is that all of these statistics are
cleared every time you perform a full rescan of slimserver.
The TrackStat plugin solves this problem by making sure that the
statistics survive a rescan. Besides this TrackStat also extends
the statistics a bit, one example is that it doesn't count a track
as played just because you listen to the first 2 seconds of it, you
will have to play a certain amount of the track until it is played.
TrackStat also makes it possible to put a rating on all your tracks
by holding a number between 1-5 down on the now playing screen.
The other main functionality the TrackStat plugins provides is
various ways to browse your music based on the statistic information.
The standard slimserver only makes it possible to show most played
tracks. The TrackStat plugin makes it possible to show the statistics
in a lot more ways. The purpose is simply to give you another way
to select which music you like to play, for example like:
* Find tracks you haven't played for a long time
* Find tracks you have recently added to the library
* Find top rated tracks
* Find least played tracks
* And a lot more...
WWW: http://wiki.erland.homeip.net/index.php/TrackStat_plugin
This plugin for Slimserver makes it possible to create smart
playlists. Although the standard Slimserver doesn't support smart
playlists by itself, together with iTunes and the standard Slimserver
iTunes integration, it is possible to use smart playlists defined
in iTunes. The problem though is that the integrated iTunes smart
playlists will not be recalculated until the next time you perform
a rescan in Slimserver. The SQL Playlist plugin takes care of this
problem and implements native smart playlist in Slimserver without
any need to use iTunes. The smart playlists implemented in SQL
Playlist will also be automatically re-calculated after each track
played so they will be based on the latest statistic information.
A smart playlist in SQL Playlist are continous and will run forever
in the same way as the standard Random Mix plugin, you can optionally
also choose that a smart playlist shouldn't repeat already played
tracks and in that case the music will stop when all songs matching
the playlist has been played.
WWW: http://wiki.erland.homeip.net/index.php/SQL_Playlist_plugin
The Dynamic Playlist plugin is a Slimserver plugin that makes it
easier for other plugins to implement different types of playlists.
It shows all supported playlists below the same menu and has the
advantage that the user doesn't have to know which plugin implements
a specific interface.
WWW: http://wiki.erland.homeip.net/index.php/Dynamic_Playlist_plugin
location instead of pear.php.net, which was
hard-coded in bsd.pear.mk. Custom install/deinstall
scripts are also enabled which allow calling
"pear channel-add/channel-delete" as needed.
- Bump PORTREVISION
PR: 117286
Submitted by: Greg Larkin <glarkin@sourcehosting.net>
To ease upgrade, bsd.java.mk now substitutes JAVA_VERSION values of 1.1+ and
1.2+ as 1.3+.
The related JDK ports that have been marked as deprecated and scheduled for
removal some time ago are now safe to be removed.
The patch has been tested successfully on the cluster.
PR: 116724
Changelog:
- Gradation and Shadow
- Improvements on Class Diagram, Sequence Diagram, Collaboration
Diagram and Deployment Diagram
- Improvements on Property View, System Properties
- Improvements on color setting of Stereotype
- Improvements on API
- Bug Fix
PR: 116838
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
the PayPal developer forums at
http://www.pdncommunity.com/pdn/board?board.id=payflow
This module is intended to be a drop-in replacement for PFProAPI (a couple of
minor changes to your code are necessary to use this module instead of
PFProAPI). The major difference is that it is pure Perl, and not architecture
dependent (ie, you can use this on your 64-bit FreeBSD platform.)
WWW: http://labs.mailermailer.com/downloads/
PR: ports/117460
Submitted by: Vivek Khera <vivek at khera.org>