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

11381 Commits

Author SHA1 Message Date
Guido Falsi
8266a1ab65 Revert Created by line to include only the nickname.
Requested by:	trevor
2012-10-03 06:41:21 +00:00
Guido Falsi
8a1906c339 - Update to 5.18.02
- Remove ABI version numbers from LIB_DEPENDS
- Add patch to avoid a rare segfault
- While here, trim Makefile headers

PR:		ports/172109
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
2012-10-02 06:53:38 +00:00
Guido Falsi
2bf029bae6 Bristol is an emulation package for a number of different 'classic'
synthesisers including additive, subtractive and a few organs.
The application consists of the engine, which is called bristol,
and its own GUI library called brighton that represents all the
emulations.

WWW: http://bristol.sourceforge.net/

PR:		ports/169861
Submitted by:	pjm <pierrejacqes.mimifir@gmail.com>
2012-10-01 21:52:42 +00:00
Pietro Cerutti
35f8232ad2 - Convert to OptionsNG
Notified by:	http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG
2012-10-01 11:07:53 +00:00
Guido Falsi
7f38b5d9e8 audio/spek:
- Update to 0.8.1
- While here, trim Makefile headers

PR:		ports/172174
Submitted by: 	Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer)
Approved by:	crees, tabthorpe (mentors, implicit)
2012-10-01 10:36:07 +00:00
Ruslan Makhmatkhanov
eec886bfa2 - update to 0.5.4
- remove patch, applied upstream
- add license (GPLv2)
- remove indefinite article in COMMENT
- move pkg-plist content into Makefile

changelog:
- fixed amd64 platform bug that caused ctronome to produce no sound on amd64
platform due to incorrect width of integers used in bitwise operations, thanks
to Dmitry Kazarov - http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170207
2012-09-30 19:15:57 +00:00
Ruslan Makhmatkhanov
fdca62cdcb - pass maintainership to new volonteer
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr

PR:		172163
Submitted by:	Chris Petrik <c.petrik.sosa at gmail dot com>
2012-09-30 06:25:19 +00:00
Sunpoet Po-Chuan Hsieh
65cd17a75f - Update to 20120911
- Cleanup Makefile header

Changes:	https://github.com/lastfm/Fingerprinter/commits/master/
2012-09-30 04:54:18 +00:00
Ruslan Makhmatkhanov
ccb140cf64 - suppress error output on terminal
- trim Makefile header while here
- bump PORTREVISION

PR:		170986
Submitted by:	Maxim Ignatenko <gelraen.ua at gmail dot com>
Approved by:	Henrik Friedrichsen <hrkfdn at gmail dot com> (maintainer)
2012-09-28 20:21:03 +00:00
Max Brazhnikov
c4cc463256 Add new port audio/msilbc:
Mediastreamer plugin for using the iLBC(TM) codec with Linphone.

WWW: http://www.linphone.org
2012-09-27 14:16:26 +00:00
Niclas Zeising
1c7b6f75e9 Update to 0.8.0
PR:		ports/172081
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer)
Approved by:	maintainer, kwm (mentor)
2012-09-27 13:41:54 +00:00
Baptiste Daroussin
16274f4dca Convert to OptionsNG 2012-09-26 08:46:40 +00:00
Jase Thew
59d947fba1 - Update to 3.0.6.1 [1]
- Convert to OPTIONSng, add DOCS option
- Convert to new format Makefile header

PR:		ports/171826 [1]
Submitted by:	Richard Hirner <hirner@bitfire.at> (maintainer)
Approved by:	flo, culot (mentors, implicit)
2012-09-26 00:59:07 +00:00
Beat Gaetzi
6c5115a339 - Chase sphinxbase update but mark it BROKEN too as it does not compile
with updated sphinxbase.

Reported by:	pointyhat
2012-09-25 19:20:14 +00:00
Thomas Abthorpe
3ba408b4e3 - Reassign to the heap at maintainer's request 2012-09-25 13:00:54 +00:00
Ruslan Makhmatkhanov
5654168e6d - update to 3.3.0
- convert Makefile header into two-line format
- use PORTVERSION and common launchpad download url, as other launchpad ports do
  to remove complexity
- update COMMENT (indefinite article removed)
- remove LICENSE_FILE for common license (GPLv2)
- convert py-* to ${PYTHON_PKGNAMEPREFIX} in dependencies
- remove shlib version from hal library dependency
- limit python version to 2.x only
- remove conflicts with unexisting exaile-devel
- convert to optionsng
- remove reinplace (XDG), that's not needed anymore
- remove deprecated attribution from pkg-descr
- sort pkg-plist

changelog:
- see first news article on www.exaile.org

PR:		171911
Submitted by:	rm (myself)
Approved by:	jsa (maintainer)
2012-09-25 07:04:59 +00:00
Olli Hauer
efdddb64ce - use {} instead () around .if ${PORT_OPTONS:M...} 2012-09-24 21:21:37 +00:00
Thomas Abthorpe
cc17f33212 - Reassign to the heap at maintainer's request 2012-09-23 22:20:55 +00:00
Jason E. Hale
4693eb6bf9 - Fix FFMPEG option when ffmpeg-devel is installed
While here:
- Move LICENSE to proper location
- Convert to USE_PKGCONFIG

PR:		ports/171813
Submitted by:	Dan Nelson <dnelson at allantgroup.com> (maintainer)
Approved by:	makc (mentor)
2012-09-23 21:19:18 +00:00
Raphael Kubo da Costa
7d62eb8272 Fix the build with clang 3.0 from 9.0-RELEASE.
See [1] for the build log, more recent clang versions already work
fine.

[1] http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp-clang.20120902011351.pointyhat-west/cam-1.02.log

PR:		ports/171266
Submitted by:	Pawel Worach <pawel.worach@gmail.com>
2012-09-23 18:35:49 +00:00
Juergen Lock
fd8a2cc952 Spell "Created by" correctly... 2012-09-23 18:28:42 +00:00
Juergen Lock
23309adca1 - Update to 1.0.16 .
- Strip Makefile headers.

Submitted by:	hselasky (maintainer)
2012-09-23 18:23:25 +00:00
Roman Bogorodskiy
38705e37bb - Add a missing dependency on libid3tag [1]
- Drop shlib versions from the dependency lines
- Update headers to the new format

PR:		171585 [1]
Submitted by:	Christopher J. Ruwe <cjr@cruwe.de> [1]
2012-09-23 17:29:12 +00:00
Thomas Abthorpe
43936edf6e - Reassign to the heap due to mail bounces
With hat:	portmgr
2012-09-22 04:14:04 +00:00
Max Brazhnikov
3d89e681b6 Add new port audio/lxmusic:
LXDE music player based on xmms2

PR:		ports/171651
Submitted by:	Eric Turgeon <ericturgeon.bsd at gmail.com>
2012-09-21 22:23:22 +00:00
Baptiste Daroussin
6b968aca1e Deprecated a bunch a ports with nor more public distfiles (thanks ehaupt's
distilator
2012-09-20 22:26:26 +00:00
Baptiste Daroussin
39734a78ed Point to a valid WWW 2012-09-20 22:00:46 +00:00
Jase Thew
0378df4047 - Update to 2.0.2
PR:		ports/171312
Submitted by:	Waitman Gobble <uzimac@da3m0n8t3r.com> (submitter)
Approved by:	flo (mentor)
2012-09-20 00:01:35 +00:00
Jason E. Hale
aa8105e054 Remove expired audio/libmusicbrainz
2012-09-12 audio/libmusicbrainz: MusicBrainz RDF webservice no longer functions
2012-09-18 15:38:43 +00:00
Wen Heping
b616d433dc - Connect linnya 2012-09-18 11:46:42 +00:00
Max Brazhnikov
9acc132122 Replace deprecated kdebase component with kdehier: the port installs
service file that can be used by any kde filemanager. I see no reason
to depend on kde-baseapps in this case.

PR:		ports/171217
Approved by:	maintainer timeout (17 days)
2012-09-17 15:07:04 +00:00
Wen Heping
3e48faa8aa Linnya is an excellent multimedia application for Unix-like OS users,
which supports music library, playlist, lyrics, and more.

WWW: http://www.linnya.org

PR:		171321
Submitted by:	XiaoQI Ge <ghw@7axu.com>
2012-09-17 12:37:40 +00:00
Baptiste Daroussin
c93dcecf31 - update to 0.10.20 2012-09-17 06:53:29 +00:00
Dirk Meyer
ce58758fe6 - use OPTIONS_DEFINE 2012-09-16 15:47:00 +00:00
Christian Weisgerber
0062a3fa62 Remove pointless header lines from ports I created once upon a time. 2012-09-15 20:00:32 +00:00
Christian Weisgerber
9f7e240854 Update to 0.1.5.
This release removes the confusing and ineffective '--speech' and
'--music' options to opusenc.

PR:		171565
2012-09-15 19:46:11 +00:00
Christian Weisgerber
7a37085c46 Update to 1.0.1. Opus has now been standardized by the IETF as RFC 6716.
PR:		171564
2012-09-15 19:42:56 +00:00
Jason E. Hale
f748a140b9 - Update to 1.1
- Drop ABI version numbers from LIB_DEPENDS

Approved by:	avilla (mentor)
2012-09-13 12:55:53 +00:00
Jason E. Hale
7afa609aeb - Update MAINTAINER to my new FreeBSD.org address
Approved by:	makc (mentor)
2012-09-13 04:45:58 +00:00
Chris Rees
f89d86de6b Fix clang build.
Thanks to theraven for helping to track down the problem.

PR:		ports/168896
Reviewed by:	multimedia (mav, briefly)
2012-09-12 21:22:40 +00:00
Pav Lucistnik
655a53df64 - Mark BROKEN on 8.2-STABLE too
Reported by:	beatmail
2012-09-11 19:37:28 +00:00
Ganael LAPLANCHE
50a6c5679f Fix build with clang 2012-09-11 09:04:27 +00:00
Steve Wills
c8596501cd - Update audio/taglib to 1.8
- Update WWW in pkg-descr
- Remove $FreeBSD$ keyword from pkg-plist

PR:		ports/171395
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2012-09-10 20:18:44 +00:00
Bryan Drewery
42602d5f21 - Update to 2012-09-07 [1]
- Remove ABI versions from LIB_DEPENDS
- Move LICENSE to make portlint happy

PR:		ports/171425 [1]
Submitted by:	John Hixson <john@pcbsd.org> (maintainer)
Approved by:	eadler, bapt (mentors, implicit)
2012-09-10 19:20:41 +00:00
Beat Gaetzi
734349b51e - Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@tormail.org>
With hat:	gecko
2012-09-10 19:19:32 +00:00
Emanuel Haupt
a525eac361 - Use OPTIONSng
- Remove deprecated header information
2012-09-10 10:49:30 +00:00
Beat Gaetzi
e5dd730132 - Fix pkg-plist
Reported by:	pointyhat
Approved by:	multimedia (bapt)
2012-09-09 17:39:58 +00:00
Eitan Adler
f439946309 Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR:	ports/171481
2012-09-09 02:30:44 +00:00
Emanuel Haupt
6908e97d10 - Use OPTIONSng
- Remove deprecated header information
2012-09-08 15:56:49 +00:00
Emanuel Haupt
fd5abe526b - Use OPTIONSng
- Remove deprecated header information
2012-09-08 12:05:34 +00:00