Commit graph

64192 commits

Author SHA1 Message Date
drochner
72095ac843 common libaries for BOINC-3 projects 2004-07-19 20:11:04 +00:00
drochner
280ebe2fb6 import the current "stable" version of BOINC, the distributing
computing framework
2004-07-19 20:09:15 +00:00
jlam
494d4a7c1d Stop the proliferation of <PKG>_USE_<FOO> yes/no variables in the
mail/postfix package -- create a new option "POSTFIX_OPTIONS" that is a
list of optional add-ons that will be built into Postfix.  Currently,
it accepts any of "inet6 ldap mysql mysql4 prce sasl tls".  Move the
existing POSTFIX_USE_* variables into bsd.pkg.obsolete.mk.
2004-07-19 20:00:15 +00:00
jlam
44703d4594 Stop the proliferation of <PKG>_USE_<FOO> yes/no variables in the
mail/postfix package -- create a new option "POSTFIX_OPTIONS" that is a
list of optional add-ons that will be built into Postfix.  Currently,
it accepts any of "inet6 ldap mysql mysql4 prce sasl tls".  Move the
existing POSTFIX_USE_* variables into bsd.pkg.obsolete.mk.

Also split out the optional add-ons into a separate Makefile.options
so that the main Makefile workflow is a bit easier to understand.

Lastly, collapse the pre-install target into the do-install target we run
custom code for the whole install process anyway.

Approved by martti.
2004-07-19 19:59:16 +00:00
recht
f75335f241 Set package creator as maintainer. Requested in private mail. 2004-07-19 19:57:42 +00:00
xtraeme
8671ab25ab Added openntpd. 2004-07-19 19:19:08 +00:00
xtraeme
31fc36be34 Initial import of openntpd-20040719p from pkgsrc-wip, contributed by
Peter Postma.

OpenNTPd is a free implementation of the Network Time Protocol.
It provides the ability to sync the local clock to remote NTP servers and
can act as NTP server itself, redistributing the local clock.

OpenNTPd is primarily developed by Henning Brauer and Alexander Guy as part
of the OpenBSD Project. The portable version is made by Darren Tucker.
The software and is freely useable and re-useable by everyone under a BSD
license.
2004-07-19 19:17:25 +00:00
wiz
baaf207d2b Added fceu-0.98.10. 2004-07-19 18:38:39 +00:00
wiz
8826cc9089 Add and enable fceu. 2004-07-19 18:38:00 +00:00
wiz
c2f557623f Initial import of FCE Ultra, a Nintendo Entertainment System and
Famicom emulator.

FCE Ultra is an NTSC and PAL Famicom/NES emulator for various
platforms. It is based upon Bero's original FCE source code. Current
features include good PPU, CPU, pAPU, expansion chip, and joystick
emulation. Also a feature unique to this emulator (at the current
time) is authentic Game Genie emulation. Save states and snapshot
features also have been implemented.
2004-07-19 18:37:14 +00:00
erh
eb960e360a Update pkg_tarup to 1.6.1 2004-07-19 17:40:27 +00:00
erh
85a992eb48 Fix bug in handling of wildcarded package names on the command line.
Bump version to 1.6.1
2004-07-19 17:38:36 +00:00
wiz
72ffeae4fc +nulib2-2.0.2. 2004-07-19 14:04:29 +00:00
wiz
01e1f874ec Note superlu-3.0.1 update done. 2004-07-19 14:03:55 +00:00
wiz
8eec0a51e6 unused. 2004-07-19 13:48:09 +00:00
wiz
8e3dbfa74b Update to latest available tarball, use DIST_SUBDIR.
Changes unknown.
2004-07-19 13:47:51 +00:00
wiz
b263bacacb Note connect-1.83 update. 2004-07-19 13:36:37 +00:00
wiz
4aab61be0d Update to 1.83, use DIST_SUBDIR, since old distfile is gone.
Changes unknown.
2004-07-19 13:36:11 +00:00
wiz
f02276d804 Note tmake update to 1.11. 2004-07-19 13:31:13 +00:00
wiz
9e602eb072 Update to 1.11:
* Platform fixes for Tru64, Borland, Irix, HP-UX, AIX, UnixWare7
  and Reliant UNIX
* Support for Intel C++
* Initial support for Qt/Embedded on FreeBSD
* more undocumented stuff
2004-07-19 13:30:49 +00:00
wiz
a50745a22e Note htmllint update to 20040719. 2004-07-19 13:19:00 +00:00
wiz
26cee512b2 Update to 20040716 (changes unknown); also try to address PR 25089
by Kazu Yamamoto.
2004-07-19 13:18:31 +00:00
wiz
d7b0672e4b Use versioned distfile instead of unversioned one (hi tv!). 2004-07-19 12:50:58 +00:00
wiz
7f4be768b5 Note p4-docs update to 2002.1nb1. 2004-07-19 12:36:15 +00:00
wiz
e7bd7f29f9 Update to 2002.1nb1: relnotes.txt has changed, use a different DIST_SUBDIR. 2004-07-19 12:34:50 +00:00
markd
75dda105c6 s/MASTER_SITE_SUSE/MASTER_SITE_SUSE91/ to find the distfile. 2004-07-19 11:43:07 +00:00
bad
212fd2ec96 Note update of p5-XML-Simple to 2.12 and p5-Net to 1.19. 2004-07-19 11:05:31 +00:00
bad
b467f977d7 Update p5-Net to libnet-1.19 because I need the XVERP support in the mail()
method.

Changes for 1.19 and 1.18:
libnet 1.19  -- Wed Jun 30 14:53:48 BST 2004

Bug Fixes
  * Fixed datasend test to work on Win32 platform
  * Fixed Authen::SASL checking in SMTP.pm and POP3.pm
  * Fixed bug that a restarted get with Net::FTP did not append to local file

libnet 1.18  -- Mon Mar 22 16:19:01 GMT 2004

Bug Fixes
  * Fixed bug in CRLF translation in Net::Cmd datasend/dataend methods
  * Fixed bug in converting numbers returned by PASV command into a
    packed IP address
  * Fixed bug that caused Net::FTP->get to truncate the local file after
    the restart method had been called
  * Fixed bug in Net::FTP-.rmdir when the server returned . and .. in
    the contents of a directory
  * Fixed bug in POP3 that was sending unnecessary RSETs

Enhancements
  * Added support for POP3 CAPA command
  * Added support for XVERP to Net::SMTP
  * Added Net::POP3->banner method to return the banner received from
    the server during connect
  * Added Net::POP3->auth method for performing authentication using
    SASL, requires Authen::SASL
  * Added Host option to ->new constructor of FTP, NNTP, SMTP and POP3
    which can be used instead of passing the host as the first argument
  * Added ->host method to FTP, NNTP, SMTP and POP3 to return the host
    string used for the connect. This is useful to determine which host
    was connected to when multiple hosts are specified
  * Added support for more non-standard responses to Net::FTP->size
  * Updated POD for Net::SMTP wrt. not passing a Hello parameter to the
    constructor. (Jeff Macdonald)

Changes from 1.15 to 1.17 not available due to Subversion lossage.
2004-07-19 11:04:23 +00:00
wiz
207ea645b6 Patch to make audio work on IRIX 5, from Georg Schwarz. 2004-07-19 10:48:46 +00:00
bad
48ee82be71 Update p5-XML-Simple to 2.12. Distfile for 2.07 has vanished from the mirrors.
Relevant changes since 2.07:
      - added NumericEscape option
      - added ValueAttr option (patch from Anton Berezin)
      - suppress 'wide character in print' warning (reported by Dawei Lin)
      - Added AttrIndent option (patch from Volker Moell)
      - Hash keys are now sorted alphabetically by default; enable the
        new NoSort option if you don't want this (patch from Volker Moell)
      - Fixed bug where disabling array folding broke anonymous array handling
      - Fixed bug when unfolding a tied hash
      - SuppressEmpty patch from Douglas Wilson
      - POD update re XMLin(XMLout($data)) caveats (bug report from Slaven
        Rezic)
      - fixed hash ordering assumption in test script (reported by Michel
        Rodriguez)
      - fixed variable expansion not happening in attributes (patch from Paul
        Bussé)
2004-07-19 10:43:01 +00:00
recht
93e91906f1 -xmbmon-2.04 2004-07-19 10:14:08 +00:00
recht
ba6dffe1ca note update of {x}mbmon to 204 2004-07-19 10:12:51 +00:00
recht
06ef2f1131 update xmbmon to 2.04
patch provided by Sergio Jimenez in PR 26356

* The modified BSD license is set from this version.

* Logging facility in the daemon mode is included (but unabled
  in default, contribution by David Quattlebaum ).

* IIR low path filter smoothing method is included for plotting
  graphs in xmbmon (contribution by Takayuki Hosoda).

* Manual files are contributed by Nicolas Rueff .

* Winbond W83791D, W83627THF chips are supported.

* Initialization of ADM9240 chip for some Intel motherboards
  (by Alex Vasylenko).

* SMBus access of ALI1533/1543 chipset (Aladdin IV, V)
  is supported.

* ISA access of 2nd and 3rd temperatures for Winbond chips fails
  in most of motherboard.  Due to this problem, fraction of these
  temperatures is always 0.5.  This "bug" is fixed now.

 * Others: Fixing small bugs.
2004-07-19 10:10:30 +00:00
recht
319e353c71 update mbmon to 2.04
patch provided by Sergio Jimenez in PR 26355

* The modified BSD license is set from this version.

* Logging facility in the daemon mode is included (but unabled
  in default, contribution by David Quattlebaum ).

* IIR low path filter smoothing method is included for plotting
  graphs in xmbmon (contribution by Takayuki Hosoda).

* Manual files are contributed by Nicolas Rueff .

* Winbond W83791D, W83627THF chips are supported.

* Initialization of ADM9240 chip for some Intel motherboards
  (by Alex Vasylenko).

* SMBus access of ALI1533/1543 chipset (Aladdin IV, V)
  is supported.

* ISA access of 2nd and 3rd temperatures for Winbond chips fails
  in most of motherboard.  Due to this problem, fraction of these
  temperatures is always 0.5.  This "bug" is fixed now.

 * Others: Fixing small bugs.
2004-07-19 10:10:10 +00:00
wiz
6c29778937 + mkvtoolnix-0.9.3. 2004-07-19 09:53:13 +00:00
adam
9ac6eec4ed Updated gimp to 2.0.3 2004-07-19 08:33:18 +00:00
adam
2666ca157e Changes 2.0.3:
* several build fixes (#144632, #144780)
* documentation fixes (#144267)
* avoid use of uninitialized values in GimpColorArea widget (#144786)
* fixed Levels tool on grayscale images with alpha channel (#141930)
* fixed Save/Load functionality in channel-mixer plug-in (#145380)
* fixed brokeness in GimpContext that caused tool options and device
  settings to be saved incorrectly
* fixed bug in Colorize tool
* fixed undo stack corruption that occured with some undo settings (#145379)
* fixed long-standing bug that caused the tablet pointer to change
  inadvertently (#115774)
* allow to undo script 'Round Corners' (#146344)
* implemented gimp-path-get-point-at-dist PDB function (#138754)
* don't crash while loading JPEG files with corrupt EXIF data (#145212)
* fixed loading of CMYK TIFF images on big-endian hosts (#147328)
* fixed palette handling in MNG plug-in (#139947)
* fixed bug in Script-Fu console (#139200)
* fixed corruption when saving RLE-encoded BMPs on big-endian hosts (#147759)
2004-07-19 08:32:21 +00:00
jlam
f00a3a98df The sample-*.cf files aren't installed, so refer the user to the
SASL_README file for more info.
2004-07-19 05:28:07 +00:00
jlam
5ff84b195b Rename POSTFIX_SPOOL to POSTFIX_QUEUE_DIR to more closely match the
Postfix terminology.
2004-07-19 04:51:52 +00:00
jlam
1683eac382 Compute the value of spooletcdir at run-time rather than hardcoding it. 2004-07-19 04:51:07 +00:00
markd
1e747cba77 Do package version handling properly. 2004-07-19 04:08:13 +00:00
markd
42a7a3e72d Cleanup whitespace. 2004-07-19 04:07:16 +00:00
jlam
fb55cfbc3c Don't blindly run the post-install script; instead, tell the user to do
so in the MESSAGE file.  This makes upgrading existing Postfix
installations less annoying.
2004-07-19 03:25:11 +00:00
minskim
034356782e Add and enable ExmanIDE. 2004-07-19 03:09:50 +00:00
minskim
078e5d225c Initial import of ExmanIDE-0.9.4.
ExmanIDE is an integrated development environment for Python, written
in Python.  Features include internationalization, simple project
management, debugging, and C++ support.
2004-07-19 03:07:36 +00:00
jlam
2bbbb174c9 Make the messages for using both SASL and TLS more helpful. 2004-07-19 02:48:42 +00:00
jlam
24c8be8261 The sample-*.cf files are no longer installed as of Postfix 2.1. 2004-07-19 02:46:30 +00:00
jlam
434eb20f68 Rename SHAREDIR to EXAMPLEDIR to more accurately reflect the contents and
location of that directory.
2004-07-19 02:33:31 +00:00
fredb
aa43dcd1c1 Fill in blank "vendor" and "product_id" fields with "UNKNOWN", to make it
possible to match a valid entry in ~/.cdrdao-drivers.
2004-07-19 02:21:57 +00:00
rumble
b6fed40cbe patch-bd: Address a null pointer deference that occurs when
gethostbyname(3) cannot resolve the local host returned by
gethostname(3).
2004-07-19 01:19:41 +00:00