by adding includepaths explicitly)
- Fix permissions by replacing 'cp's and 'install's by BSD_INSTALL_XXX
equivalents
PR: ports/101362
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
will be linked against it anyway, not against a system one.
- Pass maintainership to submitter
PR: ports/101445
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
will be linked against it anyway, not against a system one.
- Pass maintainership to submitter
PR: ports/101438
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
will be linked against it anyway, not against a system one.
- Define USE_GETTEXT to make portlint happy
- Define INSTALLS_ICONS to update icon cache
PR: ports/101444
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Dbmail is the name of a group of programs that enable the possiblilty
of storing and retrieving mail messages from a database (currently
MySQL, PostgreSQL or SQLite).
What are the advantages?
* Scalability.
Dbmail is as scalable as the database that is used for the
mail storage.
* Manageability.
Dbmail is based upon a database. Dbmail can be managed by
changing settings in the database (f.e. using PHP/Perl/SQL).
* Speed.
Dbmail uses very efficient, database specific queries for
retrieving mail information. This is much faster then parsing
a filesystem.
* Security.
Dbmail has got nothing to do with the filesystem or interaction
with other programs in the Unix environment which need special
permissions. Dbmail is as secure as the database it's based
upon.
* Flexibility.
Changes on a Dbmail system (adding of users, changing passwords
etc.) are effective immediately.
WWW: http://www.dbmail.org/
PR: ports/101356
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
to execute them over a given set of messages
A library for parsing, sorting and filtering your mail. libSieve
provides a library to interpret Sieve scripts, and to execute
those scripts over a given set of messages. The return codes
from the libSieve functions let your program know how to handle
the message, and then it's up to you to make it so. libSieve
makes no attempt to have knowledge of how SMTP, IMAP, or anything
else work; just how to parse and deal with a buffer full of
emails.
PR: ports/101346
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
Changelog:
* Big thank you to Stanislav Sedov for adding russian font support to 04b08.
* The corners image has been removed from gadcon modules.
* Added an invisible shelf theme, and shelf inset to jive with the pre shelf
theme look.
* The new fileselection wobble has been added.
PR: ports/101349
Submitted by: Stanislav Sedov (maintainer)
- Fix permissions (change cp->install in Makefile)
- Use new OCaml framework
- Pass maintainership to submitter
PR: ports/101130
Submitted by: Stanislav Sedov
is enabled, it treats CJK ambiguous characters as full width.
This feature is very helpful for reading legacy CJK applications'
output which assume all CJK characters are full width.
This option is default off.
The patch is obtained from
http://www.mhsin.org/~mhsin/patches/screen/patch-cjkwidth
The credit belongs to Michael Hsin <mhsin _at mhsin.org>.
It also has been submitted to upstream:
http://savannah.gnu.org/bugs/?func=detailitem&item_id=16666
PR: ports/96167
Submitted by: rafan
Approved by: maintainer timeout (3 months and 2 weeks)
- Add patch for sound and joystick support taken from icculus.org/duke3d.
- Integrate with games/duke3d-data.
- Remove wrapper scripts (use programs' search path routines).
- Remove CONFLICTS with nonexistent (removed) port games/duke3d.
- Move notes in files/pkg-message.in to pkg-descr.
PR: ports/101279
Submitted by: alepulver (myself)
Approved by: maintainer