Commit Graph

36375 Commits

Author SHA1 Message Date
jakob
a349c1f044 Postfix v2.3.6 2007-01-03 08:32:17 +00:00
steven
2bbc2f11ca update to 6.66
from maintainer Patrick Keshishian
2007-01-03 05:58:32 +00:00
jasper
d055223eb0 add p5-Filter-Template 2007-01-02 22:16:12 +00:00
jasper
259a687611 import p5-Filter-Template 1.02
Filter::Template is a Perl source filter that provides simple inline
source code templates. Inlined source code can be significantly faster
than subroutines, especially for small-scale functions like accessors
and mutators. On the other hand, they are more difficult to maintain and
use.

ok steven@
2007-01-02 21:42:05 +00:00
robert
27cae3ba7a - update to version 1.2
- install socrates which parses and renders presentations in a simple
text format
- point to the correct location of socrates documentation in README

from Will Maier <willmaier@ml1.net> (MAINTAINER); mods by me
2007-01-02 21:40:52 +00:00
robert
900dc9bfe8 fix a buffer overflow found in the code used to handle RealMedia RTSP
streams; bump PKNAME;

from Brad <brad@comstyle.com>
2007-01-02 19:42:59 +00:00
ajacoutot
08fd96d638 - add -pthread to all pc files for pkg-config usage
- bump PKGNAME
2007-01-02 19:39:27 +00:00
robert
c60a32e1ad +ruby-facter 2007-01-02 19:13:08 +00:00
robert
48968fd070 import of ruby-facter-1.3.5:
A cross-platform Ruby library for retrieving facts from operating systems.
Supports multiple resolution mechanisms, any of which can be restricted to
working only on certain operating systems or environments.
Facter is especially useful for retrieving things like operating system names,
IP addresses, MAC addresses, and SSH keys.
2007-01-02 19:11:15 +00:00
ajacoutot
a9fdd0d7c9 - chase pilot-link update
- respect CFLAGS
- bump PKGNAME
2007-01-02 18:39:10 +00:00
ajacoutot
fe0a6bedec - make jpilot compile again after pilot-link update 2007-01-02 18:27:18 +00:00
jasper
4556e935b9 uncomment p5-POE-Filter-XML and p5-POE-Component-Jabber for now, as some dependencies (i thought were already imported) are awaiting approval. 2007-01-02 16:07:30 +00:00
jasper
91dfa9e6f9 add p5-POE-Component-Jabber 2007-01-02 15:07:53 +00:00
jasper
543b730df5 import p5-POE-Component-Jabber 1.21
POE::Component::Jabber is a module that simplies for the POE developer,
access to the Jabber protocol through the use of one of the four Client
classes. With built in events for common Jabber packets, all a POE
developer need do is provide an event and arguments for most events so
the responses to the requests can be properly handled by the coder.
2007-01-02 15:04:06 +00:00
jasper
07776ab6e3 add p5-POE-Filter-XML 2007-01-02 14:57:20 +00:00
jasper
43dd3f8c47 forgot to clean this shit...sorry. 2007-01-02 14:55:09 +00:00
jasper
50f1547747 import p5-POE-Filter-XML 0.32
POE::Filter::XML provides POE with a completely encapsulated XML parsing
strategy for POE::Wheels that will be dealing with XML streams.
2007-01-02 14:50:20 +00:00
steven
aa82550acb bump after substitution bug fix (changed PREFIX in MESSAGE)
ok espie
2007-01-02 13:50:31 +00:00
ajacoutot
2fc36d0452 - enable threads
- some cosmetic while here

ok robert@
2007-01-02 11:11:18 +00:00
ajacoutot
eedc265d9f - compile GSSAPI support unconditionally (remove kerberos FLAVOR)
- take over maintainership
- bump all PKGNAMEs

ok sturm@ jakob@ (former maintainer)
2007-01-02 10:23:37 +00:00
robert
26c85981d5 fix a buffer overflow found in the code used to handle RealMedia RTSP
streams by applying the patches provided by the MPlayer team;

from Brad <brad@comstyle.com>
2007-01-02 09:01:58 +00:00
naddy
2396145dc9 SECURITY:
Fix format string vulnerability.
http://www.openpkg.com/security/advisories/OpenPKG-SA-2006.044.html

via Han Boetes
2007-01-01 23:38:51 +00:00
naddy
b4c4f53d96 on further reflection, bump pkgnames 2007-01-01 23:10:24 +00:00
naddy
aa3aa0f57f fix MESSAGEs using new substitution feature 2007-01-01 23:02:57 +00:00
kili
1f786a8c4a xargs without -r is bad. Why didn't anyone yell at me when i committed this? 2007-01-01 22:54:46 +00:00
jasper
9ac722d423 update herrie to 1.2 2007-01-01 21:50:24 +00:00
jakob
09f1b1cd88 imapd release 2006d 2007-01-01 21:25:20 +00:00
jasper
7c707e1ecd - update to 0.35.2
- swap RUN and BUILD_DEPENDS

ok steven@
2007-01-01 20:08:35 +00:00
deanna
cbd2ded6ef Update to 2.5.
Testing by steven@ and Joachim Schipper, thanks!

ok steven@
2007-01-01 17:56:39 +00:00
kili
411c7c67ca Add epdfview. 2007-01-01 12:35:20 +00:00
kili
1c984f1b16 ePDFView is a free lightweight PDF document viewer using Poppler,
cairo and GTK+ libraries. The aim of ePDFView is to make a simple
PDF document viewer, in the lines of Evince but without using the
GNOME libraries.

From Vlad Glagolev <stelzy at gmail dot com>.
2007-01-01 12:32:38 +00:00
steven
9cd9ff7637 BUILD_DEPENDS on gmpc 2007-01-01 10:43:23 +00:00
ajacoutot
298009d0b3 - rewrite pkg/DESCR to make it clear that the security feature of hiawatha
is claimed by the author, not OpenBSD
- bump PKGNAME
idea by Adam <suck at my-balls dot com> on ports@
2006-12-31 19:15:51 +00:00
espie
543bcfd5cb fix MESSAGEs using new substitution feature 2006-12-31 13:15:38 +00:00
espie
9f019509e8 prefer subpackage-dependent version of variables for substitutions.
this lets the correct PREFIX be substituted in packages, among other things.

Problem discovered in php5-extensions
2006-12-31 13:12:35 +00:00
ajacoutot
0b7aa49560 - fix a bug where jpilot didn't print the last page when ghostscript was
used ; corrected upstream
patch by David Fries <david at fries dot net> via todd@
2006-12-31 10:47:39 +00:00
ajacoutot
6c8a6cfbcd Add hiawatha 2006-12-31 10:35:04 +00:00
ajacoutot
39aa7e7766 Add _hiawatha (www/hiawatha) 2006-12-31 10:34:26 +00:00
ajacoutot
9efd6b93ef Import hiawatha-5.4
Hiawatha is a secure webserver for Unix. It has been written with 'being
secure' as its main goal.  Hiawatha has many security features that no
other webserver has.
Hiawatha does not have all the fancy features, but it is very secure and
fast and is really easy to configure.  Rootjail, run CGIs under any
uid/gid you want, prevention of SQL injection and cross-site scripting,
banning of clients who try such exploits and many other features make
Hiawatha an interesting webserver for those who need more security than
what the other available webservers are offering.

ok steven@
2006-12-31 10:32:42 +00:00
msf
50d152af49 +p5-Test-Spelling 2006-12-31 08:40:34 +00:00
msf
2c9c1db5da initial import of Test::Spelling 0.11
"Test::Spelling" lets you check the spelling of a POD file, and
report its results in standard "Test::Simple" fashion.
2006-12-31 08:38:28 +00:00
msf
c11f7f72af +p5-Pod-Tests 2006-12-31 08:31:58 +00:00
msf
f1464ded3d initial import of Pod::Spell 1.01
Pod::Spell is a Pod formatter whose output is good for spellchecking.
Pod::Spell rather like Pod::Text, except that it doesn't put much
effort into actual formatting, and it suppresses things that look
like Perl symbols or Perl jargon (so that your spellchecking program
won't complain about mystery words like "$thing" or ""Foo::Bar""
or "hashref").
2006-12-31 08:30:15 +00:00
kurt
f20ee96cd0 - remove some unused dirs
- register the components in the default component registry
2006-12-31 01:13:24 +00:00
msf
da421b73db add a missing include to rdoc. from ruby subversion, pointed out by ray@
bump PKGNAME
2006-12-31 01:04:09 +00:00
bernd
89e5fee470 +gmpccaa 2006-12-30 23:39:56 +00:00
bernd
4dd58455fb Initial import of gmpccaa-0.1.0.
This gmpc plugin can fetch the cover art for your music from Amazon.

tested & ok by jasper@
2006-12-30 23:38:43 +00:00
bernd
539bc2ef99 The firefox/thunderbird language packages have to be in sync with the main
programs. Fix RUN_DEPENDS so package updates work correctly.

Update problem reported by some guy at 23C3 in Berlin. RUN_DEPENDS problem
noticed by sturm@.

ok sturm@, ajacoutot@
2006-12-30 22:53:03 +00:00
naddy
d187595079 avoid __malloc name clash; from star 1.5.x 2006-12-30 20:25:59 +00:00
matthieu
b6f703a7b9 funet.fi samba mirror moved. ok espie@ 2006-12-30 19:43:02 +00:00