summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-01-28-move to distutils scheme (but leave the Setup file in place becausedrochner5-22/+63
there is at least one pkg (graphics/sketch) which needs it -add buildlink.mk
2002-01-28Update to 7.0.3, provided by Ingolf Steinbach in pkg/15361.wiz4-29/+19
Changes: - Improved the algorithm for building the tree in the module browser, making it less error-prone. - Recursive add respects .cvsignore and $cvscfg(ignore_file_filter) - The Working Directory Browser parses the "Sticky Options" field and uses a different icon if a locally-added or up-to-date file is binary (-kb). - The Log Browser color-codes the selected revisions so you can visually match the log text with the box in the branching diagram. - The dialog for module-level tagging (cvs rtag) is a little more informative (and the code is a little less rococo). - The installer has a new option "-finaldest", to facilitate building debian-style packages. - The man page is installed in man1 instead of mann. - The tooltips no longer persist until the operation started by the button is finished.
2002-01-28Correct PKGNAME not sudo-1.6.5p2 but sudo-1.6.5.2.taca1-2/+2
2002-01-28Update to 1.2.4 (OK'd by Johnny Lam).bouyer3-17/+31
Changes: Version 1.2.4 -- 25 January 2002 -------------------------------- - Fixes a nasty remote arbitrary command execution vulnerability in the spellchecker plugin. Version 1.2.3 -- 21 January 2002 -------------------------------- - Fixed focus system on pages that contain forms. - Fixed IMAP code to send different command identifiers as per section 2.2.1 of RFC 2060. - Fixed 'sticky priority' so that replies are set to the same priority as the original message. - Fixed Printer Friendly to print HTML messages. - Fixed multiple receivers in Sent mailbox (#500910). - Disabled prefs caching under PHP 4.1 - Added "Search Memory". Enabling to store up to 9 predefined searchs. - Increased security in html message. - Added the possibility to specify system-defined css in order to allow users to change the font family and size of SM. Making possible to make it bigger or smaller depending on their screen size. Sysops may add or remove these system-defined css located in themes/css/ - Fixed a bug appearing on some apache virtual hosts - Fixed javascript error (#505255) - Fixed the db_prefs so they work again (#499609, thanks to Simon Dick)
2002-01-28move dependency on text2html so that we don't have to recompile thedrochner2-3/+3
whole TeX stuff on an unimportant perl PKGREVISION bump just because of a "totally useless" utility which happens to be a perl script
2002-01-28Remove dbell-calc - it's a duplicate of capc-calcagc1-2/+1
2002-01-28Remove the dbell-calc, it's a duplicate of capc-calc.agc5-541/+0
2002-01-28Bump PKGREVISION for additional installed file and man page changes.wiz1-1/+2
2002-01-28Mention html manual in man page, per pkg/15154.wiz4-4/+29
Also install the BUGS file that's mentioned in the man page.
2002-01-28Updated p5-Crypt-CBC to 2.02 (provided by Shell Hung in pkg/15354)martti2-5/+5
This may not call a "upgrade", should be called 'downgrade', and bump version number.. :-) - Reverse to pre-2.00 version
2002-01-28Updated vim to 6.0.151martti2-5/+25
* when re-using the current buffer some items were not cleared * dynamic linking with python interface might not work * wrong syntax highlighing with multi-line patterns * redoing "veU" works like "U" is used as an extra command * could hang when stdin and stderr are redirected * using "%{'-'}" in 'statusline' resulted in a zero * it was not easy to indicate who modified Vim * '[ mark in wrong column after using "p" in an empty line * the search pattern "\(.\{-})*" could make Vim hang * after patch 6.0.148 "p" works like "P" for multi-byte encoding * statusline and ruler wrong when containing multi-byte chars
2002-01-28Make this package also work on Darwin.agc1-3/+8
Fix provided by Yuji Yamano (yyamano@netbsd.org) in PR 15396.
2002-01-28-link the math, cmath and time modules against libm to make it moredrochner2-14/+10
embedding friendly, as suggested in PR pkg/14520 by Jarkko Torppa -having to touch Setup.in anyway, comment out the non-64-bit-clean modules regularily and remove the Makefile magic which led to the same effect
2002-01-28Add and enable dbell-calcagc1-1/+2
2002-01-28Initial import of David Bell's calc into the NetBSD Packages Collection, dueagc5-0/+541
to popular demand. Calc is an arbitrary precision C-like programmable calculator with many builtin functions. The basic data types are integers, fractions, complex numbers, strings, matrices, associations, lists, files, and user-definable "objects". You can use it interactively to evaluate expressions line by line, or else you can write complicated programs in its C-like language. There are many features which I will not bother to describe here. Calc is written entirely in C, and runs on many different platforms and variants of UNIX. The low-level arbitrary precision math routines have been organized into three libraries for handling integers, fractions, and complex numbers. You can call the routines in these libraries from your own C programs.
2002-01-28cleanup of Python support - remove version dependenciesdrochner6-13/+118
2002-01-28disable Python support - this can't work as things look nowdrochner1-2/+4
(there is no PIC libpython)
2002-01-28use distutils to build the extension module, to make it work withdrochner8-33/+80
newer Python versions too, XXX we have to override the do-patch rule to avoid patch errors (we use EXTRACT_ELEMENTS, so we don't generally have all the original files)
2002-01-28not needed anymoredrochner1-5/+0
2002-01-28use distutils to build the extension module, to make it work withdrochner4-40/+43
newer Python versions too, move a patch which is specific for a particular Python release into the Python pkg subdir, pull patches and checksums from there XXX we have to override the do-patch role to avoid patch errors (we use EXTRACT_ELEMENTS, so we don't generally have all the original files)
2002-01-28-don't build modules which don't work on 64-bit platformsdrochner3-9/+35
-don't even try to build the curses modules - its failure is detected during build but this causes a lot of noise
2002-01-28don't build curses module - it doesn't work with our cursesdrochner3-6/+16
2002-01-28-don't build modules which are known not to work on 64-bit boxesdrochner3-5/+28
on any platform (we can make a separate pkg for it later) -pull in a patch which used to be in devel/py-readline here because it is Python version specific -bump PKGREVISION
2002-01-28collect definition for stuff built from the Python source distributiondrochner1-0/+48
(ie Python itself and various modules which depend on additional libs - eg ncurses and gdbm) in one place
2002-01-28Update cpuflags to 0.18 - recognise sparc classic, from Reinoudabs2-5/+6
2002-01-28Updated xpmroot to 2.4.5 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2002-01-28Updated fvwm2 to 2.4.5martti3-10/+10
New features: ------------- * New style BackingStoreWindowDefault which is the default now. Fvwm no longer disables backing store on windows by default. This may help with some applications that do not redraw properly. * Reduced the time in which fvwm attempts to grab the pointer. Bug fixes: ---------- * Fixed minor problems in popping sub menus up and down. * Fixed moving windows between pages with the keyboard. * Fixed the size of the geometry window that was broken sometimes. * Fixed problem with pointer warping to another screen on a dual head setup. * Fixed a problem with the focus in internal Ddd and Netscape windows. * Fixed unmanaged window when window was mapped/unmapped/mapped too fast. * Fixed MiniScroll's auto repeating in FvwmScript. * Fixed a crash with the UseStyle style in combination with HilightBack. * Fixed excessive redraws of the windows under a window being shaded. * Fixed a minor memory leak in the Style command. * Fixed pixmap background of FvwmButtons behind buttons with only text. * Fixed a crash in FvwmIconBox when the application provided an illegal icon. * Fixed a configure problem with libstroke-0.5.1. * Fixed bug that sometimes caused unnecessary redraws when a style was changed. * Fixed crash when something like "$[$v]" appeared in a command. * Fixed parsing of conditions with more than one comma.
2002-01-28_Always_ set the make environment (${SETENV} ${MAKE_ENV}) and executejlam1-2/+2
${MAKE_PROGRAM} instead of ${MAKE} within ${WRKSRC}.
2002-01-28Remove duplicate Unix from PKGNAME.wiz1-2/+2
2002-01-28Wildcard enscript dependency.wiz1-2/+2
2002-01-28Note addition of p5-AddressBook.jlam1-1/+2
2002-01-28Initial import of databases/p5-AddressBook:jlam5-0/+96
Perl-AddressBook is a collection of perl library modules which provide a unified interface for accessing addressbook entries stored in various types of databases, e.g. LDAP, LDIF, PalmDB, DBI, text, HTML.
2002-01-28The requirements for Net::LDAP are just URI, not libwww.jlam1-4/+4
2002-01-28Fix some whitespace issues.jlam1-2/+2
2002-01-28"Oops." Remove reimport of this already existing package in p5-perl-ldap.jlam2-12/+0
2002-01-28Initial import of net/p5-Net-LDAP:jlam2-0/+12
The perl-ldap distribution is a collection of perl modules that provide an object orientated interface to LDAP servers. The perl-ldap distribution has several advantages: * By using the perl object interface the perl-ldap modules provide programmers with an interface which allows complex searches of LDAP directories with only a small amount of code. * All the perl-ldap modules are written entirely in perl, which means that the library is truly cross-platform compatible.
2002-01-28Update www/p5-CGI to version 2.79. This closes pkg/15342 by Allen Briggsjlam3-11/+11
<briggs@ninthwonder.com>. If you use CGI.pm, then this update is highly recommended. Changes from version 2.75.2 include: * Changes to CGI::Carp to avoid "subroutine redefined" error messages. * Default DTD is now XHTML 1.0 Transitional * Patches to support all HTML4 tags. * Added ability to change encoding in <?xml> assertion. * Fixed the old escapeHTML('CGI') ne "CGI" bug * In accordance with XHTML requirements, there are no longer any minimized attributes, such as "checked". --> Patched bug which caused file uploads of exactly 4096 bytes to be truncated to 4094 (thanks to Kevin Mahony) * New tests and fixes to CGI::Pretty (thanks to Michael Schwern). * New esc.t regression test for EBCDIC translations courtesy Peter Prymmer. * Patches from James Jurach to make compatible with FCGI-ProcManager * Additional fields passed to header() (like -Content_disposition) now honor initial capitalization. * Patch from Andrew McNaughton to handle utf-8 escapes (%uXXXX codes) in URLs.
2002-01-28Update lang/perl5 to 5.6.1nb7. Changes from version 5.6.1nb6 includejlam3-3/+69
changing the default module/library search path to have site_perl come before the standard directories. In other words, the previous search path on an i386 was: /usr/pkg/lib/perl5/5.6.1/i386-netbsd /usr/pkg/lib/perl5/5.6.1 /usr/pkg/lib/perl5/site_perl/5.6.1/i386-netbsd /usr/pkg/lib/perl5/site_perl/5.6.1 /usr/pkg/lib/perl5/site_perl but it is now: /usr/pkg/lib/perl5/site_perl/5.6.1/i386-netbsd /usr/pkg/lib/perl5/site_perl/5.6.1 /usr/pkg/lib/perl5/site_perl /usr/pkg/lib/perl5/5.6.1/i386-netbsd /usr/pkg/lib/perl5/5.6.1 The rationale for this is that when we install a module that is newer than one in the standard library, the new module goes into the site_perl directory as it's an add-on module. However, we can't use the newer module without modifying either the scripts of the perl environment to find the newer module explicitly because of the order of the library search path: the site_perl directories come after the standard directories. The normal solution is to directly replace the module in the standard library with the newer module. However, this isn't really on option when installing via pkgsrc because the older module files are owned by the perl package. By placing the the site_perl directories before the standard directories, newer modules that we install via pkgsrc are simply found before the older ones in the standard library.
2002-01-27Move dependency on courier-auth into the module Makefiles and usejlam5-38/+22
Makefile.authdaemond to replace a lot of the complexity in courier-auth/Makefile.
2002-01-27Use ${MYSQL_CONFIG}, not "mysql_config", so as to use the buildlinkjlam3-5/+23
config wrapper.
2002-01-27Upgrade to roller 1.10:kim2-5/+5
- fixes API problem in the proc-ftp filter
2002-01-27Note additions of courier-authmysql and courier-authpgsql.jlam1-1/+3
2002-01-27Initial import of mail/courier-authpgsql, which contains the Courierjlam4-0/+61
authentication module that can authenticate against a list of mail accounts stored in a PostgreSQL database.
2002-01-27Initial import of mail/courier-authmysql, which contains the Courierjlam4-0/+52
authentication module that can authenticate against a list of mail accounts stored in a MySQL database.
2002-01-27mysql_config places single-quotes around the directory name when queriedjlam1-1/+6
for --libs or --cflags: -L'directory' or -I'directory'. Strip those quotes away in the config script wrapper to make it look more normal.
2002-01-27Note to the admin how to enable LDAP authentication.jlam1-0/+12
2002-01-27Greatly simply by using Makefile.authdaemond.jlam1-32/+3
2002-01-27Makefile.authdaemond contains the shared Makefile logic used to buildjlam1-0/+34
a "heavy" authdaemond module, i.e. one of authldap, authmysql, or authpgsql.
2002-01-27Don't bother trying to remove directories already handled by courier-auth.jlam1-3/+1
2002-01-27Prevent /etc/mk.conf from being included by BSD-style makefiles used byjlam1-1/+6
packages themselves, as /etc/mk.conf may contain harmful settings for package builds. Just to clarify, /etc/mk.conf is still included by the Makefiles in pkgsrc, just not by the Makefiles used to build the software itself. This should fix pkg/15297 by gabriel rosenkoetter <gr@grappa.eclipsed.net>.