no hackathon is really complete without a gnaughty commit, but an actual update
hasn't been done since p2k10...the shame! i'm putting it in now so the public expose
ensures deeper testing.
Consolidate info from cgit.conf and MESSAGE into a README, and add a
config snippet for a vhost on nginx.
Disable the filter feature as it wouldnt work with the way cgit.cgi is
built statically for us.
Bindings allowing Xapian to be used from various other programming languages.
Currently the port provides bindings for perl and python only, but can easily
be extended if needed.
ok ajacoutot@
Halibut reads documentation source in a single input format, and
produces multiple output formats containing the same text. The
supported output formats are:
* Plain ASCII text
* HTML
* PDF
* PostScript
* Unix man pages
* Unix info, generated directly as .info files rather than .texi
sources
* Windows HTML Help (.CHM files), or rather source which can be fed to
the MS HTML Help compiler to generate them
* Windows WinHelp (old-style .HLP files), generated directly without
needing a help compiler.
ok ajacoutot@
* Switch to using sqlports as the primary datasource. This greatly
improves performance as we don't have to walk the entire ports tree
ourselves anymore, executing make(1) 10000s of times.
* Add new subcommand to remove any removed ports from the database.
* Add new sitehandler for PyPI
* Lots of cleanups and removal of unused code/features
Cover is a program for analyzing the coverage profiles
generated by 'go test -coverprofile=cover.out'.
Cover is also used by 'go test -cover' to rewrite
the source code with annotations to track which parts
of each function are executed.
The gSOAP toolkit provides a cross-platform software development toolkit for C
and C++ server and client Web service applications, and simplifies the overall
use of XML in any type of application. The toolkit supports SOAP 1.1/1.2 RPC
encoding and document/literal styles, WSDL 1.1, MTOM/MIME/DIME attachments
(streaming), SOAP-over-UDP, request-response and one-way messaging. The toolkit
also supports WS-Addressing and WS-Security, with several other WS-* available
or under development.
req. by and ok robert@