Commit graph

24805 commits

Author SHA1 Message Date
agc
a448dde779 Add gtkasp2php-0.75.24 to the NetBSD Packages Collection.
asp2php converts WWW Active Server Pages (ASP) files that run on the
Microsoft IIS Web Server into PHP pages to run on Apache. This version
of the utility uses the gtk+ widget set.

Provided in PR 14568 by Shell Hung (shell@shellhung.org), modified
by myself to use the gtk+ buildlink functionality.
2001-11-22 11:32:29 +00:00
agc
ff632b280a Upgrade this package from version 0.73.4 to 0.75.24
Differences from previous version:

Fixed a problem with ' and % inside quotes for version 0.75.21.

Fixed a bug whereby line numbers were reported wrongly, introduced
when the recursive directories feature was added to asp2php.

Fixed the gettoken() function so it parses Response.Write"blah"
   correctly (not having a space between the Write and " confused it)
Added support for the JMail object so asp2php will send mails now
Added limited support for global.asa
Added/Fixed the problem with parsing Functions and Subs

And other miscellaneous bug fixes

Provided in PR pkg/14568 by Shell Hung (shell@shellhung.org), modified
slightly by me, to place the gtk functionality in a different package,
to be committed soon.
2001-11-22 11:26:59 +00:00
tron
032fedc78a Use download sites suggested by Indrek Siitan by MySQL AB. This fixes
PR pkg/14605 by Michael Richardson.
2001-11-22 10:33:10 +00:00
martti
e1c8b18357 Updated to version 1.42 (PR#14570). Changes since 1.31:
Fixed a bug relating to use of UNTAINT under perl 5.005_03 and
        possibly other versions.

        Taint-related tests are now more comprehensive.

        Tests now work correctly on Windows systems and possibly on
        other non-unix systems.

        New UNTAINT option tells the module that it is safe to 'eval'
        code even though it has come from a file or filehandle.

        Code added to prevent memory leaks when filling many
        templates.  Thanks to Itamar Almeida de Carvalho.

        Bug fix:  $OUT was not correctly initialized when used in
        conjunction with SAFE.

        You may now use a glob ref when passing a filehandle to the
        ->new funcion.  Formerly, a glob was reuqired.

        New subclass:  Text::Template::Preprocess.  Just like
        Text::Template, but you may supply a PREPROCESS option in the
        constructor or the fill_in call; this is a function which
        receives each code fragment prior to evaluation, and which may
        modify and return the fragment; the modified fragment is what
        is evaluated.

        Error messages passed to BROKEN subroutines will now report
        the correct line number of the template at which the error
        occurred.

        If the template comes from a file, the filename will be
        reported as well.

        INCOMPATIBLE CHANGE:

        The format of the default error message has changed.

        Note that the default message used to report the line number
        at which the program fragment began; it now reports the line
        number at which the error actually occurred.
2001-11-22 09:45:21 +00:00
martti
85d4a6baf7 Updated to version 0.33 (PR#14511). Changes since 0.17:
* It's now officially safe to redirect STDOUT and STDERR without
      affecting test output.
    - License and POD cleanup by Autrijus Tang
    - Synched up Test::Tutorial with the wiki version
    - Minor VMS test nit.
    * Finally added a seperate plan() function
    * Adding a name field to isa_ok()
      (Requested by Dave Rolsky)
    - Test::More was using Carp.pm, causing the occasional false positive.
      (Reported by Tatsuhiko Miyagawa)
    * Added Test::Builder
      (Thanks muchly to chromatic for getting this off the ground!)
    * Diagnostics are back to using STDERR *unless* it's from a todo
      test.  Those go to STDOUT.
    - Fixed it so nothing is printed if a test is run with a -c flag.
      Handy when a test is being deparsed with B::Deparse.
    * Test::Simple and Test::More no longer print their diagnostics
      to STDERR.  It instead goes to STDOUT.
    * TODO tests which fail now print full failure diagnostics.
    - Minor bug in ok()'s test name diagnostics made it think a blank
      name was a number.
    - ok() less draconian about test names
    - Added temporary special case for Parrot::Test
    - Now requiring File::Spec for our tests.
    * ***API CHANGE*** can_ok() only counts as one test
    - can_ok() has better diagnostics
    - Minor POD fixes from mjd
    - adjusting the internal layout to make it easier to put it into
      the core
2001-11-22 09:37:56 +00:00
martti
a72e57047a Updated to version 1.26 (PR#14510). Changes since 1.23:
- An excuse to upload a new version to CPAN to get Test::Harness
      back on the index.
    - Fixed a bug with tests failing if they're all skipped
      reported by Stas Bekman.
    - Fixed a very minor warning in 5.004_04
    - Fixed displaying filenames not from @ARGV
    - Merging with bleadperl
    -  minor fixes to the filename in the report
    -  '[no reason given]' skip reason
    - Added internal information about number of todo tests
2001-11-22 09:33:09 +00:00
martti
58d57b6c98 Updated to version 1.0.6 (PR#14620). Changes since 1.0.2:
- Change HOMEPAGE to nano-editor
- Regen PLIST
- More translation
- More bugfixes
2001-11-22 09:23:15 +00:00
martti
5925282446 Updated to version 1.41 (PR#14609). Changes since 1.15:
- Mail::Util::maildomain did not expand variables.  Fixed the
  regular expression.  Reported by [Jean-Damien Durand]

- [Henrik Gemal] wished better warnings in Mail::Address::parse,
  which are provided now.

- [Lucas Nussbaum] reported incorrect folding of unstructured
  header lines.  The whole idea of folder unstructured fields
  is flawed, as far as I know, but anyway noone apparantly had
  sufficient long subject fields to find-out ;)
  Fixed in Mail::Mailer.

- mailaddress defaults to username, not gcos in Mail/Util.pm
  Patched by [Vivek Khera]

- Increased all version-numbers to show that maintainer-address
  did change.   Suggested by [Tassilo v Parseval]

- Updated all manual-pages to include address of new maintainer.

- Prohibition to modify header should be respected in Mail::Header.
  Patch by [Tatsuhiko Miyagawa]

- Securely close socket in Mail::Mailer::smtp.
  Patch by [Heikki Korpela]

- Fixed "bad file-descriptor" errors in Mail::Mailer::smtp.
  Patch by [Aaron J Mackey]

- Some long header-lines caused the following line in the header
  to be indented too.  This should be fixed.
  Reported by [Simon Cozens]

- Small modifications to Mail::Mailer should make the module
  work for os2.  Patch by [Ilya Zakharevich]

- Fix to be able to specify an index at the first addition of
  a header-line to the Mail::Header structure.
  Patch by [Lucas Fisher]
2001-11-22 09:12:37 +00:00
martti
beee8e51c0 Updated to version 5.61 (PR#14613). Changes since 5.53:
- Add HOMEPAGE
- Remove duplicate DEPENDS with p5-URI
- Add patch to avoid interactive questions
- new maintainer
- New Net::HTTPS module
- HTTP/1.1 and SSL supports
- More bugfixs in LWP::*
2001-11-22 09:11:08 +00:00
martti
781920fb3a Updated to version 2.108 (PR#14610). List of changes is unknown,
i.e. there isn't any ChangeLog file in the distfile...
2001-11-22 08:59:06 +00:00
martti
bd2f97e634 Updated to version 1.09 (PR#14608). Some of the changes since 1.0703:
- DummyInetd, Telnet, SNPP and PH modules was removed from this release,
  and they became a new module.
- DESCR cleanup, remove non-existing module
- new maintainer
2001-11-22 08:35:58 +00:00
itojun
3c3b423f10 upgrade to 1.4.0.
http://www.domtools.com/pub/dlint1.4.0-changes.txt
----
Version 1.4.0 released November 19, 2000
 * Added support for BIND 9 (Dig 9.0.1).
2001-11-22 08:18:25 +00:00
itojun
2d388e67b5 make it compile. 2001-11-22 08:12:24 +00:00
hubertf
1952e25495 'pax foo bar' just hants... add "-rw -pe" so it actually copies stuff. 2001-11-22 04:43:23 +00:00
jlam
c4f674741c Apply workaround in pkg/14674 by Mark Davies <mark@mcs.vuw.ac.nz> to deal
with setuid programs not being found unless their read bits are set.
2001-11-22 04:27:47 +00:00
hubertf
15d7ebf785 Update 6to4 to 1.2: allow using anycast service as defined in RFC 3068.
Code contributed by Keith Moore <moore@cs.utk.edu> in PR 14647.
2001-11-22 03:00:07 +00:00
lukem
085432311f no need to PROVIDE anything since this isn't part of the dependency graph 2001-11-22 00:55:51 +00:00
abs
dbfb14322d Handle gcc pre-2.8 - do not use -fexceptions in that case.
So I found a 1.3 box running pkgsrc and wanted to update apache...
2001-11-22 00:55:48 +00:00
jlam
638788de07 Use libtool to install programs that were linked with libtool. 2001-11-21 23:40:47 +00:00
abs
233a3ac207 Update pkgchk to 1.19
Allow package directories to be skipped by listing under -U
    eg: pkg_chk -us -U databases/jdbc-postgresql
2001-11-21 23:01:56 +00:00
tron
e07cfe8a40 Pull in latest bug fixes from the CVS repository which fix e.g problems
with loading the configuration and updating auctions. Bump version number
to 1.3.0.99 as this is now close to what will be the 1.3.1 release.
2001-11-21 22:40:05 +00:00
jlam
ce9fc5d8c4 Buildlinkify, respect ${CONFDIR}, use general INSTALL/DEINSTALL scripts,
and make sasl_passwd into a real rc.d script.
2001-11-21 22:22:10 +00:00
wiz
2c40b669f9 Install cyrusv2.mc too, following pkg/14670 from Hiramatsu Yoshifumi. 2001-11-21 22:12:24 +00:00
jlam
892b322f45 These rc.d scripts are copied to ${RCD_SCRIPTS_DIR} == /etc/rc.d, so change
the test for pre-rc.d systems to just whether /etc/rc.subr is present.
2001-11-21 21:38:50 +00:00
jlam
878e9eaf6a Be smarter about how to control the UPS drivers. If upsdriver_type is
unset, then we use upsdrvctl to control the UPS drivers.  Otherwise, we
control the one specified by ${upsdriver_type}.
2001-11-21 20:39:40 +00:00
nra
51b5777478 Update Hugs Haskell Interpreter to Feb. 2001 release.
Pr 13866 by Brian Gregor.

New Features Include:

   - A Foreign Function Interface closely modeled after the one
     provided by GHC.

   - Built-in, Hood-like debugging support.

   - A new syntax for recursive monad bindings.

   - A new GUI under Windows that doesn't consume all CPU time.
2001-11-21 19:04:42 +00:00
agc
93549791ee Now that all the files have been moved into the main package directory,
remove the temporary ${PKGDIR} workaround.
2001-11-21 18:32:01 +00:00
nra
076673560f Add SUBDIR for newmail. 2001-11-21 18:29:27 +00:00
nra
eb6b5aa125 Import newmail-1.0.1. Pr 13843 by Andrew Stevenson.
Newmail looks at mailboxes and determines if any new mail has arrived.
The mailboxes to be examined are specified as command line arguments. A
directory can be specified and newmail will check every mailbox inside.
2001-11-21 18:27:18 +00:00
jlam
9ceba69856 Use the general INSTALL/DEINSTALL scripts to automatically handle copying
and removing the rc.d script.
2001-11-21 17:58:33 +00:00
jlam
b81331757d Remove unneeded INSTALL script and update the rplayd.sh to look like an
rc.d script.
2001-11-21 17:55:54 +00:00
jlam
b3b7c807cd As noted in pkg/13129, smb2www doesn't work with samba-2.2 and up. Make
this depend on samba<2.2.0 instead.  Also remove extraneous dependency
on perl as it's already implied.
2001-11-21 17:25:13 +00:00
jlam
23a9ff7e9b Use the general INSTALL/DEINSTALL scripts, and minimize the differences
between this package and the net/samba package.
2001-11-21 17:17:43 +00:00
jlam
38d6066075 Cosmetic changes. 2001-11-21 17:16:05 +00:00
jlam
41ecc7fe8b Remove unneeded DEINSTALL script as we use the general one. 2001-11-21 17:14:53 +00:00
jlam
f5d54c7eaa Remove extra blank line. 2001-11-21 17:13:38 +00:00
jlam
e9cad20f1e dd the new rc.d scripts to the PLIST. 2001-11-21 17:12:54 +00:00
jlam
16bb385d16 Use the general INSTALL/DEINSTALL scripts instead of the homegrown ones.
Also split the one rc.d script into one for each daemon and one admin
script (idea from Luke Mewburn <lukem@wasabisystems.com>).
2001-11-21 16:44:17 +00:00
jlam
a896a9b92a Modify script so that it's easier to copy-and-paste when creating similar
scripts for other packages.
2001-11-21 16:29:13 +00:00
jlam
1b41bcfdb0 Refer to /etc/rc.d as ${RCD_SCRIPTS_DIR} more thoroughly. 2001-11-21 16:10:03 +00:00
jlam
f0d6ed569c Remove an extra run_rc_commands line, and set _arg in pre-rc.d case. 2001-11-21 16:05:40 +00:00
jlam
73ac345874 Strongly buildlinkify. 2001-11-21 15:53:08 +00:00
jlam
9f920e162b Buildlinkify, respect ${CONFDIR}, and use general INSTALL/DEINSTALL scripts.
Also replace rc.d scripts with much better ones by Luke Mewburn
<lukem@wasabisystems.com> that were slightly editted by me to have some
minimal functionality on pre-rc.d systems.
2001-11-21 15:50:55 +00:00
jlam
cdec44e8b4 RCD_SCRIPTS now just lists the filenames (see bsd.pkg.install.mk). 2001-11-21 15:44:22 +00:00
jlam
f1b957484f Change the way the RCD_SCRIPTS variable is used. It now just lists the
names of the scripts and is no longer a MLINKS-type variable.  The scripts
are copied into ${RCD_SCRIPTS_DIR} which defaults to /etc/rc.d for now.
It's unclear if Linux/Solaris would set RCD_SCRIPTS_DIR to something else.
2001-11-21 15:43:01 +00:00
jlam
2ac4cd69d4 Respect ${CONFDIR}. 2001-11-21 15:35:09 +00:00
jlam
a8e4e999cb Buildlinkify and use general INSTALL/DEINSTALL scripts. Also modify rc.d
script to respect ${CONFDIR} and look more like other 1.5-release rc.d
scripts.
2001-11-21 15:14:01 +00:00
agc
6dde5fcc79 Move some operating-system specific definitions to the individual
defs.${OPSYS}.mk files.
2001-11-21 14:10:06 +00:00
agc
beda0b43f8 Add an _OPSYS_HAS_OSSAUDIO definition to the individual defs.${OPSYS}.mk
files, and use it in ossaudio.buildlink.mk. The definition shows whether
or not libossaudio is available in the OS.
2001-11-21 13:57:31 +00:00
agc
1b690b5a38 Move MOTIF_TYPE_DEFAULT and MOTIF12_TYPE_DEFAULT definitions into the
individual defs.${OPSYS}.mk files. No change in functionality.
2001-11-21 13:54:14 +00:00