summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-10-29add and enable acmedillo1-1/+2
2001-10-29Initial import of acme 0.85, a cross assembler for 6052 and compatibles.dillo6-0/+130
2001-10-29Drop some whitespacewiz1-2/+2
2001-10-29Back out inadvertent change that set freetype-dir for the configurejlam1-2/+2
script. This was causing the configure process to break.
2001-10-29Note addition of php-apc-1.1.0.1 in www/php4-apc.jlam1-1/+2
2001-10-29www/php-apc - Alternative PHP Cache for PHP4jlam7-0/+92
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.
2001-10-29use PLIST_SUBST instead of sed, as suggested by Thomas Klausnerdrochner2-77/+68
2001-10-29Make print-PLIST generateskrll1-2/+2
@exec ${MKDIR} %D/... instead of @exec ${MKDIR} ${PREFIX}/... Hopefully this might mean I don't commit incorrect PLISTs.
2001-10-29To avoid build dependencies on auto* tools a patch on configure scriptseb3-12/+36
(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.
2001-10-29Use AUTOMAKE_OVERRIDE instead of custom pre-configure target.seb1-9/+3
2001-10-29Don't execute the \!= vars unless $PYTHONBIN exists.jmc1-1/+3
2001-10-29Fix depends lines to point to correct pathsjmc5-11/+11
2001-10-29Update to 2.94.wiz2-5/+5
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.
2001-10-29Update to 6.1.wiz2-5/+5
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.
2001-10-28Fix missing entries for gftp-gtk and gftp-text or binary packages and removalsjmc1-1/+3
will break
2001-10-28vim-devel doesn't existjmc1-2/+1
2001-10-28Note addition of bridge-hands-2.0 in games/bridge-hands.jlam1-1/+2
2001-10-28games/bridge-hands:jlam4-0/+36
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.
2001-10-28Note addition of php-FastTemplate-1.1.0 in www/php-FastTemplate.jlam1-1/+2
2001-10-28www/php-FastTemplate:jlam4-0/+76
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.
2001-10-27The ndbm code was preprocessed out of the sources because the symbol definedjlam3-1/+25
in config.h wasn't being used. Fix this by including config.h in the relevant dba_*.c files.
2001-10-27Strongly buildlinkify.jlam3-6/+22
2001-10-27Turn this into an explicit openldap1 dependency, for now.kleink1-2/+2
2001-10-27Use buildlink for gtk and openldap dependencies.kleink1-5/+4
2001-10-27Update galeon to 0.12.6.taya2-6/+6
Changes from previous version is bugfixes. Announce said "This is the first release candidate for 1.0."
2001-10-27Remove commented USE_LIBINTL definitions ... we already use thejlam8-17/+8
gettext-lib/buildlink.mk file.
2001-10-27Back out part of last change that didn't pertain to the description in thejlam1-49/+1
commit log.
2001-10-27Don't hardcode the installation prefix as '/usr/X11R6'. Use '%D' instead.jlam1-12/+60
2001-10-26Don't require autoconf/automake.jlam5-15/+559
2001-10-26Use AUTOMAKE_OVERRIDE instead of the custom pre-configure target.jlam1-6/+2
2001-10-26Add a new "show-vars" target which allows to display several makefiletron2-3/+9
variables at once.
2001-10-26Define INTLLIBS to be the flags needed to link against libintl.a, and passjlam1-4/+6
${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>.
2001-10-26Document how to deal with packages that need autoconf/automake andjlam1-2/+28
AUTOMAKE_OVERRIDE.
2001-10-26If AUTOMAKE_OVERRIDE=YES then we touch files in ${WRKSRC} in such a wayjlam1-2/+24
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.
2001-10-26Expand description of the ${PKG_JVM} selector to note that ${JAVA_HOME} isjwise1-3/+4
set based on this choice if unset, and that blackdown-jdk13 is the default on powerpc.
2001-10-26Correct description of ${JAVA_HOME}. ${JAVA_HOME} is used to select anjwise1-2/+4
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.
2001-10-26Also delete the magic invocation of scripts/configure andagc1-13/+1
scripts/{pre,post}-install - there is nothing that uses any of these, and it incurs needless overhead.
2001-10-26Make this work with OpenLDAP-2.x as well.kleink1-2/+2
2001-10-26Update galeon to 0.12.5taya3-7/+19
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
2001-10-26enable IPv4 mapped IPv6 address(workaround for -current)taya3-3/+25
2001-10-26As discussed with Hubert, replace OpenLDAP dependency with buildlink'ing.kleink1-3/+3
2001-10-26Changed PKGDIR assignment to allow migration of files currently held inwulf1-2/+6
${.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.
2001-10-26Move the post-patch custom script into the package Makefile.agc2-21/+13
2001-10-26Move the moz-install script from the scripts/ directory to the files/agc2-3/+3
directory.
2001-10-26s/chmod/${CHMOD}/agc1-2/+2
2001-10-26Move get-cm custom script to the files/ directoryagc2-2/+2
2001-10-26Buildlink'ify.kleink1-10/+6
2001-10-26At present, if there is a pre-<target> or post-<target> script inagc6-18/+23
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.
2001-10-26Update REPLACE_PERL to work for /bin/perl and use it in kdelibs2 insteadskrll2-10/+5
of home grown post-patch target.
2001-10-26Move post-extract script contents into post-extract make rule.wiz2-5/+6