Age | Commit message (Collapse) | Author | Files | Lines |
|
sparc (I could have sworn it did before but i guess not). Also only
check for compat_svr4 on NetBSD systems, not SunOs.
|
|
of codecs that may be compiled into xanim: iv32, cvid, and cyuk. The
default is to compile them all into xanim. This allows building a xanim
that may be distributed on CD-ROM by removing the restricted codecs from
the XANIM_CODECS list (currently, this is iv32 and cyuk). For clarity,
separate the codec-handling into a separate Makefile.codecs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg>
variables whose values are appended to CPPFLAGS, which are automatically
passed to the configure and build processes.
BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are
now told that the software may be found where it really is installed, not
in ${BUILDLINK_DIR} as was the case with buildlink1. Eventually, these
variables will be declared unsupported by buildlink2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
that hold the compiler and linker flags used to find the headers and
libraries because these packages install them into non-standard places.
These variables may be used in package Makefiles by doing:
CPPFLAGS+= ${BUILDLINK_CPPFLAGS.<pkg>}
LDFLAGS+= ${BUILDLINK_LDFLAGS.<pkg>}
|
|
|
|
*.pc and binaries. Both these things are simply found by packages in their
true installed locations.
|
|
|
|
|
|
|
|
|
|
|
|
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks. Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
|
|
|
|
|
|
|
|
|
|
|
|
Provided by Grant Beattie <grant@netbsd.org> in private mail.
New features include:
* client-side imagemaps
* Changed: #proc endproc may now be written #endproc. The old syntax
will also continue to work.
* New feature - proc areadef categories - new modifier selectrows
which allows categories to be taken from data field based on a
conditional expression.
* New attribute - proc processdata - outfile allows result to be
written to a file. This came up because a user wanted to perform
arithmetic (a la getdata filter) to processdata result, and there
was no way to do it.
* New feature - proc annotate can now do drop shadows, beveling, and
colored backing box with or without outline.
* New attribute - proc getdata - pf_fieldnames for defining
post-filter fieldnames.
* New attribute - config and proc settings - numberspacerthreshold
controls when thousands separator characters begin to appear.
* New system variable - CM_UNITS - indicates if working in -cm mode
or not.
* HTML server-side imagemap support has been added.
* The data parsing code has been rewritten, and now allows situations
that weren't allowed before.
* new attribute - proc getdata - nfields - Controls the expected
number of fields per record.
* new attribute - proc getdata - fieldnamerows - like fieldnames but
allows data field names to be given one per line.
* new attribute - proc lineplot - gapmissing - allows missing data
points to cause a gap in the curve. Similar parameter added to lines
and chron prefabs.
* new attribute - proc scatterplot - clustermethod - control how
duplicate points will be clustered.
* new attribute - proc scatterplot - symfield and symrangefield -
allows symbol shape, color, etc. to be controlled by a data field.
* new attribute - proc scatterplot - dupsleg allows symbol shape,
color, etc. to be controlled by degree of duplicity
* prefabs - added rectangle as a standard parameter. It controls
plotting area size (and location, if rendering in paginated
postscript).
* some new functions, including $numgroup() and $dategroup() which are
useful in grouping a set of numbers or dates into bins.
* SVG capabilities. The driver was written by Bill Traill.
* postscript - ISO Latin1 encoding added, so that European
characters may be produced in postscript exactly like they are in
the other environments (ascii 128-255).
* Created graphic files are automatically chmod'ed to mode 644.
* Prefabs
* CGI mode
* A new script interpreter. New flow of control operators including:
#elseif #else #for #while #setifnotgiven #call #write #shell, etc.
Also, increased capacities for data fields and variables (250
chars) and script input lines (3000). The new interpreter involves
some script syntax changes that may cause existing scripts to
break in some cases.
* #sql, a new directive for retrieving data directly from an SQL
database. This is currently under development, and
user-contributed client interfaces to DBMSs such as MySQL and
Oracle would be welcome (the code is in dbinterface.c)
* Added: proc areadef autorange - new subattributes selectrows (for
selecting rows to be considered when scanning for min and max) and
combomode (to allow correct finding of min and max for situations
like error bars and stacked bars).
* Added: proc areadef autorange - now sets variables DATAXMIN,
DATAXMAX, DATAYMIN, and DATAYMAX - the actual minima and maxima of
data field.
* Added: proc axis - stubevery attribute
* Added: proc getdata - pathname attribute, to specify data file
name directly without involving cat(1)
* Added: proc bars - colorfield attribute - set bar color based on a
data field
* Added: proc legendentry - tag attribute
* Added: various new functions
* Added: the temp file default path name and default slash character
can now be changed in pl.h or in a config file.
* Added: resource utilization (cpu time and size of created disk
files) now can be controlled. Default upper limits are 10 cpu
seconds and 5,000,000 bytes. Limits may be altered in pl.h or by
using a config file
* Added: various other config file settings
|
|
* Move to buildlink2
* Tons of bugfixes
* stick in yudit.ttf. it's not as pretty, but it is, apparently, DFSG
compliant etc.
* add support for using the numeric keypad to scroll and zoom the
image.
* New menu colour/style - "feh -Tblack src/testimages"
* Add --zoom option.
* Use giblib fontstyles for menus, instead of hardcoding the shadow.
* Let users choose menu style with --menu-style. Standard giblib
semantics.
* make sure fullscreen windows are really fullscreen.
* feh uses giblib now
* When you set a bg with feh, it now stores the necessary
commandline to restore that bg in ~/.fehbg.
* Use < or > keys to do in place edit rotations, 90 degrees left
or right.
* Some basic in place editing.
* Slightly tweaked menu sliding behaviour.
|
|
|
|
|
|
|
|
|
|
X11PREFIX == LOCALBASE
|
|
|
|
|
|
Rename the package to gnome2-pixmaps and let it co-exist with gnome-pixmaps
if LOCALBASE != X11BASE
|
|
|
|
gnome-desktop to allow co-existence of GNOME 1 and 2.
|
|
|
|
gnome-core-1.4.2.
Since pkgsrc does not support file reference counts, this is an initial
step to split out files which are common for GNOME1 and GNOME2, in order
to allow them to co-exist.
|
|
|
|
|
|
Changes:
In 0.24: gradients, dynamic dialogs, emergency saves, much improved handles,
better line drawing code, and near complete grid/guideline snapping.
In 0.25: text object now conforms to SVG spec, global cleanup of styles and
units was done, star, spiral, and arc were added, autotrace and vertical
text layout now supported.
|