1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Commit Graph

7207 Commits

Author SHA1 Message Date
Pav Lucistnik
64cc7cc17a - Update to 2.2.8 2005-06-30 10:53:19 +00:00
Vanilla I. Shu
42a5f50247 add USE_XLIB when !WITHOUT_X11.
Submitted by:	Jeremy Prior <jez@netcraft.com>
2005-06-29 10:09:21 +00:00
Jeremy Messenger
49d2585c4e Update to 2.10.2. 2005-06-28 02:21:20 +00:00
Jean-Yves Lefort
b7f02b9272 - Unconditionally enable image handlers
- Convert other tunables to OPTIONS [1]

[1]:
PR:		ports/78931
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
2005-06-27 18:35:22 +00:00
Pav Lucistnik
bf82ae9a3f - Update to 2.6.6 2005-06-27 08:32:19 +00:00
Michael Johnson
fa5f1274f8 - Update to 1.07 [1]
- Autodetect MMX

PR:		ports/82678 [1]
Submitted by:	Ports Fury [1
2005-06-27 00:43:22 +00:00
Michael Nottebrock
8bf4bd1c32 Update to KDE 3.4.1 2005-06-26 15:38:58 +00:00
Vanilla I. Shu
d6ddc22771 1: Remove USE_X_PREFIX, imlib2 can be image processing library without x11.
2: bump version.
2005-06-26 14:52:14 +00:00
Vanilla I. Shu
ba484fd66f 1: add knob WITHOUT_X11
2: bump version.
2005-06-26 14:51:08 +00:00
Roman Bogorodskiy
7df4864420 Update to 5.32.
PR:		82655
Submitted by:	Tod McQuillin (maintainer)
2005-06-26 02:36:36 +00:00
Sergey Matveychuk
d744c0a068 - Update to 6.0.p23
- Lowercase port name
- Fix fetching

PR:		ports/82545
Submitted by:	maintainer
2005-06-24 09:29:45 +00:00
Koop Mast
9ec05919c1 Fix the build on 4.x by disabling some code that gcc 2.95 doesn't like.
PR:		82434
Submitted by:	lofi
2005-06-23 11:15:40 +00:00
Joseph Koshy
8df0e5e95f Update to v3.1.2, add OPTIONS support, add support for aalib, and
some minor fixes.

Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-23 06:12:48 +00:00
Sam Lawrance
07695e9516 Update to 0.9.13
PR:		ports/82533
Submitted by:	Ports Fury
2005-06-22 17:04:29 +00:00
Sam Lawrance
1d94a7923f Update to 0.2.2
PR:		ports/82534
Submitted by:	Ports Fury
2005-06-22 17:03:57 +00:00
Sam Lawrance
3492da6936 Update to 0.5.4
PR:		ports/82535
Submitted by:	Ports Fury
2005-06-22 17:02:55 +00:00
Sam Lawrance
c4ff30c35b Update to 0.6.17
PR:		ports/82537
Submitted by:	Ports Fury
2005-06-22 17:02:04 +00:00
Koop Mast
f1fa4f358f Add libvisual-plugins. This is a set of plugins for the graphics/libvisual port. 2005-06-22 12:42:34 +00:00
Koop Mast
c014d81905 Add goom. Goom is a visual effects library with optional xmms plugin. 2005-06-22 12:37:03 +00:00
Vanilla I. Shu
af05614491 Fix building on 4.x.
Submitted by:	lofi@
2005-06-21 04:26:01 +00:00
Andrey A. Chernov
4364bdd110 Use bz2 dist to save some space
PR:             82398
Submitted by:   Matthew Luckie <mjl@luckie.org.nz>
2005-06-19 19:48:35 +00:00
Oliver Lehmann
0f572f5542 remove WITHOUT_NLS knob since it's not any longer supported by gqview's
configure script

Noted by:	philip
2005-06-18 20:58:35 +00:00
Michael Johnson
c895b7d256 - Update to 0.25 2005-06-18 15:32:39 +00:00
Jean-Yves Lefort
2c7d8686db Add xmms-waterfall.
Waterfall is yet another XMMS spectrum analyzer. While most analyzers only
show a changing snapshot of the current sound, waterfall shows a scrolling
spectrogram, a 2-d plot of frequency vs time, with energy represented by
intensity. There are also options to use color to display stereo
discrepancies, frequency onsets, or frequency uniformity.

WWW: http://www.aigeek.com/waterfall/

PR:		ports/82372
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-18 00:28:43 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Oliver Lehmann
b347391f9a update to 2.1.1 2005-06-17 22:50:50 +00:00
Eric Anholt
99f1e6024b Respect ${PREFIX}
Submitted by:	Soeren Straarup <xride@x12.dk>
2005-06-17 17:10:17 +00:00
Vanilla I. Shu
0ef31c3fb2 Add WWW to pkg-desc.
Submitted by:	mezz@
2005-06-17 03:23:40 +00:00
Vanilla I. Shu
8f41bf0bfc Fix build error on 4-stable (my fool, forgot to depends to imlib2).
Obtained from:	kris@
2005-06-17 02:03:04 +00:00
Jean-Yves Lefort
8934e61f7f Add xmms-dflowers.
Dual Flowers is a visualization plugin for XMMS.

WWW: http://www.shell.linux.se/bm/index.php?page=xmmsplugin

PR:		ports/82303
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-16 23:02:57 +00:00
Jean-Yves Lefort
06c9035626 Add xmms-dscope.
Dual Scope is a visualization plugin for XMMS.

WWW: http://www.shell.linux.se/bm/index.php?page=xmmsplugin

PR:		ports/82302
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-16 22:53:56 +00:00
Jean-Yves Lefort
32e06537af Add xmms-dspectogram.
Dual Spectogram is a dual spectral histogram for XMMS.

WWW: http://www.shell.linux.se/bm/index.php?page=xmmsplugin

PR:		ports/82301
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-16 22:41:17 +00:00
Michael Johnson
8e963e0799 - Update to 1.1.5
PR:		ports/82327
Submitted by:	Geoffrey Mainland <mainland@apeiron.net>
2005-06-16 21:50:23 +00:00
Eric Anholt
a1b9a95d12 Fix plist.
Submitted by:	krismail
2005-06-16 20:12:42 +00:00
Jean-Yves Lefort
4aa61382a3 Add xmms-dspectral.
Dual Spectralizer is a visualization plugin for XMMS.

WWW: http://www.shell.linux.se/bm/index.php?page=xmmsplugin

PR:		ports/82300
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-16 16:38:40 +00:00
Sergey Skvortsov
52cc5b9da2 Update to 0.41 2005-06-16 12:26:49 +00:00
Sergey Skvortsov
c0db160b40 Update to 0.09 2005-06-16 12:25:17 +00:00
Vanilla I. Shu
1d4e974f07 Remove ruby-evas. 2005-06-16 10:23:33 +00:00
Vanilla I. Shu
75e6b5d551 Remove ruby-evas, it's out of date, last update is 2002.
Timeout by:	knu@
2005-06-16 10:22:58 +00:00
Vanilla I. Shu
556d757388 Add esmart, it's evas smart objects development libraries. 2005-06-16 10:06:13 +00:00
Vanilla I. Shu
8af83e2209 Add epsilon, it's a small, display independent, and quick thumbnailing library 2005-06-16 10:05:09 +00:00
Vanilla I. Shu
06a021f888 add edje, it's a complex graphical design and layout engine. 2005-06-16 10:02:17 +00:00
Vanilla I. Shu
f2615746a4 Upgrade to 0.9.3.003, and remove DEPRECATED. 2005-06-16 09:59:14 +00:00
Vanilla I. Shu
dac4e80946 Upgrade to 0.9.9.010, and it's not api compatible with old one,
But, only graphics/ruby-evas depends on evas 0.6, and it's out of date.

I will remove graphics/ruby-evas later.
2005-06-16 09:50:46 +00:00
Vanilla I. Shu
e6ae83e8af Upgrade to 1.2.1. 2005-06-16 09:34:57 +00:00
Sam Lawrance
562cd08bbc Use png from ports rather than builtin version to avoid conflicts.
PR:		ports/81704
Submitted by:	David Marshall <marshall@chezmarshall.com>
2005-06-15 11:44:52 +00:00
Eric Anholt
ff45bb3d3b New port: driconf
driconf is an application for configuring DRI drivers at a system or user level,
with choices applicable to all or to specific applications.  Options are
advertised to driconf by the DRI drivers.

Assistance by:	lesi
2005-06-15 05:42:03 +00:00
Dejan Lesjak
5066edac69 Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27). 2005-06-15 02:42:14 +00:00
Dejan Lesjak
2552b8e5f9 Upgrade to XFree86 4.5.0.
Ports changes:
- Drop dependency on x11/wrapper. X server already contains this code
(programs/Xserver/os/utils.c rev. 3.58).
- Install default SecurityPolicy with XFree86-4-libraries, thus avoiding
plists and who-owns-what complications between different fooServer ports.
Copy default file to real one if that doesn't exist and remove both upon
uninstall if they are the same.
- Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since
couple of ports break with this change
(devel/imake-4/files/patch-Imake.rules)
- Add grehans patches for PPC [1]
- Several of directories that were previously in /etc/mtree/BSD.x11-4.dist
were moved to respective ports pkg-plists

PR:		[1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356
2005-06-15 02:40:03 +00:00
Eric Anholt
1cb0f1af73 Mark these ports IGNORE on XFree86, due to libGL incompatibility and the
presence of xfree86-dri.  Also, fix up the wording and the website in pkg-descr.
2005-06-15 02:16:36 +00:00