summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-19Update to 2.2.1.6 (core version 2.2 (unchanged), gui version 1.6 (from 1.2)):dillo2-7/+8
- Adapt to gtk 2.6. - Many bug fixes and small improvements.
2006-04-19Upstream distfile changed without version bump (formatting changesdillo2-5/+6
in the glk portion (unused by this package): use DIST_SUBDIR.
2006-04-19Remove the reLyX manpage entry.reed1-2/+1
(It must have snuck back in when I merged in the local directory changes :) I will just ride on same package version since it was just earlier today.
2006-04-18This is an update to lyx 1.4.1. The jump from 1.3.x to 1.4 isreed13-262/+176
huge. Please see the announcements at http://www.lyx.org/announce/1_4_0.txt and http://www.lyx.org/announce/1_4_1.txt This adds a different interface, change tracking, character styles new tex2lyx (instead of reLyX) and a lot more. Pkgsrc changes include: DESCR -- remove the word "New" since it is not new. Improve COMMENT. makepsres tool not used anymore. New python scripts. Remove post-install target for texmf files as now done via normal install. patch-ah removed -- already integrated. patch-ai removed -- reLyX was removed. patch-aj removed -- Makefile changed (maybe this is needed to stop rebuild between build and install steps -- need to check this.) patch-ac added for sys./time.h needed; already in lyx development version. (I did this update last week and tested on Linux, NetBSD and DragonFly and havce been using on NetBSD.)
2006-04-18Add debug optionadrianp4-6/+33
Suggested by Jason Miller in private email
2006-04-18Note PKGREVISION bump of docbook-xsl.minskim1-1/+2
2006-04-18Add Korean translations (SourceForge Request 1472583) needed to generateminskim3-3/+29
the Korean version of the NetBSD guide. Bump PKGREVISION.
2006-04-18Sync with NetBSD's src/usr.sbin/pkg_install Version 20060418,hubertf2-7/+7
mostly for the timeout fix in ftpio.c.
2006-04-18Note update of "gimp" package to version 2.2.11nb2.tron1-1/+2
2006-04-18Complete rewrite of PNG plugin for new API to make this package buildtron3-3/+32
with the latest version of the "png" package. Bump package revision because of this fix.
2006-04-18Comment out MASTER_SITES, the file is not there any longer.wiz1-2/+2
2006-04-18Note wmdrawer PKGREVISION bump.wiz1-1/+2
2006-04-18Distfile has been updated without a version number change,wiz2-6/+7
the author changed his email address. Bump PKGREVISION, use DIST_SUBDIR.
2006-04-18Comment out HOMEPAGE and MASTER_SITES, the domain has expiredwiz1-3/+3
and been grabbed.
2006-04-18Change missed reference of renderext to renderproto.reed1-2/+2
2006-04-18Update to dfuibe_installer 1.1.7:joerg2-6/+6
Fixes a double-free by incorrect use of dirname(3).
2006-04-18Fix missed references of randrext to randrproto.reed1-4/+4
(TODO: this builtin.mk needs more testing.)
2006-04-18Bump PKGREVISION.reed3-6/+6
This formerly used fixesext and/or compositeext which was accidently as run-time dependency. The package now uses fixesproto and/or compositeproto which is a build-only dependency.
2006-04-18The dependency method is "build".reed2-2/+4
I should update PKGREVISION for packages depending on this but now it is now un-needed, as no packages should be using this since (and it will soon be removed).
2006-04-18Change to use new mainatined *proto headers instead ofreed9-22/+21
unmaintained *ext packages. In some cases, the headers are identical. I tested on DragonFly using X11_TYPE=xorg and on NetBSD using native XFree86 (and more).
2006-04-18Added six packages to replace *ext versions.reed1-1/+7
x11/xproto x11/randrproto x11/fixesproto x11/xextproto x11/renderproto x11/compositeproto
2006-04-18Note addition of p5-MIME-Lite-HTML.cube1-1/+2
2006-04-18Add and enable p5-MIME-Lite-HTML.cube1-1/+2
2006-04-18Initial import of p5-MIME-Lite-HTML, version 1.21, into the NetBSDcube4-0/+26
Packages Collection. MIME::Lite::HTML is a Perl mail client interface for sending message that supports HTML format and builds them for you. It provides routines to transform a HTML page in MIME::Lite mail.
2006-04-18use GNU bison instead of the native yacc on IRIX 5 since the code hasschwarz1-1/+6
problems with the latter
2006-04-18corrected a few typosschwarz1-6/+4
changed recommendation to define C++ compiler unconditionally in mk.conf
2006-04-18Add buildlink target so old pkg-config name fixesext.pc will be available.reed1-1/+13
2006-04-18Remove cyrus-sasl-2.1.22 (which is considered beta) from the list.jlam1-2/+1
2006-04-18Note update of cyrus-sasl packages to 2.1.21.jlam1-1/+12
2006-04-18Update security/cyrus-saslauthd to 2.1.21. Changes from version 2.1.20jlam7-14/+412
include: * saslauthd/lak.c: leak fix from Igor Brezac * saslauthd/krbtf.c: updated from CMUCS * saslauthd/auth_krb5.c: log the krb5 error return if get_creds fails * saslauthd/auth_krb5.c, saslauthd/auth_krb4.c, saslauthd/krbtf.h (added), saslauthd/krbtf.c (added), saslauthd/cfile.h (added), saslauthd/cfile.c (added), saslauthd/Makefile.am: Kerberos V4/V5 alternate keytab in saslauthd, plus common code merging (from David Eckhardt via Dale Moore) * saslauthd/auth_krb5.c: verify against the service we were passed. needs to be made configurable.
2006-04-18Update security/cy2-* plugin packages to code from cyrus-sasl-2.1.21.jlam8-16/+8
2006-04-18Update security/cy2-digestmd5 to code from cyrus-sasl-2.1.21. Thisjlam1-2/+1
fixes a security vulnerability where the realm wasn't checked during DIGEST-MD5 negotiation which could be the basis for a DoS attack.
2006-04-18Updated security/cyrus-sasl to 2.1.21. Changes from version 2.1.20 include:jlam19-161/+100
* lib/dlopen.c: log the reason for opendir() failure when loading plugin. * lib/common.c: honor log level setting * sample/sample-client.c, sample/sample-server.c: Fixed several 64 bit portability warnings. * utils/testsuite.c: Fixed several 64 bit portability warnings. * utils/saslpasswd.c: Fixed typo in an auxprop name. * include/saslplug.h, lib/common.c, lib/saslint.h, lib/server.c: Added sasl_server_plugin_info(). * lib/common.c: initialize path in case caller didn't.
2006-04-18Update to official version.reed2-8/+8
And fix HOMEPAGE. ChangeLog says: 2006-3-13 Deron Johnson <deron.johnson@sun.com> * composite.h * compositeproto.h * configure.ac Composite Version 0.3: CompositeGetOverlayWindow, CompositeReleaseOverlayWindow
2006-04-18Use official version instead of release candidate.reed2-7/+7
No changes but version was incremented.
2006-04-18Update to official version (instead of release candidate version).reed2-7/+7
No changes, but version number was increased.
2006-04-18Replace compositeext with compositeproto, fixesext with fixesproto,reed1-6/+7
randrext with randrproto, renderext with renderproto, xextensions with xextproto, and add xproto. (I will delete packages shortly.)
2006-04-18+ YoSucker-75, gnucash-devel-1.9.5, icewm-1.2.26, icewm-gnome-1.2.26,wiz1-3/+9
pekwm-0.1.5, sylpheed-claws-2.1.1, xmame-0.105, xmess-0.105.
2006-04-18Import compositeproto from pkgsrc-wip.reed6-0/+123
This package provides Composite extension headers from the modular X.org X11 project. This will replace the compositeext package.
2006-04-18Import renderproto from pkgsrc-wip.reed6-0/+139
This provides the Render extension headers from modular X.org X11 project. This will replace the renderext package.
2006-04-18Import randrproto from pkgsrc-wip.reed6-0/+142
This provides the Randr extension headers from modular X.org X11 project. This will replace the randrext package.
2006-04-18Import fixesproto from pkgsrc-wip.reed6-0/+115
This will replace the fixesext package. This provides the Fixes extension headers from modular X.org X11 project.
2006-04-18Import xextproto from pkgsrc-wip.reed6-0/+175
This provides the XExt extension headers from modular Xorg X11. This will replace the xextensions package.
2006-04-18Fix version number in entry.wiz1-3/+3
2006-04-18Change "wip" to "x11".reed1-2/+2
2006-04-18Import xproto from pkgsrc-wip.reed5-0/+76
X protocol and ancillary headers from modular Xorg X11.
2006-04-18Improve the block-file-nbsd script slightly so that it's possible tojlam2-6/+17
force a read-only bind of the image file to a vnd(4) device. Bump the PKGREVISION.
2006-04-18Note emulators/suse100_gdk-pixbuf and emulators/suse100_glx additions.salo1-1/+3
2006-04-18Add and enable suse100_gdk-pixbuf and suse100_glx.salo1-1/+3
2006-04-18Initial import of suse100_glx: Linux compatibility package for the GL library.salo6-0/+72
Linux compatibility package based on the SuSE Linux distribution, take a look at "http://www.suse.com/" for more information about it. This package supports running ELF binaries which require GL shared libraries.