Commit graph

15693 commits

Author SHA1 Message Date
Emanuel Haupt
46d004ce64 - Update to 1.0.0
- Move master site to GitHub
- Now use cmake

Changelog: http://milkytracker.titandemo.org/docs/ChangeLog.html
2017-03-23 19:29:31 +00:00
Antoine Brodin
7cfe69b584 - Add USES=samba to handle dependency on samba
Valid ARGS:  build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D8919
2017-03-21 21:59:31 +00:00
Tobias Kortkamp
fed5cabe2d - Add SNDIO option
- Reset maintainer after 4 consecutive maintainer timeouts
- Use *_CONFIGURE_WITH options helper
- Do not install tests by default

PR:		217385
Obtained from:	OpenBSD
Approved by:	lme (mentor), maintainer timeout (3 weeks)
Differential Revision:	https://reviews.freebsd.org/D10072
2017-03-21 12:05:55 +00:00
Marcelo Araujo
a79de56299 Update maintainer email address.
Submitted by:	John Hixson <jhixson@gmail.com> (maintainer)
2017-03-20 18:42:27 +00:00
Tobias Kortkamp
2da4b4aa14 New port: audio/supercollider
SuperCollider is a programming language for real time audio synthesis
and algorithmic composition.

The language interpreter runs in a cross platform IDE and communicates
via Open Sound Control with one or more synthesis servers.  The
SuperCollider synthesis server runs in a separate process or even on a
separate machine so it is ideal for realtime networked music.

SuperCollider was developed by James McCartney and originally released
in 1996.  He released it under the terms of the GNU General Public
License in 2002 when he joined the Apple Core Audio team.  It is now
maintained and developed by an active and enthusiastic community.  It
is used by musicians, scientists, and artists working with sound.

WWW: http://supercollider.github.io/

PR:		208443
Submitted by:	Tobias Brodel <brittlehaus@gmail.com>
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10043
2017-03-20 16:25:23 +00:00
Rene Ladan
c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00
Vanilla I. Shu
bd47bc735f Update to 0.1.5. 2017-03-17 14:03:43 +00:00
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Tobias Kortkamp
399fdf0b14 Update to 3.0.3
PR:		217303
Approved by:	lme (mentor), alex@kaworu.ch (maintainer timeout, 2 weeks)
Differential Revision:	https://reviews.freebsd.org/D9950
2017-03-13 10:53:52 +00:00
Emanuel Haupt
78e65dba70 Update to 3.0.2 2017-03-13 09:19:22 +00:00
Emanuel Haupt
6ea0d5733f Update to 3.0.1 2017-03-11 20:11:26 +00:00
Thomas Zander
5ab6ea4304 Update to upstream version 0.20.6 (bugfix release)
MFH:		2017Q1
2017-03-11 19:39:37 +00:00
Roman Bogorodskiy
93154d0e73 audio/mpg123: update to 1.24.0
PR:		217590
Submitted by:	Anton Yuzhaninov
2017-03-11 12:50:55 +00:00
Alex Kozlov
7b0cbba528 - Remove empty directories
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr blanket
2017-03-07 15:28:19 +00:00
Jason E. Hale
db40a4a04e Add missing Qt4 xml dependency to fix build failure when TEST option is ON
Register Qt4 corelib dependency
Fix LICENSE and add LICENSE_FILE

Approved by:	portmgr (blanket)
MFH:		2017Q1 (blanket)
2017-03-06 23:50:09 +00:00
Thomas Zander
e6347b3f44 Update to upstream release 2.0.0
PR:		215814
Submitted by:	joe@thrallingpenguin.com
Reviewed by:	riggs
2017-03-05 16:27:12 +00:00
Thomas Zander
b66d245e9b Add default OPTION for READLINE so users can disable it for custom builds
PR:		213513
Reported by:	rozhuk.im@gmail.com
MFH:		2017Q1
2017-03-04 12:08:58 +00:00
Alexey Dokuchaev
44b1e2aafe - Resurrect `audio/rezound' as the days of gcc/libstdc++ mess are gone
(at least on tier-1 architectures)
- Update to version 0.13.1beta which includes many C++ related fixes
  (unfortunately, a number of issues still remain to be patched)
- Let the compiler handle template instantiation of ``TPoolFile'' [1]
- Use native atomics instead of pulling Boost header
- Convert few remaining sed(1) in-place editing to patch files
- Bump FOX toolkit version being used (1.4 -> 1.6)
- Get rid of absolute port origins when specifying dependencies
- Unbreak NLS option (and enable it back by default)

[1] http://bugs.gentoo.org/334797
2017-03-03 16:22:28 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00
Sean Bruno
3bdb51fef2 Upstream has replaced their dist file, added/replaced files and didn't
bump the version.  Yell at me if this causes issues.
2017-03-03 06:15:02 +00:00
Alexey Dokuchaev
10abba4f7d - Define LICENSE (MIT)
- Remove MAKE_JOBS_UNSAFE that was added in r415925: while it's true that
  most plugins we have in the tree are make(1) jobs unsafe (and, in fact,
  come from the same upstream with nearly identical (and broken) Makefile
  logic), this particular port contains single C source file and we build
  and install it directly via port's Makefile (in situ), so it can hardly
  be make(1) -jX unsafe
2017-03-02 12:42:50 +00:00
Alexey Dokuchaev
a1fd1ae3c8 This is a spectrogram plugin for DeaDBeeF audio player.
WWW: https://github.com/cboxdoerfer/ddb_spectrogram
2017-03-02 12:31:17 +00:00
Tobias Kortkamp
8e3d285431 New port: audio/sonic-visualiser
Sonic Visualiser is a program for viewing and analysing the contents
of music audio files.

It supports serveral audio file formats and displays their waveforms
and spectograms in a straightforward way. The audio data can be
annotated and played back featuring time streching. Furthermore it
can be extended by third-party vamp plugins for feature extraction.

WWW: http://www.sonicvisualiser.org/

PR:		208401
Submitted by:	uddka@student.kit.edu
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9788
2017-03-02 08:56:14 +00:00
Rene Ladan
98953eed72 Remove expired ports:
2017-01-28 japanese/ruby-eb: Upstream no longer active
2017-03-01 japanese/xyaku: Unmaintained, depends on expired japanese/ruby-eb
2017-03-01 archivers/libunrar4: Outdated version. Please use archivers/libunrar5 instead
2017-03-01 sysutils/xacpim: Mastersite disappeared
2017-03-01 sysutils/linux-nero: Probably cannot actually burn CD/DVD on recent FreeBSD
2017-03-01 audio/libofa: MusicDNS service has been discontinued
2017-03-01 17:50:09 +00:00
Jason E. Hale
9ba0299f95 Fix configure for QT5 option after Qt 5.7.1 update (r434380)
configure:4371: checking for Qt library version >= 5.1
configure:4392: c++ -c -O2 -fno-strict-aliasing -pipe -march=core2 -fstack-protector -isystem /usr/local/include  -
isystem /usr/local/include -I/usr/local/include/qt5 -fPIC -isystem /usr/local/include conftest.cpp >&5
In file included from conftest.cpp:17:
In file included from /usr/local/include/qt5/QtCore/qglobal.h:83:
/usr/local/include/qt5/QtCore/qcompilerdetection.h:562:6: error: Qt requires a C++11 compiler and yours does not seem to be that.
2017-02-28 21:23:41 +00:00
Dmitry Marakasov
01c00e325d - Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
2017-02-28 09:01:41 +00:00
Rene Ladan
10a0fb614e Reset ports of itetcu@ after taking in his commit bit for safekeeping.
With hat:	portmgr-secretary
2017-02-27 21:20:41 +00:00
Jose Alonso Cardenas Marquez
9f14548a75 - Freepascal update to 3.0.2
- Lazarus BUMP PORTREVISION
- Connect www/fpc-googleapi and devel/fpc-fcl-pdf
2017-02-26 17:38:04 +00:00
Antoine Brodin
789652771a Deprecate ports broken for more than 6 months 2017-02-26 13:58:50 +00:00
Emanuel Haupt
cf101e5dff Update to 3.0 2017-02-26 11:39:57 +00:00
Emanuel Haupt
019f6534b0 (Readdition of audio/alac which was removed on 418056)
Add a new version of alac, apple Lossless Audio Codec.

PORTEPOCH is in order because of pre-existing version with a different
versioning schema.
2017-02-26 11:38:45 +00:00
Olivier Duchateau
eac99644f2 - Update to 0.5.0
- Sort USES
2017-02-26 10:29:41 +00:00
Thomas Zander
201605ea86 Update to upstream version 0.20.5; fixes buffer overflows in http output
MFH:		2017Q1
2017-02-26 08:34:35 +00:00
Matthew Rezny
46060e3ac3 Pass PREFIX to the install script in case it's not /usr/local
PR:		216834
Submitted by:	mi
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9800
2017-02-25 14:50:28 +00:00
Olivier Duchateau
8891d35141 - Update to 1.37
- Fix LICENSE

Changelog: https://github.com/quodlibet/mutagen/blob/release-1.37/NEWS
2017-02-25 14:05:25 +00:00
Sunpoet Po-Chuan Hsieh
827af78128 Update to 1.36.3
Changes:	https://github.com/quodlibet/mutagen/blob/master/NEWS
2017-02-25 09:55:43 +00:00
Muhammad Moinur Rahman
bb6e39edd2 audio/fdk-aac: Update version 0.1.4=>0.1.5
PR:		216114
Submitted by:	takefu@airport.fm
2017-02-24 13:31:28 +00:00
Wen Heping
798fd391ef - Update to 5.6.0
PR:		217117
Submitted by:	beerml@sigma6audio.de(maintainer)
2017-02-23 13:02:31 +00:00
Dmitry Marakasov
0ccc6a1bf5 - Update to 0.24.2
PR:		217170
Submitted by:	beerml@sigma6audio.de (maintainer)
2017-02-21 10:41:37 +00:00
Jan Beich
a9425224f1 devel/libevent2: drop historical suffix after r362796
PR:		216777
Approved by:	mm (maintainer)
2017-02-20 02:57:04 +00:00
Wen Heping
0035e43763 - Update to 0.8.4
PR:		217171
Submitted by:	beerml@sigma6audio.de(maintainer)
2017-02-20 02:40:12 +00:00
Jason E. Hale
a5639e56ab Update to 3.4.5
Changes:	https://sourceforge.net/p/kid3/code/ci/3fd4d4/tree/ChangeLog
2017-02-20 00:19:17 +00:00
Tobias C. Berner
f3c180c343 Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
  By moving the libraries we should finally be able to get rid of the inplace
  upgrade bug (see ports bugs 194088, 195105 and 198720):  when Qt5's libraries
  were lying in /usr/local/lib, which would often get added by pkgconfig to the
  linker paths via dependencies, the already installed libraries were linked
  against, instead of the ones that were being built. This forced us to make
  sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
  linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]

There are several new Qt5 ports which all have been created by Marie Loise Nolden
<nolden@kde.org>. Thanks again.

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9213
2017-02-18 19:48:05 +00:00
Thomas Zander
8215c086e5 Chase wavpack update: bump PORTREVISION on ports linking to it by default
PR:		216847
Reported by:	pkubaj@anongoth.pl
MFH:		2017Q1
2017-02-18 15:23:53 +00:00
Thomas Zander
d191ed2f3a Update to upstream release 5.1.0; fix several invalid memory reads
PR:		216847
Submitted by:	pkubaj@anongoth.pl
Reviewed by:	riggs
MFH:		2017Q1
Security:	CVE-2016-10169
		CVE-2016-10170
		CVE-2016-10171
		CVE-2016-10172
2017-02-18 14:51:25 +00:00
Ruslan Makhmatkhanov
41e3136a28 audio/exaile-devel: update to latest revision 2017-02-16 20:35:48 +00:00
David Thiel
a380af10bb Move to luasocket-51.
PR:		180053
Submitted by:	David Demelier
2017-02-16 18:40:28 +00:00
Tobias Kortkamp
dc7c0f4c7d New port: audio/gstreamer1-plugins-sndio
The GStreamer sndio plugin allows applications that use GStreamer to
play and record to/from an sndio server.

This includes WebKit-based browsers, video players like Totem, and
audio players like Rhythmbox.

WWW: https://github.com/t6/gstreamer1-plugins-sndio/

PR:	215904
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9622
2017-02-16 10:23:40 +00:00
Tobias Kortkamp
98058b8684 Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9610
2017-02-15 12:28:29 +00:00