Commit graph

11673 commits

Author SHA1 Message Date
Alexey Dokuchaev
09e55c96c0 - Trim the Makefile header per new guidelines
- Remove hardcoded shlib ABI versions from LIB_DEPENDS
- Drop leading indefinite article and fix a typo in COMMENT
- Remove redundant standard knob description (TWOLAME)
- Unmute installation commands, cleanup Makefile a bit
- Reformat port description text for better visual appeal
2013-02-26 14:40:41 +00:00
Alexey Dokuchaev
53120f2fd0 - Trim the Makefile header per new guidelines
- Remove hardcoded shlib ABI versions from LIB_DEPENDS
- Drop leading indefinite article and fix a typo in COMMENT
- Synchronize port description with COMMENT line
- Convert to the new generation OPTIONS framework
2013-02-26 11:20:59 +00:00
Alexey Dokuchaev
ba181920a6 - Trim the Makefile header per recent agreements
- Drop leading indefinite article from COMMENT
- Convert to new generation OPTIONS framework
- Fix whitespace issues with pkg-message display
- Massively cleanup Makefile and port description
2013-02-26 11:00:09 +00:00
Alexey Dokuchaev
2f1bb027be - Remove shlib ABI versions from LIB_DEPENDS
- Do not re-describe standard option knobs
- Drop leading indefinite article from COMMENT
- Cleanup Makefile and port description
2013-02-26 10:43:36 +00:00
Alexey Dokuchaev
7f2f76366e - Trim Makefile header per new guidelines
- Drop leading indefinite article from COMMENT
- Remove shlib ABI versions from LIB_DEPENDS
- Minor whitespace fixes while I am here
2013-02-26 08:56:01 +00:00
Pawel Pekala
3218aed21f Update to version 0.8.2
PR:		ports/176408
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer)
2013-02-25 22:20:35 +00:00
David Naylor
320dd3bc87 Add audio/flake to the Port's Collection.
The Flake encoder project was started as a way for the author to learn more
about lossless audio encoding. The author chose the FLAC format because it is
open and well-documented. Although the FLAC reference encoder is also free and
open-source, the author's goal was to implement the standard from scratch as an
independent project. Flake is licensed under the GNU LGPL.

Once Flake progressed to a usable state, the author submitted the encoder to be
included as part of FFmpeg. It was included and improved upon by other FFmpeg
developers. Since then, Ithe author has added more features to Flake and
improved the encoding speed. The author plan to add some of these features into
FFmpeg as the encoder progresses.

There are both benefits and drawbacks to using Flake as a FLAC encoder
alternative. In its current state, Flake gives, on average, slightly better
compression than the FLAC reference encoder and is about twice as fast.
However, it does not currently implement all the advanced features such as
tagging, cuesheets, 24-bit audio, embedded pictures, and ogg encapsulation.
The author hopes to add these to Flake in future releases.

WWW: http://flake-enc.sourceforge.net

Approved by:	bdrewery (mentor)
2013-02-25 19:52:42 +00:00
Dirk Meyer
468b2bd081 - drop maintainership 2013-02-25 19:18:24 +00:00
Steve Wills
cf2e6b0d2d - MASTER_SITES should be CHEESESHOP for things found in pypi
PR:		ports/176305
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2013-02-24 21:29:09 +00:00
Grzegorz Blach
18e5af8e58 - Use cdcontrol eject properly
- Bump PORTREVISION

Approved by:	tabthorpe (mentor)
2013-02-23 17:20:37 +00:00
Emanuel Haupt
4350106c3c Update to 4.0.2 2013-02-23 15:21:11 +00:00
Martin Wilke
28c8b86e72 - Bump PORTREVISION after boost update
- While here trim header
- Mark broken since it failes to build with new boost

I/usr/local/include/python2.7 -c src/wrapper/id3.cpp -o temp.freebsd-9.1-RELEASE-amd64-2.7/src/wrapper/id3.o
src/wrapper/id3.cpp: In function 'void exposeID3()':
src/wrapper/id3.cpp:215:8: error: no matching function for call to 'boost::python::class_<TagLib::ID3v2::Tag, boost::noncopyable_::noncopyable, boost::python::bases<TagLib::Tag> >::def(const char [7], <unresolved overloaded function type>)'
src/wrapper/id3.cpp:215:8: note: candidates are:
2013-02-21 04:57:45 +00:00
Martin Wilke
d21cc0a075 - Unbreak build 2013-02-21 02:25:42 +00:00
Steve Wills
26f81a49ee - All things found in pypi should use CHEESESHOP for MASTER_SITES
- Added some options to extend functionality
- Added MAN pages

PR:		ports/176273
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2013-02-20 01:45:57 +00:00
Pawel Pekala
806174181b Update to version 13.02
This is a stabilization release that includes some important fixes.
Users should feel encouraged to upgrade to 13.02 immediately, and stop
using previous versions of Rosegarden.

===== Bug Fixes =====
   * Use 64 for "dumb" NoteOff velocities, not 127
   * Made InternalSegmentMapper handle RealTime segment delays consistently
   * SortingInserter now sorts stably, fixing a noteoff race in MIDI export
   * Fixed old code that never worked, making Rosegarden export LilyPond
     staff names that include transposition information
   * Fixed crash when changing the number of audio submasters (Tim Munro)

===== New Features =====
   * LilyPond export now inserts \RemoveEmptyStaves to suppress the
     printing of empty staves by default
   * Tracks have a secondary "short label" property.  The primary label
     is exported to LilyPond as the long staff name, eg., "Trumpet in Bb,"
     and the secodary label is the short staff name, eg., "Tpt."
2013-02-18 17:48:29 +00:00
Martin Wilke
6cee691e8a libshairport
============
Created by Team XBMC

This is a fork of ShairPort written by James Laird <jhl@mafipulation.org>. The
XBMC team decided to fork ShairPort and make it into a library.

What it is
----------
This program emulates an AirPort Express for the purpose of streaming music from
iTunes and compatible iPods. It implements a server for the Apple RAOP protocol.
ShairPort does not support AirPlay v2 (video and photo streaming).

It supports multiple simultaneous streams, if your audio output chain (as
detected by libao) does so.

WWW: https://github.com/amejia1/libshairport

PR:		ports/172775
Submitted by:	Manuel Creach <manuel.creach@icloud.com>
2013-02-18 04:45:09 +00:00
David Naylor
3f85129f71 Update audio/soundkonverter to 1.9.80.
- The only codec not available from ports is "flake".
 - Convert to OptionsNG"

ChangeLog:
https://raw.github.com/HessiJames/soundkonverter/v1.9.80/src/CHANGELOG
2013-02-17 18:57:23 +00:00
Pawel Pekala
90873f2c64 - Update to version 0.8.1 [1]
- gnomedocutils is needed for DOCS=off case otherwise build breaks
- Add --disable-gtk3 to CONFIGURE_ARGS to prevent linking with gtk3
- Convert to OptionsNG
- Trim Makefile header

PR:		ports/175855 [1]
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer) [1]
2013-02-16 15:41:34 +00:00
Emanuel Haupt
56435ea646 - Work around a case where .if !exists(${ETCDIR}/${f}) fails
- Consistent usage of %%ETCDIR%%
2013-02-16 14:21:33 +00:00
Emanuel Haupt
e73baa9f02 Update player and library to 4.0.1 2013-02-16 13:22:37 +00:00
Emanuel Haupt
6441e41eee Update to 4.0.0 2013-02-16 12:35:47 +00:00
Guido Falsi
b8c6660430 - Update to 2.3.0
- Fix NLS support
- Remove uneeded dependency

PR:		ports/172982
Submitted by:	XiaoQI Ge <ghw@7axu.com> (maintainer)
2013-02-16 09:04:38 +00:00
Emanuel Haupt
bd5092a95c Add libxmp, a module rendering library for audio/xmp. 2013-02-15 15:13:49 +00:00
Alexey Dokuchaev
c815a3b9b0 - Force GCC to do the build for the time being, since Clang produces bad code
at least on amd64 (mpg123 simply dumps core upon run)
- Trim Makefile header, retouch COMMENT, and perform minor Makefile cleanups

Approved by:	novel (maintainer)
2013-02-15 13:46:22 +00:00
Martin Wilke
7e685a6e1f - Switch to USE_PYDISTUTILS
Reported by:	RM
2013-02-15 06:01:13 +00:00
Martin Wilke
ae7d473913 Webservice bindings for the Musicbrainz NGS site, also known as /ws/2.
WWW: https://github.com/alastair/python-musicbrainz-ngs

PR:		ports/176069
Submitted by:	Mark Felder <feld@feld.me>
2013-02-15 02:51:11 +00:00
Martin Wilke
05fb3df923 Beets is the media library management system for
obsessive-compulsive music geeks.

WWW: http://beets.radbox.org/

PR:		ports/176087
Submitted by:	Mark Felder <feld@feld.me>
2013-02-15 02:49:57 +00:00
Martin Wilke
2fcb39c718 Bindings for Chromaprint acoustic fingerprinting and the Acoustid API
WWW: https://github.com/sampsyo/pyacoustid

PR:		ports/176110
Submitted by:	Mark Felder <feld@feld.me>
2013-02-15 02:47:46 +00:00
Martin Wilke
54001a0757 - Update MASTER_SITES 2013-02-15 02:14:18 +00:00
Pawel Pekala
eaadecbb06 - Make RUN_DEPENDS path independent
- Fix WWW line, tab -> space
2013-02-14 19:51:19 +00:00
Ruslan Makhmatkhanov
26df4eb88d - reset maintainer (Name service error for name=coreland.ath.cx
type=AAAA: Host not found)
2013-02-14 18:18:59 +00:00
Ruslan Makhmatkhanov
5020b1839d - fix fetch from main distribution mirror
- trim Makefile header, while here

PR:		174246
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	maintainer timeout (2 months)
2013-02-14 18:16:32 +00:00
Martin Wilke
83cfa0f9ee - Update to 1.6.4
- Reset maintainership

PR:		175894
Submitted by:	previous maintainer
2013-02-14 07:47:43 +00:00
Martin Wilke
32ef5736e2 - Switch MASTER_SITES to USE_GITHUP
- Correct the binary install
2013-02-12 13:09:31 +00:00
Martin Wilke
a170d12711 GTMixer is a free, simple graphical mixer for FreeBSD.
Based at GTK 2.0 Lib.

WWW: https://github.com/svagner/gtmixer

PR:		ports/174656
Submitted by:	Putrya Statislav
2013-02-12 10:05:43 +00:00
Max Brazhnikov
9e5de944bd Fix build on i386
Submitted by:	Luca Pizzamiglio <luca.pizzamiglio at gmail.com>
2013-02-11 19:00:17 +00:00
Pietro Cerutti
d6e28137b2 - Chase devel/ucommon shlib versbion bump 2013-02-11 14:21:38 +00:00
Max Brazhnikov
5c49e6a05d - Add missing/remove useless dependencies
- Remove DBUS option
- Set LATEST_LINK

Approved by:	maintainer via irc
2013-02-11 12:41:31 +00:00
Alexander Leidinger
47e5ebc124 Add dependency to libiconv.
Submitted by:	pawel
PR:		175962
2013-02-10 17:23:55 +00:00
Martin Wilke
b6b478c85e - Respect PREFIX
PR:		174995
Submitted by:	maintainer
2013-02-10 14:14:32 +00:00
Martin Wilke
b227a06113 GVolWheel is a Lightweight application which lets you control the audio
volume. GVolWheel is application which lets you control the volume easily
through a tray icon you can scroll on. Easily integrate with minimal
desktops (Openbox,IceWM,XFCE etc).

WWW:	http://sourceforge.net/projects/gvolwheel/

PR:		ports/175887
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2013-02-10 14:09:08 +00:00
Chris Rees
0dd7579209 Various spelling corrections
PR:		ports/175331
Submitted by:	Christoph Mallon
Approved by:	No objections within three weeks from any maintainer

While here, style and duplicate phrase fixes in bsdcflow pkg-descr

Submitted by:	mi
2013-02-09 12:00:52 +00:00
Bryan Drewery
05e7d4ae1f - Actually update to 0.44-2
PR:		ports/175569
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-02-08 18:22:34 +00:00
Pawel Pekala
8120e92d1e - Add missing deps that package links to on live systems
- Remove leading article from COMMENT
- Replace tab by space in WWW: line
- OPTIONS_DEFAULTS -> OPTIONS_DEFAULT

PR:		ports/175934
Submitted by:	myself
Approved by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2013-02-07 19:48:45 +00:00
Mikhail Teterin
e64af28851 Unbreak -- "builds" perfectly fine for me on FreeBSD-9.1/amd64 2013-02-07 15:24:13 +00:00
Martin Wilke
0574a80f94 - Update to 0.44.2
PR:		175569
Submitted by:	Ports Fury
2013-02-07 14:26:45 +00:00
Max Brazhnikov
8223104124 Add upstream patch to fix build with clang 2013-02-06 12:19:37 +00:00
Gabor Pali
c731105b7f - Fix breakage in the DYNAMIC-enabled ports triggered by the recent
devel/libffi update
- Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE)

Please note that port revision for all the Haskell ports without version
changes are bumped.

New ports (20):

devel/hs-MonadRandom                     0.1.8
devel/hs-base64-conduit                  0.5.1
devel/hs-bifunctors                      3.2
devel/hs-either                          3.1
devel/hs-errors                          1.3.1
devel/hs-generic-deriving                1.4.0
devel/hs-lens                            3.8.5
devel/hs-profunctor-extras               3.3
devel/hs-profunctors                     3.2
devel/hs-reflection                      1.1.6
devel/hs-timezone-olson                  0.1.2
devel/hs-timezone-series                 0.1.2
math/hs-comonads-fd                      3.0.1
math/hs-groupoids                        3.0.1.1
math/hs-nats                             0.1
math/hs-semigroupoid-extras              3.0.1
security/hs-cipher-rc4                   0.1.2
security/hs-crypto-numbers               0.1.3
security/hs-crypto-pubkey                0.1.2
security/hs-crypto-random-api            0.2.0

Updated ports (107):

archivers/hs-zip-archive                 0.1.2.1          --> 0.1.3.3
archivers/hs-zlib-bindings               0.1.1.2          --> 0.1.1.3
audio/hs-libmpd                          0.8.0.1          --> 0.8.0.2
benchmarks/hs-criterion                  0.6.2.0          --> 0.6.2.1
converters/hs-aeson                      0.6.0.2_2        --> 0.6.1.0
converters/hs-dataenc                    0.14.0.4         --> 0.14.0.5
databases/hs-persistent                  1.0.2.2          --> 1.1.4
databases/hs-persistent-sqlite           1.0.1            --> 1.1.2
databases/hs-persistent-template         1.0.0.2          --> 1.1.2.1
devel/hs-BNFC                            2.4.2.1_1        --> 2.6.0.3
devel/hs-Boolean                         0.1.1            --> 0.1.2
devel/hs-TypeCompose                     0.9.7            --> 0.9.9
devel/hs-ansi-terminal                   0.5.5_5          --> 0.5.5.1
devel/hs-ansi-wl-pprint                  0.6.4_3          --> 0.6.6
devel/hs-basic-prelude                   0.3.1.0          --> 0.3.2.0
devel/hs-checkers                        0.2.9_2          --> 0.3.1
devel/hs-classy-prelude                  0.4.1            --> 0.4.3
devel/hs-classy-prelude-conduit          0.4.1            --> 0.4.3
devel/hs-conduit                         0.5.5            --> 0.5.6
devel/hs-configurator                    0.2.0.1          --> 0.2.0.2
devel/hs-cpphs                           1.15             --> 1.16
devel/hs-edit-distance                   0.2.1.1          --> 0.2.1.2
devel/hs-file-embed                      0.0.4.6          --> 0.0.4.7
devel/hs-filestore                       0.5.0.1          --> 0.6
devel/hs-fsnotify                        0.0.4            --> 0.0.6
devel/hs-ghc-paths                       0.1.0.8_5        --> 0.1.0.9
devel/hs-git-annex                       3.20121211       --> 3.20130124
devel/hs-hashable                        1.1.2.5          --> 1.2.0.5
devel/hs-hastache                        0.4.2            --> 0.5.0
devel/hs-hlint                           1.8.39           --> 1.8.43
devel/hs-hoogle                          4.2.14           --> 4.2.15
devel/hs-hspec                           1.4.2            --> 1.4.3
devel/hs-largeword                       1.0.3            --> 1.0.4
devel/hs-lifted-base                     0.2              --> 0.2.0.2
devel/hs-monad-logger                    0.2.3            --> 0.2.3.2
devel/hs-optparse-applicative            0.4.2            --> 0.5.2.1
devel/hs-pool-conduit                    0.1.0.3          --> 0.1.1
devel/hs-project-template                0.1.0.1          --> 0.1.1
devel/hs-silently                        1.2.4            --> 1.2.4.1
devel/hs-smallcheck                      0.6.1_2          --> 0.6.2
devel/hs-system-fileio                   0.3.10           --> 0.3.11
devel/hs-unix-compat                     0.4.0.0          --> 0.4.1.0
devel/hs-unordered-containers            0.2.2.1          --> 0.2.3.0
devel/hs-vault                           0.2.0.1          --> 0.2.0.4
devel/hs-void                            0.5.8            --> 0.5.11
devel/hs-word8                           0.0.2            --> 0.0.3
mail/hs-mime-types                       0.1.0.0          --> 0.1.0.2
math/hs-categories                       1.0.4            --> 1.0.5
math/hs-comonad                          3.0.0.2          --> 3.0.1.1
math/hs-comonad-transformers             3.0              --> 3.0.1
math/hs-distributive                     0.2.2_2          --> 0.3
math/hs-pointed                          3.0.1            --> 3.0.2
math/hs-semigroupoids                    3.0.0.1          --> 3.0.2
math/hs-semigroups                       0.8.4.1          --> 0.9
net/hs-network-conduit                   0.6.1.1          --> 0.6.2.2
net/hs-simple-sendfile                   0.2.8            --> 0.2.10
print/hs-hscolour                        1.20.3,1         --> 1.20.3_1,1
security/hs-certificate                  1.3.3            --> 1.3.5
security/hs-cipher-aes                   0.1.5            --> 0.1.7
security/hs-clientsession                0.8.0.1          --> 0.8.1
security/hs-cprng-aes                    0.2.4            --> 0.3.4
security/hs-crypto-conduit               0.4.1            --> 0.4.3
security/hs-cryptocipher                 0.3.6            --> 0.4.0
security/hs-cryptohash                   0.7.9            --> 0.8.3
security/hs-pem                          0.1.1_2          --> 0.1.2
security/hs-skein                        0.1.0.10         --> 0.1.0.11
security/hs-tls                          1.0.2            --> 1.1.1
security/hs-tls-extra                    0.5.0            --> 0.6.1
sysutils/hs-angel                        0.3.3            --> 0.3.4
textproc/hs-Diff                         0.1.3_3          --> 0.2.0
textproc/hs-attoparsec                   0.10.2.0_2       --> 0.10.3.0
textproc/hs-blaze-html                   0.5.1.1          --> 0.5.1.3
textproc/hs-blaze-markup                 0.5.1.2          --> 0.5.1.4
textproc/hs-case-insensitive             0.4.0.3          --> 0.4.0.4
textproc/hs-citeproc-hs                  0.3.6            --> 0.3.7
textproc/hs-double-conversion            0.2.0.5          --> 0.2.0.6
textproc/hs-highlighting-kate            0.5.3.3          --> 0.5.3.5
textproc/hs-hs-bibutils                  4.15             --> 4.16
textproc/hs-regex-pcre-builtin           0.94.4.3.8.31    --> 0.94.4.5.8.31
textproc/hs-texmath                      0.6.1.1          --> 0.6.1.3
textproc/hs-yaml                         0.8.1.1          --> 0.8.2
www/hs-gitit                             0.10.0.2         --> 0.10.1.2
www/hs-hamlet                            1.1.1.1          --> 1.1.3.1
www/hs-heist                             0.8.2            --> 0.11.0
www/hs-hjsmin                            0.1.3            --> 0.1.4
www/hs-http-conduit                      1.8.4.3          --> 1.8.7
www/hs-http-date                         0.0.3            --> 0.0.4
www/hs-http-reverse-proxy                0.1.0.6          --> 0.1.1.1
www/hs-shakespeare-js                    1.1.0            --> 1.1.1
www/hs-snap                              0.9.2.2          --> 0.11.0
www/hs-wai-app-static                    1.3.0.4          --> 1.3.1_1
www/hs-wai-extra                         1.3.0.4          --> 1.3.2
www/hs-warp                              1.3.5            --> 1.3.7.1
www/hs-xss-sanitize                      0.3.2_2          --> 0.3.3
www/hs-yesod                             1.1.4.1          --> 1.1.7.2
www/hs-yesod-auth                        1.1.2            --> 1.1.3
www/hs-yesod-core                        1.1.6.1          --> 1.1.7.1
www/hs-yesod-default                     1.1.2            --> 1.1.3
www/hs-yesod-form                        1.2.0.1          --> 1.2.0.2
www/hs-yesod-persistent                  1.1.0            --> 1.1.0.1
www/hs-yesod-platform                    1.1.5            --> 1.1.7.2
www/hs-yesod-static                      1.1.1.1          --> 1.1.1.2
www/hs-yesod-test                        0.3.1.1          --> 0.3.3
x11-wm/hs-xmonad                         0.10_4           --> 0.11
x11-wm/hs-xmonad-contrib                 0.10_4           --> 0.11
x11/hs-X11                               1.5.0.1_3        --> 1.6.0.2
x11/hs-xmobar                            0.14_3           --> 0.16

Obtained from:	FreeBSD Haskell
2013-02-05 22:26:31 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Baptiste Daroussin
cd8a69e251 Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix
2013-02-05 15:07:10 +00:00