Commit Graph

304 Commits

Author SHA1 Message Date
Jeremy Lea
7b4c77811e Implement WANT_GNOME. 2000-10-05 07:22:56 +00:00
Jeremy Lea
b7bdcd418e Implement USE_GNOME, part 1. 2000-10-05 07:10:50 +00:00
Jeremy Lea
fda2e985da Implement USE_GTK, part 1. 2000-10-05 06:36:23 +00:00
Maxim Sobolev
f806a4798a The post-extract target in the audio/xmms/Makefile renames getbits.s to
getbits.S.  However, getbits.s is no longer present in the current XMMS
distribution.

PR:		21748
Submitted by:	maintainer
2000-10-04 12:46:02 +00:00
Maxim Sobolev
55a61bb102 Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
2000-10-04 06:40:08 +00:00
Jeremy Lea
c2cb62c821 Correct and sort PLISTs. 2000-10-02 18:19:13 +00:00
MIHIRA Sanpei Yoshiro
3144db0994 use graphics/linux-png 2000-09-28 14:49:38 +00:00
Maxim Sobolev
8b571a86f2 Yet again fix cranking sound.
Problem brought by:	sobomax
Overlooked by:		maintainer
Reported by:		many
2000-09-27 09:41:42 +00:00
Chris Piazza
399f359cf0 Add some additional master sites
PR:		21483
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-09-22 21:33:38 +00:00
Maxim Sobolev
2393c623ec Update to 1.2.3.
Approved by:	maintainer
2000-09-22 06:21:49 +00:00
Ade Lovett
10e47807a1 Add avifile, an MPEG-4 (aka DivX) player
PR:		21347
Submitted by:	Holger Lamm <holger@eit.uni-kl.de>
2000-09-19 16:18:15 +00:00
Kris Kennaway
5effd4db33 Update to realplayer 7.cs1 (Community Supported release 1)
Reviewed by:	Maintainer
2000-09-17 08:00:09 +00:00
Will Andrews
c70c66363e Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If you
have not tried KDE 2.0 or haven't done so in awhile (i.e. since July or
before), you should try this.  This version is extremely stable and offers
better functionality than before.  This update also introduces the KDE2
modules kdegraphics and kdemultimedia to our ports tree.  Additionally,
this marks the first time FreeBSD packages were announced as part of the
KDE2 beta release announcement!  :-)

Most (if not all) of the remaining modules in KDE2 will be added for the
update WRT the final release.

A hack was added to fix building with SSL in kdelibs; this has been merged
in the main tree and will go away with 2.0 release update.  Thanks to David
Faure <david@mandrakesoft.com> for his help regarding this.

Also, building the docs should now succeed because I've added a build
dependency on jade and linuxdoc (should be enough).

People can get my precompiled packages from the usual location on the KDE
FTP server (should spread to the mirrors Real Soon Now (tm)):

	http://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/FreeBSD/

Have fun!  Remember to reports bugs through http://bugs.kde.org/.
2000-09-15 21:40:47 +00:00
Bill Fenner
1299ecd8f0 Mote gxanim-0.50.tar.bz2 to ${MASTER_SITE_LOCAL}
Remove dead WWW: link
2000-09-07 23:05:30 +00:00
Satoshi Asami
1b21980287 Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these ports
work with both XFree86-3 and XFree86-4.
2000-09-05 18:34:52 +00:00
Steve Price
0896c3299b - Fix MASTER_SITES.
PR:		20854
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-09-05 01:44:25 +00:00
Steve Price
18d3e9c571 Make user interaction a runtime switch instead of a compiletime option.
PR:		20956
Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
2000-09-05 01:36:23 +00:00
Jordan K. Hubbard
62584f1050 Camserv is a program to do streaming video through the web. Streaming
video can be sent to both Netscape and Internet Explorer clients in
multi-part JPEG format.  Supports cards handled by the bktr(4) driver.

PR:		20116
Submitted by:	Charles Hein <chein@GeekDude.com>
2000-08-21 10:29:09 +00:00
Maxim Sobolev
1cd9a7a9b9 Make PATCHFILE confitional, depending on the OSVERSION and WITHOUT_3DNOW. This
shoud fix xmms if OSVERSION < 400021.
2000-08-11 13:09:07 +00:00
Will Andrews
7d7a9a2180 Make these COMMENT files conform to Handbook standard.
PR:		20269
Submitted by:	Ports Fury
2000-08-11 11:50:37 +00:00
Steve Price
9df09f5635 Remove i386 .o files in the post-extract target and respect CFLAGS. 2000-08-08 02:55:15 +00:00
MIHIRA Sanpei Yoshiro
060c56d87d change my e-mail address
--> sanpei@FreeBSD.org
2000-08-03 14:28:33 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Roger Hardiman
cd81a605e1 Add patch to allow selection of the 'VIDEO' audio input on newer
sound cards

Submitted by:	Mike Meyer <mwm@mired.org>
2000-08-01 09:20:47 +00:00
Roger Hardiman
15fbdf0720 Fix broken master site 2000-08-01 09:07:51 +00:00
Roger Hardiman
89008b180a Update maintainer's email address and clarify the DESCR file. 2000-08-01 08:58:19 +00:00
Maxim Sobolev
792a8c631e Make xmms better than ever before:
- add 3dnow support using external patch (I reworked it to touch only generated
  by automake/autoconf files, made it .gz instead of .bz2 and put on
  MASTER_SITE_LOCAL). 3dnow support is explicitly disabled if OSVERSION < 400021.
- Add LIBTOOLFILES to use our own libtool for libxmms too.

PR:		20261 (LIBTOOLFILES)
PR:		20193 (3DNOW)
Submitted by:	maintainer, FUJISHIMA Satsuki <k5@cheerful.com>
2000-07-31 07:56:10 +00:00
MIHIRA Sanpei Yoshiro
3434b0939d currently xmovie does not support DVD yet. remove ``DVD'' word.
I will update this ports, xmovie-1.4, if I have time.
2000-07-22 00:50:34 +00:00
Josef Karthauser
146880ee5d Upgrade to version 1.1.4. (Fixes zoom mode on my machine.) 2000-07-17 23:38:08 +00:00
Jim Mock
262ee4f94f Fix the build for older versions of gcc by renaming *.s -> *.S.
PR:		19846
Submitted by:	maintainer
2000-07-13 20:20:21 +00:00
Chris D. Faulhaber
afeb356a88 Remove dir created during installation 2000-07-12 20:55:54 +00:00
Maxim Sobolev
68ebbfd74c Update to 1.2.2. 2000-07-12 10:58:15 +00:00
Satoshi Taoka
716284e7b4 Update to version 7.b2
Change maintainer from kris to Vladimir Silyaev

PR:	19589
Submitted by: Vladimir Silyaev <vns@delta.odessa.ua>
Approved by: old maintainer, kris
2000-07-11 15:13:02 +00:00
Bill Fumerola
a4e942bc33 Upgrade to 1.1.1.3 and use ${PORTVERSION} stuff to make this easier to
upgrade in the future.

Approved by:	kris (MAINTAINER)
2000-07-07 04:02:59 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Alexander Langer
0d731daf26 - Support CC/CXX/CFLAGS/CXXFLAGS/MAKE properly
- Support NOPORTDOCS
- Remove USE_GMAKE
- Add WWW: line into pkg/DESCR
- Add pnm.1 LIB_DEPENDS

PR:		19344
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-28 13:34:38 +00:00
Bill Fenner
c1fe6ed468 Move local distfiles to ${MASTER_SITE_LOCAL}/fenner . 2000-06-22 19:15:32 +00:00
Maxim Sobolev
936166911d Make building/installing of the esd and mikmod plugins conditional (turned on by
default). Also slightly clean GNOME support bits.
2000-06-21 08:44:23 +00:00
Maxim Sobolev
3a5dd66556 Fix PLIST. 2000-06-21 06:47:44 +00:00
Maxim Sobolev
cb87c44ef8 Update to the 1.2.1 version. 2000-06-20 08:56:04 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
ba38716727 Remove expensive optimisations, which seems broke equalizer with our gcc.
PR:		19141
Submitted by:	Sascha Blank <blank@uni-trier.de>
2000-06-16 14:18:48 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
8ffe38bb00 Upgrade of XMMS from 1.0.1 to 1.2.0. The port may also be compiled with
WITH_GNOME (thanks to Ade Lovett), the PLIST is now sorted alphabetically.

PR:		19293
Submitted by:	Espen Skoglund <esk@ira.uka.de>
2000-06-16 07:45:29 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Maxim Sobolev
a0a204939c Initial import of xmps - a nice Gnome MPEG videoplayer. 2000-06-15 10:48:01 +00:00
Maxim Sobolev
fb8742dfb1 Update to the 0.4.0 version. 2000-06-14 15:36:24 +00:00
R. Imura
c2940dfa9a Not "plugin.html" but "plugin.htm". 2000-06-11 06:04:59 +00:00
Will Andrews
e1ead8abcb Add missing EXTRACT_SUFX.
PR:		18990
Submitted by:	Andreas Schulz <ats@first.gmd.de>
2000-06-04 17:11:18 +00:00