Commit Graph

2034 Commits

Author SHA1 Message Date
SADA Kenji
349845ba86 New port: linux_mesa3 with RedHat Package
This is Linux Version of MesaLib version 3.

PR:		ports/18656
Submitted by:	Masahiro TAKEMURA <mastake@msel.t.u-tokyo.ac.jp>
2000-09-07 04:53:17 +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
Ade Lovett
dc70aaa90b Update to 0.5 2000-09-05 17:21:46 +00:00
Maxim Sobolev
c889deb509 Mark as BROKEN if OSVERSION < 400000 (3.* and downward not supported).
Submitted by:	Jon Mansey <jon@interpacket.net>
2000-09-05 12:14:41 +00:00
Steve Price
542c73eb26 Update to version 20000817.
PR:		20733
Submitted by:	maintainer
2000-09-05 01:57:40 +00:00
Steve Price
cee52463b4 - Support MAKE properly
- Change location of data files from libdata/ to share/

PR:		20754
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-09-05 01:55:22 +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
c99ddf7b0a Update to version 4.1.38.
PR:		20868
Submitted by:	maintainer
2000-09-05 01:41:34 +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
Steve Price
c88dda479a Update to version 9.8.
PR:		21035
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-09-05 01:11:53 +00:00
Steve Price
2db05006fe Support PREFIX properly. Also split patches one file per.
PR:		21036
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-09-05 01:09:25 +00:00
Chuck Robey
8e6a6823e9 Bring this up to version 0.91.
Submitted by:	mikko@dynas.se
2000-09-04 15:33:43 +00:00
Maxim Sobolev
d0e0b8fd75 Several clenups:
- Mark as BROKEN if XFREE86_VERSION > 3;
- update agpgart node creation information (it's not in MAKEDEV).
2000-09-04 12:32:19 +00:00
Maxim Sobolev
c2d1552c94 Now bsd.port.pre.mk declares XFREE86_VERSION, so we could remove it. 2000-09-04 12:24:57 +00:00
Maxim Sobolev
f56d5946ac Add new gle port.
GLE is a library of C functions that draw extruded surfaces, including surfaces
of revolution, sweeps, tubes, polycones, polycylinders and helicoids. GLE uses
the OpenGL(R) API to perform the actual rendering.

PR:		20931
Submitted by:	David Gilbert <dgilbert@velocet.ca>
2000-09-02 15:10:04 +00:00
Maxim Sobolev
af6055a997 Properly name tty (use %x instead of %d to get device name).
Submitted by:	Dan Nelson <dnelson@emsphone.com>
2000-09-01 16:10:29 +00:00
Maxim Sobolev
3b9cdfce89 Yet again improve keyboard support. 2000-09-01 15:12:10 +00:00
Maxim Sobolev
7ad52d0d9d Improve FreeBSD support:
+ properly handle keyboard input;
+ enable linear modes (required for SDL);

- still no mouse yet.
2000-08-30 17:41:08 +00:00
Maxim Sobolev
b51506e3fb Add official patch (only affects MMX routines). 2000-08-30 08:02:35 +00:00
Satoshi Asami
36811d3a77 test uses = for equality, not ==. 2000-08-30 05:24:47 +00:00
Ade Lovett
f45284bcf6 Update to 0.9.0 2000-08-28 18:10:39 +00:00
Maxim Sobolev
95ef3fd698 Update to 1.3.2.
PR:		20853
Submitted by:	Ports Furry
2000-08-28 17:53:04 +00:00
Maxim Sobolev
d9aed60651 Change version to be 0.9.YYYYMMDD, to avoid confusion with future vendor's
1.* releases.

Submitted by:	kris
2000-08-25 09:49:04 +00:00
Maxim Sobolev
663a202941 Update to the latest cvs snapshot.
- New chipset supported: S3 Savage3D (I have not tested it personally);
- Improved support for already supported chipsets;
- Change port versioning scheme to PORTVERSION=YYYYMMDD, because despite the
  promise, the project had not released its magic 1.0 version (promised to be
  about 3 months ago);
- Catch change of the Mesa3 version.
2000-08-25 09:27:55 +00:00
Maxim Sobolev
c01aa3135c Add svgalib - a *native* port of well-knows Linux console graphics library.
Please note, that it's a work in progress, so some features doesn't work (for
example mouse support). However, the functionality already present is
sufficient to run some of the popular apps (quakeforge for example).

I tested it on ATI Mach64 and C&T55554 adapters.
2000-08-25 09:08:01 +00:00
Akinori MUSHA
a407b4fe8c Add ruby-opengl, OpenGL/GLU/GLUT interface modules for Ruby. 2000-08-24 14:12:30 +00:00
Maxim Sobolev
c8cd7a1531 Fix a breakage when XFREE86_VERSION is not defined in make.conf (I think asami
should move it into BEFOREPORTMK section).
2000-08-24 13:32:30 +00:00
Maxim Sobolev
a002bdfd0b Update to 3.2.1 and make it working on XFree86-4.
On XFree86-4 the port builds/installs only GLU and glut libraries and associated
includes, so GL applications have a chance to use GL library provided by the
XFree itself. Please don't forget to set XFREE86_VERSION=4 in your make.conf
if you are building it with XFee86-4.

Approved by:	jseger (previous maintainer)
2000-08-24 09:53:11 +00:00
Justin M. Seger
e1657265b5 Upgrade to ImageMagick-5.2.3 2000-08-23 21:20:20 +00:00
Maxim Sobolev
8d8b937e7a Update to 1.1.25. 2000-08-23 18:33:58 +00:00
Maxim Sobolev
b43c954162 Take over maintainership.
Submitted by:	jseger (previous maintainer)
2000-08-23 12:51:33 +00:00
Kevin Lo
faa603fa18 Update to version 4.1.37
PR: 20789
Submitted by: MAINTAINER
2000-08-23 07:27:01 +00:00
Thomas Gellekum
95df0eedfe Depend on py-reportlab, so that PDF output works. 2000-08-22 11:46:36 +00:00
Ade Lovett
d122075f3b Update to 0.4 2000-08-21 14:59:36 +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
cc121d9794 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. 2000-08-21 10:07:35 +00:00
Will Andrews
4ffd34e926 Update to 2.5. Add WWW to DESCR.
PR:		20653
Submitted by:	Ports Fury
2000-08-20 10:14:19 +00:00
Steve Price
8ae3ad948d This port has USE_AUTOMAKE=yes so we need to patch Makefile.am instead of
Makefile.in to really get -lqt2 in LDFLAGS.
2000-08-19 20:20:29 +00:00
Thomas Gellekum
26a8c8390e Upgrade to 0.6.8. 2000-08-18 11:55:51 +00:00
Ade Lovett
5d1708c2ed Temporarily mark BROKEN until author catches up
with new version of OAF
2000-08-17 16:43:54 +00:00
Kris Kennaway
93385a5216 Don't install stuff writable to group wheel 2000-08-17 03:25:41 +00:00
Kevin Lo
e239ae8556 Update to 20000802.
PR: 20622
Submitted by: MAINTAINER
2000-08-16 15:59:26 +00:00
Kris Kennaway
662e0bbae6 Don't install stuff group-writable when it doesnt need to be.
Reviewed by:	fenner (maintainer)
2000-08-15 20:57:44 +00:00
Maxim Sobolev
ce36c301fd Add gnome as a secondary category. 2000-08-15 06:45:19 +00:00
Chris D. Faulhaber
789408fc48 Add directories missing in PLIST
PR:		20378
Submitted by:	Maintainer
2000-08-12 12:00:47 +00:00
Alexander Langer
8a4dbbbadf - Support X11BASE properly
- Remove USE_GMAKE
- WindowMaker -> Window Maker

PR:		20543
Submitted by:	Ports Fury
2000-08-12 10:56:26 +00:00
Will Andrews
0295e7669f Move backfract to graphics category from x11.
Backfract is a fractal image "animated" wallpaper program.

PR:		20493
Submitted by:	patrick
Requested by:	asami
2000-08-11 21:36:26 +00:00
Ade Lovett
b417a4fddb Fix up 'extra' directories
Submitted by:	bento
2000-08-11 15:25:32 +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
Steve Price
3ec55c71e5 Don't try to use fpresetsticky(3) on the Alpha as it doesn't exist there. 2000-08-08 02:51:55 +00:00
Steve Price
4f35114a4c Don't try to use the non-existent fpresetsticky function on the Alpha. 2000-08-08 02:49:11 +00:00
Maxim Sobolev
12b93c7338 Update to 0.86.
- gnomify and sobomaxify the port;
- provide a shell script to make dia work just OOB.

PR:		18915 (partially)
Submitted by:	Benno Rice <benno@netizen.com.au>
2000-08-07 11:31:22 +00:00
Kevin Lo
09a0a92b00 Update to version 0.6
PR: 20425
Submitted by: Ports Fury
2000-08-07 06:54:34 +00:00
Neil Blakey-Milner
456782fa52 Upgrade to 9.7
PR:		ports/20423
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!)
2000-08-06 15:58:01 +00:00
Neil Blakey-Milner
cc886d924f Update to April 2000 version
PR:		ports/20424
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!)
2000-08-06 15:53:27 +00:00
Ade Lovett
972ca4afab Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by:	knu, sheldon
2000-08-04 16:11:37 +00:00
Jun Kuriyama
5030f575a0 Add WWW. 2000-08-04 10:20:09 +00:00
Ade Lovett
fd50c7d351 Forcibly turn off bonobo support, even if it's present on the system,
since the bonobo-related code makes references to gdk-pixbuf
features that were removed/replaced in newer versions.
2000-08-04 02:10:43 +00:00
Ade Lovett
9594f3f893 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:34:38 +00:00
Ade Lovett
1e22de0940 Update to 0.3.12 2000-08-04 01:16:18 +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
Ade Lovett
4b967bcca1 Do not try to use XML support since:
(a)  ImageMagick needs libxml2, not libxml
	(b)  libxml2 does not co-exist AT ALL with libxml
	(c)  libxml is a required component of GNOME
 	(d)  the extra functionality for ImageMagick is minimal

Thus, if you installed GNOME, and then this port, or vice-versa
Really Bad[tm] things will happen.

As and when libxml2 is used by GNOME (and libxml is buried
with partial military honors), then it will be possible to
turn this support back on.

Discovered by:	my crashbox going nuts after an install of GNOME
		and then ImageMagick.  There were no survivors :)
2000-08-02 01:52:41 +00:00
Chris D. Faulhaber
eae6b4fda4 Update port to 3.2.3c
PR:		20265
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-08-02 00:09:03 +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
Jean-Marc Zucconi
43460401e4 Upgrade to version 2.17 2000-07-30 23:29:02 +00:00
Justin M. Seger
e949aee3ad /usr/local/bin/libtool -> ${LIBTOOL}
PR:	ports/19450
2000-07-30 03:32:27 +00:00
Chris D. Faulhaber
1368142633 Update port to 1.5.1 2000-07-29 18:23:15 +00:00
Maxim Sobolev
1f732231c2 Update to 1.4. Also correct WWW while I'm here. 2000-07-28 12:04:10 +00:00
Maxim Sobolev
a8cffde473 Create ${WRKSRC} --> ${WRKDIR}/libpng sysmlink and use it in ghostscript ports
instead of hardcoded ${WRKSRC}/libpng-png.version.number.
2000-07-26 07:43:48 +00:00
Maxim Sobolev
3763bff0d8 Update to 1.0.8. This release includes experimental MMX support, but it should
explicitly turned on by defining WITH_MMX make variable.
2000-07-26 07:33:25 +00:00
Justin M. Seger
e16dd81b26 Upgrade to 5.2.2.
Host a snapshot of this changing distfile in my directory.
2000-07-26 03:02:22 +00:00
Chris D. Faulhaber
d8d35cf25d Update port to 1.5.0 2000-07-25 11:36:52 +00:00
Chris D. Faulhaber
1a1bc4bc31 Update port to 1.4.8 2000-07-23 14:21:40 +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
Satoshi Asami
344fea3a49 Define DISTNAME to fix fetch problem. 2000-07-21 17:57:38 +00:00
Yukihiro Nakai
dee1e07efb Update to 0.18.2.
And add patch to remove BROKEN.
(Got from GNOME CVS)
2000-07-20 12:19:12 +00:00
Daniel Harris
9742624016 Fix WWW and MASTER_SITES. 2000-07-19 15:24:51 +00:00
Akinori MUSHA
0590e43412 Sorry, seems I committed the files in the old work dir.
This one is correct.

- png.3 -> png.4
- Put a copy of the distfile in my space at ftp.FreeBSD.org.
- Modify patch-aj as aclocal.m4 was changed in this silent update.
2000-07-19 14:18:38 +00:00
Alexander Langer
f55ce2ea09 Use USE_AUTOMAKE
Submitted by:	bento
2000-07-19 13:58:01 +00:00
Alexander Langer
6a645f9b15 Fix for 4.x (include the correct header file which defines
TRUE and FALSE).

Portlint, while I'm here.

Submitted by:	bento
2000-07-19 13:47:00 +00:00
Akinori MUSHA
25375e24c5 Update to 5.2.1.
PR:		ports/19944
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (the defacto Maintainer)
2000-07-19 13:08:38 +00:00
David E. O'Brien
d0e7718c5f Allow the crypto bits to be patched in and built. 2000-07-19 07:15:34 +00:00
Chris Piazza
d1c4366634 Update to 0.1.15
PR:		19760
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-19 06:12:03 +00:00
Chris D. Faulhaber
0146114996 Update to 1.4.7 2000-07-18 20:20:22 +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
Steve Price
7cc1100749 Update to version 1.40.
PR:		19825
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-16 19:58:55 +00:00
Alexander Langer
7e330c87e2 Update to Version 2.5.0.8
PR:		19939
Submitted by:	maintainer
2000-07-16 14:14:34 +00:00
Chris D. Faulhaber
44b580e30b Update port ot 0.7.2 2000-07-16 14:09:13 +00:00
Chris D. Faulhaber
eb3ab68318 Update MASTER_SITES and WWW with new location 2000-07-16 13:04:54 +00:00
Vanilla I. Shu
71a05c9692 Remove hardcoded /usr/local, and correct pkg/PLIST
PR:		ports/19166
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-16 08:14:36 +00:00
Will Andrews
c0de6bd498 Update to 9.6.
PR:		19929
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-15 17:04:36 +00:00
Will Andrews
0b36139684 Fix MASTER_SITES; use USE_AUTOMAKE; add WWW.
PR:		19926
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-15 16:48:04 +00:00
Kevin Lo
a94c369392 Add MASTER_SITES
PR: 19928
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-15 16:19:21 +00:00
Kevin Lo
391a7fb657 - Use GTK_CONFIG instead of hardcoded gtk12-config
- Sort pkg/PLIST

PR: 19927
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-15 16:14:46 +00:00
Maxim Sobolev
02b13e21b7 Fix linking of shared image handlers.
Reported by:	"Jose M. Alcaide" <jose@we.lc.ehu.es>
2000-07-14 13:22:10 +00:00
Alexander Langer
69718a5010 Update to version 0.90p9.
With this version, it is no longer only a frame grabber, but a whole
control program.  Thus, adjust COMMENT/DESCR.

As a bonus, it should fix bento build.

PR:		19824
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-14 12:46:30 +00:00