Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Highlights include: Command Line Printing, Normal Mode, Thesaurus,
Dictionary support, All image type support (these last three via plugins),
Header/Footers for first/last/facing pages, Dynamic Toolbars (drag and
drop toolbar icons) for Unix/Gnome. Plus lots of other stuff and bugfixes.
|
|
|
|
replacing for perl's path.
|
|
|
|
|
|
|
|
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
|
|
|
|
|
|
processes.
|
|
|
|
|
|
|
|
re-indent for aesthetic considerations.
|
|
|
|
to prevent it sitting there for days waiting for input in useless
situations.
|
|
|
|
Hubert Feyrer.
|
|
|
|
settings in the package Makefile.
|
|
|
|
|
|
|
|
${PKG_SYSCONFDIR}.
|
|
accordingly so that config files are in /usr/pkg/etc/foo.conf, and not
/usr/pkg/etc//foo.conf.
|
|
|
|
to bsd.pkg.obsolete.mk.
|
|
still to be used. These may eventually disappear over time as the contents
are, by definition, obsolete and deprecated.
|
|
|
|
|
|
pkgsrc policy now is to make packages look for their config files in
${PKG_SYSCONFDIR}.
|
|
|
|
This value may be customized in various ways:
PKG_SYSCONFBASE is the main config directory under which all package
configuration files are to be found.
PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the
configuration files for a particular package may be found.
PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a
particular package.
Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the
default location of ${PREFIX}/etc.
This obsoletes the use of CONFDIR, which was active for only 6 days, so no
need to have a workaround to still accept old CONFDIR settings.
|
|
so that the general INSTALL/DEINSTALL scripts can manage these extra files
and directories.
|
|
|
|
Convert valid IPv6 addresses to ip6.int PTR values. Convert valid
IPv4 addresses to in-addr.arpa PTR values. Anything not valid is
simply printed as is. Handles :: notation and embedded IPv4
addresses. If the address is followed by /n, the PTR is truncated
to n bits.
|
|
instead. This has no user-visible effect, as the serial device name is
only used for the test framework.
|
|
|
|
KeyLaunch is a small utility for binding commands to a hot key
It's nice - now I simply press alt+p and xterm launches.
|
|
environment variable.
PR pkg/14715 by Sen Nagata <sen@eccosys.com>
|
|
|
|
- "man/man1/rletotarga.1" should be world readable.
- There is no reason why the example directory and the files in it should
be group writable.
|
|
buildlink.mk file can replace the use of USE_PERL5: it defines all of the
same perl variables as bsd.pkg.mk, adds a dependency on perl>=${PERL5_REQD}
and conditionally includes bsd.perl.mk. It also creates a buildlinkified
Config.pm that makes the local include/library search path include
${BUILDLINK_DIR} instead of hard-coding ${LOCALBASE}. There's more to be
done to make this more useful in strongly buildlinkifying a package, but
it's useful now as-is in weakly buildlinkifying a package.
|
|
Many bugs are fixed.
And at last reached to 1.0.
|
|
resulted in
convert foo.jpg foo.tiff.gz
(or any other conversions involving an encode compression) dumping core.
|
|
As usual, this is a sych. with MAME 0.56 (i.e. a slew of new games and
emulation improvments.)
Unix specific changes include:
- Numeric keypad support is now much better. (Andre Majorel)
- Added arbitrary height scaling, available via the -arbheight option
and started sanitizing the blit core. This currently only works with
the X11 (windows, DGA1, DGA2) and svgalib drivers. (Adam Moss)
- Added -usbpspad/-pspad switch for support of the direction buttons on
the Playstation gamepad. (Bill Adams)
- The -hotrod/-hr and -hotrodse/-hrse should actually work now.
- Fixed a bunch of warnings that occurred when linking with GNU binutils
using -warn-common.
- Added DGA2 documentation: src/unix/doc/dga2.txt. (Shyouzou Sugitani)
- Added special-cased fast 2x1 and 3x1 scaling to the blit core. (Adam
Moss)
- Added several AdvanceMAME effects, available via -effect/-ef. Note
that these effects are not available for some video drivers, nor do
they work on actual 24-bit (packed) displays yet. (Ben Saylor)
|
|
Changes since 2.06:
- changed keysize back to 0 apparently setting keysize to 8 triggered a bad
hack in Crypt::CBC which resulted in OpenSRS breaking.
the "bad hack" in question is:
$ks = $cipher =~ /blowfish/i ? 56 : 8 unless $ks > 0;
... anyway.. fixed.
- added two new functions: min_keysize and max_keysize
these allow modules like Crypt::CBC_IL and Crypt::CBC_R
to use variable key lengths with CBC modes.
- cleaned up test.pl
- updated README
- minor change in XS
- additions to reported platforms
Remove package version number from DESCR.
|
|
# etcupdate -s /usr/src
or
# mkdir /tmp/etc && cd /tmp/etc && tar xf /some/where/etc.tgz
# etcupdate -b -s /tmp/etc
|