Pav Lucistnik
e21af2c120
- Update to 1.1.1
...
PR: ports/89582
Submitted by: Ports Fury
2005-11-28 16:56:47 +00:00
Andrej Zverev
317fc0013b
- Update MASTER_SITES and WWW (in pkg-descr)
...
- Add SHA256
PR: ports/89615
Submitted by: IWATSUKI Hiroyuki (maintainer)
2005-11-28 16:15:50 +00:00
Maho Nakata
4028c4f95f
clean up mastersite[1] and add SHA256
...
Submitted by: linimon[1]
2005-11-28 06:52:01 +00:00
Michael Johnson
5289acd0ca
- Add missing man page
...
Reported by: kris
2005-11-28 06:34:46 +00:00
Cheng-Lung Sung
e5d6a9e0d1
- update to 0.14
...
- add SHA256 checksum
2005-11-28 01:34:42 +00:00
Mario Sergio Fujikawa Ferreira
90ce4cdec3
o Add code to use FreeBSD optimized byteswap routines if they're
...
available; or,fallback to macros if they are not. [1]
o Fix build on ${ARCH} == "sparc64" due to (1)
o Fix build on ${OSVERSION} < 500000 by USE_GCC=3.4
o Bump PORTREVISION due to (1)
2005-11-27 23:15:47 +00:00
Oliver Lehmann
91361cb08d
update to 0.4.1
2005-11-27 11:16:40 +00:00
Mark Murray
108c3aacc8
Upgrade to v 0.6.
2005-11-27 09:53:32 +00:00
Tilman Keskinoz
a0322479d5
Update to 0.98
...
PR: 89587
Submitted by: Dominik Brettnacher <domi@saargate.de>
2005-11-27 09:50:27 +00:00
Michael Johnson
976bb4b6bf
- Update to 0.8
...
Spotted by: Ports Version Check
2005-11-26 21:29:41 +00:00
Pav Lucistnik
8bac9c8a33
- Update to 0.8.2
...
PR: ports/89580
Submitted by: Ports Fury
2005-11-26 17:17:06 +00:00
Pav Lucistnik
a88df5c39d
- Add SHA256
...
Approved by: maintainer
2005-11-26 17:00:48 +00:00
Pav Lucistnik
792b758ef4
- Add SHA256
2005-11-26 01:48:16 +00:00
Pav Lucistnik
2392f01edb
- Fix fetching
2005-11-26 01:43:14 +00:00
Pav Lucistnik
1cab036aad
- Style: don't quote COMMENT, it looks nasty in make describe
output
2005-11-25 22:36:27 +00:00
Pav Lucistnik
d3639835ab
- Add SHA256
...
Requested by: maintainer
2005-11-25 21:47:35 +00:00
Pav Lucistnik
56e8b9c386
- Add SHA256
2005-11-25 19:33:59 +00:00
Edwin Groothuis
c170f04e0f
big whitespace cleanup (see ports/65409)
...
PR: ports/65828
Submitted by: trevor
Approved by: ache
2005-11-25 03:25:00 +00:00
Edwin Groothuis
941a08ed00
big whitespace cleanup (see ports/65409)
...
Ache's ports whitespace cleanup
PR: ports/65829
Submitted by: trevor
Approved by: ache
2005-11-25 03:17:11 +00:00
Edwin Groothuis
dffe887109
[NEW PORT] graphics/crystalentitylayer: CEL is a layer that sits on top of Crystal Space 3D Engine
...
Crystal Entity Layer (CEL) is a game entity layer based on
Crystal Space. It makes it easier for game developers to
create games based on Crystal Space. CEL can optionally
be used together with Python or other scripting languages
WWW: http://sourceforge.net/projects/cel/
PR: ports/89470
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2005-11-24 02:46:04 +00:00
Edwin Groothuis
6c060864de
[PATCH] graphics/guilib remove broken size mismatch
...
- Correct size, md5
- Add SHA256
- Take maintainership
Changes in tarball:
diff -ru GUIlib-1.1.1-old/GUI_button.cpp GUIlib-1.1.1/GUI_button.cpp
--- GUIlib-1.1.1-old/GUI_button.cpp Thu Apr 6 14:48:51 2000
+++ GUIlib-1.1.1/GUI_button.cpp Fri Oct 21 14:00:59 2005
@@ -133,9 +133,9 @@
if (freebutton)
{
if (button)
- delete button;
+ SDL_FreeSurface(button);
if (button2)
- delete button2;
+ SDL_FreeSurface(button2);
}
if (freefont)
delete buttonFont;
PR: ports/89245
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2005-11-24 00:06:21 +00:00
Pav Lucistnik
e05544d7ba
- Add SHA256 checksums
2005-11-23 22:41:05 +00:00
Pav Lucistnik
0cd0244e86
- Add some SHA256s
2005-11-23 17:38:02 +00:00
Pav Lucistnik
3eef7e1853
- Update to 2.1.4
...
PR: ports/89459
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
2005-11-23 17:22:57 +00:00
Volker Stolz
186b0436b6
Correct icon's suffix from .png to .xpm
...
PR: ports/89279
Submitted by: Frank Ruell
Approved by: ahze
2005-11-23 10:23:55 +00:00
Pav Lucistnik
6c3a3b875c
Crystal Space is a free (LGPL) and portable 3D Game Development Kit written in
...
C++. It supports: true six degrees of freedom, colored lighting, lightmapped
and stencil based lighting, shader support (CG, vertex programs, fragment
programs, ...), mipmapping, portals, mirrors, alpha transparency, reflective
surfaces, 3D sprites (frame based or with skeletal animation using cal3d
animation library), procedural textures, particle systems, halos, volumetric
fog, scripting (using Python, Perl, Java, or potentially other languages),
16-bit and 32-bit display support, OpenGL, and software renderer, font support
(also with freetype), hierarchical transformations, physics plugin based on ODE
PR: ports/89291
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2005-11-23 01:19:29 +00:00
Pav Lucistnik
006c8e0b82
- Style
2005-11-22 22:31:06 +00:00
Alexander Nedotsukov
81b6577323
- Update to 0.43
...
- Make GNOME dependency optional.
- Use bzip2 distfile.
- Add SHA256 checksum.
2005-11-22 20:19:59 +00:00
Pav Lucistnik
b10ad33cfa
- Update to 0.7.0
...
PR: ports/89406
Submitted by: David Yeske <dyeske@yahoo.com> (maintainer)
2005-11-22 20:14:30 +00:00
Alexander Leidinger
c40b190740
I think it would be good to add the distinfo and plist to the repo...
...
Noticed by: YAPHR
Large pointy hat to: netchild
2005-11-22 19:33:08 +00:00
Oliver Lehmann
4e5e7959d4
update to 1.0.6
2005-11-21 16:24:04 +00:00
Markus Brueffer
0780d5bbeb
- Update to version 1.3.1
...
- Add SHA256
2005-11-20 23:52:02 +00:00
Alexander Leidinger
3f8c9c79ea
Catch up with the recent update of linux-png and linux-tiff.
2005-11-20 18:11:48 +00:00
Alexander Leidinger
0f559b1b24
Update to the newest release from FC3.
2005-11-20 17:05:02 +00:00
Alexander Leidinger
92fb3d548b
Update to 1.2.8
2005-11-20 16:45:39 +00:00
Alexander Leidinger
577d2d6c6a
- Update to 6b.33.
...
- Remove alpha bits (the default linux_base doesn't work on alpha anyway).
2005-11-20 16:35:25 +00:00
Dirk Meyer
f862bd2d69
- add SHA256
2005-11-20 11:04:39 +00:00
Dejan Lesjak
15e0e4a06e
Remove patches no longer needed with 3.2.5 alpha5.
...
Noticed by: pointyhat via kris
Forgotten by: me
2005-11-19 20:25:18 +00:00
Sergey Matveychuk
618ef898cc
- Add SHA256
...
ggiterm port:
- Don't use gmake
- Install ggitem.termcap and add message about it
- Utilize DATADIR
- Bump PORTREVISION
PR: ports/89280
Submitted by: Antoine Brodin (maintainer)
2005-11-19 19:48:05 +00:00
Dirk Meyer
decf7a76c8
- update to 10.26.19
2005-11-19 13:51:03 +00:00
Ade Lovett
c2d62ca97a
Switch to <target>:: convention for both patch-autotools and run-autotools,
...
to allow for easier overriding of these targets by port Makefiles, if
they need to.
2005-11-19 06:02:20 +00:00
Pav Lucistnik
a6b3957f84
- Update to 0.2.5
...
PR: ports/89236
Submitted by: Ports Fury
2005-11-18 23:23:05 +00:00
Thierry Thomas
da42c26b23
Upgrade to 1-10.
2005-11-18 22:36:13 +00:00
Pav Lucistnik
4ad6a88d3b
- Update to 1.9.4
...
PR: ports/89235
Submitted by: Ports Fury
2005-11-18 21:51:34 +00:00
Pav Lucistnik
310ce1bca8
- Chase djvulibre update
2005-11-18 18:27:52 +00:00
Pav Lucistnik
fa36868e96
- Update to 3.5.16
...
PR: ports/89234
Submitted by: Ports Fury
2005-11-18 18:27:38 +00:00
Pav Lucistnik
475c319554
X3DToolKit is a portable LGPL free C++ toolkit for loading, displaying and
...
processing X3D models
PR: ports/88184
Submitted by: German Tischler <tanis@gaspode.franken.de>
2005-11-18 00:15:24 +00:00
Dejan Lesjak
d7407b5a47
Mark conflicts with xfig-devel.
...
Add SHA256.
2005-11-17 21:16:54 +00:00
Dejan Lesjak
05bfec4b9d
Upgrade to 3.2.5-alpha5 after repo-copy from graphics/xfig.
...
Repocopy by: marcus
2005-11-17 21:16:27 +00:00
Pav Lucistnik
460644a7d2
- Treat xorg-server-snap as a broken X.org version with respect to surface
...
repeating. This fixes the wallpaper corruption in Nautilus.
2005-11-16 23:20:04 +00:00