Commit graph

31337 commits

Author SHA1 Message Date
mjl
ee84541509 Update to 1.4.1
* installation fix: (ice-9 and-let*) has been renamed to (ice-9 and-let-star)
* build fix: net_db.c `inet_aton' declaration now properly conditionalized
* bugfix: `expt' now handles negative exponents correctly
* installation fix: some programs are no longer installed
* guile-snarf usage now internalizes output-file creation/deletion
* installation fix: libltdl now "installable" instead of "convenience"
* library versioning now more disciplined
* "make check" now works
* provisional documentation available
* interface summarization available
2002-08-25 20:58:21 +00:00
jlam
54b8c01927 Revert previous change now that the buildlink2.mk files have hit the main
trunk.  These packages can now safely use buildlink2.mk files.
2002-08-25 19:43:33 +00:00
gson
a3b55cd1ca Add and enable st 2002-08-25 19:41:41 +00:00
jlam
49b3a8c326 Respect new USE_PERL5 semantics by pulling over a change from buildlink.mk. 2002-08-25 19:41:18 +00:00
gson
4a9659909c Add st: non-preemptive thread library for Internet applications
The State Threads Library is a small application library which
provides a foundation for writing fast and highly scalable Internet
applications (such as web servers, proxy servers, mail transfer
agents, and so on, really any network-data-driven application) on
UNIX-like platforms.  It combines the simplicity of the multithreaded
programming paradigm, in which one thread supports each simultaneous
connection, with the performance and scalability of an event-driven
state machine architecture.  In other words, this library offers a
threading API for structuring an Internet application as a state
machine.
2002-08-25 19:40:16 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
gson
653dc760d3 Add and enable wavesurfer 2002-08-25 18:53:14 +00:00
jlam
fff8372661 Pull up change in buildlink2 branch:
Rename NO_BUILDLINK2 to NO_BUILDLINK.  This better matches what it's
supposed to disable -- the "buildlink" targets.
2002-08-25 18:52:05 +00:00
jlam
944ecea87e It's USE_BUILDLINK2, not USE_BUILDLINK2_ONLY. 2002-08-25 18:51:31 +00:00
gson
4045130092 Add wavesurfer: Tool for sound visualization and manipulation
WaveSurfer is an Open Source tool for sound visualization and
manipulation. It has been designed to suit both novice and advanced
users. WaveSurfer has a simple and logical user interface that
provides functionality in an intuitive way and which can be adapted to
different tasks. It can be used as a stand-alone tool for a wide range
of tasks in speech research and education. Typical applications are
speech/sound analysis and sound annotation/transcription. WaveSurfer
can also serve as a platform for more advanced/specialized
applications. This is accomplished either through extending the
WaveSurfer application with new custom plug-ins or by embedding
WaveSurfer visualization components in other applications.
2002-08-25 18:50:00 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
gson
e97ad43756 add and enable tcl-snack 2002-08-25 18:36:39 +00:00
gson
ed2826b75a Add tcl-snack: the Snack Sound Toolkit
The Snack Sound Toolkit is designed to be used with a scripting
language such as Tcl/Tk or Python. Using Snack you can create powerful
multi-platform audio applications with just a few lines of code. Snack
has commands for basic sound handling, e.g. sound card and disk
I/O. Snack also has primitives for sound visualization, e.g. waveforms
and spectrograms. It was developed mainly to handle digital recordings
of speech, but is just as useful for general audio. Snack has also
successfully been applied to other one-dimensional signals.
2002-08-25 18:34:39 +00:00
kristerw
85ef20ea78 Update lang/nhc98 to version 1.14a.
Changes since version 1.06 include:
* Lots of bugfixes.
* The Hat tracing system is now entirely separate from the nhc98 compiler
  (and is thus not included in the package)
2002-08-25 16:12:01 +00:00
mjl
88c5d3a87e Correct man page xrefs pgp(1) -> pgp5(1).
Import some patches (via FreeBSD), one of them concerning weak rnd number
generation.
2002-08-25 15:18:41 +00:00
hubertf
a2a703ea63 add & enable spamassassin 2002-08-24 19:47:33 +00:00
hubertf
ed728fb611 Add spamassassin-2.31: Spam identifier and blocker
SpamAssassin is a mail filter which attempts to identify spam using text
analysis and several internet-based realtime blacklists.

Using its rule base, it uses a wide range of heuristic tests on mail
headers and body text to identify "spam", also known as unsolicited
commercial email.

Once identified, the mail can then be optionally tagged as spam for later
filtering using the user's own mail user-agent application.

In its most recent test, SpamAssassin differentiated between spam and
non-spam mail correctly in 99.94% of cases.  Since then, it's just been
getting better and better!
2002-08-24 19:46:39 +00:00
dmcmahill
fdc98437ad update to bins-1.1.14 provided in PR pkg/17984 by Eric Jacoboni,
jaco at scrogneugneu.org.

Changes since 1.1.10 are:

- Some image files and directories can now be excluded by setting some
regexp to excludeFiles and excludeDirs new parameters. excludeDirs is
set to ^CVS$ in default config, and thus, CVS subdirs aren't processed
by bins now.

- HTML generation performances have been increased by using the
blind_cache parameter of HTML::Template.
Thanks to Mark Eichin for this one.

- Corrected a bug that wrongly set width and height of thumbnails and
prevented Internet Explorer (at least version 5) to display them.

- Changed the image template so that Internet Explorer can display the
title tooltip on the prev/next thumbnails (when thumbPrevNext is 1).

- bins now process .thm (THuMbnail) files. Accroding to Mark Eichin,
Canon cameras that do movies generate mvi*.thm files which are really
small JPEGs with exif data.

- It is now possible to use the <sizes> parameter in picture
description files to have different scaled images number and scaled
sizes for pictures in the same album (for example, one can have three
scaled pictures, small, medium and big, for most of the images of an
album, and a fourth one, huge, for big panoramas). Some other
parameters, such as titleOnThumbnail, defaultSize or
thumbnailBackground, can now also be used on a per image basis.

- A bug introduced in 1.1.10 version that caused scaleIfSameSize
parameter to be always 1 has been corrected.
Thanks to Mark Eichin for pointing out the problem
and to Dan (mcmahill @ mtl.mit.edu) and Kamil Iskra for the correction path.

- jpegtran can now be used even if it cannot handle the same file in
input and output (this is the case for the jpegtran shipped with most
GNU/Linux distribution, except Debian).
Patch from Kamil Iskra.

- Corrected encoding problem on creation date.

- Sorting order for directories and/or pictures can now be reversed,
using the -r command line option or the reverseOrder parameter.
Patch from Christian Hoenig for the -r option.

- A bug on automatic rotation of destination image when -o was used
has been corrected (width and height were inversed).

- French translation has been corrected.

- Some javascript code is now added in thumbnails pages to preload
thumbnails of the next page when current one is loaded, to speed up
the album browsing. This can be deactivated with the new
javaScriptPreloadImages parameter.

- Generated HTML code is now cleaned up to reduce the size of pages
and thus, speed up browsing. This reduces the size of HTML BINS files
by about 30%. This uses the HTML::Clean(3) library (new
dependency). This can be deactivated with the new compactHTML
parameter.

- Use of the jpegtran program is now deactivated in default config
(some versions fail to perform rotation correctly). A new parameter
rotateWithJpegtran has been added. Set it to 1 in binsrc to continue
to use jpegtran.

- Added some non breakable spaces in HTML code.

- Strip . (dots) in small size names when creating file names (this
caused problem with italian i18n). You may have to delete all your
generated HTML files before running bins on a old italian album to
clean it up.

- Some minor bugs have been corrected.

- French translation has been corrected.
2002-08-24 11:24:55 +00:00
dmcmahill
6673b4e22a update to verilog-current-20020817. Many many changes and bug fixes
since the last packaged snapshot.  Better language coverage, better
performance, improved synthesis, fixed bugs.  Too much to list here.
2002-08-24 04:36:44 +00:00
grant
9a226d9a05 update to gentoo-0.11.31.
Provided by Miguel Mendez <flynn@energyhq.homeip.net> in pkg/18052.

Changes in 0.11.31:
* Directory statistics display is now updated by DirRescan.
* RenameRE didn't enter the source directory, and thus could easily
  fail to find its working files. Fixed.
* MkDir no longer (internally) generates double-slashed names.
  Not a big deal, but they were visible in the path entry box.
* Added file recognition for socket and FIFO special files. Cute.
* gentoo now supports SGI's File Alteration Monitor (FAM) tech-
  nology, and will update panes if contents are changed by some
  other program. This is very nice, and recommended.
* Ran Julian Seward's masterpiece Valgrind on gentoo, at least a
  little. Found and fixed a couple of badnesses. Thanks. I'm sure
  there are more, but finding them takes lots of time. I'm far from
  claiming gentoo to be "Valgrind clean".
* Removed ill-guided use of g_error(); reported by Pehr Johansson.
* Improved quoting and fixed plain wrong syntax in SelectRE example
  input button, in default config. Not a big deal, though.
* Improved interaction between CopyAs, MoveAs, Rename, and SymLink's
  dialogs and the progress reporting window. Less annoying, now.
* CopyAs now has full progress reporting. Don't know why it hadn't.
* Information now shows item size using ticks every third digits.
  Adds another place to configure a tick character; not optimal, I
  will clean this up at a later date. Suggested by "[zorba]".
* MenuPopup now understands an "atfocus" bareword argument, which
  will locate the menu over the currently focused row. If no focus
  exists, it will center the menu in the active pane. Suggested by
  "[zorba]".
* Fixed silly buglet that had the "Left" configuration page tree
  item stuck looking selected.
* Fixed bug that reported errors twice on double-click. Really
  annoying if you use error dialogs, which I guess noone does.
* gentoo now attempts to enable large file support if the host
  supports it. This should make large files have correct sizes
  shown, and also improves GetSize on large (>2GB) directories,
  but is largely untested by the author.
* Accidentally found, and hopefully fixed, a long-standing stealthy
  bug, that caused gentoo to falsely report failure to read a dir-
  ectory, with a code 2 (file not found). Caused by dangling links.
* Removed premature "Menu" frame from buttons config. Thanks, emj.
* Tweaked configure.in so it respects CFLAGS being passed in. Re-
  ported by Frederick Reeve.

Changes in 0.11.30:
* Fixed yet another incredibly stupid bug that caused Copy to fail
  when copying nested directories. Introduced in 0.11.28, and re-
  ported by Matthias Haase.
* Window sizes in default config should now be (kind of) clamped
  to 800x600. Suggested by Roger Sondermann.
* Redesigned the configuration interface a bit, replaced the many
  nested tabbed notebooks with a cleaner and more modern-looking
  tree for navigation.
* Made the MkDir command slightly more robust.
* Tweaked the progress window somewhat, to reduce flicker.
* Added support for console beep on error. See Errors config page.
* Error reporting seemed to fail sometimes, in e.g. Rename. Fixed.
* Reimplemented DirRescan, for no particular reason.

Changes in 0.11.29:
* Fixed incredibly stupid bug that caused column header clicking to
  break (caused by the ghost scroll fix). Thanks, Roger Sondermann.
* Added Ctrl+L as shortcut to path entry (along with shift+Return).

Changes in 0.11.28:
* Improved a long-standing very annoying problem, which caused a pane
  to react by scrolling sideways when a quick vertical drag-select
  was done. The fix isn't quite 100%, but it's better now at least.
* Fixed subtle bug in glob-to-regular expression translation code
  which would break SelectRE for a pattern like "*.[ch]". Reported
  by Jean-Yves Lefort.
* When copying a directory, if the destination exists, it will now
  be completely deleted before the copying starts. This takes time,
  but should ensure a proper result. Reported by Razvan Stranschi.
* Input check button field {Ix} now supports being checked by default,
  and also knows about user-defined result texts. The complete syntax
  is: {Ix[:LABEL][*][=TRUETEXT,FALSETEXT]}. Clear, huh? OK, here's an
  example: {Ix:"gzip compress?"*="-czf","-cf"}. This would emit "-czf"
  into the command when checked, "-cf" when unchecked. The box would
  default to being checked, that's what the asterisk does.
* Modified default config's Module (for tracker music files) RE to
  also match against files named *.mod, and not only mod.*. Reported
  by "Mahen".

Changes in 0.11.27:
* MkDir now has an option to focus newly created directory, rather
  than entering it. If disabled, gentoo will scroll the pane to
  show the newly created directory. Suggested by Ernest Beinrohr.
* If you entered "20 kb", just like that, in the Split size box,
  you got 20 bytes. Case-sensitivity is like that. It's nicer now.
* Fixed bug where SelectRow on an already selected row was stupidly
  thinking it could select it again. Reported by Kamil Burzynski.
* Automounting now tries "/mountpoint/" if "/mountpoint" failed,
  and vice versa. Should now work for both pane doubleclick and
  TAB-completed paths, regardless of /etc/fstab format. Yay.
* Redid much of the internal logic for entering a new directory,
  so that it's now possible to enter e.g. "/mountpoint/a/b/c",
  and actually have gentoo first automount "/mountpoint", then enter
  the dir. Previously this would fail if the device wasn't mounted.
* Investigated, found a reason, and speeded up the SelectNone command
  by a factor of, oh, I don't know. Some big number, no doubt.
* Finally realized how to adjust labels, and cleaned up the layout
  in the Information window a bit using this new knowledge.

Changes in 0.11.26:
* Fixed a XML parsing weakness which made a button label containing
  a backslash break config loading. Reported by Roger Sondermann.
* Fixed stupid race condition bug in child process handling, which
  sometimes caused a crash in "kill previous instance". Reported by
  Joakim Larsson.
* Removed almost 300 redundant calls to gtk_widget_show(). This
  should shave a few bytes off the executable size, and perhaps
  even save a millisecond or so when building complex GUIs.
* Fixed weird bug where buttons got put above the panes when the
  interface was rebuilt after a config change.
* The middle bar in the progress report window used by Copy and
  other operations was behaving weirdly (always full). Fixed.
* Added display of elapsed time (in MM:SS format) as well as the
  current processing speed and ETA to the progress window.
* Progress window's directory size computation was broken. Fixed.
* DpFocusPath now understands a boolean "clear" option.

Changes in 0.11.25:
* Added a command, DpReorient, to switch pane split orientation
  between vertical and horizontal. Suggested by Roger Sondermann.
  Bound to Ctrl+R by default. See docs/scratch/command_args.txt.
* view_video now calls mplayer, not xanim. My choice. :)
* Added WMV as a recognized movie format. MPlayer handles it.
* You can now chose *not* to override the base background color
  in the panes (uncheck "Override Parent?" in the Root style).
  This hopefully allows a theme, or the GTK+ RC file, to control
  the default base background color. Thanks to Thomas Weberstaedt
  for making me investigate and improve this.
* Applied a couple of tiny patches from Oliver Braun, the FreeBSD
  maintainer, to help gentoo build cleanly on FreeBSD systems.
* Simplified automounting modes; it's now either on or off, the
  vague "rare" mount mode has been removed.
* Removed the specialized Shortcut feature and associated config
  page, and replaced it with another "sheet" of ordinary buttons.
  Very very nice, and long overdue.
* Removed incorrect assignment of Tab as shortcut for Split in
  the default config.

Changes in 0.11.24:
* Fixed a missing initialization that caused gentoo to crash on
  startup, at least on Cygwin. Silly me.
* Improved window grouping even more, should now include most
  commands, and the progress reporting windows, too.
* The "Pick Built-In" dialog used in Command configuration was
  violently yet stealthily broken. Detected by quarto.
* Incorporated a fix to BSD mounting code, from Michael Ewe.
* SelectAll no longer messes up status numbers. Thanks to Martin
  Stubenschrott for letting me know it used to.
* Rewrote Size content handling. Folded old "IQSize" behaviour into
  the Size type, added support for "ticks" every 3 digits. Suggested
  by someone on IRC whose name I've forgotten.

Changes in 0.11.23:
* Added support for laying out the two panes vertically rather than
  horizontally, as has so far been the only way. Handy when you want
  to see plenty of columns. Suggested by James Lucha.
* The SelectType command now understands a bareword argument, which
  is a glob for type names to select. You can do "SelectType Arch*"
  to select all archives in the source pane. Smooth, huh? :)
* Fixed bug in DirParent; parent of "/a/b/" is "/a", not "/a/b".
* Finally broke down and added tab-completion to the path entry
  fields. Might require some minor touching up, but works. Nice.
* The Copy command now says something when trying to copy a non-
  enterable directory, rather than just failing silently. Oops.
* Rename could falsely report failure under some conditions.
2002-08-24 03:52:30 +00:00
dmcmahill
bd59969eb8 update to gtk2-2.0.6. This is a bug fix release. Notable changes are:
* GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld,
  Josh Green, Matthias Clasen]
* Fix problem with keynav and insensitive menu items [Owen Taylor]
* Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
* Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
* Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
* Cycle between multiple menubars with F10, not control-tab
  [Calum Benson, Padraig]
* Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
  Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
* Build fixes for cross-compiling and portability [Arnaud Charlet,
  . Ali Harlow]
* Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
2002-08-24 02:59:02 +00:00
dmcmahill
e9286ba966 add cy, en@IPA, fa, ia locale's used by gtk-2.0.6. 2002-08-24 02:18:01 +00:00
mjl
a1f4abf7ef Update to 4.1
* Bug fixes.
* Speed improvements.
* Upwardly binary compatible with 4.0, 4.0.1, and 3.x versions.
* Asymptotically fast conversion to/from strings (mpz, mpq, mpn levels), but
  also major speed improvements for tiny operands.
* mpn_get_str parameter restrictions relaxed.
* Major speed improvments for HPPA 2.0 systems.
* Major speed improvments for UltraSPARC systems.
* Major speed improvments for IA-64 systems (but still sub-optimal code).
* Extended test suite.
* mpfr is back, with many bug fixes and portability improvements.
* New function: mpz_ui_sub.
* New functions: mpz_export, mpz_import.
* Optimization for nth root functions (mpz_root, mpz_perfect_power_p).
* Optimization for extended gcd (mpz_gcdext, mpz_invert, mpn_gcdext).
* Generalized low-level number format, reserving a `nails' part of each
  limb.  (Please note that this is really experimental; some functions
  are likely to compute garbage when nails are enabled.)
* Nails-enabled Alpha 21264 assembly code, allowing up to 75% better
  performance.  (Use --enable-nails=4 to enable it.)
2002-08-24 00:39:06 +00:00
kristerw
11b2702502 Update emulators/mmix to version 20020615
This update consist of some minor bugfixes.
2002-08-23 20:35:28 +00:00
skrll
64d8980874 Sort. 2002-08-23 17:11:19 +00:00
bouyer
cf8de74b50 Add mailman 2002-08-23 15:31:45 +00:00
bouyer
3ba2b249e1 Initial import of mailman package (posted to tech-pkg on Aug, 01)
Maiman is a e-mail list manager. It includes a web interface for
management from a user (subscribe/unsuscribe) and administrator point
of view, as well as the traditionnal command-though-emails management.
It also offers web-browsable mailing-list archives.
2002-08-23 15:28:17 +00:00
abs
e8063b068e revert buildlink2.mk merge until Johnny has a chance to look at the issues 2002-08-23 14:27:14 +00:00
wiz
92d2e55403 Add and enable libsndfile (hi dillo!) 2002-08-23 11:53:37 +00:00
mjl
9654b0721b Updated to 1.6.8
o Updated or new translations for Japanese, Italian, Traditional
   Chinese, Simplified Chinese, Russian, French, German, Swedish,
   Portuguese, Brasilian Portugese
 o Add French account hierarchy template
 o Back-ported fix for locale of new accounts
 o File permission fix
 o Changed "Opening Balances" to "Opening Balance" to unify the
   account name
 o Tweak for newer versions of db2html
 o Fix a common crash caused by a dangling pointer reference
 o Add upper bounds checking on the versions of guile and g-wrap
 o Fix for guile-1.4.1 srfi problem
 o Added support for VWD as a quote source
2002-08-23 11:52:51 +00:00
martti
1367771b0b Added avcheck 2002-08-23 11:49:35 +00:00
wiz
bd699c58f9 Add commented out zope25. 2002-08-23 11:49:22 +00:00
martti
76bc8a0610 Import avcheck-0.9
Avcheck is a simple program that allows you to call an antivirus software
in order to check mail messages for viruses before actual delivery from
within a Mail Transfer Agent, or MTA.
2002-08-23 11:47:48 +00:00
dmcmahill
73cd06957e update to pango-1.0.4. This is primarily a bug fix release. Notable changes
are:

* Add Thai shaper for Xft  [Theppitak Karoonboonyanan]
* Support GB-18030, BIG5-HKSCS, CNS-11643, GBK encodings for
  basic-x shaper [Qingjiang (Brian) Yuan]
* Support ksc5601.1992-3 fonts in hangul-x shpaer
  [Qingjiang (Brian) Yuan, Changwoo Ryu]
* Support new Arabic characters in Unicode 3.2 [Roozbeh Pournader]
* Bug fixes [Jacob Berkman, Arnaud Charlet, David L. Cooper II,
  Choe Hwangjin, Alex Larsson, Sven Neumann, Matthias Warkus, Yao Zhang]
2002-08-23 11:47:39 +00:00
dillo
e986a6810e add libsndfile 1.0.0
Libsndfile is a C library for reading and writing files containing
sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format)
through one standard library interface.
2002-08-23 11:39:27 +00:00
mjl
dff21bc4f9 Add buildlink.mk 2002-08-23 11:26:14 +00:00
wiz
e6c4e8251c Add some more sourceforge mirror sites. 2002-08-23 11:26:07 +00:00
martti
61927da575 Updated lyx to 1.2.1
- partial rewrite of the find & replace feature. This should solve most of
  the performance problems
- new option `keep aspect ratio' in graphics dialog
- revert to the old behaviour when creating new floats (figure,
  table...): the empty paragraph in the float now is a caption. It
  seems that 1.2.0 behaviour was confusing too many people
- it is now possible to set the float placement parameters to
  "document defaults"
- when the cursor is inside a collapsible inset, `Edit>Open/close
  float' will leave it after the inset after closing it (this should
  help entering of ERT insets)
- update Finnish, Danish, French and Russian localizations
- update Tutorial to 1.2.x features
- better support for entering Cyrillic and Greek alphabets
- cleanup shortcuts for section layouts. Starred versions are now
  obtained by prepending a * to the section number (M-p asterisk 0, ...,
  M-p asterisk 6)
- add keyboard shortcuts to the Documents menu
- support the numpad direction keys as equivalent to normal cursor
  keys
- it is now possible to specify a non-existent file name on the command
  line and have this file created for you
- new class cl2emult; update template for IEEEtran; small update to
  heb-article and hollywood textclasses
2002-08-23 09:08:08 +00:00
mrg
8c5e0252cd update to bozohttpd 5.14. changes include:
o  allow -X mode to work for "/"
	o  work on systems without MADV_SEQUENTIAL
	o  make a local cut-down copy of "queue.h" (fixes linux & solaris
	   support at the very least)
	o  portability fixes for pre-ipv6 socket api systems (eg, solaris 7)
	o  portability fixes for missing _PATH_DEFPATH, LOG_FTP and __progname
	o  better documentation on virtual host support
2002-08-23 08:37:24 +00:00
grant
9289b01b8f Remove Solaris specific SSH_PID_DIR, as Solaris 8/9 do indeed have a
/var/run directory, tmpfs is mounted on /var/run by default.

/var/run does not exist by default on Solaris 7, but some daemons
appear to make use of it after it is created (eg. syslogd).
2002-08-23 07:27:54 +00:00
jlam
b96524abd4 Merge pkgsrc/pkgtools from the buildlink2 branch back to the main trunk. 2002-08-23 05:22:54 +00:00
jlam
f9b7bf5ce8 Merge pkgtools/xpkgwedge from the buildlink2 branch back into the main
trunk.
2002-08-23 04:22:43 +00:00
jschauma
e41bbe63a1 databases/myslq-server appears to work fine on Linux as well, so add
Linux-*-* to the list of ONLY_FOR_PLATFORMs.
2002-08-23 03:34:41 +00:00
grant
22d40a2d78 add rdesktop10. 2002-08-23 03:15:53 +00:00
grant
1e57873395 Initial import of rdesktop-1.0.0 into the NetBSD packages collection.
rdesktop is an open-source RDP client for connecting to Windows NT
and Windows 2000 terminal servers.

This is version 1.0.0 with unified patches, from
http://bibl4.oru.se/projects/rdesktop/, and is better behaved than
net/rdesktop on non-x86 X servers.
2002-08-23 03:12:25 +00:00
dmcmahill
f29f673a5c update to atk-1.0.3. This is a bug fix release. Notable fixes are:
* Documentation improvements [Padraig O'Briain]
* 64-bit bug fixes [George Lebl]
2002-08-23 03:05:16 +00:00
dmcmahill
776606eb3c update to glib2-2.0.6. This is a bug fix release. Notable fixes include:
Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
 * Clean up debug spew from GObject [Anders Carlsson]
 * Compiler warning fixes [David L. Cooper II]
 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
 * Fixes for --disable-debug [Sebastian Wilhelmi]
 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
   Rajkumar Sivasamy, Laurent Vivier]
 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
   Sebastian Rittau, Linus Welleij]
 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
 * Updated translations (bg,ko,vi)
2002-08-23 02:37:42 +00:00
grant
4dc1140815 Update to mhonarc-2.5.11.
The following is a summary of sigificant changes since 2.5.3. Please
see CHANGES in the distfile for the full list of changes.

* The following mail header fields added to list of fields that can
  contain mail addresses: mail-reply-to, original-bcc, original-cc,
  original-from, original-sender, original-to, resent-bcc, x-envelope.
  Applicable to MAILTO, MAILTOURL, and ADDRESSMODIFYCODE resources.

* Added MHonArc::UTF8 CHARSETCONVERTER module as recommended at
  <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=131512&repeatmerged=yes>.
  However, module redone to use utf8 pragma in Perl where appropriate
  and to remove unnecessary code.  Use of module does require that
  the Unicode::MapUTF8 module is installed and the utf8 pragma is
  supported in the version of Perl you are using.

* Added MIMEALTPREFS resource: Content-type preferences for
  multipart/alternative data.  You can now tell MHonArc to use the
  text/plain part over a text/html part in multipart/alternative
  messages.

* Added the following resources:

    IDXPGSSMARKUP   Markup at the beginning of all index pages.
    MSGPGSSMARKUP   Markup at the beginning of all message pages.
    TIDXPGSSMARKUP  Markup at the beginning of all thread index pages.

  Each resource will default to the value of the SSMARKUP resource
  if not defined.

* Removed references to HEADER and FOOTER resources in the docs.
  Resources removed in v2.5.0.

* Updated default resource layout settings in docs to use lowercase
  tag names since MHonArc changed to use lowercase in defaults
  in v2.4.7.

* Added NOSUBJECTTXT resource: Defines raw subject text to use
  for messages that do not have a subject.

* Incorporated format=flowed support into mhtxtplain.pl contributed
  by Ken Hirsch, with some minor improvements.

* mha-decode now supports the following option: -dcd-digest.  This
  tells mha-decode to not recursively process attached message/rfc822
  and message/news entities.  This option is useful to extract
  out all the individual messages of a message digest.

* Added message/rfc822 and message/news to mhmimetypes.pl
  content-type => extension/description hash.  The extension used
  is ".822".
2002-08-23 01:48:25 +00:00
dmcmahill
000d5939e4 update to mcalc-1.5.
Corrects a small error in Keff and Z0 calculation.  Typical errors in the
previous version is less than 1% or so.
2002-08-23 01:31:24 +00:00
jlam
e59a51294e Merge shells/bash2 from the buildlink2 branch back into the main trunk.
This package is needed to use buildlink2 on Darwin.
2002-08-23 01:28:27 +00:00