Commit graph

36344 commits

Author SHA1 Message Date
dmcmahill
b7355d5570 include png buildlink2.mk file 2002-12-13 03:18:00 +00:00
dmcmahill
1ef7b22509 add buildlink2.mk in preparation for buildlink2-ifying gEDA 2002-12-13 02:59:26 +00:00
grant
fc4a4b389c add some missing documentation files. 2002-12-13 01:06:02 +00:00
cjep
f0a368027b Samba 2.2.7a is out (fixes large >2GB support). 2002-12-13 00:33:50 +00:00
jmmv
b2f291139c Note fontconfig update to 2.1nb1 2002-12-12 22:33:57 +00:00
jmmv
35eb7c644a Install fontconfig(3) manpage. Bump PKGREVISION to 1. 2002-12-12 22:30:14 +00:00
jmmv
6fe72e4574 Convert this package to use buildlink2, so it passes sane variables to the
build process. This way it is easier to respect CC and CFLAGS.

Based on patch provided in PR pkg/19305 by Jonathan Perkin.

Also depend on gettext-lib, as the program links against -lintl.
2002-12-12 21:02:58 +00:00
jmmv
92802a1684 ysm-2.8.1 update done 2002-12-12 19:53:52 +00:00
jmmv
a9c463ddd2 Note update of ysm to 2.8.1. 2002-12-12 19:47:03 +00:00
jmmv
234f12b5b5 Update ysm to 2.8.1. Changes since 2.7.1 follow:
+ Removed the WARNING while saving slaves to the icq servers.
+ Fixed some Network handling variables for better network perfomance.
+ Added support for threads.
+ Fixed the Version Checking function!
+ New code structure (you can find src/ and src/man directories now), and
  new configuration scripts and makefiles :) cool huh :).
+ Updated the manual page (Thanks tx!)

Patch provided by Dawid Szymañski (the maintainer) in PR pkg/19251.
2002-12-12 19:45:20 +00:00
abs
6826b96b8b shorten COMMENT 2002-12-12 14:34:49 +00:00
jmmv
e60563f2c9 + gnome-vfs2-2.1.4 2002-12-12 12:26:28 +00:00
jmmv
c9382ed76d Note addition of gtetrinet-0.4.4. 2002-12-12 12:16:19 +00:00
jmmv
81d4d68fd7 Add and enable gtetrinet. 2002-12-12 12:14:13 +00:00
jmmv
73dad5d79c Initial import of gtetrinet, version 0.4.4. Description follows:
GTetrinet is a client program for the popular Tetrinet game, a multiplayer
tetris game that is played over the internet. It aims to be a complete
clone of the popular Tetrinet game for Win95/NT. If you are looking for a
popular public game server to play, take a look to tetrinet.org.

Package for version 0.4.1 provided in PR pkg/18012 by Benedikt Meurer;
I updated it to 0.4.4 and did several other changes.
2002-12-12 12:13:34 +00:00
jmmv
58961ee3a4 regen (patch-ac missing) 2002-12-12 11:29:33 +00:00
chris
b3c70fa218 Belatedly note update of cyrus-sasl2 to 2.1.10. 2002-12-12 09:16:10 +00:00
chris
688dada0be Update buildlink2.mk to force the use of 2.1.10. 2002-12-12 09:13:52 +00:00
schmonz
b3b7f82b4e Work around a obscure compiler error in devel/gtexinfo on Darwin. Patch from
<URL:http://mail.gnu.org/pipermail/bug-gnu-utils/2002-September/002920.html>.
2002-12-12 08:59:10 +00:00
msaitoh
2cf4f09e3a Update to PTL-2.1.9
Changes:

* fixed: pthread_kill() does not restore the critical level when given
  signal number is zero.

* New API: POSIX readdir_r.

* fixed: interruption by a signal whose handler is SIG_SIGWAIT_NP may
  cause infinite loop.

* fixed: PTL's internal SIGSEGV handler gets strange arguments on a
  system that has POSIX-based signal facility.
2002-12-12 07:07:05 +00:00
kim
a5b52a648c Upgrade to tmda-0.65:
What's new?

* New feature: A new header called ``X-Primary-Address'' is now
  supported in order to reduce the amount of thinking and planning
  ahead you need to do when sending mail to a new correspondent who
  may or may not use a challenge/response system like
  TMDA. Essentially, this header allows a sender to specify the
  address he prefers be whitelisted once he confirms his first
  message.

  For more information, see the following URLs:

  <URL:http://tmda.net/config-vars.html#PRIMARY_ADDRESS_MATCH>
  <URL:http://tmda.net/faq.cgi?req=show&file=faq04.005.htp>

* New feature. You can customize the header lines displayed by
  tmda-pending in interactive mode by setting SUMMARY_HEADERS. See
  <URL:http://tmda.net/config-vars.html#SUMMARY_HEADERS> for more
  information.

* New version of Josh Huber's tmda.el.

* Bugfixes.

Here are the new additions to UPGRADE:

* If you are using customized templates, you should replace
  %(envelope_sender)s with %(confirm_append_address)s in your
  confirm_request.txt. This is to support the new
  <URL:http://tmda.net/config-vars.html#PRIMARY_ADDRESS_MATCH>
  feature.

* When doing program deliveries to procmail, you should no longer be
  using the ``-f'' option. e.g,

  DELIVERY = "|/usr/bin/procmail -f $SENDER ~/.procmailrc-tmda"

  becomes

  DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda"

* contrib/sample.tmdarc has been renamed contrib/sample.config.
2002-12-12 04:38:30 +00:00
dmcmahill
4ef2b64d39 note update of gawk to 3.1.1 2002-12-12 03:24:52 +00:00
dmcmahill
7fc554fe78 update to gawk-3.1.1. While here, make this work again under NetBSD since
this gawk version is newer than the version shipped with 1.6 and has some
potentially useful features such as 2 way pipes which allow easy access to
the sort(1) command.


Changes from 3.1.0 to 3.1.1
---------------------------

1. Six new translations.

2. Having more than 4 different value for OFMT and/or CONVFMT now works.

3. The handling of dynamic regexes is now more more sane, esp. w.r.t.
   the profiling code.  The profiling code has been fixed in several
   places.

4. The return value of index("", "") is now 1.

5. Gawk should no longer close fd 0 in child processes.

6. Fixed test for strtod semantics and regenerated configure.

7. Gawk can now be built with byacc; an accidental bison dependency was
   removed.

8. yyerror() will no longer dump core on long source lines.

9. Gawk now correctly queries getgroups(2) to figure out how many groups
   the process has.

10. New configure option to force use of included strftime, e.g. on
    Solaris systems. See `./configure --help' for the details. Replaced
    the included strftime.c with the one from textutils.

11. OS/2 port has been updated.

12. Multi-byte character support has been added, courtesy of IBM Japan.

13. The `for (iggy in foo) delete foo[iggy]' -> `delete foo' optimisation
    now works.

14. Upgraded to gettext 0.11.2 and automake 1.5.

15. Full gettext compatibility (new dcngettext function).

16. The O'Reilly copyedits and indexing changes for the documentation have
    been folded into the texinfo version of the manuals.

17. A humongously long value for the AWKPATH environment variable will no
    longer dump core.

18. Configuration / Installation issues have been straightened out in
    Makefile.am.
2002-12-12 03:17:13 +00:00
jschauma
ea31bf10a2 Make sure that on IRIX{,64} LOWER_OPSYS matches what most configure
scripts seem to expect.  While we're at it, add a vendor.
2002-12-12 03:02:41 +00:00
salo
d2aa7622e7 Check if $CC is defined first, next comparison breaks otherwise. 2002-12-12 02:01:06 +00:00
grant
ff8fa61e07 Handle the optional installation of the gettext.jar java class, which
is installed if a working java compiler is found (eg. Solaris).
2002-12-12 01:56:23 +00:00
hubertf
3e6754dedc Clean up wording a bit. Emphasize that PKGTOOLS_REQD should only be
changed if really necessary.
2002-12-12 01:50:47 +00:00
jlam
cfb28341a1 Enforce the necessary gettext-lib version dependency in the gettext
Makefile instead of relying on the buildlink2.mk file to do it.
2002-12-12 00:57:15 +00:00
chris
9b2c204ebc Update cyrus sasl to 2.1.10. As noted in pkg/19335.
Fixes a buffer overflow:
http://online.securityfocus.com/archive/1/302603

and other misc bugs.

(note .sig file checked and verified)
2002-12-11 23:48:58 +00:00
jmmv
b69e72ec8b Also quote CC and YACC when adding them to MAKEFLAGS (not done in last
commit). This can fix problems if it happens that those variables contain
spaces (or some other special character).

Suggested by Christopher Richards in private mail.
2002-12-11 22:56:23 +00:00
he
0267e3d822 Apply the same patch as for mozilla and phoenix to make this
build on 1.5.3.
2002-12-11 22:48:01 +00:00
jschauma
8ae27a67ce Use pkgsrc's perl in favor of /usr/sbin/perl -- this way we know what
we're dealing with.
2002-12-11 22:39:11 +00:00
christos
f9f1cfa841 comment out all the old swap code, because <sys/map.h> is no more. 2002-12-11 22:35:55 +00:00
jlam
dd89a00af0 Don't use -no-undefined when building with libtool as it causes problems
on Solaris due to a missing shared libgcc library.  This addresses
PR 19214 by grant@netbsd.org.
2002-12-11 22:27:26 +00:00
jlam
78c305697d Remove unnecessary inclusion of libiconv/buildlink2.mk as the gettext-lib
buildlink2.mk file does it for us automatically.
2002-12-11 22:26:07 +00:00
jlam
da7a2ac9f5 Allow an installed gettext-lib-0.10.35nb1 to satisfy gettext dependencies
if we don't actually require gettext-lib>=0.11.5.  For other installations
where keeping an older gettext around isn't wanted, convert the gettext
dependency to >=0.11.5 and include the necessary buildlink2 magic for
libiconv support.
2002-12-11 22:22:47 +00:00
hubertf
4312171263 Don't need to manually set BSD_INSTALL any longer. 2002-12-11 21:49:43 +00:00
salo
36a4a58f76 - silc-client-0.9.10.1. it's the same as 0.9.10 with a minor bugfix in
libtoolfix script which does not affect pkgsrc builds.
2002-12-11 21:45:56 +00:00
christos
bbb0a917ac re-enable. 2002-12-11 21:38:20 +00:00
christos
b6939eba31 put the one line change needed to make this work under /current. 2002-12-11 21:38:06 +00:00
jmmv
2d18d9a144 Note addition of vifm-0.1 2002-12-11 21:11:48 +00:00
jmmv
39cc155e34 Add and enable vifm. 2002-12-11 21:10:29 +00:00
jmmv
6fc1f39517 Initial import of vifm, version 0.1. Description follows:
Vifm is a ncurses based file manager with vi like keybindings. If you
use vi, vifm gives you complete keyboard control over your files without
having to learn a new set of commands.

Features:
* Two file list windows.
* Bookmarks.
* User-defined association of file types/extensions with multiple
  applications per extension.
* Visual mode for selecting files.
* User-defined commands.

Package provided by Stefan Walter in PR pkg/18010, with several
modifications by me.

Approved by wiz (thanks for your suggestions!).
2002-12-11 21:09:25 +00:00
hubertf
3b578bd37b * pass BSD_INSTALL to programs, just like the other BSD_INSTALL_* macros,
but _only_ the install program's path.
 * check for a few variables before using them.
2002-12-11 21:01:05 +00:00
wiz
a3ec4d2cf6 - fluxbox (thanks, jan)
+ iozone-3.147, naim-0.11.5, netscape-7.01, silc-client-0.9.10.1, yudit-2.7.2
2002-12-11 20:32:40 +00:00
jmmv
c624e36892 Note addition of fontconfig-2.1 2002-12-11 20:15:05 +00:00
jmmv
941afc103b Add and enable fontconfig. 2002-12-11 20:13:37 +00:00
jmmv
ea5923806d Initial import of fontconfig, version 2.1. Description follows:
Fontconfig is a library for configuring and customizing font access.

Fontconfig can:
* discover new fonts when installed automatically, removing a common
  source of configuration problems.
* perform font name substitution, so that appropriate alternative fonts
  can be selected if fonts are missing.
* identify the set of fonts required to completely cover a set of
  languages.
* have GUI configuration tools built as it uses an XML-based
  configuration file (though with autodiscovery, we believe this need is
  minimized).
* efficiently and quickly find the fonts you need among the set of fonts
  you have installed, even if you have installed thousands of fonts,
  while minimzing memory usage.
* be used in concert with the X Render Extension and FreeType to
  implement high quality, anti-aliased and subpixel rendered text on a
  display.

Fontconfig does not:
* render the fonts themselves (this is left to FreeType or other
  rendering mechanisms).
* depend on the X Window System in any fashion, so that printer only
  applications do not have such dependencies.

Approved by wiz.
2002-12-11 20:12:45 +00:00
cjep
bec22f3a20 Initial import of OpenC++ 2.5.12 into the NetBSD packages collection as
lang/openc++.

OpenC++ is a version of C++ with a Metaobject Protocol. In other
words, it is a tool of source-code translation for C++. Programmers
can easily implement various kinds of translation so that they can
define new syntax, new annotation, and new object behavior. OpenC++ is
useful if they need, for example: developing extensions to C++, to
provide support for things like parallelism, distribution,
concurrency, and persistence; Adding domain-, application-, or
class-specific compiler optimizations; Building their own version of
(runtime) MOP for C++.

Supplied by Marko Schuetz in PR#19203. Thanks!

Thanks also to Masao Uebayashi for his help.
2002-12-11 19:05:11 +00:00
cjep
9945d3cc7a Add and enable openc++ 2002-12-11 19:04:05 +00:00