summaryrefslogtreecommitdiff
path: root/graphics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* big whitespace cleanup (see ports/65409)Edwin Groothuis2005-11-251-1/+1
| | | | | | | | | PR: ports/65828 Submitted by: trevor Approved by: ache Notes: svn path=/head/; revision=149369
* big whitespace cleanup (see ports/65409)Edwin Groothuis2005-11-251-6/+6
| | | | | | | | | | | Ache's ports whitespace cleanup PR: ports/65829 Submitted by: trevor Approved by: ache Notes: svn path=/head/; revision=149368
* [NEW PORT] graphics/crystalentitylayer: CEL is a layer that sits on top of ↵Edwin Groothuis2005-11-249-0/+1757
| | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=149255
* [PATCH] graphics/guilib remove broken size mismatchEdwin Groothuis2005-11-242-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=149229
* - Add SHA256 checksumsPav Lucistnik2005-11-2331-0/+32
| | | | Notes: svn path=/head/; revision=149215
* - Add some SHA256sPav Lucistnik2005-11-232-0/+2
| | | | Notes: svn path=/head/; revision=149199
* - Update to 2.1.4Pav Lucistnik2005-11-233-4/+8
| | | | | | | | PR: ports/89459 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> Notes: svn path=/head/; revision=149197
* Correct icon's suffix from .png to .xpmVolker Stolz2005-11-232-1/+12
| | | | | | | | | PR: ports/89279 Submitted by: Frank Ruell Approved by: ahze Notes: svn path=/head/; revision=149160
* Crystal Space is a free (LGPL) and portable 3D Game Development Kit written inPav Lucistnik2005-11-239-0/+10161
| | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=149129
* - StylePav Lucistnik2005-11-221-1/+1
| | | | Notes: svn path=/head/; revision=149121
* - Update to 0.43Alexander Nedotsukov2005-11-223-14/+53
| | | | | | | | | - Make GNOME dependency optional. - Use bzip2 distfile. - Add SHA256 checksum. Notes: svn path=/head/; revision=149096
* - Update to 0.7.0Pav Lucistnik2005-11-222-5/+5
| | | | | | | | PR: ports/89406 Submitted by: David Yeske <dyeske@yahoo.com> (maintainer) Notes: svn path=/head/; revision=149094
* I think it would be good to add the distinfo and plist to the repo...Alexander Leidinger2005-11-229-3/+159
| | | | | | | | Noticed by: YAPHR Large pointy hat to: netchild Notes: svn path=/head/; revision=149084
* update to 1.0.6Oliver Lehmann2005-11-219-21/+21
| | | | Notes: svn path=/head/; revision=148956
* - Update to version 1.3.1Markus Brueffer2005-11-206-72/+8
| | | | | | | - Add SHA256 Notes: svn path=/head/; revision=148890
* Catch up with the recent update of linux-png and linux-tiff.Alexander Leidinger2005-11-201-3/+3
| | | | Notes: svn path=/head/; revision=148868
* Update to the newest release from FC3.Alexander Leidinger2005-11-206-90/+45
| | | | Notes: svn path=/head/; revision=148863
* Update to 1.2.8Alexander Leidinger2005-11-206-21/+24
| | | | Notes: svn path=/head/; revision=148862
* - Update to 6b.33.Alexander Leidinger2005-11-2015-66/+45
| | | | | | | - Remove alpha bits (the default linux_base doesn't work on alpha anyway). Notes: svn path=/head/; revision=148861
* - add SHA256Dirk Meyer2005-11-202-4/+23
| | | | Notes: svn path=/head/; revision=148842
* Remove patches no longer needed with 3.2.5 alpha5.Dejan Lesjak2005-11-1911-1085/+0
| | | | | | | | Noticed by: pointyhat via kris Forgotten by: me Notes: svn path=/head/; revision=148808
* - Add SHA256Sergey Matveychuk2005-11-194-0/+4
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=148800
* - update to 10.26.19Dirk Meyer2005-11-192-4/+4
| | | | Notes: svn path=/head/; revision=148783
* Switch to <target>:: convention for both patch-autotools and run-autotools,Ade Lovett2005-11-193-3/+3
| | | | | | | | to allow for easier overriding of these targets by port Makefiles, if they need to. Notes: svn path=/head/; revision=148768
* - Update to 0.2.5Pav Lucistnik2005-11-183-3/+9
| | | | | | | | PR: ports/89236 Submitted by: Ports Fury Notes: svn path=/head/; revision=148753
* Upgrade to 1-10.Thierry Thomas2005-11-184-46/+58
| | | | Notes: svn path=/head/; revision=148750
* - Update to 1.9.4Pav Lucistnik2005-11-183-4/+10
| | | | | | | | PR: ports/89235 Submitted by: Ports Fury Notes: svn path=/head/; revision=148749
* - Chase djvulibre updatePav Lucistnik2005-11-181-1/+1
| | | | Notes: svn path=/head/; revision=148743
* - Update to 3.5.16Pav Lucistnik2005-11-187-127/+72
| | | | | | | | PR: ports/89234 Submitted by: Ports Fury Notes: svn path=/head/; revision=148742
* X3DToolKit is a portable LGPL free C++ toolkit for loading, displaying andPav Lucistnik2005-11-1836-0/+2132
| | | | | | | | | | processing X3D models PR: ports/88184 Submitted by: German Tischler <tanis@gaspode.franken.de> Notes: svn path=/head/; revision=148692
* Mark conflicts with xfig-devel.Dejan Lesjak2005-11-172-0/+3
| | | | | | | Add SHA256. Notes: svn path=/head/; revision=148673
* Upgrade to 3.2.5-alpha5 after repo-copy from graphics/xfig.Dejan Lesjak2005-11-175-497/+1563
| | | | | | | Repocopy by: marcus Notes: svn path=/head/; revision=148672
* - Treat xorg-server-snap as a broken X.org version with respect to surfacePav Lucistnik2005-11-162-0/+12
| | | | | | | repeating. This fixes the wallpaper corruption in Nautilus. Notes: svn path=/head/; revision=148534
* Mute some non-interesting commands.Alexey Dokuchaev2005-11-161-3/+3
| | | | Notes: svn path=/head/; revision=148490
* Cenon is a graphical tool of a special kind. Build upon a modular graphicalAlexey Dokuchaev2005-11-165-0/+536
| | | | | | | | | | | | | | | core, Cenon offers a wide variety of possibilities and applications, including, but not limited to desktop publishing, vector graphics conversion, CAM and PCB-prototyping (via commercial module); there is even an astrology module available for it. The best of all, Cenon is free software, available with full source codes, and at home on many computer platforms. Under Linux/BSD, Cenon uses GNUstep. WWW: http://www.cenon.info/ Notes: svn path=/head/; revision=148459
* . Add SHA256.Greg Lewis2005-11-161-0/+2
| | | | Notes: svn path=/head/; revision=148432
* Correct FreeBSD.org capitalizationKris Kennaway2005-11-161-1/+1
| | | | Notes: svn path=/head/; revision=148429
* BROKEN: Size mismatchKris Kennaway2005-11-164-0/+8
| | | | Notes: svn path=/head/; revision=148425
* Checksum mismatch detected, but distfiles' version number was not updated.Yoichi NAKAYAMA2005-11-162-5/+7
| | | | | | | | | I've confirmed that diff only shows change of FSF address in comment. Submitted by: pointyhat Notes: svn path=/head/; revision=148414
* - Support CC/CFLAGS properlyVolker Stolz2005-11-154-28/+16
| | | | | | | | | | - Add WWW: line PR: ports/89015 Submitted by: Ports Fury Notes: svn path=/head/; revision=148344
* Add USE_GETOPT_LONG to fix build on 4-X.Vanilla I. Shu2005-11-151-0/+1
| | | | Notes: svn path=/head/; revision=148329
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-15128-144/+128
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Remove libpixman, this has been merged into cairo and nothing dependsMichael Johnson2005-11-154-42/+0
| | | | | | | on it anymore. Notes: svn path=/head/; revision=148309
* restore accidently removed dependency on archivers/bzipEdwin Groothuis2005-11-141-0/+1
| | | | | | | Noticed by: krisbot Notes: svn path=/head/; revision=148273
* libnet update:Sergey Matveychuk2005-11-141-1/+2
| | | | | | | | | | | | | | | | | - move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com> Notes: svn path=/head/; revision=148262
* - Update to 1.0.9 [1]Volker Stolz2005-11-143-9/+9
| | | | | | | | | | | | - Fix Perl-deps while here - Prune pkg-plist PR: ports/88875 [1] Submitted by: Michael Ablassmeier Approved by: maintainer in PR ports/88834 Notes: svn path=/head/; revision=148251
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-142-0/+2
| | | | Notes: svn path=/head/; revision=148244
* Be hipe and add SHA256Mathieu Arnold2005-11-143-0/+3
| | | | Notes: svn path=/head/; revision=148240
* Remove explicit checks for /usr/bin/bzip2.Edwin Groothuis2005-11-141-4/+0
| | | | | | | This has been part of the base OS since 4.4. Notes: svn path=/head/; revision=148214
* Update to 0.33.Anton Berezin2005-11-142-3/+4
| | | | Notes: svn path=/head/; revision=148208