Yukihiro Nakai
84c1cf3f8d
Update URL.
...
Submitted by: "Rene K. Mueller" <kiwi@the-labs.com> (gifmerge maintainer)
2000-09-30 06:33:17 +00:00
Ade Lovett
eff0d3d23b
Update to 0.19, with new required gnomeprint
2000-09-28 18:03:12 +00:00
Ade Lovett
a45857a329
Chase new gnomeprint - still broken for other reasons
2000-09-28 18:00:27 +00:00
MIHIRA Sanpei Yoshiro
3144db0994
use graphics/linux-png
2000-09-28 14:49:38 +00:00
MIHIRA Sanpei Yoshiro
db46df0a93
new port: Linux png library. Installs png lib from rpm.
2000-09-28 14:48:50 +00:00
Maxim Sobolev
3e95159d7b
Update to 1.0.10.
2000-09-28 12:08:39 +00:00
Maxim Sobolev
b4fdfbb6a0
Update to 1.2.2.
2000-09-28 11:52:07 +00:00
Akinori MUSHA
a0f6ae53a7
Update to the new 0.3.3 after my pathes have been merged.
...
(I'll suggest the author to bump the version number next time,
instead of repacking ;)
2000-09-28 06:33:26 +00:00
Akinori MUSHA
6dec3ae377
Hack up a patch to support Ruby 1.6.
...
The patch has been sent to the author and will hopefully be merged
soon. I am adding it as a distribution patch to avoid the repo bloat.
2000-09-27 07:55:45 +00:00
Akinori MUSHA
603545789a
Add ruby-libpng, a libpng wrapper class for Ruby.
2000-09-27 06:16:12 +00:00
Maxim Sobolev
a2a9f1fee7
Update to 1.1.26.
...
PR: 21560 (very incomplete)
Actual work done by: sobomax
2000-09-26 16:15:45 +00:00
Akinori MUSHA
c68548820c
Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
...
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Satoshi Taoka
0eaa7088ed
Support CC/CFLAGS/X11BASE
...
PR: 21370
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-09-26 00:56:45 +00:00
Thomas Gellekum
e3f8861dde
Kill WRKSRC again.
2000-09-25 12:34:17 +00:00
Thomas Gellekum
cad836e991
Use USE_PYTHON.
...
PR: 21509
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
2000-09-25 12:30:49 +00:00
Satoshi Asami
5e5841f2cd
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
...
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Akinori MUSHA
96c7890368
Clean up.
...
Respect X11BASE.
PR: ports/21369
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury)
2000-09-25 07:30:25 +00:00
Will Andrews
6e422dda37
Update to 4.2.2. The patches are no longer necessary (actually, never were
...
necessary in the first place, or so it seems), obsoleted by the configure
option --with-gd-includes.
Requested by: Johannes Zellner <johannes@zellner.org>
2000-09-23 21:25:23 +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
Kris Kennaway
28295f1f29
Mark BROKEN: port requires QT headers which are not installed.
2000-09-22 10:11:23 +00:00
Kris Kennaway
b7cc36162c
Remove a dead MASTER_SITE
2000-09-21 23:49:39 +00:00
Akinori MUSHA
9e07cf4c97
Fix the build for Mesa 3.2.1.
2000-09-21 17:02:21 +00:00
Maxim Sobolev
14f0863d28
Update MMX-optimisation patch to 1.0.9pre3. This update doesn't affect anything
...
if USE_MMX not used.
2000-09-21 07:52:05 +00:00
Satoshi Asami
c1e8a04fd2
Add two missing files
...
etc/gconf/gconf.xml.defaults/apps/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml
Submitted by: onigiri
2000-09-21 00:25:36 +00:00
Maxim Sobolev
3bef997384
Add sdl_ttf - a library to use TrueType fonts to render text in SDL
...
applications.
2000-09-20 16:17:38 +00:00
Maxim Sobolev
560f2229d8
Add guilib - a very simple GUI framework for use with SDL. Now we have a GUI
...
for console (SDL_VIDEODRIVER=svgalib) ;).
2000-09-20 15:36:05 +00:00
Maxim Sobolev
604432fe13
Add sdl_image - a simple library to load images of various formats as SDL
...
surfaces.
2000-09-20 07:16:53 +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
Maxim Sobolev
bc64f8fe69
- take over maintainership;
...
- use `-sf' ln(1) option when creating symlinks to shared libraries to avoid
failure when some of those symlinks already exist.
PR: 21286 (partially)
Submitted by: Martti Kuparinen <martti.kuparinen@nomadiclab.com>
2000-09-18 18:15:04 +00:00
Will Andrews
1fec93d35a
Add a patch I *SWORE* I added when I upgraded kdegraphics to 1.94. This
...
basically silences a compiler error via a nasty function call cast. This
patch has (of course) already been integrated into KDE CVS, and as such
its expected lifetime is this single revision.
Reported by: kris
2000-09-18 00:45:02 +00:00
Ade Lovett
4387af4b6e
Update to 1.0.3
...
PR: 21207
Submitted by: Ports Fury
2000-09-16 18:12:06 +00:00
Ade Lovett
a886000ccb
Update to 0.61
...
PR: 21138
Submitted by: Ports Fury
2000-09-16 18:10:57 +00:00
Will Andrews
99a09ffe33
Add panorama 0.13.2, a framework for 3D graphics production.
...
PR: 21301
Submitted by: Aaron C. VonderHaar <avh4@crosswinds.net>
2000-09-16 05:38:02 +00:00
Will Andrews
dba7a2cebc
Add kdemultimedia2 and kdegraphics2 per the KDE 1.94 update.
2000-09-15 21:43:59 +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
Maxim Sobolev
e710c21e4e
Add morpheus - a mesh (3D model) viewer for GNOME desktop.
2000-09-14 09:04:29 +00:00
Maxim Sobolev
427a2fcdb9
Add libmorph - a library for loading (and saving) 3d models (3d modeller object
...
files).
2000-09-14 08:18:50 +00:00
Thomas Gellekum
78932f5d3c
Use bsd.python.mk.
2000-09-12 11:54:11 +00:00
Maxim Sobolev
605a4a71e8
Bump PORTREVISION (mesa.conf search path fix).
...
AFAIK it is the first commit utilising this new feature.
2000-09-11 15:45:29 +00:00
Maxim Sobolev
6bea222dd5
Fix a place where Mesa looks for mesa.conf - it should be ${PREFIX}/etc/mesa.conf,
...
not /etc/mesa.conf.
PR: 17678
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-09-11 12:58:15 +00:00
Thomas Gellekum
78bbc51a88
Don't break package building on Satoshi's cluster. Explicitly depend
...
on python1.5:lang/python15.
2000-09-08 12:24:00 +00:00
Akinori MUSHA
3f75a53ded
Update with bsd.ruby.mk.
...
Fix for Ruby 1.6. (patch-aa)
2000-09-08 03:39:09 +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
Yukihiro Nakai
44efc03802
Update to 0.9.0
...
PR: ports/20263
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-09-07 08:27:18 +00:00
SADA Kenji
38a960a8ae
Activate linux_mesa3.
...
PR: ports/18656
2000-09-07 04:54:04 +00:00
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