Age | Commit message (Collapse) | Author | Files | Lines |
|
Implementation of Trellis Graphics
|
|
Graphics layout capabilities, plus some support for interaction.
|
|
|
|
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.
|
|
- simple nameserver
- support for TSIG and DNAME resource records
- dynamic updates
- should be compatible with perl 5.005_3
|
|
|
|
* Improve some formatting.
|
|
(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.
|
|
I'm commiting this change upon schmonz's request, as he can't reach
cvs server right now.
|
|
|
|
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.
|
|
- 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)
|
|
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
|
|
|
|
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.
|
|
|
|
|
|
variable (STUBURL_COUNTERHTML); users should update to the latest
adzap.conf as shown in the message.
|
|
|
|
|
|
Changes since previous version include misc bug fixes and improved
documentation.
|
|
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.
|
|
|
|
are capable of doing so (e.g. ones that use GNU autoconf properly).
|
|
just -I and -L (modulo if LOCALBASE == /usr/local).
|
|
RSAref is used, then the library may be found.
|
|
|
|
|
|
Provided in PR pkg/18195 by Julio Merino <jmmv@hispabsd.org>, with minor
PLIST fixes by me.
|
|
PR pkg/18194.
No change list is available, but 2.3.10 is the version required by the
2.0.1 release of GNOME2.
|
|
<jmmv@hispabsd.org>.
Changes are:
- fix up search path for libglade modules.
- various memory leak fixes (Kristian Rietveld).
- now uses buildlink2
|
|
|
|
|
|
Provided in PR pkg/18186 by Julio Merino <jmmv@hispabsd.org>, with
some PLIST fixes by me.
|
|
Provided by Julio Merino <jmmv@hispabsd.org> in PR pkg/18183.
|
|
Provided in PR pkg/18181 by Julio Merino <jmmv@hispabsd.org>
|
|
|
|
building in chrooted environments.
Provided in PR pkg/17986 by Julio Merino <jmmv@hispabsd.org>
|
|
|
|
Provided by Julio Merino <jmmv@hispabsd.org> in PR pkg/18083.
|
|
|
|
are actually installed.
|
|
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"
|
|
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
|
|
argument transform filter.
* Remove special ZOULARISBASE hack and use the new _BLNK_*PROTECT_SED
variables to accomplish the same thing.
|
|
${_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.
|
|
|
|
|
|
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).
|
|
|