Commit graph

158128 commits

Author SHA1 Message Date
tonnerre
799835edb4 Import libcassandra version 20100501.
libcassandra is a C++ client API for Apache Cassandra. The standard
front-end (in the sense of "language binding") for writing C++ programs
that use Cassandra.
2010-05-01 15:09:44 +00:00
abs
39301069a9 Haven't used this in a long time, release maintainership 2010-05-01 09:56:46 +00:00
tonnerre
106355a94f Added devel/libthrift version 0.2.0 2010-05-01 02:49:59 +00:00
tonnerre
cf4c3eb102 Import libthrift version 0.2.0.
Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to
build services that work efficiently and seamlessly between C++, Java,
Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and OCaml.
2010-05-01 02:49:10 +00:00
tonnerre
bdadd0ea7d Added databases/p5-Net-Cassandra version 0.35 2010-04-30 23:10:14 +00:00
tonnerre
697b459773 Import the Net-Cassandra Perl module, version 0.35.
This module provides an interface the to Cassandra distributed database.
It uses the Thrift interface. This is changing rapidly and supports
version 0.5.0 of Cassandra.
2010-04-30 23:09:57 +00:00
schmonz
7cac557154 Updated mail/getmail to 4.17.0 2010-04-30 21:56:30 +00:00
schmonz
a1943e583c Update to 4.17.0. From the changelog:
- change to how getmail counts messages in an IMAP mailbox; prevents problems
  where getmail would only see the first 500 messages in a mailbox with some
  IMAP servers that return oddball responses to SELECT. Thanks: David Damerell.
2010-04-30 21:56:19 +00:00
minskim
15bf36cbe2 Update tex-ifluatex-doc's DISTFILES. No functional change. 2010-04-30 20:43:39 +00:00
minskim
c6ded7af97 Update tex-ifluatex's DISTFILES. No functional change. 2010-04-30 20:42:12 +00:00
minskim
0541a9d969 Remove an entry from PLIST which shoud have been removed in the
previous commit.
2010-04-30 20:32:51 +00:00
minskim
dab18015c0 Note update of tex-oberdiek{,-doc}, tex-ltxmisc, and teTeX-texmf. 2010-04-30 19:02:04 +00:00
minskim
27706d4ce7 - Resolve conflicts with tex-collection-basic.
- Depend on packages separated from tex-ltxmisc.
2010-04-30 18:55:00 +00:00
minskim
6090a43117 Update tex-ltxmisc to 2009.
Many packages were separated from this.
2010-04-30 18:54:00 +00:00
minskim
fc277a2633 Update tex-oberdiek{,-doc} to 2009.
- ifluatex is now a separate pacakge.
- New LaTeX styles were added including embedfile, gettitlestring, and
  hologo.
2010-04-30 18:53:26 +00:00
minskim
8c9dfd817b Add tex-sansmath{,-doc}. 2010-04-30 18:19:37 +00:00
minskim
9529d42241 Import tex-sansmath-doc-1.1 as print/tex-sansmath-doc.
This is documentation for tex-sansmath.
2010-04-30 18:18:29 +00:00
minskim
3b5c321f78 Import tex-sansmath-1.1 as print/tex-sansmath.
The package defines a new math version sans, and a command \sansmath
that behaves somewhat like \boldmath.
2010-04-30 18:18:18 +00:00
minskim
9a3d4dd687 Update tex-kpathsea's DISTFILES. Only files not installed have changed. 2010-04-30 17:33:39 +00:00
tron
211a3d3659 Explain options of the "apache22" package. 2010-04-30 16:31:37 +00:00
tron
0f4d053426 Note update of the "apache22" package to version 2.2.15nb1. 2010-04-30 16:31:29 +00:00
tron
bd1d3a93e4 Overhaul option and package list handling:
1.) Add missing modules "mod_proxy_scgi.so" and "mod_reqtimeout.so"
    if the package is built with shared modules enabled.
    This fixes PR pkg/43229 by Ryo HAYASAKA.
2.) Get rid of "PLIST.worker" and use "PLIST_VARS" instead.
3.) Use an option group instead of the "APACHE_MPM" configuration variable
    to configure the worker model.
4.) Enable the "apache-shared-modules" options by default. This provides
    more flexibility and matches the behaviour of a lot of other
    platforms e.g. Solaris or Linux distributions like Ubuntu.

Bump the package revision as the binary package will change by default.
2010-04-30 16:30:09 +00:00
ghen
67f89f813c Fix some pkglint nits. 2010-04-30 10:50:21 +00:00
ghen
0fbdffa3e2 Updated mail/dovecot to 1.2.11nb1 (Sieve plugin 0.1.16 update). 2010-04-30 10:44:21 +00:00
ghen
89025ee16a Update the Pigeonhole Sieve plugin to 0.1.16, bump dovecot's PKGREVISION.
The main thing that this new release adds is full support for the spamtest,
spamtestplus and virustest extensions. These extensions implement a uniform
means of testing the content spam/virus status headers in mail messages:

  http://ietfreport.isoc.org/idref/rfc5235/

Not many people have tested these new features yet and therefore these are
currently considered experimental. Test these thoroughly before you start using
them! Documentation is available in share/doc/dovecot/spamtest-virustest.txt

Changelog Sieve v0.1.16:

   * Finished implementation of spamtest, spamtestplus and virustest
     extensions. These are not enabled by default and need to be
     activated with the sieve_extensions setting. Documentation available
     in doc/spamtest-virustest.txt
   + Vacation extension: the from address of the generated reply is now
     by default equal to whatever known recipient alias matched the
     headers of the message. If it is one of the aliases specified with
     :addresses, it is used in stead of the envelope recipient address
     that was used before.
   + Restructured and optimized the lexical scanner.
   + Added --with-docs configure option to allow disabling installation
     of documentation.
   - Accidentally omitted 'extern' in two declarations of global
     variables in header files, causing compile failures on certain
     systems.
   - Deprecated imapflags extension: fixed implicit assignment of flags.
     Turns out this never really worked, but the effect of this bug was
     obscured by the removeflag bug fixed in the previous release.
   - Fixed various memset argument mixups in enotify extension. This
     caused warnings on certain systems, but luckily no adverse effects
     at runtime.
2010-04-30 10:43:26 +00:00
wiz
f0e972ff3f Added x11/gtkmm-utils version 0.4.1 2010-04-30 10:19:55 +00:00
wiz
a44d705252 Fix path to itself. 2010-04-30 10:18:18 +00:00
wiz
fac868532a + gtkmm-utils. 2010-04-30 10:18:05 +00:00
wiz
29dd02ef25 Initial import of gtkmm-utils-0.4.1:
Utility functions, classes and widgets written on top of gtkmm and
glibmm.

 - logging framework
 - option parsing, date and string utilities
 - tile widgets
 - dialog helpers
2010-04-30 10:17:46 +00:00
ahoka
845886e34f Updated devel/opengrok to 0.8.1 2010-04-30 10:16:24 +00:00
wiz
de49d89949 Added textproc/dadadodo version 1.04 2010-04-30 10:05:32 +00:00
wiz
38eb3e31fa + dadadodo. 2010-04-30 10:05:23 +00:00
wiz
1a2f1ec2d7 Initial import of dadadodo-1.04:
dadadodo analyses text files and generates Markov chains of word
frequencies; it can then generate random sentences based on that
data.
2010-04-30 10:04:56 +00:00
wiz
6b8c87d4c6 Fix typos in COMMENT. 2010-04-30 09:41:45 +00:00
sbd
c201b54e53 Add some version info to the pkgtools/osabi addition. 2010-04-30 08:51:51 +00:00
sbd
5290bb9aee Simplify the osabi dependence as suggested by wiz@. 2010-04-30 08:14:04 +00:00
wiz
e72dfaba0c Updated sysutils/filelight to 1.0nb12 2010-04-30 08:12:26 +00:00
wiz
166e39cae2 Include desktopdb.mk, bump PKGREVISION. 2010-04-30 08:12:14 +00:00
sbd
4970daf7e6 Update the master sites 2010-04-30 07:30:28 +00:00
sbd
f22ad99c49 Enable the tests, and add an "opt" targent so "make opt" can be used to run
the optional tests.
2010-04-30 07:27:16 +00:00
sbd
ee0144a2d1 Remove LSOF_MORE_SECURE and LSOF_LESS_SECURE_SOCKETS variables and add
option descriptions for lsof-more-secure and lsof-less-secure-sockets.
2010-04-30 06:57:35 +00:00
sbd
b184cf518d Move lsof from using the LSOF_MORE_SECURE and LSOF_LESS_SECURE_SOCKETS to
using pkg options lsof-more-secure and lsof-less-secure-sockets.

Also change the way the option are applied, the same way that the Customize
script does and it works on all supported dialects.
2010-04-30 06:53:06 +00:00
kefren
5eb519746f Escape sharp in comment 2010-04-30 06:31:32 +00:00
obache
eddc71a562 Interix GNU cc doesn't support `-fPIC'. 2010-04-30 06:03:36 +00:00
sbd
8a68e86174 Improve the pattern of the osabi dependence again! 2010-04-30 05:42:12 +00:00
sbd
97498284c6 Change the pattern of the osabi dependence to one the actually works! 2010-04-30 04:05:16 +00:00
sbd
f03483cd53 Updated pkgtools/x11-links to 0.48 2010-04-30 03:38:00 +00:00
sbd
5268dbae38 Update to x11-links-0.48
This is just a simple version bump so that ${OS_VERSION} can be removed from
the DISTNAME as this package now depends on 'pkgtools/osabi'

Update BUILDLINK_API_DEPENDS.x11-links to match.
2010-04-30 03:37:44 +00:00
sbd
53eb3c505b Make all packages that set OSVERSION_SPECIFIC depends on pkgtools/osabi.
Also include a note about changes to OS_VERSION in bsd.prefs.mk
2010-04-30 03:29:55 +00:00
sbd
63ddc26df9 Added pkgtools/osabi 2010-04-30 03:23:27 +00:00