Commit Graph

45428 Commits

Author SHA1 Message Date
ajacoutot
71d81e2e51 - sanitize STDCCFLAGS/CFLAGS
- add -fPIC unconditionally (requested by naddy@) by adding it to
unix.mak (in pwlib) which get sourced by the other ports

feedback from and ok naddy@, thanks!
2008-09-08 17:17:10 +00:00
martynas
920bb74482 > SILC Client 1.1.5 is out. Lots of bugs fixed.
sync with silc-client-1.1.5.  ok jdixon@
2008-09-08 16:31:47 +00:00
brad
d5c0a6d0e8 Upgrade to silc-client 1.1.5; bug fix update.
ok jdixon@
2008-09-08 15:02:41 +00:00
brad
c89c8d6cb4 Enable assembler AES code on amd64 and add missing dependency on Yasm.
ok jdixon@
2008-09-08 15:01:31 +00:00
simon
9024b50e18 remove nonexistent dependency that is covered by base perl but existed
until a few minues ago in mystuff/
no bump as it didn't actually packaged

pointed out by naddy@
2008-09-08 14:15:42 +00:00
okan
59715b6a34 - update to 2152 from Giovanni (MAINTAINER)
- update HOMEPAGE, noticed by simon@
- remove pre-install workaround target

ok simon@
2008-09-08 13:35:11 +00:00
jasper
941bf49812 - update p5-POE-Component-Server-FTP to 0.08 2008-09-08 09:55:16 +00:00
jasper
fb97a30e10 - update p5-Nmap-Parser to 1.16
- fix license
2008-09-08 09:51:22 +00:00
jasper
afe2c5c9d2 - update p5-POE-Component-SSLify to 0.14
- fix depends
2008-09-08 09:50:18 +00:00
jasper
a2735cf550 - update p5-WWW-Wikipedia to 1.94 2008-09-08 09:41:35 +00:00
ajacoutot
9073776a2a - sync: 5248 2008-09-08 09:23:45 +00:00
brad
1e2e907ca7 Bye bye Qt. No longer being used by anything in the ports tree.
"I'm all in favor of dropping old unmaintained stuffs" ajacoutot@
"I can only fully agree to antoine and you wrt ditching the old stuff" jasper@
2008-09-08 08:48:31 +00:00
brad
88d3f8faab Remove explorer. The last port left using Qt. Imported 10 years ago
with no updates since and no official homepage or distsite.

"I'm all in favor of dropping old unmaintained stuffs" ajacoutot@
"I can only fully agree to antoine and you wrt ditching the old stuff" jasper@
2008-09-08 08:40:42 +00:00
wilfried
323e546844 update to 0.9.8 2008-09-08 07:48:43 +00:00
jasper
7b53edb335 - update p5-Font-AFM to 1.20 2008-09-08 00:11:47 +00:00
jasper
a7ab972527 - update p5-LaTeX-TOM to 0.9 2008-09-08 00:07:40 +00:00
jasper
e13355534d - update p5-Font-TTF to 0.45 2008-09-08 00:04:14 +00:00
jasper
0b30139f5c - update p5-Finance-Currency-Convert-XE to 0.15
(adds about 90 new currencies, among other changes)
2008-09-08 00:01:07 +00:00
jasper
0c980da620 - update p5-Array-Compare to 1.16
maintainer (msf@) timed-out
2008-09-07 23:36:27 +00:00
brad
9ff8167cd5 Enable the V4L2 support in Kopete. Tested with MSN webcam support.
ok robert@
2008-09-07 22:58:25 +00:00
brad
d0ee955f35 Update libgsf to 1.14.9.
ok ajacoutot@ jasper@
2008-09-07 22:21:10 +00:00
steven
9d912db4eb update to 1.0.7 2008-09-07 17:13:19 +00:00
simon
a8aecb0a97 update to version 1.10, change homepage to new location, add @bin marker
and drop maintainership
2008-09-07 09:58:14 +00:00
simon
cc7fe3cee0 update to version 1.11 2008-09-07 09:42:01 +00:00
simon
f30f03c529 update to version 1.46 and add @bin marker 2008-09-07 09:21:06 +00:00
simon
8f5103e795 update to version 0.85 2008-09-07 09:15:35 +00:00
simon
d2b7da60ed maintenance update to version 0.21 2008-09-07 09:14:21 +00:00
simon
6e8abdc7ca maintenance update to version 1.01 2008-09-07 09:06:27 +00:00
simon
37eff8fcbe maintenance update to version 1.40000 2008-09-07 09:00:34 +00:00
simon
92ac750774 maintenance update to version 0.14 2008-09-07 08:58:08 +00:00
simon
d26b9a1d65 maintenance update to version 0.21 2008-09-07 08:56:25 +00:00
ajacoutot
ecad5dc344 - add forgotten patches from last commit 2008-09-07 07:54:57 +00:00
ajacoutot
d5e714bad1 - update to rocksndiamonds-3.2.4
ok landry@
2008-09-07 07:54:04 +00:00
djm
04a7186835 The _sha256 and _sha512 modules are not built when Python is built
against OpenSSL 0.9.8 as it includes support for these hashes directly.
Bump pkgname.
Report from Frank Denis
2008-09-06 23:39:57 +00:00
sthen
f6c9102d1a updated patch from Rob Holland, his commentary:
"Andreas Tille, the Debian WordNet maintainer, noticed a bug in my
patch. The bug is not security related, but causes incorrect behaviour
in WordNet.

I replaced a strncpy(s1, s2, strlen(s2)) with a strcpy forgetting that
strncpy invoked that way would always omit the trailing \0 (as the \0
would always be at strlen(s2) + 1). This resulted in a truncation of
output from WordNet which relied on the previous behavior which it
used to 'patch' s1. I've now adjusted the strncpy to be a memcpy and
added a comment, to make the intent of the code clear. (Using a str*
function when you don't wish any handling of \0 is unintuitive to me,
hence my mistake). [..] Apologies for the error."

thanks Rob for the exemplary handling of this advisory. Notifications
to package maintainers and follow-ups are almost unheard-of and very
welcome.
2008-09-06 21:49:15 +00:00
simon
dd7ddb7a1f add p5-Template-Plugin-Markdown 2008-09-06 11:39:45 +00:00
simon
4abf3c114b import p5-Template-Plugin-Markdown
Template::Plugin::Markdown is a plugin for TT which provides a filter to
format your text with Markdown style.

ok okan@ just before the lock
2008-09-06 11:39:40 +00:00
simon
8d14bc6626 add p5-Catalyst-Plugin-C3 to devel/ and p5-Catalyst-Plugin-Cache,
p5-Catalyst-Plugin-Cache-Store-FastMmap,
p5-Catalyst-Plugin-ConfigLoader-Environment,
p5-Catalyst-Plugin-LogWarnings, p5-Catalyst-Component-ACCEPT_CONTEXT,
p5-HTML-SBC and p5-XML-Atom-SimpleFeed to www/
2008-09-06 10:34:06 +00:00
simon
50816c5a70 import p5-XML-Atom-SimpleFeed
This module provides a minimal API for generating Atom syndication feeds
quickly and easily.  It supports all aspects of the Atom format, but it
has no provisions for generating feeds with extension elements.
2008-09-06 10:34:02 +00:00
simon
9e2601c86d import p5-HTML-SBC
Simple Blog Code is a simple markup language.  You can use it for guest
books, blogs, wikis, boards and various other web applications.  It
produces valid and semantic (X)HTML from input and is patterned on that
tiny usenet markups like *bold* and _underline_.
2008-09-06 10:33:59 +00:00
simon
852f94bc24 import p5-Catalyst-Component-ACCEPT_CONTEXT
Models and Views don't usually have access to the request object, since
they probably don't really need it.  Sometimes, however, having the
request context available outside of Controllers makes your application
cleaner.  If that's the case, just use this module as a base class.
2008-09-06 10:33:55 +00:00
simon
cd41d2fadc import p5-Catalyst-Plugin-LogWarnings
This plugin redirects perl's warn() warnings to a Catalyst log
($c->log->warn), allowing you to filter warnings, log warnings to a
database, Log4Perl, etc.
2008-09-06 10:33:51 +00:00
simon
45ab6b9751 import p5-Catalyst-Plugin-ConfigLoader-Environment
Catalyst::Plugin::ConfigLoader::Environment reads environment variables
and sets up the configuration in your application accordingly.
2008-09-06 10:33:48 +00:00
simon
0d029dffa2 import p5-Catalyst-Plugin-Cache-Store-FastMmap
This store plugin is a bit of a wrapper for Cache::FastMmap.
As Cache::FastMmap can't store plain values by default, this module
ships with a subclass that will wrap all values in a scalar reference
before storing.
2008-09-06 10:33:45 +00:00
simon
496c726d2e import p5-Catalyst-Plugin-Cache
This plugin gives you access to a variety of systems for caching data.
It allows you to use a very simple configuration API, while maintaining
the possibility of flexibility when you need it later.
2008-09-06 10:33:41 +00:00
simon
5cec3a7c96 import p5-Catalyst-Plugin-C3
This module is related to the possible transition of Catalyst from NEXT
to Class::C3.  This transition hasn't happened yet, and might not for a
while.
2008-09-06 10:33:37 +00:00
simon
a2209f1df3 add p5-Directory-Scratch, p5-Test-HTML-Tidy, p5-Devel-Cover and
p5-Test-Strict
2008-09-06 09:53:12 +00:00
simon
6bcf4927e8 import p5-Test-Strict
Test::Strict lets you check the syntax, presence of the strict and
warnings pragma in your Perl code.
2008-09-06 09:53:08 +00:00
simon
4ff0561702 import p5-Devel-Cover
This module provides code coverage metrics for Perl.  Code coverage
metrics describe how thoroughly tests exercise code.  By using
Devel::Cover you can discover areas of code not exercised by your tests
and determine which tests to create to increase coverage.  Code coverage
can be considered as an indirect measure of quality.
2008-09-06 09:53:05 +00:00
simon
48e29454e4 import p5-Test-HTML-Tidy
Handy way to check that HTML is valid, according to HTML::Tidy.  It is
built with Test::Builder and plays happily with Test::More and friends.
2008-09-06 09:53:01 +00:00