summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-24Updated math/R-spacetime to 1.0.3wen1-1/+2
2013-01-24Update to 1.0.3wen2-8/+9
Upstream changes: 2012-12-14 13:39 EdzerPebesma * inst/doc/jss816.Rnw, inst/doc/sto.Rnw, inst/doc/stpg.Rnw: updates 2012-11-27 16:57 EdzerPebesma * inst/doc/52n_logocl.pdf, inst/doc/jss816.Rnw, inst/doc/logo52n.pdf: logo name change 2012-11-27 16:33 EdzerPebesma * R/STFDF-methods.R, R/coerce.R, inst/doc/52n_logocl.pdf, inst/doc/jss816.Rnw, man/STFDF-class.Rd, man/na.Rd, tests/Examples/spacetime-Ex.Rout.save, tests/basic.R, tests/basic.Rout.save: as(stfdf, "xts") now exports more than one variable; added na.* docs added 52N logo to vignette 2012-11-24 19:03 EdzerPebesma * DESCRIPTION, NAMESPACE, R/Class-xts.R, R/aggregate.R, R/na.R, R/stplot.R, demo/gvis.R, inst/doc/sto.Rnw, man/stplot.Rd, man/timematch.Rd, tests/Examples/spacetime-Ex.Rout.save: added na.locf, na.approx and na.spline functions (na.R, na.Rd); added require(zoo) to aggregate method that needs aggregate.zoo, so that NAMESPACE is now clean; added zoo to Suggests: corrected key.space argument in stplot (mode = 'ts'); 2012-11-17 15:54 EdzerPebesma * DESCRIPTION, NAMESPACE, R/ST-methods.R, R/aggregate.R, R/interval.R, R/over.R, R/stplot.R, R/timematch.R, inst/doc/sto.Rnw, man/timematch.Rd, tests/Examples/spacetime-Ex.Rout.save, tests/over.R, tests/over.Rout.save: timeMatch now is an S4 generic; NAMESPACE imports only what is needed, and some repairs for zoo; sto.Rnw restored; over now always uses interval:interval_overlaps for overlapping intervals; updated test outputs; DESCRIPTION now mentions package intervals 2012-11-13 11:20 EdzerPebesma * NAMESPACE: import MATCH.default, to accomodate zoo at CRAN 2012-11-12 18:34 EdzerPebesma * NAMESPACE, R/aggregate.R: updates; 2012-11-12 18:18 EdzerPebesma * NAMESPACE, R/aggregate.R, R/timematch.R, inst/doc/sto.Rnw, man/timematch.Rd, tests/Examples, tests/Examples/spacetime-Ex.Rout.save, tests/basic.Rout.save, tests/stconstruct.Rout.save: found the MATCH error: zoo needs to have S3method("MATCH", "default") in its NAMESPACE, along with MATCH import and export in spacetime NAMESPACE; else (e.g. with zoo 1.7-9 on CRAN) sto.Rnw (aggregate using aggregate.zoo) will not work without attaching zoo first; so, we now depend on zoo's development version... 2012-11-12 08:27 EdzerPebesma * NAMESPACE, R/ST-methods.R, R/aggregate.R, R/timematch.R, inst/doc/sto.Rnw, tests/basic.Rout.save, tests/over.R, tests/over.Rout.save, tests/stconstruct.Rout.save, tests/wind.R, tests/wind.Rout.save: further NAMESPACE import limitation; but aggregate still needs zoo to be attached. 2012-11-11 15:03 EdzerPebesma * DESCRIPTION, NAMESPACE, R/aggregate.R, data/air.rda, inst/doc/jss816.Rnw, inst/doc/sto.Rnw, man/STSDF-class.Rd, man/unstack.Rd, tests/basic.R, tests/basic.Rout.save, tests/over.R, tests/over.Rout.save, tests/raster.R, tests/raster.Rout.save, tests/stconstruct.R, tests/stconstruct.Rout.save, tests/traj.Rout.save, tests/wind.R, tests/wind.Rout.save: reorganized zoo and xts to be in Imports: rather than Depends: (one issue still hangs with zoo needing to be attached before sto.Rnw can run aggregate.zoo) doc files: removed xts() calls when only time steps were passed. 2012-11-10 22:57 EdzerPebesma * DESCRIPTION, R/Class-ST.R, R/ST-methods.R, R/STFDF-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, R/coerce.R, R/stconstruct.R, R/timematch.R: syncronized tzone of endTime with that of time; version bump. 2012-11-10 16:12 EdzerPebesma * DESCRIPTION, R/STFDF-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, data/air.rda, inst/doc/jss816.Rnw, man/STLDF-class.Rd, tests/raster.Rout.save, tests/wind.Rout.save: added time zone to rural air data; time zones in various ST methods (as.xts, selection) got lost, now retained; updated tests outputs; version bump 2012-11-05 13:22 EdzerPebesma * man/eof.Rd: limited time steps for example, to reduce run time 2012-11-05 11:43 EdzerPebesma * DESCRIPTION, demo/00Index, demo/trip.R, inst/CITATION, inst/doc/jss816.Rnw, inst/doc/jss816.bib, man/ST-class.Rd, man/STFDF-class.Rd, man/STIDF-class.Rd, man/STLDF-class.Rd, man/STSDF-class.Rd, man/STTDF-class.Rd, man/delta.Rd, man/over.Rd, man/stconstruct.Rd, man/stplot.Rd, man/timematch.Rd, tests/traj.R, tests/traj.Rout.save: update references to JSS paper; its publication corresponds to releasing 1.0-0; removed trip from Suggests:. 2012-10-29 13:13 BenediktGraeler * DESCRIPTION: 2012-10-28 20:10 EdzerPebesma * inst/doc/sto.Rnw: updated information on endTime and intervals. 2012-10-28 18:42 EdzerPebesma * R/raster.R, R/timematch.R: reverted back setClass(); alternative way to keep tzone in augment.with.one() 2012-10-27 20:22 EdzerPebesma * R/STFDF-methods.R, R/STSDF-methods.R, R/raster.R, R/timematch.R, tests/basic.Rout.save, tests/traj.Rout.save: raster: restore setClass for RasterStackBrick, if not loaded before; ST?DF-methods: missing , in as.data.frame method timematch.R: augment.with.one dropped tzone; tests: updated for tzone; coerce STFDF->STSDF->STIDF->STSDF->STFDF no longer identical, as endTime doesn't get set back (further check needed?) 2012-10-26 18:46 EdzerPebesma * R/STFDF-methods.R, R/STSDF-methods.R, R/timematch.R: two bugs caught by Ben Graeler; cosmetic changes to timematch. 2012-10-25 19:41 EdzerPebesma * demo/00Index: added gvis to index 2012-10-24 06:50 EdzerPebesma * demo/gvis.R: added googleVis demos 2012-10-23 05:59 EdzerPebesma * R/raster.R: removed setClass. 2012-10-21 20:33 EdzerPebesma * inst/doc/sto.Rnw: updated references 2012-10-21 09:24 EdzerPebesma * R/ST-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, R/aggregate.R, R/eof.R, R/plot.R, R/stconstruct.R, R/stplot.R: EOF: use prcomp.formula so that na.action gets passed; default xts slot gets named index column; 2012-10-18 13:15 EdzerPebesma * R/stplot.R, man/stplot.Rd: argument mismatch (scales = list(draw=FALSE)) 2012-10-14 10:53 EdzerPebesma * NAMESPACE, R/ST-methods.R, R/coerce.R: dim methods for STT, STx cercion. 2012-10-03 14:56 EdzerPebesma * R/endtime.R, R/stplot.R, inst/doc/jss816.Rnw: added endTime; update to vignette; scales handling in stplot. 2012-09-28 20:48 EdzerPebesma * DESCRIPTION, R/stplot.R, man/stplot.Rd: stplot: correct scales argument if unprojected; DESCRIPTION: dropped removed file. 2012-09-25 21:34 EdzerPebesma * DESCRIPTION, R/Class-STLDF.R, R/STLDF-methods.R, inst/doc/jss816.Rnw, tests/basic.R, tests/over.R, tests/over.Rout.save, tests/traj.R, tests/traj.Rout.save: removed STLDF sources; version bump; tried to make tests clean wrt TZ differences 2012-09-25 08:20 EdzerPebesma * R/STTDF-methods.R: needed for CRAN submission 2012-09-24 19:42 EdzerPebesma * R/tgrass.R: dealt with endTime in writing tgrass files 2012-09-23 18:48 EdzerPebesma * DESCRIPTION, NAMESPACE, R/Class-ST.R, R/Class-STLDF.R, R/ST-methods.R, R/STFDF-methods.R, R/STIDF-methods.R, R/STLDF-methods.R, R/STSDF-methods.R, R/STTDF-methods.R, R/coerce.R, R/eof.R, R/interval.R, R/over.R, R/plot.R, R/raster.R, R/stconstruct.R, R/timematch.R, data/air.rda, inst/doc/cls.fig, inst/doc/cls.pdf, inst/doc/jss816.Rnw, inst/doc/move.fig, inst/doc/move.pdf, man/ST-class.Rd, man/STFDF-class.Rd, man/STIDF-class.Rd, man/STLDF-class.Rd, man/STSDF-class.Rd, man/delta.Rd, man/interval.Rd, man/stconstruct.Rd, man/timematch.Rd, tests/basic.Rout.save, tests/over.R, tests/over.Rout.save, tests/raster.Rout.save, tests/stconstruct.Rout.save, tests/traj.Rout.save, tests/wind.R, tests/wind.Rout.save: removed STL and STLDF class, added endTime as slot to ST, and tried to deal with all the consequences of having an endTime for each observation. Started integrating the more efficient intervals matching from package "intervals". Updated vignette and docs. 2012-09-12 18:23 EdzerPebesma * DESCRIPTION, R/raster.R, R/tgrass.R: moved tgrass stuff to new file 2012-09-12 15:25 EdzerPebesma * R/ST-methods.R, R/raster.R, man/tgrass.Rd: minor mods to pass check again. 2012-09-12 15:01 EdzerPebesma * man/tgrass.Rd: {read,write}.tgrass doc 2012-09-12 14:28 EdzerPebesma * R/raster.R: removed the "x" before .tif 2012-09-12 14:12 EdzerPebesma * NAMESPACE, R/raster.R: updated {read,write}.tgrass functions 2012-09-11 17:07 EdzerPebesma * R/raster.R: typo 2012-09-07 09:22 EdzerPebesma * DESCRIPTION, R/Class-ST.R, R/Class-STFDF.R, R/Class-STIDF.R, R/Class-STLDF.R, R/Class-STSDF.R, R/Class-STTDF.R, R/ST-methods.R, R/STLDF-methods.R, R/raster.R, tests/basic.R, tests/basic.Rout.save: class validity now checks that attribute names in attributes, space or time are not duplicated. 2012-08-29 06:26 EdzerPebesma * R/stconstruct.R: patch from Ben Graeler, dealing with univariate time-wide data 2012-08-27 07:10 EdzerPebesma * DESCRIPTION, R/aggregate.R, R/over.R, R/timematch.R, man/interval.Rd, man/over.Rd, man/timematch.Rd, tests/traj.Rout.save: split over.R; added links to manual pages; updated Suggests: packages. 2012-08-26 21:07 EdzerPebesma * R/over.R, man/interval.Rd, man/timematch.Rd, tests/over.R, tests/over.Rout.save: added timeMatch for STL objects - irregular time intervals 2012-08-13 15:53 EdzerPebesma * R/over.R: simplified (hopefully) the time over function 2012-08-10 11:41 EdzerPebesma * DESCRIPTION, R/raster.R, man/stplot.Rd, tests/raster.R, tests/raster.Rout.save, tests/traj.Rout.save: added raster conversion functions 2012-07-25 13:40 EdzerPebesma * inst/doc/jss816.Rnw, inst/doc/jss816.bib, inst/doc/spacetime.Rnw, inst/doc/spacetime.bib: name change of vignette. 2012-07-04 16:37 EdzerPebesma * inst/doc/spacetime.Rnw, tests/traj.R, tests/traj.Rout.save, tests/wind.Rout.save: submission of 0.7-1 to CRAN 2012-07-02 07:58 EdzerPebesma * NAMESPACE, R/plot.R, R/stplot.R, inst/doc/move.fig, inst/doc/move.pdf, inst/doc/spacetime.Rnw: new submission to JSS 2012-07-01 22:40 EdzerPebesma * man/STLDF-class.Rd: man page for STLDF 2012-07-01 22:40 EdzerPebesma * inst/doc/move.fig, inst/doc/move.pdf, inst/doc/spacetime.Rnw, inst/doc/spacetime.bib, man/STFDF-class.Rd, man/STIDF-class.Rd, man/STSDF-class.Rd, man/STTDF-class.Rd, man/stplot.Rd: class work; comments from second JSS review 2012-06-19 07:49 EdzerPebesma * R/Class-STLDF.R, R/STLDF-methods.R, R/plot.R, inst/doc/cls.fig, inst/doc/cls.pdf, inst/doc/spacetime.Rnw, man/STIDF-class.Rd: more edits to class diagram 2012-06-19 07:08 EdzerPebesma * DESCRIPTION, NAMESPACE, R/Class-STLDF.R, R/ST-methods.R, R/STLDF-methods.R, R/STTDF-methods.R, R/plot.R, R/stplot.R, inst/doc/cls.fig, inst/doc/cls.pdf, inst/doc/spacetime.Rnw, inst/doc/spacetime.bib, man/stplot.Rd, tests/traj.R: added STL/STLDF class, and methods; added plot methods 2012-05-31 13:33 EdzerPebesma * man/stplot.Rd, tests/traj.Rout.save: dependent package versions in test; do.repeat argument in docs 2012-05-31 12:56 EdzerPebesma * R/over.R, R/stplot.R: added do.repeat argument to stplot.R 2012-05-29 12:28 EdzerPebesma * DESCRIPTION: updated URL field 2012-05-29 10:27 EdzerPebesma * DESCRIPTION: version / date increase 2012-05-29 10:24 EdzerPebesma * R/stplot.R: cuts argument was not passed to spplot if animate > 0 2012-05-25 13:27 EdzerPebesma * inst/doc/spacetime.Rnw: two minor modifications in section 8. 2012-05-25 08:46 EdzerPebesma * inst/doc/produc.jpg, inst/doc/produc.png: size reduction of bitmap, needed by CRAN 2012-05-24 16:18 EdzerPebesma * R/over.R, inst/doc/sto.Rnw: simplifications to timeMatch; better explanation of interval-interval match in vignette 2012-05-24 07:17 EdzerPebesma * R/interval.R, R/over.R, inst/doc/move.fig, inst/doc/move.pdf, inst/doc/spacetime.Rnw, inst/doc/wind.pdf, inst/doc/windts.pdf, man/over.Rd, man/timematch.Rd, tests/over.R, tests/over.Rout.save: more work getting time intervals work properly, and document this. 2012-05-14 21:31 EdzerPebesma * NAMESPACE, R/Class-ST.R, R/Class-STTDF.R, R/ST-methods.R, R/STFDF-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, R/interval.R, inst/doc/cls.fig, inst/doc/cls.pdf, inst/doc/spacetime.Rnw, man/ST-class.Rd, man/canmove.Rd, man/interval.Rd, tests/basic.Rout.save: got rid of canMove slot, and methods. 2012-05-14 19:31 EdzerPebesma * DESCRIPTION, NAMESPACE, R/Class-ST.R, R/STFDF-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, R/interval.R, data/air.rda, inst/doc/cls.fig, inst/doc/cls.pdf, inst/doc/move.fig, inst/doc/move.pdf, inst/doc/spacetime.Rnw, inst/doc/spacetime.bib, man/ST-class.Rd, man/canmove.Rd, man/stplot.Rd, tests/basic.Rout.save, tests/over.Rout.save, tests/stconstruct.Rout.save, tests/traj.Rout.save, tests/wind.R, tests/wind.Rout.save: added canMove slot to ST; updated class figure; increased version; re-saved air data; added figure and timeIsInterval/canMove to vignette; 2012-05-13 20:49 EdzerPebesma * DESCRIPTION, R/Class-ST.R, R/ST-methods.R, R/STFDF-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, R/STTDF-methods.R, R/coerce.R, R/stplot.R, inst/doc/spacetime.Rnw, inst/doc/spacetime.bib: further review from JSS; improved support for timeIsInterval. 2012-05-03 15:10 EdzerPebesma * DESCRIPTION: updated date 2012-04-23 13:44 EdzerPebesma * DESCRIPTION, NAMESPACE, R/Class-ST.R, R/ST-methods.R, R/STFDF-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, R/coerce.R, R/interval.R, R/stconstruct.R, man/ST-class.Rd, man/interval.Rd, man/stconstruct.Rd: added timeIsInterval() generic (retrieve, set), which indicates whether time is Interval (TRUE) or Instant (FALSE). 2012-04-21 20:47 EdzerPebesma * R/over.R: got rid of some double loops. 2012-04-09 17:22 EdzerPebesma * DESCRIPTION: version update 2012-04-03 15:53 EdzerPebesma * DESCRIPTION, R/STTDF-methods.R, R/coerce.R, inst/doc/spacetime.Rnw: moved some ST? coercion functions; updated version number; diveMove example change in vignette.
2013-01-24Added math/R-intervals version 0.13.3wen1-1/+2
2013-01-24Add R-intervalswen1-1/+2
2013-01-24Import R-intervals version 0.13.3wen3-0/+23
Tools for working with and comparing sets of points and intervals.
2013-01-23Implement some changes markd suggested.wiz1-2/+2
2013-01-23Added editors/dhex version 0.68wiz1-1/+2
2013-01-23+ dhexwiz1-1/+2
2013-01-23Add missing patches.wiz2-0/+27
2013-01-23Import dhex-0.68 as editors/dhex.wiz4-0/+45
Packaged for wip by amoibos and myself. Dhex is a ncurses-based hex-editor with a diff mode. It makes heavy use of colors, but is also themeable to work on monochrome monitors. It includes the good old Action Cartridge Search Algorithm to find specific changes.
2013-01-23Added x11/tktable version 2.10nb1wiz1-1/+2
2013-01-23+ tktablewiz1-1/+2
2013-01-23Import tktable-2.10nb1 as x11/tktable.wiz6-0/+77
Packaged for wip by othyro. TkTable is a full-featured 2D table widget for Tk. It supports images, embedded windows, varying colors and fonts, and more. Also here is Vu, a Tk widget extension that includes a pie, dial, spinbox and more, and Tile, a themed widget set for Tk.
2013-01-23Added x11/gxmessage version 2.20.0wiz1-1/+2
2013-01-23+ gxmessage.wiz1-1/+2
2013-01-23Import gxmessage-2.20.0 as x11/gxmessage.wiz4-0/+52
Packaged for wip by jihbed and othyro. A GTK2 based xmessage clone, gxmessage tries to be as compatible as possible. You might like it if you're running a mostly GTK desktop.
2013-01-23Added graphics/qcomicbook version 0.9.0wiz1-1/+2
2013-01-23+ qcomicbookwiz1-1/+2
2013-01-23Import qcomicbook-0.9.0 as graphics/qcomicbook.wiz6-0/+92
Packaged for wip by myself, netcap, and othyro. QComicBook is a viewer for comic book archives containing jpeg/png/xpm/gif images, which aims at convenience and simplicity. Features include: automatic decompression, full-screen mode, two-pages viewing, Japanese mode, thumbnails view, page scaling, mouse or keyboard navigation etc.
2013-01-23Added graphics/gimp-high-pass-filter version 1.2wiz1-1/+2
2013-01-23+ gimp-high-pass-filterwiz1-1/+2
2013-01-23Import gimp-high-pass-filter-1.2 as graphics/gimp-high-pass-filter.wiz4-0/+52
Packaged for wip by othyro. A general purpose high-pass filter plugin. It shows up as Filters->Generic->High Pass Filter. You can select a blur radius that sets the size of detail to be passed by the filter, a contrast adjustment, as well as an option to keep the source layer or replace it. It actually implements 5 different high pass modes: 1. Colour - I think this is the same as photoshop's high pass filter effect. 2. Preserve DC - like colour, but adds the average image colour back in. 3. Greyscale - this desaturates the layer before high pass filtering. 4. Greyscale, Apply Chroma - as above, but blends it in with the source layer colours 5. Redrobes - (named after the technique described by Redrobes)
2013-01-23Updated multimedia/kaffeine to 1.2.2wiz2-3/+3
2013-01-23Update to 1.2.2, the KDE4 version.wiz9-207/+51
Packaged for wip by othyro.
2013-01-23Updated Erlang packages to R15B03-1 (15.1.3.1 in pkgsrc).asau1-1/+4
2013-01-23Updated devel/libctl to 3.2.1wiz1-1/+2
2013-01-23Update to 3.2.1, provided by outpaddling and asau in wip.wiz4-35/+26
libctl 3.2.1 8 August 2012 Fix incorrect gh_symbol2newstr macro replacement. libctl 3.2 20 July 2012 Now works with Guile version 2.x (older versions are still supported). Add libctl_quiet variable to main.c so that libctl-using programs can suppress all output if desired (e.g. to avoid duplicate outputs on parallel machines). Added wedge object type for circular/cylindrical wedges, as a subclass of cylinder: (make wedge (center ...) (axis ...) (radius ...) ...) with two new properties: (wedge-angle ...) for the angle in radians, and (wedge-start v) for a vector v such that the wedge angles start at zero in the (v, axis) plane. [Caveat: subpixel averaging is currently inaccurate for the flat wedge edges.] list-type constructors now accept either (name ...elements...) or (name (list ...elements...)). Add vector3->exact function for to-integer rounding. Otherwise, ensure that interpolation results are floating-point to prevent type-conversion errors. Added ctl-set-prompt! to set interactive prompt in both old and new Guile versions. Rename string to char* in ctl-io.h for C++ compatibility. Bug fix in normal-to-object near corners of blocks. libctl 3.1 5 June 2008 Support specifying the location of the guile and guile-config programs with GUILE and GUILE_CONFIG environment variables in the configure script. Support for calling NLopt optimization library (also requires the program using libctl to be changed to link nlopt). New ellipsoid_overlap_with_object function, analogous to box_overlap_with_object function. Bug fix in include function for recent versions of Guile, to properly keep track of the current include directory. Bug fix in numerical-derivative routine, which didn't converge when the error was exactly zero. libctl 3.0.3 27 February 2008 Added "begin-timed" function, which is similar to "begin-time" except that it returns the value of the last statement (like "begin") rather than the time. Bug fix: allow classes to have boolean properties. Bug fixes for compilation under C++, thanks to David Foster: include missing string.h header and fixed gh_new_procedure prototype. libctl 3.0.2 22 August 2006 Fix minor Guile incompatibility on some systems. libctl 3.0.1 5/1/2006 Change shared-library version to 3:0:0 instead of 0:0:0. This avoids conflicts with shared library version numbers that has been assigned to earlier versions of libctl for Debian; thanks to Josselin Mouette for the suggestion. libctl 3.0 4/1/2006 Switch to use automake and libtool. Can now install shared libraries with --enable-shared. License is now GNU GPL (v2 or later) rather than the GNU LGPL, due to use of third-party GPL code for multi-dimensional integration (below). gen-ctl-io now supports separate generation of code and header files via --code and --header arguments. (Better for parallel make.) Also support a -o option to give a different output file name. gen-ctl-io can now export C++ code by using the --cxx flag. gen-ctl-io can now export SWIG .i files for automatic type conversion in SWIG wrapper generation, using the --swig flag. Backwards incompatible change: users must include their own ctl-io.h *before* ctlgeom.h, or you get ctlgeom-types.h instead (this is for use with the "stand-alone" libctlgeom.a library below. New multi-dimensional integration routines using adaptive cubature. (Much more efficient than nested 1d integrations.) Adapted in part from the HIntlib Library by Rudolf Schuerer and from the GNU Scientific Library (GSL) by Brian Gough. New interpolate-uniform function that tries to maintain a uniform distance between points (i.e. variable number of interpolated points between different list elements, as needed). Now install a "stand-alone" libctlgeom.a library to make it easier to call geometry routines from non-Scheme code. New routines to compute overlap fraction of box with object, compute analytical normal vectors, etcetera. (For upcoming versions of Meep and MPB.) Also new routines to get the object of a point, not just the material. Also new routines to operate on a supplied geometry list parameter instead of using the global; unlike the old material_of_point_in_tree functions, these functions do not shift the argument to the unit cell, but you can use the new function shift_to_unit_cell to get this behavior. gen-ctl-io now generates object equal/copy functions. In unit-vector3, only return 0 when norm==0, not merely if it is small. Added one-sided numerical derivative routine. Define "verbose?" variable corresponding to main.c variable. (print) calls (flush-all-ports) to keep C and Scheme I/O in sync. Fix in find-root-deriv to prevent infinite loop in some cases where the root does not exist; thanks to XiuLun Yang for the bug report. Bug fix in make_hermitian_cmatrix3x3; thanks to Mischa Megens.
2013-01-23Update to Erlang/OTP R15B03-1asau9-41/+51
Changes in R15B03-1 After the release of R15B03 a very unfortunate bug in ssl:ssl_accept/2 (accept with timeout) was detected. This bug will have negative impact on a number of popular http servers and server frameworks written in Erlang. The differences from R15B03 are in ssl-5.1.2 and erts-5.9.3.1. Full log at http://www.erlang.org/download/otp_src_R15B03-1.readme Changes in R15B03 Mostly bug fixes and small improvements. Full log at http://www.erlang.org/download/otp_src_R15B03.readme Changes in R15B02 Highlights OTP-8871 == ssl == Experimental support for TLS 1.1 is now available, will be officially supported from OTP-R16. Thanks to Andreas Schultz for implementing the first version. OTP-8872 == ssl == Experimental support for TLS 1.2 is now available, will be officially supported from OTP-R16. Thanks to Andreas Schultz for implementing the first version. OTP-10113 == ssl == Removed some bottlenecks increasing the applications parallelism especially for the client side. Full log at http://www.erlang.org/download/otp_src_R15B02.readme
2013-01-23Import libctl-3.2.1 as devel/libctl.wiz1-0/+14
Packaged for wip by outpaddling and asau. Libctl is a free Guile-based library implementing flexible control files for scientific simulations.
2013-01-23Added misc/labelnation version 1.212wiz1-1/+2
2013-01-23+ labelnation.wiz1-1/+2
2013-01-23Remove straggler.wiz1-77/+0
2013-01-23Added fonts/cantarell-fonts version 0.0.12wiz1-1/+2
2013-01-23Import labelnation-1.212 as misc/labelnation.wiz4-0/+50
Packaged for wip by solevis. LabelNation is a command-line program for making labels: address labels, business cards, or anything else involving regularly-arranged rectangles on a printer-ready sheet. It is for users who are comfortable dealing with text- and option-based configuration, as opposed to a graphical user interface.
2013-01-23+ cantarell-fonts.wiz1-1/+2
2013-01-23Import cantarell-fonts-0.0.12 as fonts/cantarell-fonts.wiz4-0/+45
Packaged for wip by ryo-on and myself. The Cantarell font family is a contemporary Humanist sans serif designed for on-screen reading. Each font file currently contains 391 glyphs, and fully support the following writing systems: Basic Latin, Western European, Catalan, Baltic, Turkish, Central European, Dutch and Afrikaans. To date, Pan African Latin has only 33% glyph coverage.
2013-01-23Updated www/firefox-l10n to 18.0.1ryoon1-1/+2
2013-01-23Sync with www/firefox 18.0.1.ryoon2-258/+258
2013-01-23Updated meta-pkgs/modular-xorg-apps to 1.10wiz1-1/+2
2013-01-23Add xfd. Bump version.wiz1-2/+3
2013-01-23Updated x11/xfd to 1.1.1wiz2-3/+3
2013-01-23Update to 1.1.1 based on PR 47475 by Richard Palo.wiz2-9/+8
1.1.1: This minor maintenance release fixes some build configuration issues and some (but not all) compiler warnings. Alan Coopersmith (4): Strip trailing whitespace Add const attribute to domaindir fix gcc -Wwrite-strings warnings Remove freetype2 from PKG_CHECK_MODULES list xfd 1.1.1 Gaetan Nadon (6): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs man: replace hard coded man page section with substitution strings config: move man pages into their own directory Use the Automake recommended alternative to AX_DEFINE_DIR 1.1.0: This release adds internationalization support (though with no translations contributed yet), drops Xaw8 support, and accumulates a number of years worth of build configuration improvements and janitorial cleanups. Alan Coopersmith (10): Update man page to better reflect Xft support Add README with pointers to mailing lists, bugzilla, & git Bump xorg-macros requirement to 1.4 for XORG_INSTALL changes Fill in COPYING with notices from source code & man page Integrate gettext support with autotools build system Clean up CFLAGS/LIB settings in configure.ac & Makefile.am Use AM_V_GEN to silence manpage generation too config: upgrade to util-macros 1.8 for additional man page support config: Remove unnecessary calls from configure.ac xfd 1.1.0 Gaetan Nadon (9): .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 Deploy the new XORG_DEFAULT_OPTIONS #24242 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES configure.ac: use backticks rather than $() for cmd subs config: update and relocate AX_DEFINE_DIR macro config: ignore xfd.po file when gettext is used config: update AC_PREREQ statement to 2.60 James Cloos (4): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log xaw8 is gone, use xaw7 Jay Hobson (1): Internationalize xfd: Call gettext on strings printed to stderr Jeremy Huddleston (2): Build fix for file systems that are not case sensitive Added missing AM_PROG_CC_C_O Matthieu Herrb (1): Let xfd build on systems without gettext. Paulo Cesar Pereira de Andrade (1): Correct make distcheck and sparse warnings. Peter Breitenlohner (1): enable VPATH build, reorganize app default files
2013-01-23Add comment.wiz2-3/+5
2013-01-23Add a lot of used-by lines.wiz1-1/+15
2013-01-23Fix build with automake-1.13.wiz5-5/+51
2013-01-23Fix typo in variable name.wiz1-2/+2
2013-01-23Rename patches to match the files patched.wiz4-7/+7
2013-01-23Fix configure step with automake-1.13.wiz2-1/+17
Build still fails with va_glx_private.h:44:21: error: redefinition of typedef 'PFNGLXCREATEPIXMAPPROC'
2013-01-23Fix build with automake-1.13.wiz10-27/+93
2013-01-23Fix build with automake-1.13.wiz35-137/+149
While here, use a better WRKSRC and rebase patches.