Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
script. This was causing the configure process to break.
|
|
|
|
APC is the Alternative PHP Cache, which provides a way of boosting the
performance of PHP on heavily-loaded sites by allowing scripts to be cached
in a compiled state, so that the overhead of parsing and compiling can be
almost completely eliminated.
This is an open source product that does the same job as the commercial
product Zend Cache.
|
|
|
|
@exec ${MKDIR} %D/...
instead of
@exec ${MKDIR} ${PREFIX}/...
Hopefully this might mean I don't commit incorrect PLISTs.
|
|
(manually regenerated from patched configure.in) is added, AUTOMAKE_OVERRIDE
is also defined hence custom pre-configure target is removed.
To avoid useless makeinfo run sed.info, version.texi and stamp-vti are added
to AUTOMAKE_PATTERNS (this also fix a hidden and forgotten build dependency on
../../devel/gtexinfo).
While here my email address as maintainer is updated.
|
|
|
|
|
|
|
|
Changes since 2.91:
* Fixed a small bug in the PSD code, and added a test to the suite using an
image supplied by Alex Weslowski <aweslowski@rpinteractive.com>.
* Added a routine to provide Flash support, provided by Dmitry Dorofeev
<dima@yasp.com>.
* Added a patch from Dan Klein to make certain that imgsize() closes any
file descriptors it opens.
|
|
Changes since 5.8:
+ Added the module "Carp::Clan" to the distribution.
+ Splitted the Vector.pm module; separated XS and overloaded Perl
part for improved performance (reduces loading time for XS part).
+ Corrected the handling of numerical overflow in arithmetic methods
("add()", "subtract()", "Multiply()", "from_Dec()", "new_Dec()").
+ Methods "add()" and "subtract()" now return the carry as well as
the overflow flag if called in list context (only the carry in
scalar context, as before).
+ Added two new methods "inc()" and "dec()", which return the overflow
flag (whereas "increment()" and "decrement()" return the carry flag).
The new methods also allow to copy-and-increment/decrement in addition
to in-place operation.
+ Methods "from_Dec()" and "new_Dec()" now allow you to enter large
positive numbers which will have the MSB set (this was forbidden
previously because these numbers are considered to be negative in
two's complement binary representation).
and some bugfixes and compatibility changes.
|
|
will break
|
|
|
|
|
|
generate hands for duplicate bridge
Hands is a program to generate bridge hands for a duplicate game. The
program writes output to the terminal ("Standard out") which may be
redirected to a file or a printer. The output is suitable for printing on
8 1/2 x 11 inch pages using any fixed-pitch font at 12 characters per inch,
such as 10-point Courier, or for redirection to any Postcript printer or
compatible interpreter.
|
|
|
|
PHP extension for managing templates and variable interpolation
FastTemplate is a port of the Perl CGI::FastTemplate module to PHP, which
is a very fast implementation of templates using simple variable
interpolation.
Templates are very useful for CGI programming, because adding HTML to your
PHP code clutters your code and forces you to do any HTML modifications.
By putting all of your HTML in seperate template files, you can let a
graphic or interface designer change the look of your application without
having to bug you, or let them muck around in your PHP code.
|
|
in config.h wasn't being used. Fix this by including config.h in the
relevant dba_*.c files.
|
|
|
|
|
|
|
|
Changes from previous version is bugfixes.
Announce said "This is the first release candidate for 1.0."
|
|
gettext-lib/buildlink.mk file.
|
|
commit log.
|
|
|
|
|
|
|
|
variables at once.
|
|
${INTLLIBS} through to the configure environment. This should fix
pkg/14360 (x11/gtk: gtk-config does not list "-lintl") by Jun-ichiro itojun
Hagino <itojun@itojun.org>.
|
|
AUTOMAKE_OVERRIDE.
|
|
that GNU autoconf/automake are not executed during the build process, even
if the tools exist in the build environment. This prevents the build
process from overwriting any changes made to the configure script or to the
Makefile.in files.
|
|
set based on this choice if unset, and that blackdown-jdk13 is the default
on powerpc.
|
|
installed JVM to use to build java-based packages.
${JAVA_HOME} is not used to select where to install java based packages. All
packages which install java .jar files should install them in
${PREFIX}/lib/java, so that they will be accessible to multiple installed
JVMs.
|
|
scripts/{pre,post}-install - there is nothing that uses any of these,
and it incurs needless overhead.
|
|
|
|
Changes from Release Notes
0.12.4 -> 0.12.5
- ability to drag tabs
- bugfixes
0.12.3 -> 0.12.4
- mozilla 0.9.5 compatibility
- bugfixes
|
|
|
|
|
|
${.CURDIR}/pkg directory to the toplevel of the package. It remains
backward compatible with the existing system allowing a progressive
transision process. The long term goal is a reduction of overheads and
processing time when working with the cvs tree.
|
|
|
|
directory.
|
|
|
|
|
|
|
|
the scripts/ directory, it will be run automatically as part of
the build process, by bsd.pkg.mk. There are now exactly 5 packages
in pkgsrc which use this facility, and yet, for every package build,
the existence of a script is checked by bsd.pkg.mk once before the
target is executed, and once afterwards. This incurs needless
overhead.
Move the separate pre- and post- script handling out of bsd.pkg.mk into
the individual package Makefiles, where it's much more obvious what is
happening, anyway.
|
|
of home grown post-patch target.
|
|
|