summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-03-29upgrade to 9.1.1. functionality equal to 9.1.1rc7 (= 9.1.0.7)itojun2-6/+5
2001-03-29Update to 1.2.1nb1:hubertf3-5/+20
Add patch sent in by Kogule, Ryo <kogule@mars.dti.ne.jp> on tech-pkg so this does not crash on NetBSD/mac68k.
2001-03-29Fix typo which caused i386 bulk build problem.jtb1-2/+2
mpich->=1.2.1 becomes mpich>=1.2.1 .
2001-03-29New path on master site for tomcat. Yay.jwise2-4/+4
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-03-28Fix pattern in jakarta-servletapi dependency.jwise1-2/+2
2001-03-28RCS Id police: forgot this onewennmach2-2/+4
2001-03-28RCS Id policewennmach4-4/+10
2001-03-28regen: patch-ab is no longer pertinentwennmach1-2/+1
2001-03-28Terminate last linewennmach1-2/+2
2001-03-28regenwennmach1-2/+2
2001-03-28netBSD -> NetBSD in RCS Idwennmach1-1/+1
2001-03-28Add a patch-sum.jtb1-0/+7
2001-03-28Updated to gsl-0.7.jtb8-103/+352
* What is new in gsl-0.7: ** Linux/PowerPC should now be well supported. ** Header files for common physical constants have been added. ** Functions linear and nonlinear regression in one or more dimensions are now available. ** Vector and matrix views now have access to the address of the underlying block for compatibility with VSIPL (www.vsipl.org). ** There is a new library for generating low-discrepancy quasi-random sequences. ** The seeding procedure of the default random number generator MT19937 has been updated to match the 10/99 release of the original code. This fixes a weakness which occurred for seeds which were powers of 2. ** The blas library libgslblasnative has been renamed libgslblas to avoid confusion with system blas library
2001-03-28RCS Id policewennmach3-3/+7
2001-03-28Make sure the right locale handling pkgs are installed.hubertf1-1/+3
2001-03-28So _that's_ how to do that! :-)jwise1-3/+2
Use ${EXTRACT_ELEMENTS} instead of adding to ${EXTRACT_CMD} by hand.
2001-03-28Update crafty to 18.8. Changes from version 18.7:jlam2-7/+7
18.8 recapture extension turned back on for a while. changes to the evaluation code, particularly EvaluatePawns() to make it more efficient and accurate. IE it was possible for an isolated pawn to be penalized for being isolated, weak, and blocked, which made little sense.
2001-03-28Missed committing this file along with others with changing versionjlam1-4/+2
numbering scheme for PHP4 modules. No pkgsrc-visible changes.
2001-03-28Communication with Canon Powershot digital cameras. Tested with USB only.drochner7-0/+107
2001-03-28one more control endpoint hackdrochner2-5/+23
2001-03-28add & enable mtailzuntum1-1/+2
2001-03-28Initial import of mtail-0.9.2zuntum4-0/+47
mtail is a small tail workalike that performs output coloring using ansi escape sequences (although the sequences are overridable, so you could cause it to output something else, e.g. html font tags, if you really wanted to). mtail is written in python, is fairly small, and should be relatively platform-independent. It has a config file that can contain an arbitrary number of entries, each of which has a series of regular expressions to indicate which files to color according to which entry. for each entry, the config file specifies a coloring scheme using regular expressions and, optionally, filters to apply to each line before coloring (for example, to strip out extra info, etc.). the config file also may override the predefined colors and the escape sequences (or whatever) actually used to perform the coloring.
2001-03-28Remove redundant CC from MAKE_ENV and fix quotingzuntum1-3/+2
2001-03-28update to 0.92.26drochner12-107/+141
Changes: Fixes for small problem with List widget. More work required on this ... Fixes for some recently introduced bugs within configure. Now link libXm* against -lm if ANSI C math stuff is hidden there Small Scale widget fix (rounding problem) Added two stubs for missing 2.x interfaces. On stub level we should be very close to a complete 2.1 set now Fixes by Kazuyuki Funada, mostly for i18n. Fix and add more (incomplete) man pages to the install target Link our shared libraries against the necessary system libraries (e.g. libXt, libX11) to hardcode the dependencies Rename libDt to libDtPrint, this appears to be what it's called. Remove the print_screen field from struct DtPrintSetupData, the Motif 2.1 manual pages (e.g. about XmPrintSetup) are misleading about libDtPrint. Add -lMrm to the Xlt tests, this is necessary as SciPlot now uses Mrm. Make build option --with-dmalloc to work again properly Make more debugging functions available in a PRODUCTION build (no performance penalty) Debugging output (DEBUG_FILE env var) is now always explicitly unbuffered and can now be sent to "stdin"/"stderr" as well The environment variable controlling which files send debugging output has been renamed to DEBUG_SOURCES and now accepts a blocking entries Debugging output can now be en-/disabled upon runtime. (env vars DEBUG_TOGGLE, DEBUG_SIGNAL)
2001-03-28Minor optimisationskrll1-4/+1
2001-03-28Oops. Add missing USE_LTDL.skrll1-1/+2
2001-03-28Correct the DEPENDS on libtool in the USE_LTDL case and make sure theskrll1-3/+3
latest and greatest libtool is used in the USE_LIBTOOL case.
2001-03-28Update checksum file for version 0.9.8.tron1-2/+2
2001-03-28Don't try to remove "share/pixmaps" which is part of the standardtron3-6/+3
directory structure now.
2001-03-28Create directory "share/pixmaps" which is used by a growing number oftron3-3/+8
unrelated packages.
2001-03-28Depend on zip>=2.3 not = 2.3 ...abs1-2/+2
2001-03-28upgrade to 1.3.itojun2-4/+4
- chase all addresses returned by getaddrinfo(3). - accept and handle connection to secondary sockets.
2001-03-28tolerate t1lib>=1.0.1 in preparation for an updatedrochner2-4/+4
2001-03-28Requires readlineabs1-1/+3
2001-03-28define GL_GLEXT_PROTOTYPES to get prototypes out of <GL/glext.h>drochner2-2/+13
2001-03-28Try to fix PLIST problems by adding symlinks for the linux library manually,wiz2-2/+10
since they aren't created automatically anymore. XXX: a.out-safe?
2001-03-28Fix PLIST, noted in recent i386 bulk build.wiz2-7/+8
2001-03-28user level USB access library, used by Linux apps mostlydrochner8-0/+105
2001-03-28Fix PLISTrh1-2/+1
2001-03-28Add KDE support into the QT2 designer.skrll7-13/+71
Note to Hubert: I wouldn't bother recompiling just yet unless you really want to start creating KDE apps in the up and coming kdevelop 1.4
2001-03-28add pgpdumpjun1-1/+2
2001-03-28Initial import of "pgpdump":jun4-0/+30
PGP packet visualizer
2001-03-28Add missing dependencies on kdebase2skrll2-2/+4
2001-03-28add & enable ipwzuntum1-1/+2
2001-03-28Initial import of ipw-3.3azuntum7-0/+180
A program that automatically queries the ARIN, RIPE, and APNIC databases to obtain the registration information for a domain. Package contributed by Mipam Ngarong <mipam@virginia.edu> in pkg/12454, modified by me.
2001-03-28Sync with BUILD_DEPENDS semantics change.toshii1-2/+2
2001-03-28Add mandatory tomcat jar files at end of CLASSPATH, not front, so that theyjwise1-2/+2
don't override user-provided jar files. Needed for cocoon, which must find xerces as the first SAX implementation in it's class path.
2001-03-28Tell the user where to install jakarta-tomcat if they want it.jwise1-7/+10
Retain note pointing to information on using other servlet containers.
2001-03-28Now that we have separate jakarta-servletapi and jakarta-tomcat packages, wejwise1-3/+3
need only depend on the former. While we're at it, use the new path to the servlet jar file.