summaryrefslogtreecommitdiff
path: root/graphics/giram
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-7/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam1-2/+2
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-05-16Remove -DGTK_DISABLE_DEPRECATED, and fix some includes, so that it buildskristerw5-2/+58
with the currently packaged versions of its dependencies.
2004-05-09Convert to buildlink3.snj1-4/+4
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-03Add correct version syntax to BUILD_DEPENDS lineheinz1-2/+2
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-24Updated to version 0.3.5.salo4-31/+45
Changes: - don't install static modules - enable 3DS support 0.3.5: ====== - cleanups and bugfixes - new polygonising algorithm
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-2/+4
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-08Change bison to a BUILD_DEPENDSjmc1-2/+2
2003-03-08Include bison buildlink2.mk so this can find bison at build timejmc1-1/+2
2003-02-15Update to version 0.3.4.salo6-60/+127
Based on patch from Juan RP via PR pkg/19825. Changes: 0.3.4: ====== - many ui improvements, - support for quadric objects, - support for bicubic (bezier) patch objects, - many cleanups and the usual bugfixes. 0.3.3: ====== - many finish statements are now supported, - support for CSG (contructive solid geometry) objects. - all the transformations are now logged, and can now be edited interactively. - support for height field objects. - bugfixes. 0.3.2: ====== - support for plane and torus in the built-in raytracer. - support for a background color. - light sources can now be edited after their creation. - we can now pan around the scene with the middle mouse button. - bugfixes. 0.3.1: ====== - new csgtree, - more complete switch to gtk+-2.0, - many bugfixes 0.3.0: ====== - port to GTK+-2.0 0.1.12: ======= - A zoom tool, - Mouse pointer shape now show which tool is used, - Scaling in only one direction is now possible, - Precise modification of primitives parameters, - New renderer modules, - Texture editor, - Bugfixes. 0.1.11: ======= - new format supported: GTS (GNU Triangulated Surface), - some more work in the superellipsoid creation dialog, - a new and user-friendly camera view, - rendering in the camera view is now performed by modules, - many code reorganisations, - bugfixes. 0.1.10: ======= - fix compilation for the bishop s3d exporter, - windows titles are properly updated after a save, - Greatly improved the superellipsoid creation UI. - code cleanups, - improved UI, - bugfixes. 0.1.9: ====== - small bugfixes in loading povfiles - some sources reorganisation - new widget to handle colors - support for loading 3D-Studio 3DS files - some other small fixes. 0.1.8: ====== - Code reorganisation - Use of some widget from The Gimp - Splash screen - Preferences handling - Tips-of-the-day dialog - Nice logo from Bruno Bellamy 0.1.7: ====== - a new OO scheme has been adopted - code simplifications - pigments can now be plain, checker, brick and hexagon (more to come) - all objects can now be selected with a single click - Faster Gouraud rendering - bugfixes 0.1.6: ====== - Many code simplifications - All objects that cannot be created have been removed, - Textures are now only pigment, and pigment only color. - Many bugs fixes 0.1.5: ====== - Major bugfixes. 0.1.4: ====== - Spanish i18n. - Many bug fixes. 0.1.3: ====== - Use of GtkItemFactory so the Accelerator keys are saved from session to session, - Giram now use the more up-to-date povfront 1.3.2, - Should now compile with or without gcc, - Some major cleanups, - New icons, - Many bug fixes.
2002-12-01USE_PKGLOCALEDIR, remove unnecessary patch, delint.salo3-22/+7
2002-10-20Convert to buildlink2.wiz1-7/+5
2002-10-08Remove implicit esound depends.wiz1-2/+1
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-25Fix pkg/15110; also pass PKGLOCALEDIR so that the locale filewiz5-11/+26
is installed into the correct dir.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-4/+4
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-15Use new USE_MESA variable to depend on the correct Mesa packagesrh1-2/+2
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+4
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-2/+2
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Hardcoding X11PREFIX into package Makefiles forces the user to installagc1-2/+2
xpkgwedge once, before any other packages have been installed, and never to delete it. This change finds the prefix of the installed pre-req package using pkg_info(1), and allows packages to be found in ${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
2000-06-30Make this package xpkgwedge-safe by using the new X11PREFIX definitionagc1-2/+2
in preference to X11BASE when trying to find the installed location of X11 libraries, programs and headers (which will change if xpkgwedge is installed). [X11BASE reflects the location of the X11 libs, headers and programs. X11PREFIX reflects the installed location of X11 packages.]
1999-10-23- Remove redundant dependence on "gtk+" package.tron1-5/+4
- Use wildcard dependences for "gnome-libs" and "esound" packages.
1999-09-29Use wildcard dependence for "Mesa" package so that either standard ortron1-2/+2
hardware accelerated Mesa libraries can be used.
1999-09-09Update giram to 0.1.2sakamoto15-145/+24
News in 0.1.2: (1999-09-08) Some more gnomifications, Missing snap features for cones and cylinders has been added, Switch to Automake 1.4, reorganize the source tree, Helper files are now installed according to the FHS, One little bugfix or two.
1999-08-28Update dependency on gtk+-1.2.4rh1-2/+2
1999-08-17Update to Giram-0.1.1.sakamoto15-37/+181
1999-06-21Adapt this package to NetBSD.sakamoto4-13/+12
1999-06-21Import FreeBSD's "giram" port:sakamoto5-0/+67
Giram is Really A Modeller.