summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-09Initial import of R extension library lattice, version 0.5-3markd3-0/+20
Implementation of Trellis Graphics
2002-09-09Initial import of R extension library grid, version 0.6markd3-0/+19
Graphics layout capabilities, plus some support for interaction.
2002-09-09buildlink2markd1-2/+4
2002-09-09Update R to 1.5.1, switch to buildlink2, change maintainer.markd5-2668/+311
User-Visible Changes o XDR support is now guaranteed to be available, so the default save format will always be XDR binary files, and it is safe to distribute data in that format. (We are unaware of any platform that did not support XDR in recent versions of R.) gzfile() is guaranteed to be available, so the preferred method to distribute sizeable data objects is now via save(compress = TRUE). o pie() replaces piechart() and defaults to using pastel colours. o formatC has new arguments (see below) and formatC(*, d = <dig>) is no longer valid and must be written as formatC(*, digits = <dig>). o Missingness of character strings is treated much more consistently, and the character string "NA" can be used as a non-missing value. o summary.factor() now uses a stable sort, so the output will change where there are ties in the frequencies. Plus lots of new features and many bug fixes.
2002-09-09Update to version 0.28. Changes include:heinz5-14/+72
- simple nameserver - support for TSIG and DNAME resource records - dynamic updates - should be compatible with perl 5.005_3
2002-09-08Add conflict with p5-Mail-SpamAssassin (for those who still have it installed).wiz1-1/+3
2002-09-08* Replace MACHINE_ARCH with BLACKDOWN_ARCH.schmonz2-51/+46
* Improve some formatting.
2002-09-08* Introduce BLACKDOWN_ARCH, which is usually just ${MACHINE_ARCH}schmonz6-97/+111
(but is "ppc" on powerpc), and use it instead of MACHINE_ARCH where applicable. * Introduce BLACKDOWN_REL, which is usually just "FCS-02b" (but is "rc1" on arm). * Simplify how MASTER_SITES and DISTFILES get defined. * Improve some formatting. * Replace literal "i386" in PLIST with ${BLACKDOWN_ARCH}. * Adjust bin/.java_wrapper for powerpc platforms, and update the similar patch for bin/realpath. On NetBSD/powerpc, this greatly reduces noise during package installation, and gets us further at runtime. Believe it or not, seeing "/lib/libc.so.6: version `GLIBC_2.2' not found" is an improvement.
2002-09-08Converted to use buildlink2, and allow installation on powerpc.zuntum1-9/+8
I'm commiting this change upon schmonz's request, as he can't reach cvs server right now.
2002-09-08Add a "list" target which invokes "pkg_info -L" for the current package.tron1-1/+5
2002-09-08Switch to configuration tool with 128Bit encryption support. It istron2-6/+7
required to use WEP128 with Airport Base Stations which have been updated with a Lucent Orinoco Gold card. Bump package revisiont to 1 to reflect this change.
2002-09-08For this to work nicely on Linux, we need to:jschauma3-6/+12
- add -lapm to LDFLAGS (which was removed during patching) - ifdef our own net_apm.cc (created during patching) - change ONLY_FOR_PLATFORMS from ... Linux-*-i[3-6]86 to ... Linux-*-* (all Linuxen should have include/apm.h)
2002-09-07We use i386/apmvar.h; other architectures will require modificationjschauma1-1/+7
of the patches, probably something like ${MACHINE_ARCH}/apmvar.h in patch-ak . I dont' have access to other ports, so for now: ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86
2002-09-07add and enable bbapmjschauma1-1/+2
2002-09-07Initial import of x11/bbapm into pkgsrc.jschauma18-0/+560
bapm is an APM meter for Blackbox, which shows the battery status of your laptop in a decorated window, simulating the look of the Blackbox toolbar. bbapm is based on bbsload. This package is based on the FreeBSD port and the OpenBSD patches posted to http://bbtools.windsofstorm.net written by Michael Henson (mike at axl dot net). Various changes by yours truly.
2002-09-07Enable transparent session IDshubertf1-2/+3
2002-09-07Add patches from freebsd I forgot last time aroundmjl3-1/+31
2002-09-07Update to version 20020906. Add more ad patterns. Also adds a newsimonb4-15/+17
variable (STUBURL_COUNTERHTML); users should update to the latest adzap.conf as shown in the message.
2002-09-07mdoc fixes, ispell.wiz1-28/+22
2002-09-07Use 7bit characters only.wiz1-1/+1
2002-09-07Update haskell-mode to version 1.43.kristerw4-13/+23
Changes since previous version include misc bug fixes and improved documentation.
2002-09-07Update emulators/vice to version 1.10.kristerw4-43/+54
Changes since vice-1.9 include: ** General - The keyboard handling has been reworked. In most ports the keys can be assigned by *.vkm files. - Fixed display bugs during warp mode. - The autostart function prepares the drive with last accessed track, sector and buffer data now. - The opcode fetch of the 65xx CPU emulation is more accurate now. ** C64 changes - A processor port bug has been fixed, so IWM Diamonds works again. - Fixed a bug in the Retro Replay emulation. - Added support for IDE64 interface emulation. ** C128 changes - Added DIN charset support. - Added support for second color bank. ** VIC20 changes - Access to unconnected address space has been fixed. ** VIC-II - $d016 xsmooth emulation is cycle exact now! - Many small bugs in the VIC-II emulation have been fixed. - Accessing unconnected address space returns last phi1 data read by the VIC-II now. - Fixed bug loading a snapshot image with sprites enabled. ** Drive changes - Implemented firmware ROM mirrors. ** Tape changes - The image content lister lists the contents of TAP images too.
2002-09-07Remove dependency on autoconf/automake and finish buildlink2 conversion.jlam7-25/+306
2002-09-07Add to the "suggested enhancements" the cross-building of pkgs whichthorpej1-1/+4
are capable of doing so (e.g. ones that use GNU autoconf properly).
2002-09-07Filter out -R and -Wl.-R arguments that point to /usr/local as well asjlam2-3/+5
just -I and -L (modulo if LOCALBASE == /usr/local).
2002-09-07Use buildlink2 and pass an extra flag to the configure script so that ifjlam1-3/+4
RSAref is used, then the library may be found.
2002-09-07Be a little bit more descriptive about what the GNOME canvas is.rh1-0/+8
2002-09-07Add and enable libgnomecanvasrh1-1/+2
2002-09-07Initial import of libgnomecanvas-2.0.4, the GNOME2 canvas handling library.rh7-0/+185
Provided in PR pkg/18195 by Julio Merino <jmmv@hispabsd.org>, with minor PLIST fixes by me.
2002-09-07Update libart2 to 2.3.10. Provided by Julio Merino <jmmv@hispabsd.org> inrh5-18/+19
PR pkg/18194. No change list is available, but 2.3.10 is the version required by the 2.0.1 release of GNOME2.
2002-09-07Update libglade2 to 2.0.1. Provided in PR pkg/18188 by Julio Merinorh4-12/+38
<jmmv@hispabsd.org>. Changes are: - fix up search path for libglade modules. - various memory leak fixes (Kristian Rietveld). - now uses buildlink2
2002-09-07Unlike gtk1, the default prefix for gtk2 is LOCALBASE not X11PREFIX.rh1-2/+2
2002-09-07Add and enable gnome-vfs2rh1-1/+2
2002-09-07Initial import of gnome-vfs2-2.0.4, a virtual file system for GNOME2.rh8-0/+310
Provided in PR pkg/18186 by Julio Merino <jmmv@hispabsd.org>, with some PLIST fixes by me.
2002-09-07Add buildlink2.mk.rh1-0/+28
Provided by Julio Merino <jmmv@hispabsd.org> in PR pkg/18183.
2002-09-07Update GConf2 to 1.2.1. Bugfixes and API changes required by GNOME-2.0.1rh3-15/+18
Provided in PR pkg/18181 by Julio Merino <jmmv@hispabsd.org>
2002-09-07Add and enable pkg_comprh1-1/+2
2002-09-07Initial import of pkg_comp-1.0, a utility that allows retargetable packagerh5-0/+914
building in chrooted environments. Provided in PR pkg/17986 by Julio Merino <jmmv@hispabsd.org>
2002-09-06Add and enable gicerh1-1/+2
2002-09-06Initial importof gice-0.6.1, a C language text editor using GTK2.rh4-0/+36
Provided by Julio Merino <jmmv@hispabsd.org> in PR pkg/18083.
2002-09-06gtk2-2.0.6 depends on glib2>=2.0.6rh1-1/+3
2002-09-06We don't lie to GNU configure anymore about where headers and librariesjlam1-3/+3
are actually installed.
2002-09-06more pth hackery:drochner2-1/+34
increase stack size for created threads, and set the JOINABLE attribute to "false" (nothing will join() them) to avoid a ressource leak "works better now"
2002-09-06Update prboom to version 2.2.3zuntum2-5/+5
Changes from v2.2.2 to v2.2.3 - improved mouse handling - intermission demo sync bug fixed - framebuffer update fixes (solves flicker on fbcon) - -forceoldbsp allowed in non-GL version, and saved in demos - fix player colours in multiplayer demos - apply workarounds for buggy pwads even during demo playback - fix numpad 5 key - allow compilation on systems where SDL is built without joystick support - fix comp_skymap - using anisotropic filtering when the OpenGL extension is available - using paletted textures when the OpenGL extension is available - added gl_use_paletted_texture option to glboom configuration file - using shared texture palette when the OpenGL extension is available - added gl_use_shared_texture_palette option to glboom configuration file
2002-09-06* Use a for loop to consolidate identical logic for removing paths in thejlam1-16/+12
argument transform filter. * Remove special ZOULARISBASE hack and use the new _BLNK_*PROTECT_SED variables to accomplish the same thing.
2002-09-06Create _BLNK_PROTECT_SED and _BLNK_UNPROTECT_SED variables to protectjlam1-1/+18
${_PKGSRCDIR} and ${BUILDLINK_DIR} from any filtering, as they may be subdirectories of ${LOCALBASE}, /usr/pkg, or /usr/local. This should fix pkg/18142 and other puzzling problems reported on the tech-pkg mailing list where it was necessary to revert back to buildlink1 versions of packages in order to build when the pkgsrc tree or the work directories are kept under /usr/local.
2002-09-06Convert to buildlink2.wiz2-9/+11
2002-09-06Convert to buildlink2.wiz6-90/+19
2002-09-06Update to 1.0.0.15, provided by Julio Merino in pkg/18123 (with minorwiz4-41/+58
fixes by me). Changes: * Automatic generation of preamble instead of using the TeXmacs.sty file (1.0.0.15). * Widget factory for menus moved to the Scheme interface (1.0.0.15). * Circulating variants for certain environments (1.0.0.15). * New menu look and feel (1.0.0.14). * Some changes to the LaTeX to TeXmacs converter (1.0.0.14). * We started implementing a TeXmacs to Html converter (1.0.0.14). * Correction of a severe bug which disabled the keyboard on certain systems (1.0.0.13). * Better support of the numeric keypad and dead accents (1.0.0.13). * Complete change of the keyboard behaviour (1.0.0.12). * Automatic detection and configuration of modifier keys (1.0.0.12). * Automatic translation of menus in the documentation (1.0.0.12). * Guile/Scheme scripts inside documents (1.0.0.12). * Wildcard system for keyboard shortcuts (1.0.0.11). * Keyboard shortcuts in the menus are determined automatically (1.0.0.11). * Further reorganization of the menus (1.0.0.11). * Support for grey menu items, checkmarks and ... in menus (1.0.0.11). * Automatic determination of keyboard shortcuts in menus (1.0.0.11). * Widgets are now attached to the current display at creation time (1.0.0.11). * Improved reduce and axiom interfaces (1.0.0.11). * We replaced the gencc preprocessor by the more standard template system of C++ (1.0.0.10).
2002-09-06Convert to buildlink2. Share distinfo between mpg123 and mpg123-esound.wiz5-42/+23