Commit graph

42 commits

Author SHA1 Message Date
Thomas Zander
3af48c1f2c UIDs:
- Add freevo

GIDs:
- Add freevo

multimedia/freevo
- Handle user/group creation via Makefile variables
- Stagify
- Add License
- Bump PORTREVISION
- Simplify install
  - remove pkg-install.in
  - handle private subdirs in /var via pkg-plist and Makefile
  - remove user/group handling in pkg-deinstall.in

PR:		ports/189995
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
Approved by:	thierry (mentor), maintainer
2014-05-26 17:42:21 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Ruslan Makhmatkhanov
8311956b20 - update project urls
PR:		187232 187233 187234 187235
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
2014-03-04 06:45:45 +00:00
Emanuel Haupt
02e32ad925 Remove trailing whitespaces from category multimedia 2014-02-21 13:38:20 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
William Grzybowski
1e34739b64 Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
2013-12-15 16:22:17 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Baptiste Daroussin
062ed8d36f Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework
2013-05-06 10:22:41 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Ruslan Makhmatkhanov
9ae1f94968 - fix checking for correct version of py-beautifulsoup once again
At the moment I can't think of a better solution for the case when
multimple versions of beautifulsoup is installed.
2012-07-31 13:38:28 +00:00
Ruslan Makhmatkhanov
90275bf7fc - add LATEST_LINK for py-beautifulsoup32
- fix dependency name and bump PORTREVISION for dependend ports

Reported by:	pointyhat (erwin)
2012-07-31 07:07:36 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Greg Larkin
649ed43937 - Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR:		ports/160846
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-09-29 21:18:00 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Pav Lucistnik
9330dffc5a Port was broken following recent python updates.
- remove dependency on python 2.5 version
- add additional patches needed due to python Twisted library updates
- fix rc.d script

PR:		ports/152965
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
Feature safe:	yes
2011-01-20 13:58:54 +00:00
Giuseppe Pilichi
9fa5d4e59f - Update freevo to 1.9.0_3
PR:                ports/145859
Submitted by:      J.R. Oldroyd <fbsd@opal.com>
Approved by:       tabthorpe
2010-05-31 21:38:16 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Dennis Herrmann
251ccc24c8 - Update to 1.9.0
PR:		ports/135044
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
2009-06-01 19:56:31 +00:00
Dmitry Marakasov
55412867a9 - pkg-install and plist fixes
- while here, further fix plist and remove superfluous pre/post.mk usage

PR:		133813
Submitted by:	"J.R. Oldroyd" <fbsd at opal dot com> (maintainer)
2009-04-22 00:46:42 +00:00
Beech Rintoul
2e043352fc - Update to 1.8.3
PR:		ports/130592
Submitted by:	J.R. Oldroyd <fbsd@opal.com>
2009-02-02 03:24:19 +00:00
Ion-Mihai Tetcu
ae5549c4a1 Mark broken if -DNOPORTDOCS at maintainer's request.
Submitted by:	maintianer on private mail.
2008-06-25 18:15:36 +00:00
Edwin Groothuis
090059a210 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 14:17:21 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
bf1ae20fd5 - Pass maintainership to submitter
PR:             110362
Submitted by:   "J.R. Oldroyd" <fbsd@opal.com>
Approved by:    Soeren Dossing (old maintainer)
2007-03-16 09:54:14 +00:00
Rong-En Fan
075b40dd6e - Try to remove some locale directories that are not in mtree file [1]
- Define USE_GETTEXT [1]
- Bump PORTREVISION for changes above [1]
- Reorder RUN_DEPENDS to pet portlint(1) [2]

PR:		ports/101498 [1]
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru> [1], rafan [2]
Approved by:	Soren Dossing <netcom at sauber.net> (maintainer)
2006-08-12 06:17:37 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Alexander Nedotsukov
335ea90ffb - Workaround Python ioctl() wrapper deficiency different way so Freevo
do not attempts to read media every other second.
- Move pkg-message into files/pkg-message.in [1]

PR:		95226 [1]
Approved by:	maintainer
2006-04-03 06:48:04 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Sam Lawrance
6ff15f0e81 Update to 1.5.4.
PR:		ports/91616
Submitted by:	Soren Dossing <netcom@sauber.net> (maintainer)
2006-02-07 22:48:19 +00:00
Sam Lawrance
b0bed731ad Pass maintainership to Soren Dossing <netcom@sauber.net>.
PR:		ports/92186
Approved by:	Lewis Thompson <lewiz@compsoc.man.ac.uk> (outgoing maintainer)
2006-02-07 15:11:34 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Edwin Groothuis
e62864a49b Chase libversion bumb to libMagick.so.9
PR:		ports/91270
2006-01-05 03:57:35 +00:00
Pav Lucistnik
4ee2112386 - Update to 1.5.3
PR:		ports/86369
Submitted by:	Soren Dossing <netcom@sauber.net>
Approved by:	Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer)
2005-10-03 22:03:24 +00:00
Mark Linimon
8f7b43c177 Update maintainer's email address.
Requested by:	maintainer
2005-04-08 03:41:18 +00:00
Pav Lucistnik
b0e528882a - Fix BATCH build
PR:		ports/74750
Submitted by:	Lewis Thompson <purple@lewiz.net> (maintainer)
2004-12-11 23:40:04 +00:00
Edwin Groothuis
375304aa7c NEW PORT: multimedia/freevo, an open-source home theatre PC platform
This is a new port for Freevo, an open-source home theatre
	PC platform based on Linux and a number of open-source
	audio/video tools.  I considered submitting this as a
	follow-up to ports/59047 but decided against as it is an
	entirely new port.

PR:		ports/68215
Submitted by:	Lewis Thompson <purple@lewiz.net>
Nagged by:	dnns@#bsdports
2004-11-23 22:31:56 +00:00