Commit graph

2990 commits

Author SHA1 Message Date
grant
cec0da75db +apache-2.0.46 2003-05-28 22:08:24 +00:00
salo
2354d259e7 + postgresql-7.3.3 2003-05-28 21:03:55 +00:00
salo
2eb3ce0cb7 Note archivers/gzip{,-base} PKGREVISION++. 2003-05-28 20:39:02 +00:00
wiz
003be54264 + arch-1.0pre24, bidwatcher-1.3.8, cdrtools-2.00.3, distcc-2.5,
doxygen-1.3.1, feh-1.2.6, geda-20030525, gnucash-1.8.4, host-20030527,
  sylpheed-0.9.1.
- docbook-xsl-1.61.2, openslp-1.0.11.
2003-05-28 17:28:40 +00:00
jmmv
447f401f11 Note update of sirius to 0.6.0. 2003-05-28 16:30:48 +00:00
tsarna
7b3179c252 Note icdprog 2003-05-28 16:13:34 +00:00
jschauma
0dd19fe200 Note update of graphics/blender to 2.27:
A whole lot has changed since our old 2.11
package, most notably the fact that blender is now Open Source Software, and
we can thus compile it instead of using binary only packages.  The new homepage
is http://www.blender.org.

This package tested under NetBSD/i386, NetBSD/macppc and Linux/i386 -- other
platforms are encouraged to test, but hardly any modifications should be
necessary.
2003-05-28 15:54:48 +00:00
seb
bbed6650d0 Note update of pkgtools/pkgdiff to version 0.109 [man page and man pages
handling]
2003-05-28 14:56:03 +00:00
jlam
aa3b1699e1 Initial import of adobeps-win-1.0.6:
Adobe PostScript printer drivers for MS Windows 9x/NT to use CUPS as a
networked PostScript RIP (raster image processor), handling printfiles
from all client platforms in a uniform way, and enabling clients to
consolidate on a single PostScript driver, even for many different target
printers.
2003-05-28 08:25:06 +00:00
agc
c00296eed3 Initial import of the X11-based part of xmbmon-201 into the NetBSD
Packages Collection.

xmbmon is an X11-based program for monitoring motherboard environmental
information.
2003-05-28 07:27:56 +00:00
wiz
437d6139af Updated mldonkey to 2.5.0nb1. 2003-05-28 07:25:50 +00:00
agc
729d43d88e Initial import of the text-based part of xmbmon-201 into the NetBSD
Packages Collection.

mbmon is a text-based program for monitoring motherboard environmental
information.
2003-05-28 07:24:33 +00:00
jlam
f7d80406f6 Note a cleanup project: remove the p5-* patches that strip MAN3POD from
Makefile.PL.  The perl packages correctly deal with man pages now, so the
patches aren't needed anymore.
2003-05-28 06:18:42 +00:00
jlam
b77e024b16 Update print/ghostscript-esp{,-nox11} to 7.05.6.
- Use autoconf.mk to regenerate configure script instead of adding a
  huge patch to the patches directory.
- The CUPS driver now properly generates CIE colorspaces.
- The pstoraster wrapper didn't correctly pass the cupsProfile attribute
  into Ghostscript; this resulted in user-defined profiles being ignored
  when printing PS files.
- The CUPS driver now properly rotates the page when given a landscape
  PageSize.
- Replaced the "lxm3200" driver (gdevlx32.c) by a modified version which
  supports also the Z31 and the Z12
- Updated japanese driver pack "gdevlips" from version 2.3.4 to 2.4.0. The
  pack contains the devices "lips2p" "bjc880j". "lips4", "lips4v",
  "escpage", "lp2000".  "npdl", and "rpdl". "rpdl" is newly added (for
  Ricoh's RPDL printers).
- Added "#define USE_POSSIBLY_FLAWED_COMPRESSION 1" to src/gdevhl7x.c
  (driver "hl7x0"). This fixes the problem that the printer stops in the
  middle of the page.
2003-05-28 03:28:05 +00:00
jlam
50d677b8f0 Update print/cups to 1.1.19. Major changes from version 1.1.18nb2 include:
- security fix to scheduler to address a DoS attack
- improve conformance to IPP specification
- miscellaneous bug fixes to server and userland utilities
- plug memory leaks
- bug fixes to SSL code
- the mime.convs file was missing the filter definition for Windows BMP
  (image/x-bitmap) files
- improved test suite
- added CUPS support files for Java, Perl, and PHP
- The cups-lpd mini-daemon now sends jobs to the default queue when an
  empty queue name (or "lp" and there is no "lp" queue) is sent.
- The scheduler now supports fax queues identified by a "*cupsFax: True"
  attribute in the PPD file.
- The scheduler now supports print files that have been compressed using
  gzip.
- Added a robots.txt file to the standard install to prevent search
  engines from indexing the CUPS server.
- When writing BSD printcap files, the scheduler now includes the rm and
  rp attributes, allowing the file to be exported to LPD clients.
- The pdftops filter now scales PDF pages within the printable area of the
  page.
- The PostScript filter now supports binary PostScript files and files
  beginning with the PJL language escape sequence.
- Fixed the CIE colorspace support code in the image and PS RIPs.
2003-05-28 02:33:59 +00:00
uebayasi
6fc537fa3c Note update of ast-ksh-20030422.
Changes:

03-03-18  --- Release ksh93o  ---
03-03-18  A -N unary operator was added to test and [[...]] which returns
	  true if the file exists and the file has been modified since it
	  was last read.
03-03-18  The TIMEFORMAT variable was added to control the format for
	  the time compound command.  The formatting description is
	  described in the man page.
03-03-06  A -N n option was added to read which causes exactly n bytes
	  to be read unlike -n n which causes at most n bytes to be read.
03-03-03  Three new shell variables were added.  The variable .sh.file
	  stores the full pathname of the file that the current command
	  was found in.  The variable .sh.fun names the current function
	  that is running.  The variable .sh.subshell contains the depth
	  of the current subshell or command substitution.
03-03-03  When the DEBUG trap is executed, the current command line after
	  expansions is placed in the variable .sh.command.  The trap
	  is also now triggered before each iteration of a for, select,
	  and case command and before each assignment and redirection.
03-02-28  Function definitions are no longer stored in the history file so
	  that set -o nolog no longer has any meaning.
03-02-28  All function definitions can be displayed with typeset -f not
	  just those stored in the history file.  In addition, typeset +f
	  displays the function name followed by a comment containg the
	  line number and the path name for the file that defined this function.
03-02-28  A bug in which the value of $LINENO was not correct when executing
	  command contained inside mult-line command substitutions has been
	  fixed.
03-02-19  Since some existing ksh88 scripts use the undocumented and
	  unintended ability to insert a : in front of the % and # parameter
	  expansion operators, ksh93 was modified to accept :% as equivalent
	  to % and :# as equivalent to # with ${name op word}.
03-02-14  A bug which could cause a core dump when reading from standard
	  error when standard error was a pty has been fixed.
03-02-14  The shell arithmetic was modified to use long double on systems
	  that provide this data type.
03-02-09  A bug in which a function located in the first directory in FPATH
	  would not be found when the last component of PATH was . and the
	  current directory was one of the directories in PATH has been fixed.
03-02-07  The trap and kill builtin commands now accept a leading SIG prefix
	  on the signal names as documented.
03-02-05  A bug in the expansion of ${var/$pattern}, when pattern contained
	  \[ has been fixed.
03-02-05  A bug in which .sh.match[n], n>0, was not being set for substring
	  matches with % and %% has been fixed.
03-01-15  A bug in which getopts did not work for numerical arguments specified
	  as n#var in the getopts string has been fixed.
03-01-09  A bug in which using ${.sh.match} multiple times could lead to
	  a memory exception has been fixed.
03-01-06  A bug in the expansion of ${var/pattern/$string} in the case that
	  $string contains \digit has been fixed.
03-01-02  A -P option was added for systems such as Solaris 8 that support
	  profile shell.
03-01-02  For backward compatibility with ksh88, arithmetic expansion
	  with ((...)) and let has been modified so that if x is a zero-filled
	  variable, $x will not be treated as an octal constant.
2003-05-28 01:24:19 +00:00
jlam
c866049339 Update net/openslp to 1.0.11. Changes from version 1.0.10 include:
* Fixed socket file descriptor leak.
* Fixed segv when processing unicast request (SrvTypeRqst or AttrRqst)
    with mismatched scopes causes error in SLPD.
* Allow strict aliasing.
2003-05-27 22:52:34 +00:00
jlam
d200bfb2de Modify lang/perl5 and lang/perl58 to install man3 pages again. However,
we install them into a private directory under the the normal Perl
installation and configure Perl so that site-specific Perl man3 pages
are installed into a private directory within site_perl.  This avoids
manpage conflicts between 3rd-party modules, the standard Perl library,
and other packages.

The changes implement some unfinished work that is alluded to in the
MakeMaker.pm module by allowing "installsiteman{1,3}dir" to be set
during the configuration process and are used to provide default values
for INSTALLSITEMAN{1,3}DIR during the Perl module build/install process.

Bump PKGREVISIONs for lang/perl5 and lang/perl58.
2003-05-27 21:57:25 +00:00
jmmv
2c7c83da75 Note update of seahorse to 0.7.1. 2003-05-27 17:26:00 +00:00
wiz
1034c2272d pkglint-3.54 update. 2003-05-27 17:15:50 +00:00
taca
3eaf10d41d Note update of net/ja-samba package to 2.2.8.1.1.0 (samba-2.2.8a-ja-1.0). 2003-05-27 16:00:59 +00:00
jmmv
546493f770 -gtetrinet-0.7.1 2003-05-27 15:48:32 +00:00
jmmv
280e4fb746 Note update of gtetrinet to 0.7.1. 2003-05-27 15:46:01 +00:00
kristerw
bb54aeb5ce Note update of xmame/xmess to 0.69.1. 2003-05-27 12:45:47 +00:00
grant
717a4faebe note pkgrevision bump of gcc. 2003-05-27 08:41:59 +00:00
wiz
20f9854e34 docbook-xsl-1.61.2 update done. 2003-05-27 08:19:17 +00:00
wiz
cc8ea2375d scummvm-0.4.1 update done. 2003-05-27 07:26:27 +00:00
grant
eee1813386 note pkgrevision bump of sablotron. 2003-05-27 05:11:01 +00:00
grant
f783200ab8 note bump of ap-xslt to nb4. 2003-05-26 10:38:15 +00:00
wiz
56bffd8461 some cleanup. 2003-05-26 09:02:38 +00:00
wiz
b5f3dbf45b mldonkey-2.5.0 update done. 2003-05-26 08:59:13 +00:00
wiz
e569251ebe + arch-1.0pre23, docbook-xsl-1.61.2, mldonkey-2.5, nessus-2.0.6,
openldap-2.1.20 [pkg/21682], sylpheed-claws-0.9.0, tcpreplay-1.4.2.
2003-05-26 08:38:35 +00:00
martti
69c4694436 Updated cyrus-sasl and cyrus-imapd 2003-05-26 06:55:14 +00:00
chris
4a3368a820 Note update of sylpheed to 0.9.0 2003-05-25 23:45:34 +00:00
seb
1676864c7d Note update of net/scli to version 0.2.12nb1 [sparc64 build fix and
dependency tweak]
2003-05-25 19:58:36 +00:00
wiz
27f9389073 + gettext-0.12, libiconv-1.9. 2003-05-25 18:29:29 +00:00
grant
0b573c2fbf -gcc-3.2.3, 3.3 2003-05-25 16:46:03 +00:00
grant
dd3badd9fe Updated gcc3 to 3.3.
Tested on NetBSD-current and Solaris 9.

Caveats

    * The preprocessor no longer accepts multi-line string literals.
      They were deprecated in 3.0, 3.1, and 3.2.
    * The preprocessor no longer supports the -A- switch when appearing
      alone. -A- followed by an assertion is still supported.
    * Support for all the systems obsoleted in GCC 3.1 has been removed
      from GCC 3.3.
    * Checking for null format arguments has been decoupled from the rest
      of the format checking mechanism. Programs which use the format
      attribute may regain this functionality by using the new nonnull
      function attribute. Note that all functions for which GCC has a
      built-in format attribute, an appropriate built-in nonnull attribute
      is also applied.
    * The DWARF (version 1) debugging format has been deprecated and will
      be removed in a future version of GCC. Version 2 of the DWARF
      debugging format will continue to be supported for the foreseeable
      future.
    * The C and Objective-C compilers no longer accept the "Naming Types"
      extension (typedef foo = bar); it was already unavailable in C++.
      Code which uses it will need to be changed to use the "typeof"
      extension instead: typedef typeof(bar) foo. (We have removed this
      extension without a period of deprecation because it has caused
      the compiler to crash since version 3.0 and no one noticed until
      very recently. Thus we conclude it is not in widespread use.)
    * The -traditional C compiler option has been removed. It was
      deprecated in 3.1 and 3.2. (Traditional preprocessing remains
      available.) The <varargs.h> header, used for writing variadic
      functions in traditional C, still exists but will produce an error
      message if used.

New Targets and Target Specific Improvements [trimmed for length and
relevance to NetBSD]

    * The SPARC, HP-PA, SH4, and x86/pentium ports have been converted
      to use the DFA processor pipeline description.
    * The following NetBSD configurations for the SuperH processor family
      have been added:
          o SH3, big-endian, sh-*-netbsdelf*
          o SH3, little-endian, shle-*-netbsdelf*
          o SH5, SHmedia, big-endian, 32-bit default, sh5-*-netbsd*
          o SH5, SHmedia, little-endian, 32-bit default, sh5le-*-netbsd*
          o SH5, SHmedia, big-endian, 64-bit default, sh64-*-netbsd*
          o SH5, SHmedia, little-endian, 64-bit default, sh64le-*-netbsd*
    * The following changes have been made to the IA-32/x86-64 port:
          o SSE2 and 3dNOW! intrinsics are now supported.
          o Support for thread local storage has been added to the IA-32
            and x86-64 ports.
          o The x86-64 port has been significantly improved.

The full list of changes can be found at:

	http://gcc.gnu.org/gcc-3.3/changes.html
2003-05-25 16:32:45 +00:00
grant
a34917dcb3 remove word 'package' from last entry 2003-05-25 16:31:31 +00:00
taca
70c45fa4ae Note update of emulators/suse_libpng package to 7.3nb1. 2003-05-25 15:21:22 +00:00
taca
0b0d2eb7ac Note update of www/squid package to 2.5.3 (squid-2.5.STABLE3). 2003-05-25 14:59:59 +00:00
taca
cbd839120d Note update of textproc/namazu2 package to 2.0.12nb2. 2003-05-25 14:13:47 +00:00
epg
4e52a5f56a Note subversion update is completed and swig-1.3.17 update begun. 2003-05-25 10:36:41 +00:00
epg
9ef1e5e7cf Note additions of swig-python, swig-build, apr, subversion-base, and
subversion-python.

Note updates of apache2, ap2-subversion, subversion, neon, and
cadaver.

Note removal of apr-devel.
2003-05-25 10:18:21 +00:00
salo
23f2ce85b2 Note graphics/fnlib and wm/enlightenment PKGREVISION++. 2003-05-25 10:03:06 +00:00
jmmv
f3764a1a56 Note revision bump for gnome-mime-data to 1. 2003-05-25 08:10:48 +00:00
jmmv
7b5c5e95ca +gabber-0.8.8 2003-05-25 08:01:59 +00:00
jmmv
70fa178a5d Note update of libgnome to 2.2.1. 2003-05-25 07:58:53 +00:00
dan
196730592c make audio capture for -tv work on NetBSD.
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.

XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio.  I've left the
multiplication in the patch, commented out.  The present patch works just fine,
so probably my calculations are wrong.

This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
2003-05-25 07:20:51 +00:00
taca
7c3084026f -postfix 2.0.10. 2003-05-25 05:33:26 +00:00
taca
499e0b4b83 Note update of mail/postfix package to 2.0.10. 2003-05-25 05:32:48 +00:00
gehenna
ada4086e35 Note cvsync-0.21.1 2003-05-25 02:41:53 +00:00
heinz
ae856e45dd Updated p5-IO-Socket-SSL to 0.92 2003-05-25 02:22:31 +00:00
jschauma
cbfa686e28 gcc and gcc3 work fine under Linux. 2003-05-24 19:27:03 +00:00
wiz
5508e517b1 + calamaris-2.58 [pkg/21662], xerces-c-2.2.0. 2003-05-24 19:23:40 +00:00
wiz
a4a05d5256 links{-gui,} update to 2.1.0.11. 2003-05-24 19:22:44 +00:00
salo
cc2450b7e2 Note graphics/realplayer-codecs and mplayer packages PKGREVISION++. 2003-05-24 17:30:20 +00:00
salo
0bfab10efa Note chat/eggdrop update. 2003-05-24 16:48:32 +00:00
salo
7bac0876d0 Note www/amaya update. 2003-05-24 14:43:36 +00:00
taca
2d1f7ce457 Note update of www/squid package to 2.5.2nb4. 2003-05-24 12:32:45 +00:00
martin
646a6215ec Note zenicb 1.31 2003-05-24 11:31:16 +00:00
salo
ccc76addb9 Note graphics/giram update. 2003-05-24 11:24:48 +00:00
jmmv
56e6288704 Note revision bumps for phoenix-bin-* plugins. 2003-05-24 10:37:40 +00:00
jmmv
5074d9f98b Note revision bump for lmule to 1. 2003-05-24 09:52:24 +00:00
salo
c8cd2d60ab Note graphics/lib3ds PKGREVISION++. 2003-05-24 09:41:03 +00:00
mjl
899a91d0a3 Note p5-XML-Simple 2.07 2003-05-24 09:33:29 +00:00
uebayasi
35e85dca36 zenicb-19981202nb1; fix for XEmacs. 2003-05-24 07:53:15 +00:00
salo
f78d99b055 - opera-7.11 [thanks, jdolecek!] 2003-05-24 07:46:05 +00:00
jdolecek
f3aec60c21 Update opera7 package to final Opera 7.11
List of changes since beta is not available.
2003-05-23 21:32:24 +00:00
wiz
035f48f241 easytag-0.27.1nb1 update. 2003-05-23 21:03:26 +00:00
salo
4d0aca6683 Note graphics/gimp update. 2003-05-23 18:06:36 +00:00
seb
c919384226 Note addition of scli version 0.2.12 as net/scli into the NetBSD Packages
Collection.

The scli package was written to address the need for small and efficient
command line utilities to monitor and configure network devices and
host systems. The scli package is based on the SNMP management
protocol.

To summarize, the slogan for this little package is:

  "After more than 10 years of SNMP, I felt it is time for really
   useful command line SNMP monitoring and configuration tools. ;-)"
2003-05-23 14:47:08 +00:00
kristerw
6dabca019c Note update of xmame/xmess to 0.68.1. 2003-05-23 14:21:05 +00:00
salo
219650a92e Note graphics/moz-{flash,mplayer} PKGREVISION++. 2003-05-23 09:44:06 +00:00
wiz
3730af6a9e xscreensaver-{gnome-,}4.10 update done. 2003-05-23 09:40:47 +00:00
wiz
56ed20d36c libsndfile-1.0.5 update done. 2003-05-23 09:30:35 +00:00
grant
cb08439c27 -phoenix 0.6, thanks taya 2003-05-23 08:18:20 +00:00
wiz
d5932ba570 mtr{-gtk,}-0.54 update done. 2003-05-23 07:29:51 +00:00
seb
e64e30e058 Note update of net/flow-tools to version 0.66 [lots of bugfixes and a
couple of new features].
2003-05-23 07:22:11 +00:00
wiz
b2275b3888 + courier-0.42.2, dircproxy-1.0.5 [pkg/21644], distcc-2.4,
docbook-xsl-1.61.1, gimp-1.2.4, gtkmm-2.2.2, leafnode-1.9.41,
  mtr-0.54, postfix-2.0.10, sablecc-2.18.1, tcl/tk-8.4.3, tcpreplay-1.4.1,
  texmacs-1.0.1.14, top-3.5b12.2, xscreensaver-4.10, yacas-1.0.55.
- gaim (thanks, jmmv), mozilla (thanks, taya), spamassassin (thanks, abs)
2003-05-23 06:27:55 +00:00
wiz
138d45b076 ogmtools-1.0.3 update. 2003-05-23 06:01:34 +00:00
taya
5ca33b3af3 note update of some packages that depends on mozilla.
galeon 1.2.10nb2
	mozilla-stable 1.0.2nb4
        phoenix 0.6nb1
2003-05-23 03:39:53 +00:00
taya
4e23f0c7e5 note update of mozilla to 1.3.1 2003-05-22 23:43:21 +00:00
jmmv
715080ba46 Note revision bump for libwnck to 2. 2003-05-22 17:06:30 +00:00
salo
9ea4ae7f78 Note sysutils/mc PKGREVISION++. 2003-05-22 17:04:23 +00:00
jmmv
e89396249b -boehm-gc-6.2alpha5 2003-05-22 17:00:21 +00:00
jmmv
df4478c2e4 Note update of boehm-gc to 6.2alpha5.
Note several revision bumps for packages using this library.
2003-05-22 16:50:42 +00:00
abs
aca90c3082 Update pkgchk to 1.36:
When passed -f run fetch on all packages to be updated, not just
	the set suitable for 'make update'. Should fix PR 16785.
2003-05-22 16:39:54 +00:00
salo
6f958d98ca Note sysutils/mtools PKGREVISION++. 2003-05-22 16:19:30 +00:00
jschauma
24a781cea1 Note update of wm/bbkeys to 0.8.6 2003-05-22 15:40:25 +00:00
jschauma
8494c6cdf3 Note update of graphics/xdvipresent to 0.6.1.14 2003-05-22 15:16:49 +00:00
taya
15aef3aadf note update of phoenix to 0.6 2003-05-22 15:08:03 +00:00
wiz
e06ceea309 note glade2-2.0.0nb2 update. 2003-05-22 14:33:07 +00:00
abs
9a5fcb0714 Update spamassassin to 2.55
Many small changes since 2.53, but difficult to pick out anything significant.
2003-05-22 11:41:02 +00:00
wiz
806a378b27 gcc-3.2.2nb2 update. 2003-05-22 09:38:27 +00:00
wiz
b614a704b7 p5-Time-HiRes-1.47 update done. 2003-05-22 07:36:26 +00:00
wiz
85442eeee8 conserver-7.2.7 update done. 2003-05-22 06:35:51 +00:00
markd
07aad90959 Note KDE update to 3.1.2. 2003-05-22 03:14:29 +00:00
heinz
5fcecc49df spamassassin 2.55 was released 2003-05-21 22:56:21 +00:00
seb
f21484e604 Note update of lang/chicken to version 1.0
Lots of changes (bugfixes, new features) you really want to
update.
2003-05-21 19:45:15 +00:00
jmmv
5ad907622b Note update of gaim to 0.63. 2003-05-21 17:37:48 +00:00
seb
8b4ace6991 Note update of security/audit-packages to version 1.15.
The directory ${PKGVULNDIR)} holding the 'vulnerabilities' file
which default value is determined at configure time can now be
overridden at runtime from the environment.
2003-05-21 14:09:51 +00:00
wiz
b1a769cab8 links and links-gui update to 2.1pre10 done. 2003-05-21 10:12:12 +00:00
salo
82af0e9f5f + links-2.1pre10 2003-05-21 08:31:41 +00:00
yyamano
2f20205c83 Update pgpdump to 0.18. 2003-05-20 16:45:30 +00:00
wiz
3d6dc57655 unrar-3.2.2 update. 2003-05-20 15:27:17 +00:00
grant
3f8d549262 Initial import of mozilla-bin-nightly into The NetBSD Packages Collection.
Mozilla is an open-source web browser, designed for standards
compliance, performance and portability.

It provides users with acclaimed browsing convenience along with
power features such as pop-up blocking and tabbed browsing. Mozilla
also provides a sophisticated platform for developing web applications
using technologies such as XML, SOAP and XSLT.

This is a binary package for NetBSD and Linux, for tracking nightly
builds of Mozilla.
2003-05-20 14:28:37 +00:00
wiz
95a6872d24 curl-7.10.5 update done. 2003-05-20 11:56:04 +00:00
wiz
173c8d348c + curl-7.10.5, lilypond-1.6.10, xine-lib-0.9.21 [pkg/21625],
xine-ui-0.9.21 [pkg/21625].
2003-05-20 08:40:42 +00:00
wiz
f50de44c2c libxslt-1.0.30 update done. 2003-05-20 05:47:10 +00:00
grant
e3d51b4561 +kde-3.1.2 2003-05-19 23:18:13 +00:00
jschauma
09e0553a52 Since openmotif works under Linux, xpdf now works, too. Thus Linux has
become the first non-NetBSD platform to earn the 'supported' sticker (FWIW).
2003-05-19 19:47:10 +00:00
hubertf
bb520a41ec Import pyslsk-1.2.0: Python based Soulseek client
PySoulSeek is a client for SoulSeek filesharing system.
2003-05-19 18:44:41 +00:00
wiz
bac9297d22 mldonkey-2.4.0 update done; ocaml version is of the debian package, remove (oops). 2003-05-19 12:58:55 +00:00
wiz
b3b2a4f697 Note mldonkey-2.4.0 update; pull mjl into this year. 2003-05-19 12:56:34 +00:00
mjl
9d0dfab332 Note p5-XML-DOM, p5-Date-Manip, p5-XML-XQL 2003-05-19 12:24:26 +00:00
wiz
08fc44baa9 sylpheed-0.9.0 update in pkg/21579. 2003-05-19 10:02:50 +00:00
wiz
883cc9133e + ImageViewer-0.6.1, abcde-2.1.4, arch-1.0pre21, elm-me-2.4pl101c,
gaim-0.63 [pkg/21619], libsigc++-1.2.5, minicom-2.1, multitail-2.6,
  opera-7.11, sylpheed-0.9.0, top-3.5b12.1, xine-ui-0.9.21, ysm-2.9.0.
2003-05-19 09:51:52 +00:00
abs
288abf964b Update golem to 0.0.5nb1 - handle invalid keysyms and allow numeric keycodes
with KeyCodeNNN. Patch sent to and accepted by maintainer.
2003-05-18 21:22:03 +00:00
cjep
52e668433e Note that I'm looking at Matt's Sun 2 emulator for pkgsrc 2003-05-18 13:23:52 +00:00
wiz
14c3c489db - nxtvepg-2.5.1 (thanks, magick), opera-7.11 (thanks, jdolecek),
xemacs-21.5.13 (thanks, magick)
2003-05-18 13:11:33 +00:00
wiz
450eb3e9de automake-1.7.5 update done. 2003-05-18 13:11:32 +00:00
lukem
4301100f30 roundup 0.5.7 2003-05-18 12:08:12 +00:00
grant
ee3cee654b +phoenix-0.6 2003-05-18 03:45:53 +00:00
grant
325b4179a6 Updated phoenix-bin to 0.6.
* New default theme
      Mozilla Firebird 0.6 sports a crisp, fresh and attractive theme, based on the amazing Qute theme by Arvid Axelsson. Also, the new theme has icons for the Bookmark Manager toolbar.

    * Redesigned Preferences window
      The new Options window puts the most often used preferences into seven convenient panels, each with a descriptive icon selector.

    * Improved Privacy Options
      With a single click (and a confirmation) you can clear all privacy data including form data, history, cache, cookies, etc.

    * Improved Bookmarks
      Among other bookmark enhancements, the Bookmarks menu now features a context menu. Try it by right-clicking on a bookmark in the menu.

    * Talkback enabled
      You are now able to submit Talkback information when Mozilla Firebird crashes, which makes it much easier for developers to fix critical bugs. For more information read about Talkback in the FAQ.

    * Automatic Image Resizing
      With this feature, Mozilla Firebird shrinks any image that is bigger than the window to make the whole image visible. When this is done, the cursor over the image changes to tell you that if you click, the image is restored to full size. Instructions on how to disable this feature can be found here.

    * Smooth Scrolling
      Instructions on how to disable this feature can be found here.

    * Access to more preferences
      You are now able to edit lots of advanced preferences that are not exposed in the Options window by entering about:config in the location bar and press Enter.

    * Profile Chrome
      You can now install Mozilla Firebird extensions in your own profile folder instead of in the actual program folder. This means that you will be able to upgrade to new versions of Mozilla Firebird without losing all your extensions. Note that it's up to the extension authors to allow their extensions to use this functionality. Some extensions may not offer this as an option yet.

    * Mac OS X
      Mozilla Firebird is available for Mac OS X. It's still quite rough around the edges but it's a start.

    * Lots of bug fixes
      There have been too many bug fixes since Phoenix 0.5 to keep track of them all. It's better. Trust us ;-)
2003-05-18 03:44:36 +00:00
jtb
dd288113d8 Note update of oo2c to 2.0.9.
Changes:
  * (Compiler) Initial support for parametric types.
  * (Compiler) New option `--uses <ext-ident>' lists uses of the
    declaration <ext-ident>. Scope of the search is the transitive
    closure of all modules given on the command line.
  * (Compiler) New option `--all' or `-A'. When used with `--make',
    rebuild all modules for which sources are available.
  * (IO:Select) Fix `Init' to call base type initializer as well.
2003-05-17 21:03:33 +00:00
dmcmahill
69db4744b2 note addition of p5-Set-Scalar-1.17 2003-05-17 19:00:46 +00:00
jtb
fd2d92b51b Note update of vm to 7.15. 2003-05-17 18:29:54 +00:00
itojun
ef2defc7c9 mail/cue 2003-05-17 14:02:44 +00:00
magick
0329923a79 Note update of nxtvepg to 2.5.1 2003-05-17 10:32:29 +00:00
salo
2ce74efee1 Note {black,flux}box and co. PKGREVISION++.
It's 17th already, hi dmcmahill!
2003-05-17 05:49:52 +00:00
dmcmahill
5170124d42 note addition of p5-Net-Z3950-0.32 2003-05-17 02:04:49 +00:00
dmcmahill
1673705b64 note addition of p5-MARC-1.15 2003-05-17 01:47:05 +00:00
gehenna
551eabcc4c Note cvsync 0.21.0 2003-05-17 00:50:55 +00:00
wiz
64714f6856 wxGTK-2.4.0nb2 update [martin]. 2003-05-16 22:32:31 +00:00
jdolecek
a518845ec6 update opera7 to newest version - 7.11 beta2
Changes detailed in http://www.opera.com/linux/changelogs/711b2/,
most importantly:

* UI improvements
* some shortcut additions
* M2 (the mail client) fixes
* Fixed two security issues
* Various DOM improvements
* Stability/Plug-in/Spelling fixes
2003-05-16 21:27:54 +00:00
magick
8bc356a5b9 Note update of xemacs-current to 21.5.13 2003-05-16 18:13:12 +00:00
dmcmahill
5f6202f2a5 note addition of net/yaz 2003-05-16 12:20:17 +00:00
salo
197b332fc8 Note wm/aewm++ update. 2003-05-16 09:05:23 +00:00
wiz
1a0ac80700 + aewm-1.0.24 [pkg/21595], blender-2.27, micq-0.4.10.3 2003-05-16 08:23:26 +00:00
salo
fdbc07fb93 Note wm/larswm update. 2003-05-16 08:23:03 +00:00
simonb
d7bcdc9286 Note import of diffstat 1.33.
From the readme:

 This program is a simple filter that reads the output of the 'diff' program,
 and produces a histogram of the total number of lines that were changed.  It is
 useful for scanning a patch file to see which files were changed.
2003-05-16 01:47:47 +00:00
dmcmahill
e2a2c8e962 note update of cad/boolean to 6.4 2003-05-15 23:04:27 +00:00
salo
84fc8990d7 Note puf addition. 2003-05-15 21:39:10 +00:00
wiz
d573831aeb gnet-2.0.3 update done. 2003-05-15 21:08:23 +00:00
salo
4c57bbbc4d Note lpe addition. 2003-05-15 21:06:06 +00:00
wiz
d7f95160ee + balsa-1.4.4, balsa2-2.0.11, boehm-gc-6.2a5 [jmmv|pkg/21569],
exim-4.20 (hi ad!), festival-1.4.3, gtkglext-1.0.0, rt-3.0.2,
  squeak-3.5 (hi fred!).
2003-05-15 20:59:49 +00:00
grant
21211e3185 Initial import of overnet-0.48.2 into The NetBSD Packages Collection.
Overnet is an application that allows you to share files with millions
of other people across the globe.
2003-05-15 12:54:35 +00:00
mjl
ce1b415857 Note p5-Time-Period 1.20 2003-05-15 11:53:58 +00:00
salo
5cb3d4a281 Note golem addition. 2003-05-15 11:22:21 +00:00
wiz
eb9bf244ef groff-1.19nb1 update, now with images. 2003-05-15 08:11:56 +00:00
grant
02d425ddd4 +gcc 3.3 2003-05-15 07:43:14 +00:00
salo
284bef2b58 Note bitchx PKGREVISION++. 2003-05-14 20:11:08 +00:00
salo
109b7635ae Note xdialog update. 2003-05-14 18:54:57 +00:00
mjl
2892e50b8b Note p5-Config-General 2.19 2003-05-14 14:45:51 +00:00
kei
ec57a5f53e note update of kochi-cidfonts to 0.018 and addition of kochi-otf-0.018. 2003-05-14 14:29:05 +00:00
itojun
bcce2c00a5 misc/lv 2003-05-14 06:30:57 +00:00
salo
3fc974163e Note dovecot addition. 2003-05-14 04:22:14 +00:00
salo
3ada0cb24d Note gnutls, libtasn1 and opencdk addition. 2003-05-14 03:52:17 +00:00
salo
ef57229914 Note xdialog update. 2003-05-13 23:39:49 +00:00
wiz
3de482a48a scummvm-0.4.0 update done. 2003-05-13 12:07:12 +00:00
tron
ceab220276 Note update of "inn" package to version 2.3.5. 2003-05-13 11:58:43 +00:00
wiz
953ce81969 + autogen-5.5.4, centericq-4.9.4, gnucash-1.8.3, libmpeg3-1.5.1,
nut-8.5, oss-3.9.7j.
2003-05-13 11:50:57 +00:00
tron
e83c04c5c4 inn-2.4.0 was released. 2003-05-13 06:37:36 +00:00
salo
6882c1af53 Note libgcrypt update. 2003-05-13 03:08:25 +00:00
salo
bd2f6d402b Note snortsnarf update. 2003-05-13 00:29:36 +00:00
heinz
814e38ea33 working on spamassassin-2.54 2003-05-12 23:46:36 +00:00
agc
1a9c96ee90 exmh has been updated to 2.6.3 2003-05-12 20:44:07 +00:00
agc
d0d6543072 Update exmh package from 2.5 to 2.6.3.
Requested by Steve Bellovin in PR 21507

Changes from previous version:

2.6.3   fixes a UI pause problem introduced in 2.6
2.6.2   bug fixes
2.6.1   generalised sequence handling
        - replace the "unseen" window with a sequences window, and add a
        Sequence menu.
        - display number of unseen messages in folder cache
2.6     Sequences menu, and internal overhaul of sequence handling
2003-05-12 20:41:24 +00:00
salo
954a555036 -tinyproxy-1.5.3
jabberd is in pkgsrc-wip
2003-05-12 16:01:29 +00:00
uebayasi
fcceb2e0b8 Note update of centericq-4.9.2nb3.
A Perl script needs REPLACE_PERL; PR21548 by Juan RP <jrp at hispabsd
dot org>.
2003-05-12 12:05:13 +00:00
abs
282d6afa75 Update cpuflags to 0.41:
Fix mdoc usage in manpage - from Toru TAKAMIZU in PR pkg/21542
2003-05-12 11:06:39 +00:00
cjep
deedaacbc1 Note that epg (when he gets his account) has a new framework for subversion 2003-05-12 10:46:52 +00:00
uebayasi
73c85e938b + minicom-2.00.0 2003-05-12 08:39:28 +00:00
wiz
57d1747b52 + abcde-2.1.3, iozone-3.172, leafnode-1.9.40, libgda-0.11.0
[pkg/21532], libgnomedb-0.11.0 [pkg/21533], mldonkey-2.4.0 [pkg/21543],
  mono-0.24, mozilla-1.3.1, nut-8.4, openssl-0.9.7b, opera-7.11,
  smalltalk-2.1.2, snortsnarf-20021111.1 [pkg/21540], subversion-0.22.1
  [pkg/21537], tinyproxy-1.5.3 [pkg/21512], wine-20030508, xemacs-21.5.13.
2003-05-12 08:28:47 +00:00
jmc
ef1519eb96 Update for multitail 2003-05-12 04:19:33 +00:00
salo
0344220c92 Note unrar PKGREVISION++. 2003-05-11 12:41:00 +00:00
salo
ec659b152b Remove duplicate mixer.app entry. 2003-05-11 02:25:25 +00:00
salo
51501db15e Note SDL_mixer update. 2003-05-11 02:25:02 +00:00
jtb
9128ce4c3d Note update of euler to 1.60.6nb2. 2003-05-11 00:08:30 +00:00
jtb
44f517fc17 Note update of puzzle to 5.1.
Many minor changes and bugfixes. The manual has been updated.
2003-05-10 23:51:23 +00:00
wiz
f1fc28c2fc Note gpc-2.1nb1 update. 2003-05-10 18:55:53 +00:00
kim
d51dd24b1d IRRd 2.1.5 is now available. A new command, '!o', has been implemented
for performing inverse queries on the 'mnt-by' attribute to get a real
time list of all objects which reference a given maintainer. route-set
expansions with the '!i' command will now resolve aut-num and as-set
references to route prefixes. There are a number of other bug-fixes and
performance improvements. See the NOTES file in the destribution for
details.
2003-05-10 17:18:09 +00:00
salo
6083194fb2 -Mesa-5.0.1 [thanks drochner!] 2003-05-10 17:06:54 +00:00
drochner
8086e7f174 Mesa update 2003-05-10 16:39:03 +00:00
agc
6d9e7be77b Fix format of one entry. 2003-05-10 16:33:18 +00:00
seb
7c5ca300f9 Note initial import of security/ssh2-nox11 version 3.2.2 into the NetBSD
Packages Collection.

This package provides the same secure shell software as the ssh2 package but
without X Windows support.
2003-05-10 10:09:14 +00:00
jtb
8bf358415e gperiodic-2.0.4 update done. 2003-05-10 01:37:10 +00:00
jtb
e067b1d043 Note update of gperiodic to 2.0.4.
Fixed package to work on systems where a C char is unsigned.

Summary of changes in the distribution:

* Addition of much more data on the elements
* Rewritten to use gtk2
* Internationalisation support through gettext added
* Many bug fixes
2003-05-10 01:35:56 +00:00
jtb
b49725eeed Note update of STk to 4.0.1.
Notable changes include:

* Dynamic loading now works on NetBSD ELF systems.
* Integration of SRFI-9 (records)
* Accepts mailto: links in the browser
* <Scroll-Frame>, <Toolbar> STklos classes.
* Integration of some finals SRFI (0, 2, 6, 8)
* define-syntax (but not let-syntax and let-syntax*)
* New License Policy (request for commercial apps no more needed).
* A console mode (which is used by default on Windows, but can
  be used with the -console option on Unix)
* A new editor with Scheme fontification and indentation
* New kind of ports: virtual ports
* All the code dealing with files has been rewritten.
* Tk level is 8.0.3 (the latest stable Tk release)
* New STklos Classes:
	+ <Hierarchy-tree> and <Hierarchy-item> to draw
	  hierarchy such as files/directories, class/metaclasses ...
	+ <Notepad> to define ... notepads
	+ <Scheme-text> which extends <Text> to "font-lockify"
	  Scheme buffers
* Method and generic function editor
* A class browser (type "(class-browser)" to access it)
* some new manual pages
* Base64 Encoding/Decoding extension
* Locale extension to treat strings and character using locale information
* Better installation scripts (+ some corrections)
* Lot of bug fixes.
2003-05-10 00:30:35 +00:00
jtb
59cd657768 hdf5 update done. 2003-05-10 00:05:58 +00:00
jtb
ac2921e32d Note update of hdf5 to 1.4.5.2. Fix date in xlockmore entry. 2003-05-10 00:04:48 +00:00
salo
2bf068c393 Note vsftpd update. 2003-05-09 23:33:02 +00:00
hubertf
e08018f8b9 Update xlockmore to 5.08.1. Changes:
spline fix, when in random mode it could core dump.
2003-05-09 22:26:53 +00:00
salo
7010055d90 -py-wxWindows-2.4.0.2, we are at py-wxWindows-2.4.0.7 already [thanks
drochner!]
2003-05-09 21:25:52 +00:00
salo
8981ffe91c -neon-0.23.9 [thanks drochner!] 2003-05-09 21:00:18 +00:00
salo
165606f76a -lyx-1.3.1, we are already at 1.3.2 [thanks martti!] 2003-05-09 20:58:33 +00:00
salo
2abad5e1f0 -dia-0.91 [thanks drochner!] 2003-05-09 20:34:52 +00:00
drochner
78be430cbf recent updates/additions 2003-05-09 18:16:57 +00:00
salo
c374e811a8 Note tinyproxy update. 2003-05-09 16:33:37 +00:00
jmmv
1a1fbdeba7 Package tools support the "alpha" suffix properly to compare versions, so
set boehm-gc's version to 6.2alpha4 instead of 6.1.994.  Thanks, agc@.
2003-05-09 14:17:46 +00:00
jmmv
747f202ffc Update of mono to 0.24 done. 2003-05-09 13:04:10 +00:00
jmmv
1f011acc63 Note update of boehm-gc to 6.1.994 (6.2alpha4). 2003-05-09 12:59:47 +00:00
wiz
e1eadd64db pan-0.14.0 update done. 2003-05-09 10:05:20 +00:00
wiz
445e523501 + exmh-2.6.3
- distcc & doxygen [thanks, martti!]
2003-05-09 10:04:42 +00:00
jmmv
c8f09aaf1f Note update of lmule to 1.2.1. 2003-05-09 09:37:18 +00:00
jmmv
71394334e6 +mono-0.24, pan-0.14.0 2003-05-09 08:58:31 +00:00
martti
6d114b047a Updated distcc to 2.2 2003-05-09 08:43:22 +00:00
wiz
2f59aa7f95 sudo-1.6.7p5 update done. 2003-05-09 08:30:39 +00:00
martti
f0c787d99d Updated lyx, doxygen, etcupdate and distcc 2003-05-09 08:04:08 +00:00
rh
bea151dcb1 Note update of cgoban-java to 2.4.61 2003-05-09 07:48:32 +00:00
agc
c7a428acc4 Initial import of Alan Watson's utftools-1.6 into the NetBSD Packages
Collection.

This package contains implementations of UTF-8-aware wc, fmt,
expand, and unexpand.
2003-05-09 07:40:39 +00:00
taca
316d1772e4 Note update of www/squid package to 2.5.2nb3. 2003-05-09 05:08:03 +00:00
salo
b98c2f98c1 Note celestia packages addition. 2003-05-08 23:56:47 +00:00
itojun
3c8220eef5 net/wistumbler 2003-05-08 22:05:23 +00:00
jmmv
45c06af189 Note revision bump for ORBit2, to 2. 2003-05-08 18:06:39 +00:00
jmmv
259e981174 Note revision bump for eterm, to 3. 2003-05-08 17:26:03 +00:00
jmmv
82c63c7389 Note revision bump for fam to 1. 2003-05-08 16:58:30 +00:00
jmmv
674af6abd9 Note revision bump for texi2html to 1. 2003-05-08 16:49:11 +00:00
gehenna
313d4b982f Note cvsync 0.20.2 2003-05-08 15:44:07 +00:00
jmmv
c772370d40 Note update of wmthemes to 0.80.0. 2003-05-08 14:56:52 +00:00
wiz
925ff9201a easytag-0.27.1 update done. 2003-05-08 12:28:08 +00:00
rh
e348a2eeb7 Note update of cgoban-java to 2.4.60 2003-05-08 10:45:01 +00:00
wiz
17b646f3da unrar-3.2.1 update done. 2003-05-08 09:55:57 +00:00
wiz
e322944367 pth-2.0 update is done. 2003-05-08 09:47:00 +00:00
wiz
f17ca95b03 lzop-1.01 update done. 2003-05-08 09:46:23 +00:00
wiz
f708e10d31 libxml2-2.5.7 update done. 2003-05-08 09:35:42 +00:00
wiz
b0d06cede7 Remove vmsbackup from packages-to-do, it is in pkgsrc-wip, looking for testers. 2003-05-08 09:19:55 +00:00
wiz
bd22ab9804 + centericq-4.9.3, hdf5-1.4.5post2, multitail-2.5, tcpreplay-1.4.0,
texmacs-1.0.1.13.
2003-05-08 09:18:56 +00:00
seb
16216ae860 Note update of net/wol to 0.6.0nb1 [info file and its handling fix] 2003-05-07 21:37:29 +00:00
seb
72e8c9b935 Note addition of rtptools version 1.18 as mbone/rtptools into the
NetBSD Packages Collection.

The rtptools distribution consists of a number of small applications that
can be used for processing RTP data.
2003-05-07 20:55:25 +00:00
kei
cd33caea59 note update of phoenix-bin-acroread package to 1.0nb1 and addition of
phoenix-bin-acroread3-1.0, phoenix-bin-acroread5-1.0 package.
2003-05-07 16:38:09 +00:00
wiz
17751f8404 graphopt-0.4.1 update done. 2003-05-07 15:30:23 +00:00
jmmv
c795809f94 Note addition of sirius, 0.5.0. 2003-05-07 14:23:42 +00:00
salo
d82f3d4a1e Note SDLmm addition. 2003-05-07 13:54:51 +00:00
wiz
e502178813 graphopt-0.4 update done. 2003-05-07 13:39:49 +00:00
wiz
e838a3d282 groff-1.19 update done. 2003-05-07 13:19:15 +00:00
wiz
83b38978c4 gnet-2.0.2 update done. 2003-05-07 12:45:15 +00:00
dmcmahill
d1696880e5 note addition of devel/cmake 1.6.6 2003-05-07 11:58:41 +00:00
jmmv
b323349168 Yet another revision bump for acroread5, to 3. 2003-05-07 11:29:06 +00:00
jmmv
075117ef85 Note revision bump for mini_sendmail to 3. 2003-05-07 11:21:24 +00:00
wiz
8947b4b086 + cronolog-1.6.2 [pkg/21465], ettercap-0.6.a, fox-1.0.40,
generator-0.35, joe-2.9.8, ocaml-3.06-15, pfaedit-20030506.
2003-05-07 10:25:00 +00:00
wiz
f6fec965e4 ogmtools-1.0.2 update. 2003-05-07 08:46:26 +00:00
hubertf
46a7fd97af Update xlockmore to 5.08. Changes:
* crystal and starfish changes to allow graphics to work better in a 64x64
*   window.
+ life3d randomized "rotation" of life form.  Wireframe made a little less
+   likely in fullrandom.
* life fix, trilife came up too much in fullrandom.
  Kerberos prompter code fixed for NULL banner thanks to Ken
    Hornstein <kenh@cmf.nrl.navy.mil>
  Atlantis texture fixes thanks to Eric Lassauge <lassauge@mail.dotcom.fr>.
  Flow tails added.  swarm and flow patch for broken Xservers backed out
    thanks to Tim Auckland <Tim.Auckland@Procket.com>.
2003-05-06 23:34:03 +00:00
seb
9422817870 Note update of graphics/pstoedit to version 3.31nb1 [only user visible
change is documentation files new pathnames]
2003-05-06 23:06:00 +00:00
jmmv
423f96a9b9 wdm-1.23 update done. 2003-05-06 21:05:46 +00:00
jmmv
e006e0cf09 Note update of wdm to 1.23. 2003-05-06 21:04:26 +00:00
jmmv
37170ce899 Note revision bump for acroread5, to 2. 2003-05-06 16:27:05 +00:00
jmmv
afe3e83cd7 Note revision bump for wmakerconf to 3. 2003-05-06 16:22:38 +00:00
salo
ad8bb655a1 Note dillo update. 2003-05-06 16:12:15 +00:00