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
Steve Price
1bdc5ad345
- Fix MASTER_SITES
...
- Support CC/CFLAGS properly
PR: 16674
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29 23:54:42 +00:00
Will Andrews
3fd44c689a
Make this port respect CC/CFLAGS properly; add secondary MASTER_SITES, and
...
support the install macros. Add nice manpage too!
PR: 18884
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29 22:13:23 +00:00
Steve Price
788658d6c6
Don't strip a Linux binary with FreeBSD's strip(1) or we can't brandelf(1)
...
them later.
PR: 18780
Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
2000-05-29 03:51:37 +00:00
David E. O'Brien
5bb90f6db9
Don't strip Linux binary with FreeBSD strip, as it then brands the binary
...
as a FreeBSD one.
PR: 18489
Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> (this fix and the PR)
2000-05-14 21:31:58 +00:00
Bill Fumerola
ccf4c430e0
ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.
2000-05-14 05:40:52 +00:00
Kris Kennaway
dea92a3227
Update to mtv 1.1.1.1
...
Submitted by: ache
2000-05-14 02:26:54 +00:00
Kris Kennaway
efc42222a9
USE_X_PREFIX wasn't being set early enough due to a version check for
...
old versions of 4.0-CURRENT. Remove the check and solve this.
Noticed by: bento
2000-04-29 21:52:52 +00:00
Will Andrews
3b26e0ea23
Update smpeg to 0.3.5.
...
PR: 18189
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Approved by: cpiazza
2000-04-25 21:31:42 +00:00
Kris Kennaway
39c06186fa
Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
...
for quite some time. If any non-committer wants to take over maintainership
please let me know.
Reviewed by: ports
No response from: erich
2000-04-23 22:59:51 +00:00
Vanilla I. Shu
308fff2f2a
Revert to libSDL-1.0.
2000-04-23 06:48:40 +00:00
Vanilla I. Shu
79eab9f8fd
Add a patch for I18N fontset.
2000-04-22 21:27:45 +00:00
Will Andrews
201929fc55
Update xmovie port.
...
1) Fix URL.
2) Use graphics/linux-jpeg library.
PR: 18151
Submitted by: maintainer
2000-04-22 20:40:17 +00:00
Chris Piazza
19a8d3c191
Update to 1.5. An alpha binary is now available, too.
2000-04-21 03:42:49 +00:00
Kris Kennaway
a9af5ae55c
Upgrade to mtv 1.1.1.0
...
Submitted by: Karel Afka <kafka@xs4all.nl>
2000-04-15 21:45:14 +00:00
Roger Hardiman
5ee7305d6c
Remove the NOT_FOR_ARCHS=alpha entry
2000-04-15 08:27:56 +00:00
Akinori MUSHA
52190dc850
Portlint COMMENT's.
...
Everybody should read the Handbook again!
PR: ports/18008
Submitted by: tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Satoshi Asami
c99c600944
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
...
string so I fixed it.
2000-04-14 10:48:02 +00:00