Age | Commit message (Collapse) | Author | Files | Lines |
|
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
|
|
|
|
bsd.prefs.mk so that it is actually used. Where possible, include
xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
|
|
we always use XAW_TYPE=standard as set in bsd.prefs.mk. Pointed out by
Mark Davies <mark@mcs.vuw.ac.nz> in private email.
|
|
installed.
|
|
|
|
|
|
Extract of changes since 3.2.3:
o Lots of new libraries (UML objects, knitting symbols, network
devices, Chen's model of Entity Relations, widgets, aircraft, maps,
chemical process flowshooets, PMOS&NMOS FET, and others)
o Object library now shows icons of all objects. The size of the icons
is selectable from 40 pixels to 120 via a pulldown menu and resource
(Fig.library_icon_size). The the old "list" view is also available.
o Simplistic super/subscripting by typing Ctrl-^ for superscript and
Ctrl-_ for subscript. It creates a new string in the proper size
and position for super- or subscripting. May be nested. Does NOT
work for centered or right-justified text.
o New export shortcut Shift-Alt-x or Shift-Meta-x to export using
current settings without popping up the panel
o New print shortcut Shift-Alt-p or Shift-Meta-p to print using current
settings without popping up the panel
o Support for importing PNG image files added
o GIF transparency for imported images honored by fig2dev now
o New option to print only active layers when exporting or printing (see
printing/exporting section in html docs).
o When loading a compressed Fig file that is either read-only, or is on
a read-only file system (e.g. a CDROM), xfig uncompresses it into the
temp directory (env TMPDIR, or /tmp if TMPDIR environvment variable is
undefined).
o xfig recalculates the bounds of compound objects read in from the file,
ignoring the bounds values in the file. This makes it easier for Fig
file generators to produce compound objects since they don't have to
know how to calculate the bounds themselves. fig2dev doesn't even use
those values but recalculates them upon reading the file.
o Increased maximum number of libraries to 100
as well as countless bug fixes (see CHANGES file in distribution).
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
|
|
|
|
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
|
|
|
|
PR pkg/10470 by Jim Bernard.
|
|
|
|
Enable I18N.
Make Xaw3d optional.
|
|
|
|
|
|
denote that the package uses libXaw.
Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by
the user, to denote the type of libXaw to use. Possible values are:
standard, 3d and xpm.
Define USE_XAW in relevant Makefiles.
Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d...
This means that package builds should not fail because of conflicting
Xaw packages being installed on machines.
|
|
|
|
variable substituition of "MASTER_SITES" and "PATCH_SITES".
|
|
|
|
- fix the path for the docs so they get found via help menu;
- use gv to view pdf files as default, we don't have acroread.
|
|
|
|
old address.
|
|
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS. This should make the package collection more useful on
NetBSD ELF ports.
|
|
Remove redundant (and sometimes erroneous) comments.
|
|
|
|
|
|
|
|
|
|
|
|
|