summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-06-05Updated to version 0.9.0.salo4-9/+8
Changes: - mkvmerge bug fix: Improved handling for OGM files. Streams that are lacking the comment packet are handled better. bug fix: Some MP3 streams are padded in the front with trash (mostly those in AVI files). This trash might contain valid MP3 headers which do not match the remaining headers for the actual track. Both the MP3 reader and the MP3 packetizer can now skip up to one of those bogus headers in the trash. bug fix: The OGM reader was not Endian safe. bug fix: Audio sync for Vorbis was partially broken for positive offsets. Rewrite of the VobSub handling code. - mmg bug fix: On some occasions the chapter editor thought there was no language associated with a chapter name and complained about that. bug fix: The chapter editor did not honor the values selected for 'country' and 'language'. Removed the 'advanced' tab. Those options shouldn't be used anyway.
2004-06-05Note revision bump for gtk2-engines-bluecurve to 1.jmmv1-1/+2
2004-06-05Don't bother to create a static archive of the gtk2 engine. It's useless.jmmv2-3/+5
Bump PKGREVISION to 1.
2004-06-05Note addition of gtk2-engines-industrial-20030725.jmmv1-1/+2
2004-06-05Add and enable gtk2-engines-industrial.jmmv1-1/+2
2004-06-05note update of mozilla-stable to 1.4nb5taya1-1/+2
2004-06-05adopt new freetype api.taya9-3/+338
fix PR pkg/25815.
2004-06-05Initial import of gtk2-engines-industrial-20030725:jmmv5-0/+84
Black and white theme for GTK+ 2.x, initially developed by Ximian. Includes nice shades of gray around default buttons in dialogs. You will love it. Slightly based on a package from pkgsrc-wip by Michal Pasternak.
2004-06-05Use MASTER_SITE_GNOME.jmmv1-2/+2
2004-06-05When building a pre-requisite package, exit if the build of theagc1-2/+2
pre-req fails. Fixes an error noticed by Kimmo and others, where a build would blindly continue even if the pre-requsite package wasn't built correctly, and is fallout from the "sh -e" and make(1) changes in NetBSD-current.
2004-06-05Add and enable dtcphamajima2-2/+4
2004-06-05Add and enable snx101viewhamajima2-2/+4
2004-06-05New package for dtcp-20030228, Dynamic Tunnel Configuration Protocol daemon ↵hamajima7-0/+279
and client
2004-06-05New package for snx101util-0.2, software for use with Tama Electronic Z-102hamajima4-0/+32
2004-06-05Updated pkgdepgraph to 2.6atatat1-1/+2
2004-06-05Add "impact" as a consideration for rebuilding packages. Impact canatatat4-23/+186
either indicate how involved the rebuild process is (how many interrelated packages can be deleted/rebuilt at once) or specific packages you do not want to impact (like...perl?). Welcome to 2.6.
2004-06-05Make this package build with thread-enabled Tcl.minskim2-1/+15
2004-06-05- Use -ltcl and -ltk instead of -ltcl83 and -ltk83, which areminskim4-23/+47
version-dependent. - Buildlink tcl-scotty. - Enable pkgviews installation.
2004-06-05Bump PKGREVISION of tkined due to Tk dependency change.minskim1-1/+2
2004-06-05- Use buildlink framework.minskim2-13/+9
- Switch to Tk 8.4. - Share distinfo with tcl-scotty.
2004-06-05p5-Unicode-IMAPUtf7taca1-1/+2
Note addition of converters/p5-Unicode-IMAPUtf7 2.00 package.
2004-06-05Add and enable p5-Unicode-IMAPUtf7.taca1-1/+2
2004-06-05Importing p5-Unicode-IMAPUtf7 package.taca4-0/+31
Perl extension to deal with IMAP UTF7 IMAP mailbox names are encoded in a modified UTF7 when names contains international characters outside of the printable ASCII range. The modified UTF-7 encoding is defined in RFC2060 (section 5.1.3).
2004-06-04Enable pkgviews installation.xtraeme10-13/+33
2004-06-04Enable pkgviews installation.xtraeme2-2/+6
2004-06-04Correct Homepagemjl1-2/+2
2004-06-04Use db3 instead of db4, so we don't have to pull in pth as well.mjl1-4/+4
2004-06-04The Exim db tools were missing rpath to db library (when not using native).reed3-9/+9
This modifies Makefile.common to add "-Wl,${RPATH_FLAG}" to the location of the chosen library (DB implementation). For example: -Wl,${RPATH_FLAG}${LOCALBASE}/${BUILDLINK_LIBDIRS.db2} Also bump PKGREVISIONs for this.
2004-06-04Enable p5-BerkeleyDBmjl1-1/+2
2004-06-04Initial import of p5-BerkeleyDB 0.25mjl4-0/+35
BerkeleyDB is a module which allows Perl programs to make use of the facilities provided by Berkeley DB.
2004-06-04this seems to work under Linux/i386, too.jschauma1-2/+2
2004-06-04Note usage of PKG_LANG by misc/openoffice.mrauch1-2/+2
2004-06-04+ sqwebmail-4.0.4 (noted in PR pkg/25820).jmmv1-1/+2
2004-06-04A couple packages (including the new boost) use "libfoo.so" as a directorytv1-11/+9
name -- this seems to be common among Jam-using packages. So, make sure to do the -L -l transform only if at the end of a word. This unfortunately doubles the number of regexes needed to match (one with $_sep, one with $). While here, though, the expressions for .so, .so.X, .so.X.Y, and .so.X.Y.Z can all be collapsed into only one set with the use of \(\.[0-9]\)*, so we actually end up with *less* regexes than before. :)
2004-06-04This does not seem to need to link against libl, so leave it out to allowjschauma2-11/+17
build on OS that don't even have libl.
2004-06-04Allow/enable build under Linux, which works just fine now that we havejschauma1-2/+2
ez3m linuxable.
2004-06-04Note update of glib2 and gtk2 to 2.4.2.jmmv1-1/+3
2004-06-04Update to 2.4.2:jmmv4-25/+12
* GtkUIManager - Install signals correctly [Michael Natterer] - Make the output of gtk_ui_manager_get_ui() parsable. [Michael] - Add a way to suppress stock accelerators. [David A Knight] * GtkClipboard - Fix INCRemental transfer of MULTIPLE targets [Matthias Clasen] - Increase the chunk size for INCRemental transfers [Matthias] * GtkFileChooser - Hide the combo box when appropriate [Christian Neumair] - bug fixes [Federico Mena Quintero] * GtkComboBox - add mouse/wheel bindings on the cellview [Matthias] - improve positioning of popup [Matthias] - make the selection follow the mouse [Matthias] * GtkEntryCompletion - make the selection follow the mouse [Matthias] - restrict popup size to monitor size [Matthias, DmD Ljungmark] - don't complete on paste [Anders Carlsson] * Win32 - bug fixes [Benoît Carpentier, Hans Breuer, John Ehresman, Tor Lillqvist, Robert Ögren] * GtkButton/GtkArrow - Don't draw the focus over the button child [Matthias] - Increase default arrow size to compensate [Matthias] * Documentation improvements [Doug Quale, Matthias, Steffen Röcker, Steve Chaplin, Tommi Komulainen] * Other bug fixes [Billy Biggs, Crispin Flowerday, David Hawthorne, Federico, Havoc Pennington, John Finlay, Kouichirou Hiratsuka, Mark McLoughlin, Matthias, Michael, Michal Pasternak, Morten Welinder, Olivier Andrieu, Owen Taylor, Padraig O'Briain, Sam Stevenson, Scott Tsai, Soeren Sandmann, Sven Neumann] * Updated translations (bg,it,nl,tk,wa,zh_CN)
2004-06-04Update to 2.4.2:jmmv3-10/+11
* Win32 bug fixes - make printf accept ll format modifier [Tor Lillqvist] - only believe HOME if it is an absolute path an exists [Tor] * Other bug fixes (Steve Lhomme, Tor, Hans Breuer, Manish Singh, Owen Taylor, Matthias Clasen, Nikolai Weibull, Benoît Carpentier, Morten Welinder) * New and updated translations (de,it,ja,ko,no,pt_BR,sq,wa,zh_CN)
2004-06-04Allow this to build and install on Linux.jschauma4-4/+59
While here, be explicit as to why we can not build and install the package in separate steps instead of silently setting NO_BUILD.
2004-06-04If using the "native" bdb.buildlink3.mk BDB_TYPE, then use thereed1-2/+2
include location too. This fixes build problem under Red Hat Enterprise Linux ES release 2.1 which has its native Berkeley DB header under /usr/include/db1/. Okay'd by David Brownlee.
2004-06-04Note addition of java-wrapper, version 1.0.jmmv1-1/+2
2004-06-04Add and enable java-wrapper.jmmv1-1/+2
2004-06-04Initial import of java-wrapper, version 1.0:jmmv6-0/+257
java-wrapper is a small wrapper that overrides the most common Java programs. It executes the right Java implementation based on user's preference.
2004-06-04Create required directories in the depot for pkgviews installation.minskim1-1/+3
2004-06-04s/netbsd/NetBSD/ in email address.jmmv1-2/+2
2004-06-04Update mail/clamav to 0.72 and enable pkgviews installation.xtraeme6-23/+27
Changes: 0.72 ---- Major bugfixes in this release include crashes with corrupted BinHex messages and some Excel documents. Protection against archive bombs (not fully functional since 0.70) was improved and a number of other improvements were made. 0.71 ---- This release fixes all bugs found in 0.70 and introduces a few new features - the noteworthy changes include: -) libclamav: + support nested OLE2 files + support Word6 macro code + ignore popular file types (media, graphics) + support compress.exe (SZDD) compression (test/test.msc) + improve virus detection in e-mails -) clamscan: + automatically decide (by comparing daily.cvd version numbers) which database directory (hardcoded or clamav.conf's one) to use + support compression ratio feature (--max-ratio) + allow regular expressions in --[in|ex]clude + do not overwrite old files in a quarantine directory but add a numerical extension to new files + respect --tempdir in libclamav + fix access problem when calling external unpackers in a superuser mode + fix file permission corruption with --deb in a superuser mode -) clamd + support log facility specification in syslog's style (LogFacility) + new directive LeaveTemporaryFiles (Debug no longer leaves temporary files not removed) -) clamav-milter: + include the virus name in the 550 rejection + support user defined template for virus notifications (--template-file) + sort quarantine messages by date + improve thread management + add X-Virus-Scanned and X-Infected-Received-From: headers + improve load balancing (when using remote servers with --server) + send 554 after DATA received, not 550 + save PID (--pidfile) -) documentation: + German clamdoc.pdf translation (Rupert Roesler-Schmidt and Karina Schwarz, uplink coherent solutions, http://www.uplink.at) + new Japanese documentation (Masaki Ogawa)
2004-06-04Note update of www/squid package to 2.5.5nb3.taca1-1/+2
2004-06-04Updated squid package to 2.5.5nb3 applying nine official patches.taca2-4/+31
* 2004-06-01 08:38 (Medium) Segfault in memBufVPrintf on certain architectures requiring va_copy * 2004-06-01 00:00 (Cosmetic) msnt_auth documentation update * 2004-05-31 23:37 (Cosmetic) dns_servers should default to localhost if no resolv.conf * 2004-05-31 23:37 (Cosmetic) FTP directory listing HTML DOCTYPE misread by some tools * 2004-06-01 08:26 (Minor) fix compilation on OpenBSD/m88k * 2004-05-31 22:59 (Cosmetic) Show client ip in cache.log debug output * 2004-05-31 22:43 (Minor) cacheCurrentUnlinkRequests should be a counter, not gauge * 2004-05-31 22:08 (Minor) store_dir_select_algorithm least-load doesn't work for ufs cache_dir type * 2004-05-31 21:32 (Cosmetic) Very large cache_mem values reported wrongly in cache.log
2004-06-04Include converters/libiconv/buildlink3.mk in Makefile.commonreed3-5/+6
and bump PKGREVISIONS for lyx-qt and lyx-xforms packages. lyx uses iconv. The build suggests using libiconv. Under NetBSD 1.6.2, the lyx-qt build broke when not including this buildlink. Under Linux and NetBSD 2.x, it built fine before because it found native iconv() and used it. Thank you to John R. Shannon for research. Okayed by maintainer, Martti Kuparinen.