Commit graph

104943 commits

Author SHA1 Message Date
rillig
eaf551e752 Not every system has O_DIRECT ... not even NetBSD. 2006-10-22 04:36:12 +00:00
rillig
eae7d6236f Fixed the ownership of the installed files. Now the package can be
installed as unprivileged user.
2006-10-22 01:06:27 +00:00
rillig
704aaeef62 Fixed the ownership of the installed files to allow installation by
unprivileged users.
2006-10-22 00:59:45 +00:00
rillig
212ec91f00 Removed setargs_from_cmd, as it is unused. 2006-10-22 00:35:26 +00:00
rillig
4b4898f8a7 Added header comments. 2006-10-22 00:14:17 +00:00
bouyer
3ae0551e98 Add some usefull config directive to example file:
- use set vncunused to 0 and use vncdisplay to fix the VNC display to use
  when vnc is enabled
- Enable a USB tablet pointing device by default, the mouse is barely useable
  without it.
PKGREVISION++
2006-10-21 22:10:05 +00:00
rillig
217a730401 + nvu 2006-10-21 21:57:00 +00:00
rillig
ab100049bd Imported www/nvu-1.0 2006-10-21 21:54:24 +00:00
rillig
6a7635d0d0 Imported nvu.
Nvu is a complete Web Authoring System to rival programs like FrontPage
and Dreamweaver. Nvu (which stands for "new view") makes managing a web
site a snap. Now anyone can create web pages and manage a website with
no technical expertise or knowledge of HTML.

* WYSIWYG editing of pages, making web creation as easy as typing a
  letter with your word processor.
* Integrated file management via FTP. Simply login to your web site and
  navigate through your files, editing web pages on the fly, directly
  from your site.
* Reliable HTML code creation that will work with all of today's most
  popular browsers.
* Jump between WYSIWYG Editing Mode and HTML using tabs.
* Tabbed editing to make working on multiple pages a snap.
* Powerful support for forms, tables, and templates.
2006-10-21 21:54:12 +00:00
ben
4079aa9efa Add note about responsible party for this package. 2006-10-21 21:53:04 +00:00
rillig
905959284d Added an example section to the "creating a package" chapter, which
explains how I created a nontrivial package, www/nvu. It includes many
pitfalls that have never been documented before.
2006-10-21 20:39:24 +00:00
markd
506b55b12d Note that the fetch stage is interactive. 2006-10-21 20:25:21 +00:00
rillig
db7dc0197d Fixed PKGMANDIR. 2006-10-21 20:20:49 +00:00
he
4737219785 This package actually also needs p5-version. 2006-10-21 20:00:45 +00:00
joerg
ee627e3cfd Needs pkg-config. XXX move to Makefile.common? 2006-10-21 19:54:59 +00:00
rillig
96f11bce09 Sorted. 2006-10-21 19:22:23 +00:00
rillig
252d522fc7 Fixed "test ==". 2006-10-21 19:22:12 +00:00
rillig
135672e722 If ${WRKSRC} does not yet exist in the configure phase, skip the
portability checks. Needed for the emulators/compat?? packages.
2006-10-21 19:07:18 +00:00
obache
b0c4cfc1db Updated net/p5-SOAP-Lite to 0.69. 2006-10-21 17:14:19 +00:00
obache
e84f94813d Update p5-SOAP-Lite to 0.69.
Changes:
0.69 Aug 16 2006

  ! Commented out two lines of code that were causing S::L to die under
    a non-fatal error condition. This is a HACK.

0.68 July 6 2006

  ! Patched support for mod_perl Apache2 (thanks to JT Justman)
  ! Fixed bug where SOAP::SOM objects were not properly detected,
    serialized and returned (thanks chris at prather dot o r g)
  ! Fixed bug with default_ns and ns functions so that they
    serialized XML properly.
  + Started to add experimental DIME support - possible impacts to MIME
    support as well

0.65-beta7 May 12 2005

  + Added default_ns and ns to replace the confusing use of uri() and
    use_prefex()

0.65-beta6 June 3 2005

  ! Fixed bug resulting in XMLRPC requests to be serialized using the
    doc/literal serializer if serializing arrays

0.65-beta5 May 6 2005

  ! Fixed critical bug which prevented all XMLRPC servers from working

0.65-beta4 Apr 3 2005

  ! Fixed bug 1160881 - HTTP headers are now terminated by \r\n for
    compatibility with .NET and compliance with HTTP spec.
  ! Fixed 1158666 - stubmaker.pl no longer call deprecated subroutine
  + stubmaker.pl got a lot of enhancements - now has help and version
    output, run time options, etc. See 'man stubmaker.pl' for more.
  + Classes generated by stub_maker.pl now have a special subroutine
    called 'want_som.' When set to 1, the stub class will return a
    SOAP::SOM object for every request.
  ! Fixed bug 1149427 - now capable of returning SOAP::SOM objects
    from generated stub classes.

0.65-beta3 Mon Oct 25 2004

  + SOAP::Lite will only warn you once when you call a doc/literal
    service
  + Added SOAP::Schema->cache_dir() and SOAP::Schema->cache_ttl(),
    which control how code stubs generated from WSDLs are cached to
    prevent constant reparsing of WSDL files.
  ! Tested SOAP::Lite against Google, Salesforce, and FedEx. So far,
    clients can successfully call these service providers (at least
    some of their operations) - testing does not provide 100% coverage
    of their APIs.

0.65-beta2.1 Mon Oct 25 2004

  + Fixed bug in unit tests in which MIME::Tools was not properly detected
    resulting in failed unit tests for some users.
  + Fixed some documentation issues (speling, etc).

0.65-beta2 Mon Oct 25 2004
  ** WARNING ** substantial changes have been made to SOAP::Lite in
  this release in regards to how it manages attachments. The changes
  may introduce instabilities into your software that relies on this
  functionality. Please test your software with 0.65 prior to moving it
  to a production environment.

  + Added ReleaseNotes.txt
  + Added section REPORTING BUGS to pod comments
  + Deprecated SOAP::Lite->schema removed
  + Deprecated SOAP::Lite->on_debug removed
  + Deprecated SOAP::Schema->schema in favor of SOAP::Schema->schema_url
  + Added SOAP::Schema->useragent - which returns the LWP::UserAgent instance
    that will be used when accessing WSDLs via the SOAP::Lite->service call.
    This is helpful when access to a WSDL requires authentication, etc.
  + Made changes that allow messages to be constructed using a NULL body:
    <Envelope><Body /></Envelope>
  + Added constant OBJS_BY_REF_KEEPALIVE which defaults to 600 - this is
    so that services can configure how long to cache objects marked as persistent
    using SOAP::Server::Object->objects_by_reference()
  + Added the ability for a user to modify the UserAgent class used
    by SOAP::Transport::HTTP::Client, updated Transport.pm's documentation
    to reflect this. Added $SOAP::Transport::HTTP::Client::USERAGENT_CLASS
    variable as a means of setting this.
  + Added initial DIME support
  + SOAP Packager package/unpackage now take in a context variable as
    input because DIME needs to know what version of SOAP you are using.
  + Refactored and rewrote README
  + Renamed SOAP::Schema->stub() to SOAP::Schema->generate_stub. This populates
    a private variable called C<stub> with the autogenerate Perl code.
  + Added SOAP::Schema->stub() which returns the autogenerated Perl code used
    internally by SOAP::Lite. This can be helpful for debugging SOAP::Lite's
    utilization of WSDL, as well as helpful to developers working on S::L's
    WSDL support.

0.65-beta1 Mon Oct 18 15:55:00 2004

  + Made SOAP::Serializer->readable actually produce readable XML!
  ! Fixed bug 747312 - Made XML Schema 2001 the default schema
  + Changed typelookup of base64 to base64Binary to conform with 2001
    schema
  + Added support for [almost] all XML Schema 2001 built-in datatypes
  + Added register_ns subroutine to SOAP::Serializer
  + Added find_prefix subroutine to SOAP::Serializer
  + Added use_prefix subroutine to SOAP::Serializer
  + Added a necessary set of initial subroutinues to support wsdl2perl
    project
  + Added format_datetime to SOAP::Utils
  + Documented SOAP::SOM->parts
  + Added SOAP::SOM->is_multipart
  + Properly escaped characters to facilitate emacs syntax highlighting
  + Ran podchecker to validate all POD comments
  ! Fixed bug 749636 - changed a croak to a warn to enable socket
    timeouts in SOAP::Transport::TCP::Server
  + Added support for UDDI 2/3
  + Majorly revamped product documentation thanks to the kind
    contribution made by O'Reilly. Appendix B from "Programming Web
    Services with Perl" has been completely integrated.
  + To better segment SOAP::Lite documentation, many modules have been
    added that contain documentation only. For those who loved the old
    documentation, it can be found in lib/OldDocs/SOAP/*.pm and
    lib/OldDocs/SOAP/Transport/*.pm
  ! Fix a bug in which doclit style arrays were not being deserialized
    properly. IOW, Repeated elements were not made into an array, only
    the last occurring value was recorded.
  + Added the ability for a SOAP Client to gain direct access to the
    HTTP::Request and HTTP::Response objects.
  + Changed default envelope namespace prefix from SOAP-ENV to soap
  + Changed default encoding namespace prefix from SOAP-ENC to soapenc
  + Reachitected MIME support to decouple MIME layer from transport
    layer. This only impacts the HTTP layer since that is the only
    transport in SOAP::Lite that supports attachments.
  + Creation of SOAP::Packager - decoupled in an extensible way the
    packaging of parts (a.k.a. attachments). This is used for encoding
    and decoding. This enables a more seemless addition of DIME
    support. Changes were made throughout SOAP::Lite to accomodate this
    functionality.
    - a call "context" was added to SOAP::Server and SOAP::Deserializer
      so that those classes could have access to the global
      SOAP::Packager instance
    - deprecated many function calls and packages having to do with
      attachment support
    - fixed several of the SOAP::*::new() methods so that they don't
      inadvertantly reinitialize themselves and destroy precious context
      information in the process
  + Gave developers direct access to MIME::Parser object so that they
    can optimize its use. See the following URL to optimize it for
    memory consumption, parsing speed, disk utilization, etc:
    http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm#OPTIMIZING_YOUR_PARSER
  + Added a context variable to SOAP::Serializer and SOAP::Deserializer
    so that they have mechanisms for getting instance data from the
    calling context. The value of context is either SOAP::Lite or
    SOAP::Server depending upon the role the service is playing in the
    transaction. Contexts are initialized when a call is made, and
    destroyed when a call is completed.
  + Greater than character '>' has been added to list of characters
    that will be automatically escaped. This is not a requirement by
    the XML spec, it is a MAY, but I am doing it after seeing a minority
    of people report a compatibility problem.
  - Removed deprecated methods: SOAP::Serializer::namespace and
    encodingspace
  + Added SOAP::Serializer::encodingStyle method which allows users to
    set the URI for default encodingStyle.
  + Added initial support for literal encoding style. EXPERIMENTAL
  + Added some true constant values representing various SOAP namespace
    URIs
  + Added SOAP::Constants::SUPPORTED_ENCODING_STYLES for better tracking
    of the set of encoding styles that the toolkit can [de]serialize
  ! Fixed bug 840172 - "Makefile.PL --noprompt flag broken," now fixed
  + Updated SOAP 1.2 URIs to the latest (TODO - maintain support for
    older ones)
  + Added HTTPS support for HTTP::Server Daemon class - thanks to Nils
    Sowen for this contribution
2006-10-21 17:11:47 +00:00
obache
433f676720 ruby-RMagick-1.14.1 out. 2006-10-21 14:59:38 +00:00
adrianp
2407ad39eb Add a CATEGORY for ap-modsecurity 2006-10-21 14:44:23 +00:00
obache
aeae4e7bee Updated devel/p5-Class-Factory to 1.04. 2006-10-21 13:53:52 +00:00
obache
9bc1110a57 Update p5-Class-Factory to 1.04.
Patch provided by Martin Wilke via PR 34329.

Changes:
1.04  Mon Aug  20 22:26:15 PST 2006

      - New maintainer, Fred Moyer <fred@redhotpenguin.com>
	  - Add Devel::Cover support, current coverage is 71%
	  - Moved check for Test::More to MY::test
2006-10-21 13:51:50 +00:00
obache
f9a10ab05d Updated devel/p5-Class-Data-Inheritable to 0.06. 2006-10-21 13:34:22 +00:00
obache
8d67aaaf83 Update p5-Class-Data-Inheritable to 0.06.
Changes:
0.06  Wed Sep 20 14:35:55 BST 2006
    - Sync the japanese docs (as best as possible!)

0.05  Sat Aug 26 18:27:12 UTC 2006
    - Use correct bug reporting address (Jonathan Rockway)
2006-10-21 13:32:31 +00:00
adrianp
3047a14487 Sort PLIST 2006-10-21 12:59:20 +00:00
bouyer
1c4a825e7f Looks like I forgot to update patch checksum for patch-ar 2006-10-21 12:43:06 +00:00
adrianp
23fbff4ba3 Updated ap-modsecurity to 1.9.4 2006-10-21 12:39:30 +00:00
adrianp
c062a3b412 Update to 1.9.4
This package used to register as ap-modsecurity regardless of which apache
version it built against.  It will now register as ap13-modsecurity if
building against apache 1.x and ap2-modsecurity if building against
apache 2.x.
Lots of changes including:
* Enhanced memory utilisation.
* Log level is now present on every entry in the debug log.
* Added new actions (e.g. setenv, setnote, auditlog, noauditlog)
* 404 responses are no longer considered relevant.
* Added performance measurement to the Apache 2 versions.
See CHANGES for all the details
2006-10-21 12:36:07 +00:00
rillig
f38c98f181 Reindented to have more text per line. 2006-10-21 11:58:18 +00:00
rillig
8711fc9d43 Reworded to make reading easier. 2006-10-21 11:57:11 +00:00
agc
5ed17d804f Note gcc4 support mods for security/sfs 2006-10-21 11:54:21 +00:00
agc
94df3e688c Update sfs to 0.7.2nb7
+ add support for gcc4
2006-10-21 11:53:13 +00:00
rillig
2d3543e64f Cleaned up the TODO list. Some packages have been imported, others have
gone.
2006-10-21 11:52:57 +00:00
rillig
e9bd6f8cff The "scan" program does not modify "$@". 2006-10-21 11:43:42 +00:00
rillig
69155cdc3e Fixed the "inconsistent update" problem when using the pkgsrc wrapper
cache together with MAKE_FLAGS=-j. The cache file is now regenerated
into a temporary file and then renamed (atomically) to the "real" cache
file.

Fixed some code that would fail when run in "set -e" mode. If you want to
test the "set -e" mode, just uncomment the line in wrapper.sh.
2006-10-21 11:42:25 +00:00
rillig
b8c6a5e566 Fixed PKGMANDIR. 2006-10-21 11:39:16 +00:00
uebayasi
7de356d504 Note update of hugs September 2006 release.
A new minor release of Hugs, fixing a few bugs with the May 2006 release,
and with libraries roughly matching the forthcoming GHC 6.6 release.
2006-10-21 11:20:55 +00:00
uebayasi
55eff263e7 Update hugs to September 2006 release.
A new minor release of Hugs, fixing a few bugs with the May 2006 release,
and with libraries roughly matching the forthcoming GHC 6.6 release.
2006-10-21 11:19:28 +00:00
rillig
ce502552c2 Moved the check whether checkperms(1) exists from load time to run time. 2006-10-21 11:13:10 +00:00
rillig
5818ceb381 Fixed PKGMANDIR. 2006-10-21 11:11:34 +00:00
rillig
edbaa66414 Documented a not-so-easily-fixed bug that occurs when stripping comments
off a line.
2006-10-21 10:37:48 +00:00
rillig
517fa1fce8 When CPP is defined as "cc -E" on Solaris with sunpro, the cc wrapper
had been overwritten with the cpp wrapper, and the latter didn't define
the necessary transformation rules. Fixed that.
2006-10-21 10:01:23 +00:00
obache
181cc4aeab Updated devel/p5-Test-Pod to 1.26. 2006-10-21 09:39:43 +00:00
obache
a4574e89db Update p5-Test-Pad to 1.26.
Based on patch provided by Martin Wilke via PR 34369.
And delete p5-Test-Simple>=0.62 dependency, because perl5 base package
contain Test::Simple version 0.62 now.

hange log for Test::Pod

1.26 - Wed Jul 19 09:54:48 CDT 2006

    No new functionality in this version.

    [FIXES]
    * Fixed a Win32 build bug.
    * Fixed a bug in the SYNOPSIS.

1.24 - Wed Feb  1 15:18:06 PST 2006
    [THINGS THAT MAY BREAK YOUR CODE]
    * The long-deprecated pod_ok() is now gone, along with all its
      constants.

    [ENHANCEMENTS]
    * Now runs properly under VMS.  Thanks to Peter Edwards.
2006-10-21 09:38:29 +00:00
obache
75468a0179 Updated textproc/p5-Pod-Simple to 3.04. 2006-10-21 09:26:50 +00:00
obache
c7a43dd352 Update p5-Pod-Simple to 3.04.
Based on patch provided by Martin Wilke via PR 34418.
And this version depend on p5-Pod-Escapes>=1.04.

2006-01-18   Allison Randal <allison@perl.org>
	* Release 3.04

	Applied test patches for Perl core integration from Steve Peters.

	Added a 'reinit' method to Pod::Simple::BlackBox for Russ Allbery
	so Pod::Man can provide backward compatibility to existing users
	(such as Module::Build and ExtUtils::MakeMaker).

	Applied patch for extracting case-preserved package names on VMS
	from Craig Berry.
2006-10-21 09:19:22 +00:00
adrianp
76cdf74477 Add two new options for viewvc 2006-10-21 09:13:44 +00:00
adrianp
e02bb753d1 Quick fix for patch-aa 2006-10-21 09:11:20 +00:00