Commit graph

26469 commits

Author SHA1 Message Date
zuntum
6bf00de6d6 Add NO_CHECKSUM=yes to get rid of warning message in build stage 2002-01-28 17:51:11 +00:00
zuntum
d7f93903b5 sed -> ${SED} 2002-01-28 17:44:48 +00:00
drochner
91609a6817 use buildlink files for Python and py-Tk 2002-01-28 17:38:44 +00:00
drochner
8468b5bafb use buildlink file for py-Tk 2002-01-28 17:37:24 +00:00
zuntum
ccf4b58940 Set conf-ucspi-tcp properly. It accidentally became / instead of ${LOCALBASE}
after last modification. Oops.

Users of this package should definitely upgrade.

Bump PKGREVISION.
2002-01-28 17:36:53 +00:00
drochner
e091611063 use buildlink files for Python and py-Tk 2002-01-28 17:36:27 +00:00
drochner
4b7389c947 move buildlink file for py-Tk and remove Python version deoendencies 2002-01-28 17:35:39 +00:00
drochner
2e4b93568b -move to distutils scheme (but leave the Setup file in place because
there is at least one pkg (graphics/sketch) which needs it
-add buildlink.mk
2002-01-28 17:34:29 +00:00
wiz
cfe2bd46f2 Update to 7.0.3, provided by Ingolf Steinbach in pkg/15361.
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-28 16:55:53 +00:00
taca
f24f88b7bf Correct PKGNAME not sudo-1.6.5p2 but sudo-1.6.5.2. 2002-01-28 15:38:37 +00:00
bouyer
05884d0683 Update to 1.2.4 (OK'd by Johnny Lam).
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-28 15:34:57 +00:00
drochner
f41c8a23f5 move dependency on text2html so that we don't have to recompile the
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-28 15:25:12 +00:00
agc
a5cbb3f078 Remove dbell-calc - it's a duplicate of capc-calc 2002-01-28 14:42:39 +00:00
agc
9c794d4bc5 Remove the dbell-calc, it's a duplicate of capc-calc. 2002-01-28 14:41:48 +00:00
wiz
283fd7ee07 Bump PKGREVISION for additional installed file and man page changes. 2002-01-28 14:24:16 +00:00
wiz
20132483fb Mention html manual in man page, per pkg/15154.
Also install the BUGS file that's mentioned in the man page.
2002-01-28 14:23:39 +00:00
martti
ced64151be Updated p5-Crypt-CBC to 2.02 (provided by Shell Hung in pkg/15354)
This may not call a "upgrade", should be called 'downgrade',
and bump version number.. :-)
- Reverse to pre-2.00 version
2002-01-28 14:19:14 +00:00
martti
693adb6833 Updated vim to 6.0.151
*  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-28 14:06:49 +00:00
agc
0abcc0edc2 Make this package also work on Darwin.
Fix provided by Yuji Yamano (yyamano@netbsd.org) in PR 15396.
2002-01-28 12:06:55 +00:00
drochner
71e65aefa4 -link the math, cmath and time modules against libm to make it more
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-28 11:51:23 +00:00
agc
4a11bb7668 Add and enable dbell-calc 2002-01-28 11:30:09 +00:00
agc
4e17ea2a3f Initial import of David Bell's calc into the NetBSD Packages Collection, due
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-28 11:27:06 +00:00
drochner
65bdfe160a cleanup of Python support - remove version dependencies 2002-01-28 09:36:52 +00:00
drochner
e5edc53ce2 disable Python support - this can't work as things look now
(there is no PIC libpython)
2002-01-28 09:35:03 +00:00
drochner
04a768f05a use distutils to build the extension module, to make it work with
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-28 09:30:08 +00:00
drochner
2111e94c45 not needed anymore 2002-01-28 09:25:36 +00:00
drochner
299433639a use distutils to build the extension module, to make it work with
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 09:24:38 +00:00
drochner
6029e044e2 -don't build modules which don't work on 64-bit platforms
-don't even try to build the curses modules - its failure is detected
 during build but this causes a lot of noise
2002-01-28 09:12:07 +00:00
drochner
f028142fe5 don't build curses module - it doesn't work with our curses 2002-01-28 09:09:14 +00:00
drochner
8d19facba5 -don't build modules which are known not to work on 64-bit boxes
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-28 09:07:23 +00:00
drochner
b165e0fea4 collect definition for stuff built from the Python source distribution
(ie Python itself and various modules which depend on additional libs
- eg ncurses and gdbm) in one place
2002-01-28 09:04:07 +00:00
abs
10fb819900 Update cpuflags to 0.18 - recognise sparc classic, from Reinoud 2002-01-28 08:26:08 +00:00
martti
81a8bc29d4 Updated xpmroot to 2.4.5 (to match the current fvwm2 version). There are
no changes in the xpmroot code...
2002-01-28 08:16:16 +00:00
martti
e4b71c7b98 Updated fvwm2 to 2.4.5
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 08:14:34 +00:00
jlam
4e6e015f89 _Always_ set the make environment (${SETENV} ${MAKE_ENV}) and execute
${MAKE_PROGRAM} instead of ${MAKE} within ${WRKSRC}.
2002-01-28 05:18:41 +00:00
wiz
ced2aa62bb Remove duplicate Unix from PKGNAME. 2002-01-28 02:34:02 +00:00
wiz
d38a79d089 Wildcard enscript dependency. 2002-01-28 02:30:08 +00:00
jlam
62234af4f8 Note addition of p5-AddressBook. 2002-01-28 02:24:17 +00:00
jlam
7e911e1135 Initial import of databases/p5-AddressBook:
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-28 02:22:59 +00:00
jlam
075782f99f The requirements for Net::LDAP are just URI, not libwww. 2002-01-28 01:12:24 +00:00
jlam
c561c341c3 Fix some whitespace issues. 2002-01-28 01:12:00 +00:00
jlam
718264fbe2 "Oops." Remove reimport of this already existing package in p5-perl-ldap. 2002-01-28 01:08:22 +00:00
jlam
5ed846aa77 Initial import of net/p5-Net-LDAP:
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-28 01:05:04 +00:00
jlam
93e36defc7 Update www/p5-CGI to version 2.79. This closes pkg/15342 by Allen Briggs
<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-28 00:27:36 +00:00
jlam
44ec524e48 Update lang/perl5 to 5.6.1nb7. Changes from version 5.6.1nb6 include
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-28 00:25:27 +00:00
jlam
54f92a2785 Move dependency on courier-auth into the module Makefiles and use
Makefile.authdaemond to replace a lot of the complexity in
courier-auth/Makefile.
2002-01-27 23:47:08 +00:00
jlam
a757b523d6 Use ${MYSQL_CONFIG}, not "mysql_config", so as to use the buildlink
config wrapper.
2002-01-27 23:45:27 +00:00
kim
16e37b322b Upgrade to roller 1.10:
- fixes API problem in the proc-ftp filter
2002-01-27 23:11:58 +00:00
jlam
aa4ba76e3a Note additions of courier-authmysql and courier-authpgsql. 2002-01-27 22:40:59 +00:00
jlam
a652402290 Initial import of mail/courier-authpgsql, which contains the Courier
authentication module that can authenticate against a list of mail accounts
stored in a PostgreSQL database.
2002-01-27 22:39:56 +00:00