1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
Commit Graph

5288 Commits

Author SHA1 Message Date
Tilman Keskinoz
d270c6576a Remove old emailaddress 2005-04-26 14:05:55 +00:00
Kirill Ponomarev
9ae1d67e28 Take maintainership. 2005-04-26 08:28:12 +00:00
Michael Johnson
294ab530f3 - Add libcddb-doc
Libcddb documentation
2005-04-25 02:43:49 +00:00
Jean-Yves Lefort
428532260f Fix MIDI playback.
PR:		ports/80304
Submitted by:	Emanuel Haupt <ehaupt@critical.ch> (maintainer)
Approved by:	adamw (mentor)
2005-04-25 00:01:17 +00:00
Jean-Yves Lefort
8e2b69549d Open Cubic Player first appeared around December 1994 as a DOS
binary-only module player. It supported many soundcards and module
formats.

At some point, the source code was released to the public under the
terms of the GNU General Public License, and around 2003 Stian
Skjelstad ported the code to Linux.

In addition to legacy tracker formats such as mod, xm and s3m, Open
Cubic Player now also supports mp3 and ogg files.

PR:		ports/80276
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
Approved by:	adamw (mentor)
2005-04-24 14:11:31 +00:00
Sam Lawrance
43adda45b6 Add a check for PACKAGE_BUILDING to allow pointyhat to build this
port after the distfile has been manually fetched.

Requested by:	kris
Approved by:	clement (mentor)
2005-04-24 08:16:49 +00:00
Brooks Davis
c2bf9829e0 Add a dependency on expat. Don't bump PORTREVISION since it won't
change the output if it built before and packages wouldn't have built
even if RESTRICTED wasn't set.

Reported by:	pointyhat (via kris)
2005-04-24 04:57:57 +00:00
Sam Lawrance
a57f67dcc4 Avoid license violation by preventing the distfile being downloaded
automatically (previous checks were inadequate).
2005-04-24 03:47:02 +00:00
Sam Lawrance
79ce740b19 Unbreak and update to 1.0.0
PR:		ports/80180
Submitted by:	sylvio cesar <sylvioc@gmail.com>
Approved by:	clement (mentor)
2005-04-24 02:04:45 +00:00
Pav Lucistnik
94576eb083 - Update to 0.1.11
PR:		ports/79291
Submitted by:	Kelly Yancey <kbyanc@kbyanc.nttmcl.com>
Approved by:	Jens Rehsack <rehsack@liwing.de> (maintainer)
2005-04-23 21:44:41 +00:00
Brooks Davis
4160e0f377 Add missing USE_PERL5.
Reported by:	pointyhat (via kris)
2005-04-22 17:31:55 +00:00
Volker Stolz
4301812e6c Use MAKE_ARGS & PLIST_FILES/PORTDOCS 2005-04-22 13:26:32 +00:00
Michael Nottebrock
db642a875f Amarok wants kdebase. 2005-04-22 02:14:05 +00:00
Brooks Davis
2f92cc0aa4 Improve the upgrade process a bit. It was previously possible for
the log file to be owned by root because most files were opened/created
before the uid was switched to non-root.  That's not the case anymore
so we need to be sure those files are owned by slimserv:slimserv.
This isn't a problem with new installed because they are made
correctly in the rc script, but on upgrades it may be an issue.
Handle this by resetting the permissions of existing files and
directories during the install.

While I'm here, remove some leftover directory creation.  It properly
belongs in the startup script so the files will be created if /var
is clear.

Bump port revision.
2005-04-21 20:05:53 +00:00
Volker Stolz
59b562788c Get build on amd64 back on track
Noticed by: krisbot
2005-04-21 15:10:21 +00:00
Brooks Davis
af5ef7aea3 Upgrade to 6.0.1.
Stop trying to use ports versions of all the CPAN bits and do things the way
the vendor expects.  It's less elegant, but much easier to maintain.  Do build
our own versions of binary modules so we have a chance on all platforms, but
use a slightly modified version of their script to do so (mostly make it
non interactive and fetch the files from DISTDIR/DIST_SUBDIR rather
than direct from slimdevices each build).

Mark RESTRICTED.  The distfiles and the build contain non-restributable bits.
Some of the people building packages for linux are working on a way around
this (not distributing the firmware and using alternate images), but that's
no here yet.

Nagged by:	many :-)
Prodded by:	my dying cd player
2005-04-21 05:17:02 +00:00
Volker Stolz
47e350aa5c Remove INSTALLS_SHLIB: It's not running with the correct path anyway 2005-04-19 16:01:47 +00:00
Volker Stolz
bec251ec9f - Correctly package empty directory
- Remove erroneous information from pkg-descr
2005-04-19 15:57:02 +00:00
Volker Stolz
1160b91e9a - Use PLIST_FILES/PORTDOCS
- Use REINPLACE
- Minimize Makefile-patch
2005-04-19 15:48:34 +00:00
Volker Stolz
8620e68dc1 - Use PLIST_FILES
- Fix non-root install
2005-04-19 14:28:10 +00:00
Volker Stolz
06ee33efc8 Use PLIST_FILES 2005-04-19 14:27:28 +00:00
Volker Stolz
8004b3f807 Use MAKE_ARGS & REINPLACE 2005-04-19 14:23:18 +00:00
Volker Stolz
decfe46d60 Use MAKE_ARGS and PLIST_* 2005-04-19 14:19:27 +00:00
Volker Stolz
7babccad70 - Nuke two-line plist
- Sanitize post-patch target
2005-04-19 14:15:34 +00:00
Volker Stolz
3e8ee4520b Remove misleading signature (same as Whom: anyway) 2005-04-19 14:11:07 +00:00
Volker Stolz
1ee0043c0e - Don't patch Makefile if imake is going to regenerate it anyway
- Nuke two-line plist
2005-04-19 14:10:12 +00:00
Volker Stolz
038f73a9e1 - Use OPTIONS
- Nuke pkg-plist
- Minimize Makefile-patch
2005-04-19 13:55:25 +00:00
Volker Stolz
b9c7d71a3f Avoid excessive Makefile-patch 2005-04-19 08:58:44 +00:00
Volker Stolz
0a429c783f - Use MAKE_ARGS instead of Makefile-patch
- Sanitize packaging
2005-04-19 08:51:44 +00:00
Florent Thoumie
8d822ec341 - Don't remove timidity directories.
Reported by:	krismail
2005-04-19 08:43:41 +00:00
Roman Bogorodskiy
0393200356 - Update to 0.7.6
- Change pkg-descr to reflect the new patches changes
- Pass maintainership to submitter

PR:		79873
Submitted by:	Rodrigo Graeff <delphus@gmail.com>
2005-04-17 15:19:41 +00:00
Michael Johnson
2e4f5c5ac9 - Update to 1.0.0 2005-04-17 01:07:41 +00:00
Florent Thoumie
54adf866b1 - Fix PKGNAMESUFFIX which doesn't work with make(1) on RELENG_4.
Noticed by:	lofi, Dwayne MacKinnon <Dwayne.MacKinnon@xwave.com>
2005-04-16 10:36:02 +00:00
Sergey Matveychuk
2755b3aa4b - Fix pkg-message:
The loader.conf switch for the AT speaker is now called speaker_load=""
	(not atspeaker_load="" anymore)

PR:		ports/79979
Submitted by:	maintainer
2005-04-16 08:43:15 +00:00
Simon Barner
4d57a783fa - Update to 1.6.5
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
PR:		ports/79175
Approved by:	arved (mentor)
2005-04-16 06:26:22 +00:00
Jean-Yves Lefort
3a1963b241 gai-visual-audio is a GAI dockapp that displays audio visualizations for
XMMS, including blur scope, spectrum analyzer, and flower spectrum.

PR:		ports/77396
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
Approved by:	adamw (mentor)
2005-04-15 21:41:48 +00:00
Jean-Yves Lefort
02eda50bf0 gai-album is a GAI dockapp for viewing the front and back covers of
albums playing in xmms.

PR:		ports/77395
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
Approved by:	adamw (mentor)
2005-04-15 21:37:29 +00:00
Florent Thoumie
4ccca63d40 - Update to 2005.04.10.
PR:		ports/79969
Submitted by:	Ports Fury
2005-04-15 17:55:32 +00:00
Florent Thoumie
7f3804d599 - Update to 0.15.
PR:		ports/79970
Submitted by:	Ports Fury
2005-04-15 17:49:42 +00:00
Jean-Yves Lefort
4900523853 Fix a crash on startup.
PR:		ports/71591
Submitted by:	Shawn K. Quinn <skquinn@xevious.kicks-ass.net>, Simon Barner <barner@in.tum.de>
Approved by:	adamw (mentor), maintainer timeout
2005-04-14 20:53:41 +00:00
Jean-Yves Lefort
d7f75b0e6e Update to 1.4.6.
PR:		ports/79900
Submitted by:	Ulrich Spoerlein <q@uni.de>
Approved by:	adamw (mentor)
2005-04-14 16:03:55 +00:00
Michael Nottebrock
3646b38006 Don't depend on faad, since it's marked NO_CDROM. 2005-04-13 21:47:07 +00:00
Michael Nottebrock
3e06aba959 Don't depend on the core gstreamer-plugins, they include video codecs
and gstreamer-plugins-gconf.

Instead, depend only on a selection of audio-codecs and the artsd output
(which ironically is cheaper in terms of dependencies as amarok's native
arts-output).

Approved by: maintainer
2005-04-13 21:44:59 +00:00
Jean-Yves Lefort
0fb1b18f7c Fixes a crash in the Python plugin.
PR:		ports/79201
Submitted by:	myself
Approved by:	adamw (mentor)
2005-04-13 21:12:40 +00:00
Oliver Lehmann
55f31db289 reset maintainer to ports@FreeBSD.org
PR:		ports/79727
Approved by:	maintainer
2005-04-13 14:30:01 +00:00
Hartmut Brandt
e7cbf4979c s/^\.elseif/.elif/
Approved by:	kris
2005-04-13 13:03:40 +00:00
Yen-Ming Lee
7fdd27b92c - update to libusb-0.1.10a
- bump library version to all ports that depends on libusb

PR:		79084
Submitted by:	John Reynolds <johnjen@reynoldsnet.org>
2005-04-13 10:22:22 +00:00
Jean-Yves Lefort
7c10e30e3a Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by:	adamw (mentor)
2005-04-12 22:10:43 +00:00
Michael Nottebrock
10be91f19e s/.elseif/.elif 2005-04-12 18:05:21 +00:00
Florent Thoumie
11c584b401 - Update to 2.13.2.
- Assign maintainership to nork.
- Global overhaul of the port.

PR:		ports/79802
Submitted by:	Conrad J. Sabatier <conrads@cox.net>
Approved by:	maintainer timeout (see ports/68909)
2005-04-12 12:49:02 +00:00