1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

8558 Commits

Author SHA1 Message Date
Martin Wilke
208683d9e5 Ncmpcpp is almost exact clone of ncmpc but it contains some
new features ncmpc doesn't have. It's been also rewritten
from scratch in C++.

WWW:	http://unkart.ovh.org/ncmpcpp/

PR:		ports/126865
Submitted by:	Dennis Herrmann <adox at mcx2.org>
2008-08-30 12:12:07 +00:00
Martin Wilke
2caa806709 - Remove CONFIGURE_TARGET hack in various bsd.*.mk 2008-08-29 11:55:02 +00:00
Martin Wilke
8d67f4a547 The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php

While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:

    * Improved visibility on transparent backgrounds
    * Themed arrow buttons in applets that were missing them
    * Layout and antialiasing fixes in various applets

Approved by:	portmgr (erwin/pav)
2008-08-29 11:30:04 +00:00
Oliver Lehmann
8b959a1114 update the URL where to download freealut and where the webpage is now 2008-08-27 18:00:10 +00:00
Florent Thoumie
566395bcbb Add audio/taglib-sharp, a tagging library for the mono framework. 2008-08-27 16:37:59 +00:00
Tilman Keskinoz
cf4e3a2dfc Fix misplaced .endif
Reported by:	QAT
2008-08-27 15:34:40 +00:00
Pietro Cerutti
993af1bda7 - Add dependency on python
- Bump portrevision
- Fix python path on ecarack script
2008-08-27 15:30:04 +00:00
Pietro Cerutti
43d401a4fb - Update to 0.5.3 2008-08-27 15:20:08 +00:00
Pietro Cerutti
126365b36e - Update to 1.4.6
- Respect DATADIR
2008-08-27 15:09:41 +00:00
Tilman Keskinoz
ef88d27e4c Unbreak compile on 64bit platforms 2008-08-27 14:21:58 +00:00
Martin Wilke
6db2a58d63 - Update to 0.0.7 2008-08-27 11:10:59 +00:00
Martin Wilke
439b61ed9b - Update to 0.63
PR:		126836
Submitted by:	Denise H. G. <darcsis@gmail.com> (maintainer)
2008-08-25 21:24:37 +00:00
Martin Wilke
18982fe494 - Update to 2008.08.13
PR:		126794
Submitted by:	Ports Fury
2008-08-25 21:16:34 +00:00
Martin Wilke
e9e46a87f5 - Update to 2.5.2
PR:		126795
Submitted by:	Ports Fury
2008-08-25 21:16:31 +00:00
Edward Tomasz Napierala
77a232816e aubio is a library for audio labelling. Its features include
segmenting a sound file before each of its attacks, performing pitch
detection, tapping the beat and producing midi streams from live
audio.  The name aubio comes from 'audio' with a typo: several
transcription errors are likely to be found in the results too.

The aim of this project is to provide these automatic labelling
features to other audio softwares.  Functions can be used offline
in sound editors and software samplers, or online in audio effects
and virtual instruments.

WWW:    http://aubio.org/
2008-08-24 18:04:07 +00:00
Rong-En Fan
7c953598e5 - Project moved to sourceforge
- New distfile available: size changed due to some Mac only files included
  in the tarball, like:

  ._layer1.txt:          AppleDouble encoded Macintosh file
- Pass maintainership to submitter

PR:		ports/126769
Submitted by:	Marcin Cieslak <saper at SYSTEM.PL>
2008-08-24 06:12:53 +00:00
Dmitry Marakasov
f1e0afb274 - Add more mirrors to make it fetchable; unbreak 2008-08-22 19:32:02 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Rong-En Fan
23d966a95f - The author promised to put the distfile on sourceforge. So we extend the
expiration date a little bit.

PR:		ports/123230
Submitted by:	Marcin Cieslak <saper at SYSTEM.PL>
2008-08-20 12:51:24 +00:00
Mark Linimon
8c22b68fb0 Reset conrads@cox.net due to lack of time to work on FreeBSD.
Hat:		portmgr
2008-08-20 06:40:43 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Martin Wilke
5399fa3bc3 - Fix build on 6.X
Reported by:	erwinbot/pavbot
Submitted by:	maintainer
2008-08-19 15:03:50 +00:00
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Martin Wilke
0a76875e59 - Update to 2.5.0
PR:		126593
Submitted by:	Ports Fury
2008-08-18 22:08:13 +00:00
Martin Wilke
2c918e019a The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
2008-08-18 09:22:07 +00:00
Martin Wilke
5d5e8449a4 - Update to 0.9.15
PR:		126531
Submitted by:	Sascha Klauder <sascha@trimind.de> (maintainer)
2008-08-15 15:22:42 +00:00
Martin Wilke
36dbafb68d - Update to 2008.08.04
PR:		126420
Submitted by:	Ports Fury
2008-08-11 22:41:17 +00:00
Brooks Davis
cacd04b622 Upgrade to 7.1, mostly a bugfix release.
Fix an error in the rc.d script where a typo caused a couple variable
names not to expand.  Some configuration settings may need to be restored or
/var/db/squeezecenter/%{name}.conf (literally) my be renamed to
squeezecenter.conf.
2008-08-11 16:57:00 +00:00
Martin Wilke
2250045f03 - Connect audio/kid3-kde4 to the build 2008-08-10 19:59:54 +00:00
Martin Wilke
dfd877faa3 - Change dependency to kde4 2008-08-10 19:58:42 +00:00
Joe Marcus Clarke
7ebb5510d7 Don't use included libltdl. 2008-08-10 19:24:30 +00:00
Joe Marcus Clarke
39c23b1342 Properly set the number of channels and sound format options. 2008-08-10 06:50:52 +00:00
Joe Marcus Clarke
514d268790 Add an OSS driver for libcanberra, and make this the new default. 2008-08-09 20:44:32 +00:00
Erwin Lansing
49501b90ef Mark BROKEN: does not build. 2008-08-09 14:03:12 +00:00
Emanuel Haupt
cc9e88fe37 Works on amd64, mark accordingly 2008-08-08 09:21:29 +00:00
Eric Anholt
d661e422dd Drop maintainership on my ports as I'm no longer using FreeBSD. 2008-08-06 20:41:05 +00:00
Philip M. Gollucci
24785674ce Clean up the rc.d script as suggested by dougb
Submitted by:   dougb via e-mail
Approved by:    maintainer (implicit), araujo (mentor)
2008-08-06 14:31:59 +00:00
Joe Marcus Clarke
3cd0e1bc76 The share/gnome/shutdown directory is not yet owned, so try to clean it
up.

Reported by:	QA bot
2008-08-06 07:06:50 +00:00
Joe Marcus Clarke
08efae2648 Add a missing dependency on libvorbis.
Reported by:	QA bot
2008-08-06 06:32:59 +00:00
Joe Marcus Clarke
b96350a567 Add libcanberra, a light-weight implementation of the Freedesktop Sound
Theme specification.
2008-08-06 03:52:23 +00:00
Martin Wilke
16d82841ce - Fix build after qt 4.4.1 update 2008-08-04 23:33:44 +00:00
Martin Wilke
90faa4979f - Update to 2008.07.21
PR:		126167
Submitted by:	Ports Fury
2008-08-02 22:34:56 +00:00
Dmitry Marakasov
60a6bcf050 - Remove diacritics to avoid possible problems with non-ascii characters
- Thus, unbreak building port when using unicode locale

PR:		ports/121882 (based on)
Submitted by:	<daniel dot kauffman at rocksolidsolutions dot org>
Approved by:	miwi (mentor)
2008-08-02 19:33:06 +00:00
Dmitry Marakasov
8613bde18c - Fix mastersite
PR:		ports/126133
Submitted by:	"Stefan Ehmann" <shoesoft at gmx dot net> (maintainer)
Approved by:	miwi (mentor implicit)
2008-07-31 21:00:41 +00:00
Philip M. Gollucci
18f529ff22 - fully utilize USE_RC_SUBR
itectu@: no more .sh
  dougb@: move load_config above variables checks
- Bump PORTREVISION

PR:             ports/125623
Approved by:    maintainer, gabor (mentor)
2008-07-31 16:12:03 +00:00
Michael Johnson
b5f0e4a6ec Fix build with libxine
Submitted by:	Max Brazhnikov <makc@issp.ac.ru>
2008-07-29 23:33:01 +00:00
Diane Bruce
2611a9dec9 - xoscope is a digital oscilloscope using input from a sound card or EsounD
and/or a ProbeScope/osziFOX and will soon support Bitscope hardware.
  Includes 8 signal displays, variable time scale, math, memory, measurements,
  and file save/load.
- Unfortunately will not work on amd64 due to many int vs. string coding errors.
2008-07-28 18:56:45 +00:00
Philippe Audeoud
73749bcf85 - Update to 3.4.2 2008-07-27 14:10:28 +00:00
Rong-En Fan
0cf2913627 - Fix some linux/bash specific commands in mpdscribble-setup
- Bump PORTREVISION
- Add couple mirrors from the new maintainer
- Pass maintainership to submitter

PR:		ports/125968
Submitted by:	Martin Tournoij <carpetsmoker at rwxrwxrwx.net>
2008-07-27 02:47:34 +00:00
Joe Marcus Clarke
166c13a976 Update to 0.9.11. 2008-07-26 21:29:53 +00:00
Michael Johnson
3a46969955 Update to 1.2rc1
Requested by:	marcus
2008-07-26 19:27:38 +00:00
Michael Johnson
013e77e70b Update to 0.1.4 2008-07-26 03:27:28 +00:00
Martin Wilke
453f8ad228 - Update maintainer mail address
PR:		125786
Submitted by:	Phillip N. <pneumann@gmail.com>
2008-07-25 22:46:15 +00:00
Renato Botelho
ae4c07c967 - Add gentoo mirrors as MASTER_SITES 2008-07-25 17:47:15 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Pietro Cerutti
09db2e42a9 - Enhance next/prev commands. Next on last track jumps to first track. Prev
on first track jumps to last track.
- Bump PORTREVISION
2008-07-25 11:29:18 +00:00
Pav Lucistnik
29e60de039 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 09:08:42 +00:00
Pav Lucistnik
c667d592b2 - Chase cpp-xmms2 update 2008-07-25 09:07:25 +00:00
Pietro Cerutti
2a113a214a - Unquote MAKE_ENV values
Reported by:	pav
2008-07-25 09:05:42 +00:00
Pav Lucistnik
88f332edbc - Fix plist
Reported by:	pointyhat
2008-07-24 20:18:36 +00:00
Edward Tomasz Napierala
139be00688 - Remove 5.x support.
PR:		ports/124947
Submitted by:	Philip M. Gollucci <pgollucci at p6m7g8 dot com>
2008-07-23 16:23:59 +00:00
Edward Tomasz Napierala
43d7f04cac - Upgrade to 3.4. 2008-07-23 10:48:01 +00:00
Florent Thoumie
b874e7ee7b Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by:	portmgr (self)
2008-07-22 21:55:48 +00:00
Edward Tomasz Napierala
ee5e716670 - Update to 0.25. 2008-07-22 08:10:58 +00:00
Mark Linimon
0c0742fc1c Removed by submitter request due to legal concerns.
PR:		ports/125831
Hat:		portmgr
2008-07-21 16:33:22 +00:00
Rong-En Fan
fd47512c4d - Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:		ports/125435
2008-07-21 04:49:09 +00:00
Christian Weisgerber
270ce9dfaa LP64 fixes: normalize truth values rather than truncating to int.
Approved by:	maintainer
Obtained from:	Arnaud Bergeron <abergeron@gmail.com>
2008-07-18 20:15:06 +00:00
Joe Marcus Clarke
54b9cc63c7 Fix a potential infinite loop when starting esd from gnome-settings-daemon. 2008-07-18 04:35:19 +00:00
Martin Wilke
24586440f7 - Update to 9.11
PR:		125688
Submitted by:	Ports Fury
2008-07-17 23:12:27 +00:00
Martin Wilke
6be3519efc - Update to 0.19
PR:		125687
Submitted by:	Ports Fury
2008-07-17 23:12:16 +00:00
Martin Wilke
dbed537785 - Update to 2008.07.02
PR:		125686
Submitted by:	Ports Fury
2008-07-17 23:11:51 +00:00
Joe Marcus Clarke
bd932eab0f Update to 0.2.39. 2008-07-17 18:52:40 +00:00
Martin Wilke
fbb5d5bdc4 - Update to 1.6
PR:		125702
Submitted by:	Maintainer
2008-07-17 18:47:43 +00:00
Renato Botelho
f0dd413999 - Add libmowgli dependency explicity to avoid forget to bump PORTREVISION when
libmowgli version bump again in the future
- Bump PORTREVISION for last libmowgli update
2008-07-17 12:14:29 +00:00
Roman Bogorodskiy
e03ed6161e Update to 2.1.6. 2008-07-17 11:07:37 +00:00
Pietro Cerutti
b8dbac88c3 - New port: lastfmrec
LastFMrec plays a last.fm radio stream.
  While listening it creates one mp3-file per song and names it after artist
  and title.
  It can be run inside a shell or in a pop-up xterm (as browser plugin).

  WWW: http://elgrande.daemoncore.org/index_lastfmrec.php

PR:		125674
Submitted by:	Tino Engel <goaengel@gmx.net> (new maintainer)
2008-07-16 19:55:16 +00:00
Pietro Cerutti
ced951d6a0 - Update to 0.9.14 2008-07-16 19:32:09 +00:00
Ed Schouten
dbfe0e9669 Bump audio/herrie to version 2.1.
This release has some minor fixes to the OSS code, but also improvements
to its usability.

Approved by:	philip (mentor)
2008-07-16 10:06:28 +00:00
Pietro Cerutti
ae684db375 - Fix long time outstanding bug causing tcd to crash upon disc change 2008-07-15 22:32:21 +00:00
Jung-uk Kim
6c3440ddd0 Work around SNDCTL_DSP_GETBLKSIZE API incompatibility.
PR:		ports/125542
2008-07-15 16:36:13 +00:00
Nicola Vitale
8e6f3bffad - Update to 1.37
- Use ${COPYTREE_SHARE} to install docs
2008-07-15 13:08:53 +00:00
Joe Marcus Clarke
c8670a69ba Add CONFLICTS. 2008-07-13 17:44:06 +00:00
Joe Marcus Clarke
11a0e3e365 Protect some files with %%PYTHON%%.
Reported by:	QA Tinderbox
2008-07-13 17:39:06 +00:00
Joe Marcus Clarke
7189a2f744 Update to 0.11.6. 2008-07-13 00:17:41 +00:00
Tim Bishop
f04cda993e - Update to 2.1.1 2008-07-11 16:58:08 +00:00
Ion-Mihai Tetcu
28eb3eb3ce - fix plist for -DNOPORTDOCS
- bump PORTREVISION

Prompted by:	QA Tindy run
Approved by:	maintainer (on irc some time ago)
2008-07-10 18:56:28 +00:00
Ion-Mihai Tetcu
774ae8a41d - s/WITHOUT_PORTDOCS/NOPORTDOCS/ to fix plist
- bump PORTREVISION

Prompted by:	QA Tindy run
Approved by:	maintainer timeout on BotMail
2008-07-10 18:42:13 +00:00
Ion-Mihai Tetcu
009b2e3ff4 - respect DOCSDIR
- fix plist with -DNOORTDOCS
- bump PORTREVISION

Prompted by:	QA Tindy run
Approved by:	maintainer timeout on BotMail
2008-07-10 18:39:15 +00:00
Alexander Botero-Lowry
b4ea7339f0 - remove the no longer needed patch files that cause binding builds to fail 2008-07-10 16:41:44 +00:00
Wesley Shields
7d5e8e898e Update to 0.18
PR:		ports/125401
Submitted by:	Bapt <baptiste.daroussin@gmail.com> (maintainer)
2008-07-09 13:31:06 +00:00
Nicola Vitale
f057d309cd - Update to 0.2.1 2008-07-09 12:20:43 +00:00
Pav Lucistnik
9c5aa61a88 - Still broken on 6.x 2008-07-08 22:21:51 +00:00
Pav Lucistnik
ed53e9f09a - Chase xmmsclient shlib bump
Pointy hat to:	alexbl
2008-07-07 21:57:58 +00:00
Lars Engels
f51a61f1e4 - Bump PORTREVISION as distfile was re-rolled with small changes
PR:		ports/125150
Submitted by:	Jin-Shan Tseng
2008-07-07 18:00:15 +00:00
Emanuel Haupt
7c95c66b16 Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we support
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler.
2008-07-07 13:41:57 +00:00
Nicola Vitale
47000cbeb9 - Fix installation when the user sets WITH_TAGLIB, using port >= required version in *_DEPENDS for all py-* dependencies
PR:		ports/125283
Submitted by:	Zane C. B. <vvelox at vvelox.net>
2008-07-07 12:19:54 +00:00
Christian Weisgerber
b72db1b841 Add WITHOUT_ICONV knob. Use at your own peril.
PR:		124181
Submitted by:	Helge Oldach
2008-07-05 16:24:10 +00:00
Edwin Groothuis
efc10f5751 Update audio/audacity-devel to 1.3.5
Attached is a diff to update audacity 1.3.3 to audacity 1.3.5.

PR:		ports/123519
Submitted by:	"Jack L." <xxjack12xx@gmail.com>
2008-07-04 23:40:10 +00:00
Pietro Cerutti
e0fc8b8537 - Fix stop command. Do not restart if play mode is set to repeat
- Refactor repeat track
- Bump portrevision
2008-07-04 18:14:46 +00:00
Tim Bishop
93f89fc7a6 - Update to 2.1 2008-07-04 13:40:31 +00:00
Tim Bishop
d2882363ab - Update to 2.1. 2008-07-04 13:37:23 +00:00
Beech Rintoul
1c12fa0d50 - Update to 1.07
PR:		ports/125175
Submitted by:	David Yeske <dyeske@gmail.com> (maintainer)
2008-07-03 00:33:40 +00:00
Alexander Botero-Lowry
f71f4c2467 - update to 0.5DrLector
Submitted by:	swell.k@gmail.com
2008-06-30 04:45:45 +00:00
Tim Bishop
d57e8a63a9 This plugin for SqueezeCenter makes it possible to create smart
playlists. Although the standard SqueezeCenter doesn't support smart
playlists by itself, together with iTunes and the standard
SqueezeCenter 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 SqueezeCenter. The SQL Playlist plugin takes
care of this problem and implements native smart playlist in
SqueezeCenter 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.slimdevices.com/index.php/SQL_Playlist_plugin
2008-06-29 22:05:56 +00:00
Pietro Cerutti
680356a122 - Fix build
PR:		124995
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2008-06-29 22:00:22 +00:00
Tim Bishop
ca45d0a25b This plugin looks at the songs before and after the current song in
the playlist and determines whether an album is playing or if random
tracks are playing. After that determination, it sets the player's
transition behaviour (crossfade, fade, etc) appropriately. The
transition behaviour for the album/random/default cases can be changed
by modifying the values of the four global variables at the top of
Transitions.pm. There is also a user configurable section for
excluding specific genres from being processed for album/random
detection. In these cases, the 'default' transition preference will be
used (not in v1.5).

WWW: http://www.sutula.us/james/slimserver/
2008-06-29 21:59:50 +00:00
Tim Bishop
5618af2399 This is a statistic plugin for SqueezeCenter. SqueezeCenter 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 SqueezeCenter.

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 SqueezeCenter 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.slimdevices.com/index.php/TrackStat_plugin
2008-06-29 21:59:28 +00:00
Tim Bishop
2d59184efc This is a SqueezeCenter plugin screensaver datetime replacement.
Graphically displays current weather conditions and forecasts. Will
also optionally display stock quotes and upcoming/active game
information for MLB, NBA, NHL, NFL, and college football and
basketball teams at user-configurable intervals.

WWW: http://www.gregbrown.net/squeeze/superdatetime.htm
2008-06-29 21:58:55 +00:00
Tim Bishop
d9c0f1d5a5 This is a SqueezeCenter plugin to add lazy search capabilities. Lazy
searching allows for much faster entry of search text by allowing you
to forget about multi-tapping and instead just press each of the
remote control buttons once for each of the letters in the text,
whatever position the letter appears in above the button.

WWW: http://hickinbottom.demon.co.uk/lazysearch/
2008-06-29 21:56:21 +00:00
Tim Bishop
943a16d323 The Dynamic Playlist plugin is a SqueezeCenter 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.slimdevices.com/index.php/Dynamic_Playlist_plugin
2008-06-29 21:43:35 +00:00
Martin Wilke
f3d395779c Vagalume is an GTK+-based client for the Last.fm online radio.
Although it works in standard PCs, it is specially designed
to work in the Maemo platform. It has access to virtually all
the same functions as the official client, including scrobbling,
tagging, loving, banning etc.

WWW: http://vagalume.igalia.com/

PR:		ports/124882
Submitted by:	Bernhard Fröhlich <decke at bluelife.at>
2008-06-29 11:10:29 +00:00
Martin Wilke
75e8e4f101 - Update to 2.4.3
PR:		124810
Submitted by:	Chess Griffin <chess@chessgriffin.com>
Approved by:	maintainer
2008-06-28 15:16:59 +00:00
Martin Wilke
a933282254 - Update to 0.9.12
PR:		124975
Submitted by:	Sascha Klauder <sklauder@trimind.de> (maintainer)
2008-06-28 14:52:52 +00:00
Pietro Cerutti
d066457c63 - Add volume handling capabilities 2008-06-27 20:58:02 +00:00
Pietro Cerutti
07db9b1ac3 - Fix segmentation fault when ejecting a CD
- Fix typo in my e-mail address
- Bump portrevision
2008-06-26 23:31:04 +00:00
Pietro Cerutti
9f68103ff8 - Update to 1.0
- fuidsynth plugin
  - vietnamese translation
  - Bug fixes

  See http://tuxguitar.com.ar/changes.html
2008-06-26 21:11:15 +00:00
Pietro Cerutti
b5abc23f81 - Save disc information in local database after retrieval
from MusicBrainz
2008-06-26 19:46:53 +00:00
Pietro Cerutti
3fb5d3b048 - New port: tcd
TCD is a simple, user-friendly ncurses-based CD player.

- Add homebrew MusicBrainz support (default OFF).
2008-06-26 18:37:56 +00:00
Nicola Vitale
3efda162f6 - Update to 1.5.2 2008-06-26 15:43:30 +00:00
Marcelo Araujo
801d3113a2 - Fix docs installation.
- Bump PORTREVISION.

Submitted by:	itetcu (QA Tindy)
Approved by:	Jackson Low <xxjack12xx@gmail.com> (maintainer, implicit)
2008-06-25 22:23:05 +00:00
Adam Weinberger
65a85408e3 Add a fix to prevent a segfault when an mp3 file is followed by a
Vorbis file.

Transfer maintainership to the submitter, at the request of the
previous maintainer.

PR:		ports/124616
Submitted by:	Fabian Keil <fk@fabiankeil.de>
Approved by:	Original maintainer (uspoerlein@mgail.com)
2008-06-25 04:25:32 +00:00
Marcelo Araujo
5f2eba1251 - Remove 5.x support.
- Use SF macro.

PR:		ports/124945
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by:	Craig Boston <craig@yekse.gank.org> (maintainer, implicit)
2008-06-25 01:18:22 +00:00
Marcelo Araujo
f73e0143bb - Remove 5.x support.
- Use SF macro.

PR:		ports/124946, ports/124953
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by:	Jack L. <xxjack12@gmail.com> (maintainer)
2008-06-25 01:00:40 +00:00
Jung-uk Kim
cfebd7d8be Update to build 1016.
Changelog:	http://www.4front-tech.com/forum/viewtopic.php?p=9334#9334
2008-06-24 21:36:50 +00:00
Ion-Mihai Tetcu
fc0a410721 - restore the way it was before I started to "fix" things that didn't need
fixing (it was failing on my tindys because of a very particular environment
poisoning)
- no bump of PORTREVISION this time since I didn't actually changed anything

Pointyhat to:	itetcu@ (raises and waves "It's me!")
2008-06-24 19:11:56 +00:00
Dirk Meyer
4a97bd47eb - fix build for gnstep-base 1.15 2008-06-24 17:08:15 +00:00
Brooks Davis
7952d5226b Remove most bare references to "squeezecenter" in files subject to
substitution.  Now I'm ready for what ever they decide to call 8.0. :)
This also fixes the newsyslog.conf entry created by pkg-install.

Reported by:	Tim Bishop <tim at bishnet dot net> (newsyslog.conf)
2008-06-24 16:10:23 +00:00
Andrej Zverev
21ae257e6e - Drop maintainership 2008-06-24 07:11:00 +00:00
Ion-Mihai Tetcu
f116dee919 - Really fix plist this time
- bump PORTREVISION again
2008-06-24 07:03:37 +00:00
Volker Stolz
c3f9e7f025 Fix pkg-plist to honor NOPORTDOCS.
PR:		ports/124880
Submitted by:	maintainer
2008-06-24 03:05:15 +00:00
Ion-Mihai Tetcu
7c33e7af2b - fix plist for -DNOPORTDOCS
- bump PORTREVISION

Submitted by:	QA Tindy run
2008-06-24 01:18:59 +00:00
Pietro Cerutti
b4bf778f14 - Show currently played track time in directory view 2008-06-23 23:24:27 +00:00
Nicola Vitale
96526172e1 - Unbreak (after upgrading of audio/taglib to 1.5)
- Update to 0.94.5
- Add PYEASYINSTALL_ARCHDEP=yes
- Use CHEESESHOP as primary download site
2008-06-23 16:09:55 +00:00
Emanuel Haupt
b16fd44c3c The last update never worked. The player wouldn't even start.
- Reclaim maintainer-ship
- Roll back to the last working version
- Bump PORTEPOCH

Pointyhat to:	miwi
2008-06-23 11:33:24 +00:00
Martin Wilke
46f7500d9c - Update to 0.1.0
PR:		124843
Submitted by:	Ports Fury
2008-06-23 11:05:31 +00:00
Martin Wilke
5f2a4936b5 - Update to 2008.06.14
PR:		124842
Submitted by:	Ports Fury
2008-06-23 11:03:46 +00:00
Martin Wilke
09fb8f10fb - Update to 0.5.2.1
PR:		124844
Submitted by:	Ports Fury
2008-06-23 10:51:31 +00:00
Dmitry Marakasov
2ea2f9e958 Audiere is a high-level audio API. It can play Ogg Vorbis, MP3,
FLAC, uncompressed WAV, AIFF, MOD, S3M, XM, and IT files. For audio
output, Audiere supports DirectSound or WinMM in Windows, OSS on
Linux and Cygwin, and SGI AL on IRIX.

Audiere is open source and licensed under the LGPL. This means that
you may freely use Audiere in commercial products, as long as you
do not modify the source code. If you do modify Audiere and release
a product that uses your modifications, you must release your changes
to the code under the LGPL as well.

Audiere is portable. It is tested on Windows, Linux-i386, Cygwin,
and IRIX with at least three major compilers. Most of Audiere is
endian-independent, so I expect it would work with few modifications
on other architectures.

WWW: http://audiere.sourceforge.net/

PR:		ports/124710
Approved by:	miwi (mentor)
2008-06-23 10:10:09 +00:00
Thomas Abthorpe
54bb0907f2 - Remove BROKEN
- While I am here, use BERLIOS macro

Noticed by:	pav
2008-06-23 04:58:59 +00:00
Dmitry Marakasov
a8e8d4a45d - devel/dumb was moved to audio/dumb
- depend on libdumb.a library instead of dumbout
- remove ONLY_FOR_ARCHS, as dumb is now usable on 64bit architectures

PR:		ports/124502
Submitted by:	myself
Approved by:	miwi (mentor), ehaupt (maintainer, via private email)
2008-06-22 19:53:41 +00:00
Dmitry Marakasov
bcc831d73e - Move devel/dumb to audio/dumb where it actually belongs
- Take maintainership
- Use SF macro
- Use -fPIC on 64bit architectures
- Remove useless debug library

Approved by:	miwi (mentor)
2008-06-22 19:25:28 +00:00
Brooks Davis
6bacfafd46 Fix the softsqueeze wrapper script. The path was wrong in general and more
wrong when PREFIX was set to something other than /usr/local.

Also, invoke the Java VM wrapper as java instead of javavm.

Reported by:	Tim Bishop <tim at bishnet dot net> (path issue)
2008-06-21 17:38:13 +00:00
Martin Wilke
bf72904646 - Enable wavegain support
- Bump PORTREVISION

PR:		124808
Submitted by:	Denise H. G. <darcsis@gmail.com> (maintainer)
2008-06-21 15:28:21 +00:00
Pietro Cerutti
1ae5fdeb10 - New port: dcd
dcd is originally a console CD player for Linux.
  This version uses libcdaudio in order to run on FreeBSD.
  It integrates MusicBrainz! and local look-ups.
2008-06-20 21:13:54 +00:00
Martin Wilke
01910aedc6 - Chase taglib bump 2008-06-20 17:49:56 +00:00
Martin Wilke
9a2d9a2a1c - Convert to cmake framework
PR:		124327
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2008-06-20 16:51:27 +00:00
Martin Wilke
60684e64d5 - Update to 0.9.6
PR:		124308
Submitted by:	Ports Fury
2008-06-20 16:48:37 +00:00
Christian Weisgerber
a3a71e00ee Rename manual "test" target to "regression-test" so that it will
be automatically run on the package build cluster.

Suggested by Pedro <pfgshield-freebsd@yahoo.com>.
2008-06-20 16:22:18 +00:00
Thomas Abthorpe
6d160479c2 - Chase taglib bump 2008-06-20 15:41:53 +00:00
Thomas Abthorpe
29340dd172 - Chase taglib bump
- Mark as BROKEN

Approved by:	portmgr (pav)
2008-06-20 15:41:07 +00:00
Thomas Abthorpe
28f81ebdbc - Update to 1.5
Approved by:	maintainer implicit
2008-06-20 15:38:53 +00:00
Pietro Cerutti
d3d44c6497 - ibm is not a valid entry for JAVA_VENDOR anymore
Reported by:	Jon Feuss <jon.feuss@feuss.net> (via private e-mail)
2008-06-20 09:35:43 +00:00
Ed Schouten
1078968999 Use the email address from the FreeBSD project for my ports.
Rink Springer also asked me if he could maintain his own ports. Change
maitainership of games/sudsol, net/freedbd and net/kissd to Rink.

Approved by:	philip (mentor), rink
2008-06-20 07:18:30 +00:00
Pietro Cerutti
b063f62396 - Set JAVA_VENDOR to all but freebsd, as it seg-faults with diablo-jdk
Reported by:	Jon Feuss <jon.feuss@feuss.net> (via private e-mail)
2008-06-19 18:52:42 +00:00
Pietro Cerutti
fda4204969 - Accept a filename as a parameter and open it. Revert to the default
behavior and open the default file if no parameter is specified.

Reported by:	Jon Feuss <jon.feuss@feuss.net> (via private e-mail)
2008-06-19 18:10:55 +00:00
Dmitry Marakasov
e696084d23 Update my email address in 132 ports.
Approved by:	miwi (mentor)
2008-06-19 17:28:24 +00:00
Pav Lucistnik
761bd752c2 - Update to 1.63.5
PR:		ports/124735
Submitted by:	Chess Griffin <chess@chessgriffin.com>
2008-06-19 11:09:47 +00:00
Pav Lucistnik
6da29a94fa - This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.

With hat:	portmgr
2008-06-19 02:54:54 +00:00
Edwin Groothuis
2e10dc802c [NEW PORT] audio/kirocker: KDE Kicker applet for Amarok
This is Kirocker Music Display. It is a KDE Kicker applet
	for Amarok that displays current song info and allows for
	basic playback control and song rating. Included is a
	fullscreen mode that can be used with or without the applet
	running - an Amarok script is also included to launch the
	fullsreen mode from within Amarok.

	Homepage: http://www.kde-apps.org/content/show.php?content=52869

PR:		Jason E. Hale <bsdkaffee@gmail.com>
Submitted by:	ports/116683
2008-06-18 22:51:39 +00:00
Pav Lucistnik
0ee5289cda - Delete expired audio/mbrola port: relies on forbidden port misc/compat3x;
last release 2000
2008-06-18 22:11:00 +00:00
Pav Lucistnik
c4731fb747 - Make this a standalone port instead of audio/mbrola slave 2008-06-18 22:07:37 +00:00
Pav Lucistnik
36585489c5 - Update to 0.17
- Allow on amd64
2008-06-18 21:04:25 +00:00
Edward Tomasz Napierala
a02e241cad - Try to fix build on RELENG_6. Untested, as I cannot build it on tb[34]
due to failing dependencies.
2008-06-18 12:11:06 +00:00
Edwin Groothuis
507b59dca2 [New port] audio/wavegain
WaveGain is a program that applies ReplayGain to wave files.
	The FreeBSD port of WaveGain is with a patch from gnormalize
	whose author is Claudio Fernandes de Souza Rodrigues.

	The author of WaveGain is John Edwards.

	WWW: http://www.rarewares.org/others.html

PR:		ports/123963
Submitted by:	Denise H. G. <darcsis@gmail.com>
2008-06-18 08:59:44 +00:00
Edwin Groothuis
7b1bef4ffa [PATCH] audio/nas: update to 1.9.1
* Update to 1.9.1 which is claimed to fix many race conditions
	  and nasd segfaults (I experience those quite often with
	  1.8) (I haven't yet used new nasd for enough time to prove
	  that)
	* Use SF macro, USE_XORG (so this port should be ready to
	  ports/122340) and make this port respect CC/CXX
	* Adapt all old patches to the new code

PR:		ports/123684
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	maintainer timeout
2008-06-18 08:48:58 +00:00
Edwin Groothuis
ed8779539c [PATCH] audio/liba52: powerpc build requires -fPIC
Powerpc is similar to amd64 in that it requires -fPIC when
        building shared libs

Portversion bump to differentiate between builds.

PR:             ports/122899
Submitted by:   Peter Grehan <grehan@FreeBSD.org>
Approved by:    maintainer timeout
2008-06-18 08:39:36 +00:00
Edwin Groothuis
44337542a8 [PATCH] audio/liba52: powerpc build requires -fPIC
Powerpc is similar to amd64 in that it requires -fPIC when
	building shared libs

PR:		ports/122899
Submitted by:	Peter Grehan <grehan@FreeBSD.org>
Approved by:	maintainer timeout
2008-06-18 08:39:01 +00:00
Pav Lucistnik
351df6c655 - Drop maintainership
Submitted by:	Andrew Wingorodov <mail@andr.ru> (maintainer)
2008-06-18 07:21:30 +00:00
Brooks Davis
7686bc2e30 Add CPAN/Encode to the list of directories we exclude since the version of
Encode::Detect found there is now incompatable with the on provided by ports.

Fix the plist.

Reported by:	Nick Evans <nevans at talkpoint dot com>
2008-06-18 05:09:30 +00:00
Brooks Davis
dea0c173ed Actually update to 7.0.1 including referencing the right distfile.
In 7.0.1, squeezecenter supports new and old versions of JSON::XS.  Keep
the custom module that handles this so things work correctly.

Pointy hat to:	brooks
2008-06-17 05:14:49 +00:00
Pietro Cerutti
270be0c2c4 - Add support for CDDB lookups via libdiscid
- Bump PORTREVISION

PR:		124035
Submitted by:	gahr
Approved by:	maintainer timeout (alexbl; 3 weeks)
2008-06-16 23:11:43 +00:00
Michael Landin
1b9f0c3da1 - update to 1.4.9.1
Submitted by:		"Pawel Pekala" <c0rn@o2.pl>
PR:			ports/123794
2008-06-15 13:38:29 +00:00
Jimmy Olgeni
bbdb4d4623 A few typo fixes for ports/audio descriptions. 2008-06-15 12:52:11 +00:00
Rong-En Fan
be9750b9c6 - Convert old style rc script to the new world order
- Install kernel modules in PREFIX/modules instead of PREFIX/lib
- Bump PORTREVISION

PR:		ports/124063 (based on)
Submitted by:	Volodymyr Kostyrko <c.kworr at gmail.com>
Tested by:	Volodymyr Kostyrko <c.kworr at gmail.com> (earlier version)
2008-06-15 06:09:12 +00:00
Gabor Kovesdan
cc1ac8c6c0 - Make OPTIONS work
PR:		ports/124165
Submitted by:	Olivier Smedts <olivier@gid0.org>
2008-06-14 22:25:30 +00:00
Stanislav Sedov
013cda5c80 - Fix pkg-plist in NOPORTDOCS case.
Reported by:	itetcu
2008-06-14 16:17:10 +00:00
Lars Engels
51ed940665 Update to 1.9.0
Changelog: http://www.atunes.org/wiki/index.php?title=Changelog#aTunes_1.9.0
2008-06-14 10:22:58 +00:00
Li-Wen Hsu
ed91e1908d - Update to 0.6.16
PR:		ports/124551
Submitted by:	Tobias Roth <ports AT fsck.ch> (maintainer)
2008-06-14 03:02:42 +00:00
Brooks Davis
4d8c9529a5 Upgrade to squeezecenter 7.0.1.
Fix plist in the NOPORTDOCS case. [0]

Reported by:	itetcu [0]
2008-06-12 00:56:51 +00:00
Pav Lucistnik
cf7f6a345d - Mark BROKEN
Reported by:	pointyhat
2008-06-11 21:05:45 +00:00
Edward Tomasz Napierala
74ac00279b - Update to 0.3.3. 2008-06-10 12:33:31 +00:00
Jimmy Olgeni
0ff36edac9 According to pkg_add -v, pkg-plist executes the following commands:
ln -sf bin/toast /usr/local/bin/tcat
  ln -sf bin/toast /usr/local/bin/untoast

which create these incorrect links:

  /usr/local/bin/tcat -> bin/toast
  /usr/local/bin/untoast -> bin/toast

Replacing %F with %f in pkg-plist removes the extra bin/.
2008-06-08 11:06:03 +00:00
Dirk Meyer
6327aa3531 - use DOCSDIR 2008-06-08 08:11:19 +00:00
Christian Weisgerber
577f0664ad Repair PORTREVISION, which was accidentally lost in rev 1.8.
Submitted by:	kris
2008-06-08 01:21:03 +00:00
Edwin Groothuis
6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00
Felippe de Meirelles Motta
3ff89862cd On 2008-01-01, audio/paman was moved to audio/pavucontrol. But this seems to be a mistake since these are two distinct projects.
PulseAudio Manager (paman) is a simple GTK frontend for the PulseAudio sound server.

WWW: http://0pointer.de/lennart/projects/paman/

PR:		ports/119674
Submitted by:	Romain Tartiere <romain@blogreen.org>
Approved by:	gabor (mentor)
2008-06-06 02:47:23 +00:00
Martin Wilke
ca3cf784c7 - Update to 2.6.1
PR:		124307
Submitted by:	Ports Fury
2008-06-05 22:31:18 +00:00
Martin Wilke
6f6d5835f4 - Update to 9.10
PR:		124309
Submitted by:	Ports Fury
2008-06-05 22:31:13 +00:00
Martin Wilke
4e0f3ff63a - Update to 1.63.4
PR:		124310
Submitted by:	Ports Fury
2008-06-05 22:31:06 +00:00
Pietro Cerutti
418590fea8 - Fix configure script, in case it doesn't find pkg-config
Reported by:	ionbot
2008-06-04 08:09:51 +00:00
Pietro Cerutti
6e64d57700 - Update to 0.10
- Add support for Pulseaudio soundserver via the OPTIONS framework
- Respect WITHOUT_NLS knob
- Take maintainship
2008-06-03 23:09:26 +00:00
Martin Wilke
8d5af6670f Goggles Music Manager is a music collection manager and player that
automatically categorizes your music files based on genre, artist, album,
and song. It supports gapless playback and features easy tag editing.

WWW: http://code.google.com/p/gogglesmm/

PR:		ports/124080
Submitted by:	Sascha Klauder <sklauder at trimind.de>
2008-06-03 13:23:09 +00:00
Pietro Cerutti
1b2b8fa725 - Update to 1.0-RC4 2008-06-02 15:41:02 +00:00
Philippe Audeoud
492fb6517e - Update to 3.4.1
Approved by:	mentor (implicit)
2008-06-02 15:31:48 +00:00
Martin Wilke
2f64191742 - Update to 7.0.0.2
PR:		124026
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2008-06-01 20:31:47 +00:00
Martin Wilke
e9f9d10a68 - Update to 7.0.0.3
PR:		124026
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2008-06-01 20:31:01 +00:00
Martin Wilke
5043ff4db7 - Add support for WITHOUT_NLS option
- Fix the post-patch target
- Remove un-necessary Author line in pkg-descr
- Pass maintainership to submitter

PR:		124158
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
2008-06-01 12:52:53 +00:00
Rong-En Fan
883d02d834 - Do not assume /bin/sh is bash in setup.sh
- Install setup.sh as mpdscribble-setup which is required at runtime
- Bump PORTREVISION

PR:		ports/122993
Submitted by:	Sokolov Alexey <sokolov at truebsd.org>
2008-06-01 12:34:11 +00:00
Martin Wilke
313aa20c7e - Update to 2.0.2
PR:		124020
Submitted by:	Scot W. Hetzel <swhetzel@gmail.com> (maintainer)
2008-06-01 10:18:41 +00:00
Ion-Mihai Tetcu
084b6ecc6b - Respect NOPORTDOCS, noticed by itetcu@
- bump PORTREVISION

PR:		ports/124010
Submitted by:	Max Brazhnikov (maintainer)
2008-05-31 08:05:35 +00:00