summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-03-06Get distfile from ${MASTER_SITE_LOCAL}, as the unnumbered archive infredb1-2/+2
${MASTER_SITES} now points to drac-1.11, which uses db-3.0.1.
2002-03-06Update to 374, requested by mrg.wiz2-5/+5
Changes since 358: * -x option can now specify multiple variable-width tab stops. * -X option no longer disables keypad initialization. New option --no-keypad disables keypad initialization. * New commands t and T step through multiple tag matches. Added support for "global(1)" tags (see http://www.gnu.org/software/global/global.html). * New prompt style set by option -Pw defines the message printed while waiting for data in the F command. * System-wide lesskey file now defaults to sysless in etc directory instead of .sysless in bin directory. Use "configure --sysconfdir=..." to change it. (For backwards compatibility, .sysless in bin is still recognized.) * Pressing RightArrow or LeftArrow while entering a number now shifts the display N columns rather than editing the number itself. * Status column (enabled with -J) now shows search results. * Improved performance in reading very large pipes. * Eliminated some dependencies on file offets being 32 bits. * Fixed problems when viewing files with very long lines. * Fixed overstriking in UTF-8 mode, and overstriking tabs. * Improved horizontal shifting of text using -R option with ANSI color. * Improved handling of filenames containing shell metacharacters.
2002-03-06Do not blindly assign to EVAL_PREFIX! How come I was not bitten by this ?!seb1-2/+2
2002-03-06Garbage collect "check-depends", as discussed on tech-pkg. The oddly namedfredb1-14/+2
"check-depends" target is what used to install dependencies before fetching any files. ("install-depends" continues to perform that function for the other main targets.)
2002-03-06Add the missing quotes so it can handle filenames with spaces.martin2-5/+23
Don't delete spaces from filenames by default anymore (user overridable).
2002-03-06Add functionality so the module .so's get built and installed as well. Bump tojmc6-4/+59
nb2 for version
2002-03-06Add the games/an package to generate anagramsjonb1-1/+2
2002-03-06Generates anagrams for a phrase supplied by the user, the words used in thejonb6-0/+80
anagram are taken from a specified dictionary which should contain one word per line (default dictionary:/usr/share/dict/words). Some Anagrams Found Using an-0.93: Free Software Foundation - I'd fan out tons of freeware! National Security Agency - Lusty yearning at cocaine. President Dole - Led despite Ron. Central Intelligence Agency - Langley: Inelegant, eccentric.
2002-03-06Add the scripts to the build target so that they are created and installedjlam2-6/+8
properly.
2002-03-05Update www/apache2 to 2.0.32 beta. Pkgsrc changes from the previous versionjlam15-556/+818
include: *) Move the binaries back into ${PREFIX}/sbin to match the locations for www/apache. *) Build the Apache modules (including mod_ssl) so that apache2 has the same functionality as apache. *) Support shared modules on platforms that support them. Otherwise, link the modules statically into the server. *) Support suEXEC in the same way as for www/apache. *) Honor PKG_SYSCONFDIR. *) Add a rc.d-style control script based on www/apache/files/apache.sh. *) Strongly buildlinkify again after previous changes broke it. Relevant changes from version 2.0.28 beta include: *) A ton of bug fixes in both the main server code and the module code (it _is_ a beta release following a previous beta release). *) Several performance and memory optimizations. *) The Location: response header field, used for external redirect, *must* be an absoluteURI. The Redirect directive tested for that, but RedirectMatch didn't -- it would allow almost anything through. Now it will try to turn an abs_path into an absoluteURI, but it will correctly varf like Redirect if the final redirection target isn't an absoluteURI. *) Add several new mod_proxy directives: ProxyTimeout, ProxyPreserveHost, ProxyPass. *) FTP directory listings are now always retrieved in ASCII mode. The FTP proxy properly escapes URI's and HTML in the generated listing, and escapes the path components when talking to the FTP server. *) Add FileETag directive to allow configurable control of what data are used to form ETag values for file-based URIs. *) Introduced the ForceLanguagePriority directive, to prevent returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases, when using Multiviews.
2002-03-05Remove pre-build target that does the same thing as AUTOMAKE_OVERRIDEskrll1-8/+1
2002-03-05pkgsrc/www/apache-current has been reimported as pkgsrc/www/apache2.jlam1-2/+2
2002-03-05Fix typo.skrll1-2/+2
2002-03-05Remove pkgsrc/www/apache-current and reimport as pkgsrc/www/apache2.jlam12-1038/+0
2002-03-05Use the provided Makefile.in file instead of Makefile.am so we can removeskrll1-6/+3
the BUILD_DEPENDS on automake.
2002-03-05Reimport pkgsrc/www/apache-current as pkgsrc/www/apache2.jlam12-0/+1038
2002-03-05enable this on NetBSD>1.5U on alpha since alpha FPC code is now in place.dmcmahill12-16/+190
While here, add some missing headers and squish a LP64 bug. Passes all self tests and all but 2 examples on a 1.5ZA alpha.
2002-03-05Rewrite the logic in do-install which tests if installation was successful.mrauch1-7/+6
This version hopefully won't blow up the bulk build.
2002-03-05Fixed compilation when USE_GIF is set.martti2-9/+8
2002-03-05obey CC and CFLAGS.dmcmahill2-9/+11
2002-03-05Apply simply patch to Makefile.in not Makefile.am so that we can removeskrll3-9/+13
the BUILD_DEPENDs on automake.
2002-03-05Match version of php3 package, as comments suggest.wiz1-3/+3
2002-03-05This pkg doesn't need automake to build.skrll2-5/+3
2002-03-05Update ruby-bsearch to 1.5.taca2-5/+5
Supplied by pkg/15811 by iwamoto at sat.t.u-tokyo.ac.jp (IWAMOTO Toshihiro). 2001-12-10 Satoru Takabayashi <satoru@namazu.org> * Ruby/Bsearch: Version 1.5 released. * bsearch.rb (Array::bsearch_range): Take &block and pass &block. (Array::bsearch_last): Likewise. (Array::bsearch_first): Likewise. (Array::bsearch_lower_boundary): Likewise. (Array::bsearch_upper_boundary): Likewise. 2001-11-16 Satoru Takabayashi <satoru@namazu.org> * tests/test.rb (check_boundaries): New method.
2002-03-05Remove libtool/buildlink.mk; package does not depend on installed libtool.wiz1-2/+1
2002-03-05No need to pass -L${LOCALBASE}/lib because USE_BUILDLINK_ONLY is defined.toshii1-2/+2
2002-03-05Fix build problems on NetBSD systems with utmp support including a worktron3-1/+106
arround for the lack of updwtmpx(3).
2002-03-05Add and enable graphviz.seb1-1/+2
2002-03-05Initial import of Graphviz, version 1.8.1, into the NetBSD Packagesseb34-0/+1283
Collection. Graphviz is a set of graph drawing tools. It includes: - dot: makes hierarchical layouts of directed graphs - neato: makes "spring" model layouts of undirected graphs - lefty: a programmable graphics editor - dotty: a customizable interface written in LEFTY - tcldot: a customizable graphical interface written in TCL - libgraph: the base library for graph tools - various associated utilities
2002-03-05Mention graphviz-license in the list of ACCEPTABLE_LICENCES.seb2-1/+380
Add the licence for the graphviz package.
2002-03-05Move line for pkglint.wiz1-2/+2
2002-03-05Sort the ACCEPTABLE_LICENSES template entries.seb1-46/+46
2002-03-05Updated tiff to 3.5.7martti10-71/+79
* many bug fixes * added support for 16bit minisblack/miniswhite images in RGBA interface * integrated experimental OJPEG support * updated tiffcp utility * substantial changes to tiff2ps
2002-03-05Added --disable-libiconv to CONFIGURE_ARGS to ignore libiconv even ifmartti1-2/+3
it is installed. Reported by Dominic Jones in netbsd-help.
2002-03-05Rearrange a fair amount. Supply patches for compiling on macppc. Bump to nb1jmc6-6/+92
version
2002-03-05Update to 1.6.6 - vendor supplied fix for CERT announced radiusd issues.david2-5/+5
2002-03-05Don't compile on powerpc, gcc needs help out of the box for netbsd/powerpc.jmc1-2/+4
2002-03-05Add definition for powerpc to figure out endiannessjmc2-1/+14
2002-03-04Use <pre> to surround build logs - monospaced fonts are so much more readable.hubertf1-10/+10
OK'd by Dan McMahill
2002-03-04Ooops. commit patch this timejmc1-0/+13
2002-03-04Make sure doc files get installed in proper pathjmc1-1/+2
2002-03-04Work arround build problem on NetBSD system with utmpx support.tron2-1/+18
2002-03-04Import cpuburn-1.4:abs1-1/+2
The cpuburn programs are designed to load x86 CPUs as heavily as possible for the purposes of system testing. They have been optimized for different processors. FPU and ALU instructions are coded an assembler endless loop. They do not test every instruction. The goal has been to maximize heat production from the CPU, putting stress on the CPU itself, cooling system, motherboard (especially voltage regulators) and power supply (likely cause of burnBX/MMX errors).
2002-03-04Crap... (Literally)abs12-803/+0
2002-03-04Import cpuburn-1.4:abs16-0/+849
The cpuburn programs are designed to load x86 CPUs as heavily as possible for the purposes of system testing. They have been optimized for different processors. FPU and ALU instructions are coded an assembler endless loop. They do not test every instruction. The goal has been to maximize heat production from the CPU, putting stress on the CPU itself, cooling system, motherboard (especially voltage regulators) and power supply (likely cause of burnBX/MMX errors).
2002-03-04Update nxtvepg to 0.7.0magick6-72/+46
Changes since 0.6.9: * Added a network connection between the acquisition daemon and the GUI. While connected, the browser receives updates for opened Nextview databases (i.e. all incoming EPG blocks are forwarded) and constant updates about the acquisition progress. * Added compile-time option to use multi-threading for VBI acquisition instead of a separate process. The advantage is that the threads are only created when acquisition is enabled and not when connected to a daemon. * Added support for wheel mouse in main and help windows, thanks to Serge Koenigsmann. xawtv popup is immediately removed when xawtv is terminated or iconified * Fixed bug in status line statistics output: expired percentage did not reach 100% even after the database appeared empty because the total of "defective" blocks was erronously included in the quotient. * Added scollbars to network list in network selection dialog and limited listbox height to 27 networks. * Added field with official network description in network name config dialog to avoid confusion in case different stations have similar logos (e.g. there's "ntv" in Turkey and "n-tv" in Germany) * Added network name output during EPG scan (e.g. "ARD" instead of "0x0DC1") generally improved diagnostic output (summary at the end) * The timescales windows now show all blocks in the database; they used to start with the current time, omitting all expired blocks. That was confusing esp. in case all blocks were expired, because the status line said "100% complete" but no blocks were displayed. * Added "acquisition tail" to timescales: the most recently updated ranges are marked with a white bar which fades to the background color over time * Added callback to timescale windows: mouse click on a scale now filters the slected netwop in the main window and jumps to the given time * Fixed bug in database structure which holds navigation menu entries (a fixed length array was too short and caused memory overwrites) * Both acquisition and EPG scan now extract channel frequecies from both databases and rc/ini file, so that in case of loss of either databases or rc/ini file they still can be recovered. * Fixed bug which let the browser hang in wait(2) after the process group was delivered a STOP signal (i.e. CTRL-Z in the controlling terminal) * Made dialog windows which display lists resizable, e.g. netwop selection * Bugfix in database merge (yes, yet another one): the merged netwop table could contain uninitialized entries, if the user network selection contained networks that were included in none of the merged databases (e.g. remains of a previous merge with different providers) * Implemented "Index" filters for merged database; due to technical limitations currently only "now" & "next" searches are supported; others will return empty lists. Thanks to Mathias Homann for prompting this fix.
2002-03-04Generalize the handling for packages where "fetch" and "fetch-list"fredb10-116/+60
only emit a message and don't actually fetch anything. This allows us to make the output of "fetch-list" for these packages consistent with other packages. While we're in here, integrate DYNAMIC_MASTER_SITES with the ${ORDERED_SITES} macro. The only functional change here is that ${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something appropriate for "fetch-list" for these packages, like sourcing "getsites.sh" into the generated script. (Well, "package", but there are two others that do something similar in their "Makefile".) Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only "fetch" uses it, move it's functionality directly under "do-fetch".
2002-03-04Update to afterstep-1.8.11. The only new feature (from NEWS):fredb5-54/+32
Added DefaultGeometry option to database. That should allow to place window with specifyed geometry when no USPosition was requested, instead of dragging it around. Useful for things like Netscape. Example: Style "*escape*" DefaultGeometry 800x600+10-100 Afterstep-1.8.10 added "Xinerama" support (whatever that is) which we have to disable in "configure" to build, and multi-head support -- which is untested on NetBSD. Follows is the complete ChangeLog since 1.8.9: 1.8.10 patch 1 (sasha+Geoff Burling+Jan Fedak) o Numerous man page and usage fixes by Geoff Burling. o Fixed bug in DefaultGeometry handling where check for USPosition/Size should have been negated. o Fixed compilation bug in lib/parse.c o Fixed minor typho in afterstep man page. o Debugged background setting on multihead config. It apperas that asetroot cannot be run with -l if it is named other then asetroot. Otherwise background selection from the menu does not work. o Updated Clean to use ProcessModuleArgs. Added global var display_name that is set to --display argument value or env var $DISPLAY 's value. MOst modules must be updated to remove var with the same name from main(). o Applied patch from Jan Fedak to add startup geometry to database parameters. o Applied patch from Jan Fedak to fix hotkeys in menus. o Applied patch to get AfterStep to change Icon when Title is changing. New feel option - FollowTitleChanges in feel has to be used to enable this feature. o Fixed Tile's -h handling. o added support for maximization to not exceed screen size, while working with xinerama. o man pages fixes. o Fixed socket/pipes reading loops to not cause 100% CPU utilization under CYGWIN and in some cases even on Unix. o Fixed Menus pointer location handling to use coordinates from events and not abuse XQueryPointer. Otherwise menus were behaving strange whenever events were late due to one reason or others. 1.8.9 patch 1 (sasha) o Fix X libraries order, to have Xext preceed X11 - causes problems on some Solaris systems. o fixed two warnings related to time.h o commented out dependency checking to avoid problems for users with old compilers. It is not needed in stable series anyways. o Added functionality to WindowsDesk function. If second argument is 10000 then first is relative desk number, instead of exact. o Implemented Xinerama support. When window is initially placed - it will be appropriately moved to not appear in between monitors, unless user requested geometry explicetely. o When Xinerama is active, and asetroot is requested to scale or pad background image to the screen size it will use size of the first head ( the one with origin of 0,0 ). o Implemented separate Feel, Look, Background and Init/Restart functions for different screens in multihead config with no Xinerama. o We now read $TMPDIR in order to locate /tmp directory, and falling back to /tmp if envvar is not set. o somewhat fixed Align and Pad fields in the Asetroot config parsing.
2002-03-04Remove the "MESSAGE" file. Much of it was either out-of-date, since ascpfredb1-25/+0
is no longer a separate package, or trivial, now that the documentation is easily accesible.
2002-03-04Remove -ggdb as it's not needed and confuses gcc on powerpc at times.jmc2-6/+7