summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-10-30Set the LOCALBASE in this package Makefile in a more scientific manner.agc1-2/+10
Add extra definitions to be able to build and install this package on Darwin.
2001-10-30Don't build digest statically on Darwin.agc1-3/+3
2001-10-30Correct package names by adding '4' before the '-', and addwiz1-5/+6
php4-posix, which seems to be needed for mail/imp, as noted by Olaf Seibert in private mail.
2001-10-30Add initial support for Darwin (1.4) to pkgsrc.agc5-12/+1006
2001-10-30Added gnome-gkrellm and multi-gnome-terminaldamon1-1/+3
2001-10-30Initial Versiondamon4-0/+246
2001-10-30Added p5-HTML-TableExtractdamon1-1/+2
2001-10-30Added gkrellm-moon and gkrellm-weatherdamon1-1/+3
2001-10-30Added gkrellm-stock and p5-finance-quotedamon1-1/+3
2001-10-30Initial Versiondamon4-0/+31
2001-10-30Added gkrellm-xmmsdamon1-1/+2
2001-10-30Updated to version 1.2.3 based partly on Anthony Mallet's patches in PR ↵damon4-29/+39
pkg/14369.
2001-10-30Initial Versiondamon30-0/+405
2001-10-30Remove distinfo and note the reasons why it doesn't exist in the Makefiles.jmc4-44/+12
(it changes contents too often on the master site).
2001-10-30Add a distinfo which lists all the themesjmc2-0/+42
2001-10-30Update to xpdf 0.93. Noteworthy changes include:simonb3-14/+18
- PDF 1.4 (128-bit) decryption. - FreeType 2 support. - Embed TrueType fonts in PostScript output. - Mouse wheel support. - Text output for Simplified Chinese. Lots more in the CHANGES file.
2001-10-30Update Mew to 2.1rc3jun2-5/+5
Mew 2.1 release candidate 3 (2001/10/30) * Setting 0.05 instead of 0.01 for mew-smtp-command-content. This maybe rescue XEmacs. * Biding buffer-file-coding-system to prevent the side effect. * Adding the "-l" option for mew-prog-vgrep. * Ensuring that richtech-mode is disabled. * Setting max-mini-window-height to 1 in mew-summary-pipe-message. * Taking care of EXPIRED PGP keys. * Using mew-mule3.el even if Emacs is executed with the --unibyte option.
2001-10-29Fix COMMENT, per PR 14395 by Greg A. Woods <woods@weird.com>hubertf1-2/+2
2001-10-29Note addition of apc-gui-1.0.3 in www/apc-gui.jlam1-1/+2
2001-10-29www/apc-gui - web interface for managing APC (php-apc)jlam8-0/+345
APC GUI is an add on for APC to provide a comprehensive, easy to use and, of course, good-looking web-based GUI. APC GUI not only gives access to statistical parameters of APC, it also makes it easier to administer web-servers running APC by providing comfortable features for restarting the cache and deleting scripts from the cache.
2001-10-29Some NetBSD releases don't have SHM_{R,W} so use the S_I{R,W}{USR,GRP,OTH}jlam2-1/+33
flags instead.
2001-10-29On Solaris 7, when `find dir -name foo -name bar' in invoked, only anjlam2-12/+13
implicit `-print' action is performed on bar and not on foo. Surround the search pattern in \( ... \) and add an explict -print so that all of the results of the find are printed. Problem noted and patch to fix this received in private email from Stoned Elipot <seb@netbsd.org>.
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