2008-03-27 15:24:36 by Blair Sadewitz | Files touched by this commit (6) |
Log message:
Update to herrie-2.0. Remove patch-ab, USE_FEATURES needs more testing
with this package. While here, correct ncurses/ncursesw options
to provide the right arguments to configure.
Changes since 1.9.1:
2008-03-16 -- Herrie 2.0:
* Added: Brasilian Portuguese translation - Eros Carvalho
* Fixed: Make vfs.lockup.chroot expand ~/ and ~user/
* Changed: Maintainer email address
* Removed: Debian package infrastructure, per maintainer's request.
2008-02-12 -- Herrie 1.9.3:
* Added: Support for Debian GNU/kFreeBSD
* Added: Debian package infrastructure
* Fixed: Shut down the application when we lose TTY input
* Added: Chinese translation - Ji ZhengYu
2008-01-19 -- Herrie 1.9.2:
* Removed: Native Windows support - it was incomplete anyway
* Improved: Manpage reorganized to make more sense - Marcela Tiznado
* Added: Finnish translation - Jorma Karvonen
* Added: Danish translation - Joe Hansen
* Improved: GUI scrolling performance when dealing with big playlists
* Added: Switch to scroll pages up and down when selection goes out of sight
|
2008-02-28 12:58:49 by Roland Illig | Files touched by this commit (36) |
Log message:
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
|
2008-02-22 17:59:57 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
+ Rename the "ncursesw" option to "wide-curses" and get rid \
of the
"ncurses" option. "wide-curses" now just toggles whether \
we use
wide or narrow curses, which is a much simpler knob for users.
Bump the PKGREVISION to 1.
|
2007-12-19 09:13:11 by Blair Sadewitz | Files touched by this commit (5) |
Log message:
Update to 1.9.1.
2007-12-17 -- Herrie 1.9.1:
* Added: 'L' button to locate files in the current directory
* Fixed: Remove almost endless recursion by not recursing on symlinks
* Added: Input can be aborted pressing the escape button - Pieter-Paul Spiertz
* Improved: Manual content now matches installed configuration
* Fixed: Don't autoload the playlist when files are passed on the cmdline
2007-12-02 -- Herrie 1.9:
* Added: Support for changing the volume
* Improved: Make license of MD5 code in sync with the rest
* Improved: Avoid deprecated CoreAudio calls on Leopard
* Fixed: Stop processing of signals during shutdown
* Added: Spanish and Catalan translations - Xavier de Blas
* Added: '{' and '}' buttons to move tracks to top/bottom - Jille Timmermans
|
2007-11-23 06:40:03 by Blair Sadewitz | Files touched by this commit (1) |
Log message:
The option for using libmodplug is modplug, not libmodplug.
|
2007-11-09 06:45:16 by Blair Sadewitz | Files touched by this commit (1) |
Log message:
Use CONF_FILES framework for herrie.conf.
|
2007-11-08 19:45:37 by Blair Sadewitz | Files touched by this commit (3) |
Log message:
Add support for XML shareable playlists via audio/libspiff. Bump rev.
While here, kill excess indentation in DESCR.
|
2007-11-08 05:11:40 by Blair Sadewitz | Files touched by this commit (1) |
Log message:
Remove ${MSGFMT} definition from ${MAKE_ENV}, as I was using this during
development but decided it was too crufty. If it turns out it's
needed, we can always add it again.
|
2007-11-08 05:08:46 by Blair Sadewitz | Files touched by this commit (2) |
Log message:
Oops, forgot to add libvorbis/libogg support. Also, AudioScrobbler
support only requires www/curl, so enable that too along with curl support.
I'm not bumping the revision since I just committed it.
|
2007-11-08 04:52:30 by Blair Sadewitz | Files touched by this commit (8) | |
Log message:
Add audio/herrie, an ncurses-based audio player.
Blurb:
Herrie is a command line music player. It supports multiple audio file
formats (including MP3 and Ogg Vorbis) and has the ability to send
playback statistics to AudioScrobbler. The word `herrie' is Dutch for
`clamor'.
Herrie uses a split-screen user interface: a playlist at the top and a
filebrowser at the bottom. The application has two modes of operation,
called `party mode' and `XMMS mode'. When the application is started in
party mode, the first song in the playlist gets started. It will also
be removed from the playlist as well. When the application is started
in XMMS mode, any song can be started and will not be removed from the
playlist. The default mode is party mode.
|