summaryrefslogtreecommitdiff
path: root/graphics/geomview
AgeCommit message (Collapse)AuthorFilesLines
2009-08-03MAKE_JOBS_SAFE=nojoerg1-1/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-11/+1
2008-06-20Add DESTDIR support.joerg1-9/+10
2007-11-17Some packages need lex and yacc. Patch by Aleksey Cheusov viarillig1-1/+2
pkgsrc-users.
2007-06-21Make configure's test on the need for -lm more robust in the face ofmarkd2-6/+17
optimisers.
2006-05-21USE_LANGUAGES=c c++wiz1-1/+2
2006-04-04* List the info file entries directly in the PLIST.jlam2-4/+4
* Honor PKGINFODIR and PKGMANDIR.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-2/+2
of the shared libXm has changed.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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-04-24Convert to buildlink3.snj1-5/+5
2004-02-17Remove info files entries from PLIST.seb1-9/+1
2003-12-30Add trailing / on HOMEPAGEscjep1-2/+2
2003-11-30As pointed out by jlam:jschauma1-2/+2
bump PKGREVISION on packages depending on graphics/glu due to latest shlib changes there.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-03This package used to conflict with ImageMagick since they both install ajschauma4-7/+51
program called "animate". By renaming the program to "gv-animate" in this version, we can resolve the conflict. Bump PKG_REVISION for better compatibility.
2003-07-03Convert to USE_NEW_TEXINFO.seb2-5/+3
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-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.
2002-09-22buildlink1 -> buildlink2jlam1-7/+7
2002-04-23Note explicitly that this package is USE_X11BASE. Currently, it relies onjlam1-1/+2
motif.buildlink.mk to define it.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
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-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-3/+3
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-07-04Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. If notjlam8-81/+87
on Linux, force use of specific fstropen code. Also fix check for AIX in the source code.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-02Add a MESABASE_DEFAULT.jtb1-5/+2
2001-05-02Determine MESABASE using EVAL_PREFIX so that it works correctly withjtb1-6/+12
xpkgwedge. Thanks to Johnny C. Lam for noticing the problem and Alistair G. Crooks for the suggested solution.
2001-05-01Use --with-opengl=${X11BASE} in CONFIGURE_ENV.jtb1-3/+2
2001-04-28Remove redundant echoing, quoting, and input redirection to sed.jtb1-2/+2
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-03-31Both packages conflict -- each has program named 'animate'. Discoveredjtb1-1/+3
by Lex Wennmacher's investigations.
2001-03-29Updated to geomview-1.8.1.jtb5-98/+221
1.8.1 March, 2001 This is a bugfix release. * No segfaults at startup on linux. * Toggle buttons are visible again. * Binary I/O on linux works. Changelog: 2001-03-24 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Do not add -XSVR4 and -common to CFLAGS when configuring with IRIX cc. 2001-03-21 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * doc/Makefile.am (EXTRA_DIST): Remove motion.pdf. * configure.in: Set revision to 1.8.1. * m4/geom_local.m4 (GEOM_FIND_I_OPTION): Respect prior setting of $CPPFLAGS while probing. 2001-03-19 Mark Phillips <mbp@geomtech.com> * doc/motion.tex: new file added to release; documents the mathematics behind Geomview's motion model. For use by developers (not needed by regular users). 2001-02-21 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Add AC_FUNC_SETPGRP. 2001-02-18 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Add option --with-build-path. Use AC_PATH_XTRA. Correct the X library link order. Make sure to check /usr/local/lib for all libraries that check /usr/local/include. Check for <forms.h> in $x_includes and $x_includes/X11. Make sure both the includes and the libs are correct before using FORMS. Announce whether Xmu is found. General tidying up. 2001-02-17 Steve Robbins <steve@nyongwa.montreal.qc.ca> * acconfig.h: Close comment above define for HAVE_FMEMOPEN. * configure.in: Check endianness and check for header netinet/in.h. * doc/Makefile.am: Only build "geomview.pdf" on target "pdf". 2001-02-11 Steve Robbins <steve@nyongwa.montreal.qc.ca> * m4/geom_local.m4 (GEOM_CHECK_XFORMS): New. If XFORMS library is available, set variables for finding includes and libraries, emit warning if XFORMS is not available. 2001-01-16 Steve Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: removed redundant --with-forms argument; its effects got overwritten by --with-xforms, anyway. 2000-11-23 Steve Robbins <steve@nyongwa.montreal.qc.ca> * src/Makefile.am (geomview): look for "gvx" in $(moduledir) rather than $(bindir). (CLEANFILES): clean geomview script.
2001-02-23Use ${MOTIFBASE}.jtb1-3/+3
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-09Include <sys/param.h>.jtb2-13/+12
2001-02-09Initial import of geomview:jtb12-0/+380
Interactive geometry viewing program