summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-04-01Update to version 2.1.2:fredb3-7/+8
Added ability to balance / pan in mixplay screens (2, 4, desk). Added FEATURES document. Update TODO document with user suggestions.
2002-04-01fix PLIST for alpha and sparc64dmcmahill2-3/+10
2002-04-01Seems to work fine with suse_compat-6.3 and suse_x11-6.3, so adjustjdolecek1-3/+3
DEPENDS appropriately.
2002-04-01add cdpdexplorer1-1/+2
2002-04-01- fix detection of endianness (#ifdef sun4 is not adequate!)dmcmahill3-1/+54
- use the system header files to get int64_t instead of (incorrectly) typedef'ing it. - Fix compilation on big endian systems.
2002-04-01Import cdpd, a program to send Cisco Discovery Protocol packets.explorer4-0/+28
2002-04-01LP64 bug fix.dmcmahill2-1/+15
2002-04-01remove the WRKSRC part of the path to the file to be patched so the patchdmcmahill2-5/+5
applies correctly. Fixes stupid problem caused by me.
2002-04-01Add appropriate restrictions since this can't be redistributed right now.jmc1-1/+6
2002-04-01move MAINTAINER from acroread-font-share/Makefile.common to acroread-*/Makefile.sakamoto6-9/+11
remove unneeded IS_INTERACTIVE=yes.
2002-04-01Update MASTER_SITES & HOMEPAGE.uebayasi1-3/+3
2002-04-01Update to 19.3. Supplied by Alex Newman <dolemite@wuli.nu> in pkg/16078,uebayasi4-28/+28
and reviewed by the maintainer, Eric Gillespie <epg@pretzelnet.org>. Major version changed so that BUILDLINK_DEPENDS.neon bumped. Part of changes from NEWS: Changes in release 0.19.1-0.19.3: * For platforms lacking snprintf or vsnprintf in libc, require trio. * Add NE_FMT_OFF_T to fix Win32 build (Dan Berlin, Branko Èibej). * Fix non-SSL build broken in 0.19.1. * Working SOCKSv5 support (thanks to Torsten Kalix <torsten.kalix@bredex.de>) * Add missing stubs for ne_ssl_* functions for non-SSL build. * Fix some error messages in new SSL code. Changes in release 0.19.0: * Major API change: ne_session_create now takes (scheme, hostname, port) arguments: a session is clarified to be "a group of requests to a certain server". - removal of ne_session_server, ne_set_secure, and ne_set_proxy_decider - ne_session_proxy returns void. - DNS lookups are delayed until request dispatch time. * Significant improvements to TLS/SSL support: - SSL is enabled if scheme passed to ne_session_create is "https" - new interfaces to load CA certs and to load SSL library's bundled CA certs - add server cert verification callback. An SSL connection to a server with an unknown CA will now fail unless a verification callback is used. - enable SSL session caching (performance improvement) - support for wildcard server certs where commonName is "*.example.com". - thanks to Tommi Komulainen for the contribution of code from mutt's IMAP/SSL implementation under the LGPL, from which bits of this were derived. Changes in release 0.18.4-0.18.5: * Removed old neon.dsp, neon.dsw. * Update Win32 build to add OpenSSL and zlib support (Branko Èibej). * Fixes for Content-Type parsing using ne_content_type_handler (Greg Stein) - also now parses the charset parameter from header value. * Removed ne_concat() function, which didn't work and wasn't used.
2002-04-01Fix whitespace (pkglint complaint).cjep1-2/+2
2002-04-01fix for LP64 systems. Mostly just adding missing header files.dmcmahill6-1/+118
2002-03-31Add and enable arcem.cjep1-1/+2
2002-03-31Dave Gilbert's Acorn Archimedes Emulator including files to boot thecjep7-0/+154
emulator with Linux.
2002-03-31add an explicit ONLY_FOR_PLATFORM for i386 and powerpc rather than relyingdmcmahill1-1/+5
on a malformed conditional (when PKG_JVM is not set). Also add a dummy entry for PKG_JVM on non-{i386,powerpc} platforms. This lets you still do things like 'make show-var VARNAME=PKGNAME' even on unsupported platforms.
2002-03-31depend on lang/gcc package on systems without the new toolchain. Avoidsdmcmahill1-1/+8
internal c++ compiler errors. Also unlimit datasize. This fixes long standing build problems on alpha.
2002-03-31--rpath to -R in patch. (This makes the package build on arm32 again.)cjep2-4/+4
2002-03-31handle shared vs static builds the same on alpha as for other netbsddmcmahill2-6/+22
platforms. Fixes long standing PLIST issues on alpha.
2002-03-31Fix build problem on hosts identified as 'netbsdelf'. Does not change anythingabs5-38/+40
on systems that already worked, so no PKGREVISION bump.
2002-03-31LP64 fixesdmcmahill2-1/+32
2002-03-31LP64 fix.dmcmahill2-1/+17
2002-03-31fix nasty LP64 bugs the prevented the pkg from even being compiled (muchdmcmahill4-1/+142
less run). Patches have been feed back to the author.
2002-03-31depend on the gcc package on systems with old toolchain. This lets thisdmcmahill1-4/+6
package work on several platforms which formerly failed due to a c++ compiler bug.
2002-03-31Support for bison-1.34 needs a further directory to be patched.mrauch5-1/+63
Solves PR pkg/16137 together with the bison patches committed yesterday.
2002-03-31Add sed patterns so buildlink'd include files get picked up correctly.jmc1-2/+5
2002-03-31Include KDED_WORKAROUND as without it the PLIST_SUBST is kinda pointless (andjmc1-4/+4
it then breaks package builds).
2002-03-31Hand edit the alpha/netbsd.h patch. -current gcc relies on a new linker scriptjmc2-6/+7
which only differs in setting the entry point. Let this use the default linker script for alpha but force the entry point so this will work on older NetBSD installs for alpha.
2002-03-31Simple fix for japanese/man package; explictly define JAMANDIR environment.taca1-2/+3
BTW, JMANDIR is defined "ja_JP.EUC" but we should change to "ja_JP.eucJP". (It affects other packages...)
2002-03-31Update MASTER_SITES.uebayasi1-3/+3
2002-03-30Update Gaim to version 0.55. Lots of cosmetic changes that make it justreinoud3-6/+9
that bit easier to use...
2002-03-30Add a specific dependency on the skill package.agc1-1/+3
2002-03-30update to gtk2-2.0.1dmcmahill18-138/+138
Overview of Changes in GTK+ 2.0.1 ================================= * GtkTreeView fixes and performance improvements [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp] * GtkTextView fixes [Havoc Pennington] * Fix problems with accelerators on Solaris [Padraig O'Briain] * Some fixes for key bindings on keypad keys [Owen Taylor] * Fix problem with RENDER use on big endian machines [Owen Taylor, with help from Tuomas Kuosmanen] * Win32 fixes, especially dashed line drawing [Tor Lillqvist, Hans Breuer] * Compile with -D_REENTRANT when appropriate [Sven Numann] * Compiler warning cleanups [Erwann Chenede] * Fix handling of font-name XSETTING [Richard Hestilow] * Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson] * Fix problems with inappropriate menu scroll arrows [Owen] * Stock icon improvements [Jakub Steiner, Tuomas] * Much work on pixbuf loader robustness [Matthias Clasen] * Documentation improvements [Matthias, Vitaly Tiskkov] * Fix some crashes in GtkWindow accelerator handling code [Dave Camp, Matt Wilson] * Misc bug fixes Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess, Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-He, James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
2002-03-30update to pango-1.0.1dmcmahill3-9/+9
Changes in version 1.0.1 ======================== * Documentation improvements [Matthias Clasen] * Use new API in FreeType 2.0.9 to greatly speed up coverage calculation for Xft and FT2 backends. * Some fixes for reading of OpenType tables. * Add -D_REENTRANT to compilation when necessary. [Sven Neumann] * Try and enable ClearType for Win32 backend. [Tor Lillqvist] * Fixes for Korean glyphs in the basic-x shaper [Changwoo Ryu] * Improvements for computation of average char/digit width [Sven Neumann] * Bug and error reporting fixes [Arnaud Charlet, Erewan Chenede, Mikael Hallendal, Stefan Israelsson, Alex Larsson, Soeren Sandmann, Dan Winship]
2002-03-30update to atk-1.0.1dmcmahill3-7/+7
Changes in version 1.0.1 ======================== * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman] * Fix Win32 DLL name [Tor Lillqvist]
2002-03-30update to glib-2.0.1dmcmahill4-33/+10
Overview of Changes in GLib 2.0.1 ================================= * Portability fixes for Sun's Forte compiler [Erwann Chenede] * Performance improvements for GObject parameter lookup, g_filename_to/from_utf8() [Alex Larsson] * Actually check interface prerequisites [Matthias Clasen, Miroslaw Dobrzanski-Neumann] * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor] * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras] * Fixes for g_log() and threading. [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik] * Make g_print(), g_printerr(), g_warning(), etc, convert from UTF-8 to the encoding of the locale [Sebastain Wilhelmi, Tim] * Fixes for GIOChannel on windows. [Tor Lillquist] * Fix gsize/gint mismatches in giochannel.c [Miroslaw] * Fix file descriptor leak in g_file_get_contents() [Matthias] * Workaround iconv() problems on older Solaris [Lauri Alanko] * Fix warnings with gcc-3.1 about asm const [Cody Russel] * Minor bug fixes. Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele, Akira Tagoh, Morten Welinder
2002-03-30Add and enable ruby-quota.taca1-1/+2
2002-03-30Importing ruby-quota 0.5.1 package.taca4-0/+38
Ruby/Quota ------------------------------------------------------------------------------- This module provides functions which manipulate disk quotas. ------------------------------------------------------------------------------- SUPPORT ENVIRONMENT * Linux 2.4 or later * Solaris 2.6, 7, 8 * FreeBSD, NetBSD (OpenBSD,.. ?) ------------------------------------------------------------------------------- SYNOPSIS Quota::GroupID.new(id) Quota::GroupID[id] Quota::UserID.new(id) Quota::UserID[id] Quota.quotaon(dev, quotas) Quota.quotaoff(dev) Quota.getquota(dev, uid) Quota.setquota(dev, uid, dq) Quota.setqlim(dev, uid, dq) # *BSD does not have this function. Quota.sync(dev) * 'dev' is a device file or a mount point (e.g. /dev/hda0, /mnt/foo). On * BSD, this library try to find a mounted directory from a given filesystem using getmntinfo(). * 'quotas' is a quotas file. * 'uid' is an integer value, an user id or a group id. If it is an integer, it is treated as an user id. * 'dq' is an entry of the quotas. its members are same as 'dqblk' structure (e.g. dqb_curblocks => dq.curblocks). see also the quotactl man pages and header files (e.g. linux/quota.h).
2002-03-30revert back to wget 1.7 until issues with ipv6 are solved in 1.8.1pooka5-12/+45
2002-03-30Make conf-ld to make it build on Darwin. pkg/15467yyamano1-1/+2
2002-03-30Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-03-30On arm32, explicitly set the C++ compiler flags (as a result optimizationcjep1-1/+5
is left off and stella builds).
2002-03-30Update ruby-erb package to 1.4.3.taca2-5/+5
2002-03-28 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * erbl.rb: fix return from thread bug. * add test for safe_level.
2002-03-30Upgrade wget to 1.8.1pooka5-45/+12
Highlights of changes since 1.7: * bugfixes * new progress bar indicator * breath-first recursive descent * host directories contain port information if the server is at a non-standard port full list: http://cvs.sunsite.dk/viewcvs.cgi/wget/NEWS?rev=WGET_1_8&content-type=text/plain Provided by michal@pasternak.w.lub.pl in pkg/16124
2002-03-30Try to fix build problem under NetBSD 1.5.x discovered in last bulk build.tron2-1/+25
2002-03-30Add & enable cn2jp.uebayasi1-1/+2
2002-03-30Initial import of cn2jp-1.4b, library for code translation between Chineseuebayasi6-0/+181
and Japanese including Chinese {GB,Big5,HZ} and Japanese {EUC-Jis,Shift-Jis,Jis}.
2002-03-30Add & enable db4.uebayasi1-1/+2
2002-03-30Initial import of Sleepycat db4 provided by Alex Newman <dolemite@wuli.nu>uebayasi6-0/+1246
in pkg/16075. From DESCR: Berkeley DB is an embeddable database system that supports keyed access to data. The software is distributed in source code form, and developers can compile and link the source code into a single library for inclusion directly in their applications.