Commit graph

24380 commits

Author SHA1 Message Date
drochner
5911882bd7 correct LIBTOOL_OVERRIDE usage 2001-10-30 17:09:43 +00:00
damon
3427027862 Added the gnome Nautilus file manager to be made into a pkg 2001-10-30 14:17:19 +00:00
agc
a69e6c0802 Add patches for Darwin 2001-10-30 14:17:02 +00:00
agc
b97e1abdf6 Set the LOCALBASE in this package Makefile in a more scientific manner.
Add extra definitions to be able to build and install this package on
Darwin.
2001-10-30 14:12:37 +00:00
agc
7dad1fb4e4 Don't build digest statically on Darwin. 2001-10-30 14:07:33 +00:00
wiz
fbe0cf14ce Correct package names by adding '4' before the '-', and add
php4-posix, which seems to be needed for mail/imp, as noted by
Olaf Seibert in private mail.
2001-10-30 13:56:55 +00:00
agc
7167cd3880 Add initial support for Darwin (1.4) to pkgsrc. 2001-10-30 13:53:15 +00:00
damon
f2904106a5 Added gnome-gkrellm and multi-gnome-terminal 2001-10-30 13:39:49 +00:00
damon
59b171a58f Initial Version 2001-10-30 13:38:54 +00:00
damon
c52b9b5ebc Added p5-HTML-TableExtract 2001-10-30 13:37:14 +00:00
damon
9a4d9e9566 Added gkrellm-moon and gkrellm-weather 2001-10-30 13:36:27 +00:00
damon
0f5a0d515c Added gkrellm-stock and p5-finance-quote 2001-10-30 13:35:48 +00:00
damon
805ad950ee Initial Version 2001-10-30 13:34:47 +00:00
damon
9adcda756a Added gkrellm-xmms 2001-10-30 13:32:47 +00:00
damon
f4d337acef Updated to version 1.2.3 based partly on Anthony Mallet's patches in PR pkg/14369. 2001-10-30 13:31:47 +00:00
damon
001e582ecd Initial Version 2001-10-30 13:22:05 +00:00
jmc
b9a9abf273 Remove distinfo and note the reasons why it doesn't exist in the Makefiles.
(it changes contents too often on the master site).
2001-10-30 09:49:31 +00:00
jmc
4c50e6a490 Add a distinfo which lists all the themes 2001-10-30 07:30:53 +00:00
simonb
7aa2217fae Update to xpdf 0.93. Noteworthy changes include:
- 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-30 06:32:20 +00:00
jun
8b7cb2faab Update Mew to 2.1rc3
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-30 04:17:11 +00:00
hubertf
0ba1abc584 Fix COMMENT, per PR 14395 by Greg A. Woods <woods@weird.com> 2001-10-29 19:58:43 +00:00
jlam
2491af435c Note addition of apc-gui-1.0.3 in www/apc-gui. 2001-10-29 19:36:28 +00:00
jlam
b9d2377211 www/apc-gui - web interface for managing APC (php-apc)
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-29 19:35:04 +00:00
jlam
573f745fb1 Some NetBSD releases don't have SHM_{R,W} so use the S_I{R,W}{USR,GRP,OTH}
flags instead.
2001-10-29 19:33:49 +00:00
jlam
b3dec5f544 On Solaris 7, when `find dir -name foo -name bar' in invoked, only an
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-29 19:21:18 +00:00
dillo
8c489329d6 add and enable acme 2001-10-29 18:34:24 +00:00
dillo
0a810c13db Initial import of acme 0.85, a cross assembler for 6052 and compatibles. 2001-10-29 18:30:30 +00:00
wiz
57f80a4c2f Drop some whitespace 2001-10-29 17:18:52 +00:00
jlam
ef6698f657 Back out inadvertent change that set freetype-dir for the configure
script.  This was causing the configure process to break.
2001-10-29 17:08:35 +00:00
jlam
1ff05c8e06 Note addition of php-apc-1.1.0.1 in www/php4-apc. 2001-10-29 16:52:18 +00:00
jlam
5265c36a98 www/php-apc - Alternative PHP Cache for PHP4
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-29 16:50:16 +00:00
drochner
c5f1eacc36 use PLIST_SUBST instead of sed, as suggested by Thomas Klausner 2001-10-29 16:34:40 +00:00
skrll
c5e44f3ff0 Make print-PLIST generate
@exec ${MKDIR} %D/...

instead of

	@exec ${MKDIR} ${PREFIX}/...

Hopefully this might mean I don't commit incorrect PLISTs.
2001-10-29 15:10:14 +00:00
seb
c977cb995a To avoid build dependencies on auto* tools a patch on configure script
(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-29 12:30:06 +00:00
seb
66771163d1 Use AUTOMAKE_OVERRIDE instead of custom pre-configure target. 2001-10-29 10:24:16 +00:00
jmc
0a0600ae1f Don't execute the \!= vars unless $PYTHONBIN exists. 2001-10-29 05:45:09 +00:00
jmc
3f4dcce89e Fix depends lines to point to correct paths 2001-10-29 05:43:47 +00:00
wiz
98df8d7636 Update to 2.94.
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-29 01:16:44 +00:00
wiz
346e0fc0bf Update to 6.1.
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-29 01:07:03 +00:00
jmc
c7908e3f33 Fix missing entries for gftp-gtk and gftp-text or binary packages and removals
will break
2001-10-28 09:02:56 +00:00
jmc
09fe1488a8 vim-devel doesn't exist 2001-10-28 08:53:01 +00:00
jlam
f68c2b7def Note addition of bridge-hands-2.0 in games/bridge-hands. 2001-10-28 08:07:29 +00:00
jlam
d667bb0a38 games/bridge-hands:
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-28 08:05:58 +00:00
jlam
59091db4bc Note addition of php-FastTemplate-1.1.0 in www/php-FastTemplate. 2001-10-28 03:39:18 +00:00
jlam
c4d70b01b2 www/php-FastTemplate:
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-28 03:36:16 +00:00
jlam
cabb8394cc The ndbm code was preprocessed out of the sources because the symbol defined
in config.h wasn't being used.  Fix this by including config.h in the
relevant dba_*.c files.
2001-10-27 21:31:32 +00:00
jlam
554672d7a9 Strongly buildlinkify. 2001-10-27 21:29:49 +00:00
kleink
833a474ab6 Turn this into an explicit openldap1 dependency, for now. 2001-10-27 15:22:07 +00:00
kleink
5591fa1f45 Use buildlink for gtk and openldap dependencies. 2001-10-27 15:20:40 +00:00
taya
a7f539a95c Update galeon to 0.12.6.
Changes from previous version is bugfixes.
Announce said "This is the first release candidate for 1.0."
2001-10-27 12:45:52 +00:00