espie
195aacee0c
update to 1.4.4, builds and runs...
2006-12-18 16:05:23 +00:00
espie
58e493f790
update to cmake 2.4.5, quite a few patches vanish since cmake can now
...
build stuff with system libraries, so we no longer have to repair
curl/zlib... just xmlrpc which cmake can't find without help.
2006-12-18 16:04:31 +00:00
espie
a0d9733cbd
+xmlrpc-c
2006-12-18 14:43:30 +00:00
espie
31e4f1d7d2
xmlrpc C/C++ library, prereq for newer cmake.
...
Also, makes sense to take this code out, as some other stuff is bound
to want this at some point.
This library is incredibly sloppy engineering. Reasonably readable
code, looks sensible, but incredible lack of testing (doesn't even pass
its own testsuite on a stable release... and does a lot of things that
can't work outside of linux... makes you wonder who is actually using
this...)
2006-12-18 14:39:56 +00:00
espie
1ef1f2940b
let check-newlib-depends use the new targets
2006-12-18 12:53:09 +00:00
espie
5efd6b68e4
duplicate the print-plist targets, add a version -with-depends, which is
...
slower, but shows dependency lines as well...
Also fix target evaluation to work like it does elsewhere
2006-12-18 12:52:34 +00:00
wilfried
7e2fd65f75
Add missing $OpenBSD$ tag
2006-12-18 12:40:11 +00:00
bernd
c14c72f9d1
Remove pkgconfig from BUILD_DEPENDS. Spotted by kili@.
2006-12-18 11:50:15 +00:00
bernd
1d2d518f2b
Fix LIB_DEPENDS for dbv4. This unbreaks package installation.
2006-12-18 11:31:30 +00:00
jasper
4c3a0ca03f
update to libshout 2.2.2
...
from MAINTAINER Moritz Grimm <mlist at scapa.dnsalias.net>
2006-12-18 10:34:23 +00:00
robert
c78b4efe0d
revert a part of the last commit that was commited accidentally
...
while removing the pkgconfig dependency; noticed by viq <vicviq@gmail.com>
2006-12-18 09:51:29 +00:00
mbalmer
759fb99dc0
Maintenance update to version 3.68, from maintainer Rui Reis.
2006-12-18 09:06:15 +00:00
steven
93db1803b0
fix rcsid
2006-12-18 07:46:19 +00:00
jakob
c158d5b941
postfix snapshot 20061210
2006-12-18 07:19:39 +00:00
jakob
20345d60e9
postfix version 2.3.5
2006-12-17 22:20:29 +00:00
jcs
c1b8dc3703
update to tor-0.1.1.26; from maintainer
2006-12-17 21:56:50 +00:00
kili
f50270bc88
Swap RUN_DEPENDS and BUILD_DEPENDS.
...
ok dassow@
2006-12-17 20:13:33 +00:00
kili
64a78c2ae6
Swap RUN_DEPENDS and BUILD_DEPENDS. Remove BUILD_DEPENDS (NO_BUILD=Yes).
...
ok dassow@
2006-12-17 20:11:22 +00:00
espie
77f4c7614d
nikolay, don't add pkg-config when I'm getting rid of it ;-)
2006-12-17 18:58:49 +00:00
jasper
7c33017590
add p5-WWW-Robot
2006-12-17 18:11:13 +00:00
jasper
1eeb4dd082
import p5-WWW-Robot 0.024
...
This module implements a configurable web traversal engine, for a robot
or other web agent. Given an initial web page (URL), the Robot will get
the contents of that page, and extract all links on the page, adding
them to a list of URLs to visit.
Features of the Robot module include:
* Follows the Robot Exclusion Protocol.
* Supports the META element proposed extensions to the Protocol.
* Implements many of the Guidelines for Robot Writers.
* Configurable.
* Builds on standard Perl 5 modules for WWW, HTTP, HTML, etc.
2006-12-17 18:09:41 +00:00
jasper
2ca7ee38e8
add p5-Crypt-Blowfish_PP
2006-12-17 18:03:37 +00:00
jasper
07a3bafd8e
import Crypt::Blowfish_PP 1.12
...
The Crypt::Blowfish_PP module provides for users to use the Blowfish
encryption algorithm in perl. The implementation is entirely Object
Oriented, as there is quite a lot of context inherent in making blowfish
as fast as it is. The key is anywhere between 64 and 448 bits (8 and 56
bytes), and should be passed as a packed string. The transformation
itself is a 16-round Feistel Network, and operates on a 64 bit block.
2006-12-17 17:49:44 +00:00
mbalmer
a5aaded3ec
Maintenance update to version 0.88.7, improvements in mail scanning.
...
Bump the major SHARED_LIBS number because exposed structs and interfaces
changed.
2006-12-17 15:19:30 +00:00
jasper
84962735d7
add l2p
2006-12-17 15:03:15 +00:00
jasper
dee027de6e
import l2p 1.0
...
L2P creates PNG images of mathematical expressions formatted in LaTeX.
While it can convert a whole LaTeX document, it is designed to easily
generate images from just a fragment of LaTeX code.
2006-12-17 15:01:57 +00:00
jasper
08a5abab9b
Okan Demirmen <okan at demirmen.com> drops maintainership,
...
Giovanni Bechis <bigionews at snb.it> takes over.
bump pkgname.
2006-12-17 14:22:46 +00:00
ajacoutot
7a9dcfa8fc
- update to version 1.3.2
...
big thanks to Martynas Venckus for his work on regression tests
"go ahead!" jasper@
2006-12-17 12:12:58 +00:00
kili
8d2cee5205
Swap RUN_DEPENDS and BUILD_DEPENDS. No bump required.
...
ok steven@
There'l be more of this, including some ports where a
RUN_DEPENDS=${BUILD_DEPENDS} really causes wrong runtime
dependencies.
2006-12-17 11:56:56 +00:00
kili
3715e8167f
Swap RUN_DEPENDS and BUILD_DEPENDS. Remove BUILD_DEPENDS, because it's
...
NO_BUILD=Yes (thanks to steven@ for pointing this out).
No bump required.
ok steven@
2006-12-17 11:50:51 +00:00
kili
04f3bd9a44
Remove bogus REGRESS_DEPENDS=${BUILD_DEPENDS}.
...
ok steven@
2006-12-17 11:49:12 +00:00
kili
4db9a6dab1
Swap RUN_DEPENDS and BUILD_DEPENDS. Bump pkgname.
...
ok steven@
2006-12-17 11:47:12 +00:00
steven
b0708f65dc
fetch distfile from sourceforge. new checksum since the new distfile does
...
not include the config.cache file. no package change.
from Mikolaj Kucharski
2006-12-17 11:07:08 +00:00
dassow
de9817ab0b
hook in p5-FCGI-ProcManager
2006-12-17 09:36:46 +00:00
dassow
a3e24452bf
Import p5-FCGI-ProcManager - perl functions for managing FastCGI
...
applications
ok steven@
2006-12-17 09:25:11 +00:00
steven
171a417988
fix WANTLIB and LIB_DEPENDS for gtk flavor. reminded by Mikolaj Kucharski
2006-12-17 09:14:36 +00:00
steven
3b240c87e8
fix WANTLIB and LIB_DEPENDS for gtk2 flavor
...
remove pkgconfig dependency while here.
2006-12-17 09:01:47 +00:00
steven
aa7ce446bf
bump pkgname after maintainer change
2006-12-17 08:23:29 +00:00
ian
e6092b3031
Add MAINTAINER line
2006-12-17 01:54:08 +00:00
ian
ca16b80b20
Unbreak systrace build; add GeoIP as REGRESS_DEPENDS and RUN_DEPENDS; split out
...
program's regress from its implicit use inside build to an explicit regress target.
Bump pkg. Prodded by steven@, help from him & kurt@, "go ahead" steven@.
2006-12-16 21:16:21 +00:00
ian
3bc8a88597
+= asterisk-native-sounds
2006-12-16 20:18:44 +00:00
ian
0874a045fc
Import asterisk-native-sounds, higher-quality versions of the "basic"
...
asterisk sounds. Help and OK steven@
2006-12-16 19:45:14 +00:00
pvalchev
232caf4444
Mark as broken on architectures other than i386/sparc*, due to incorrect
...
use of varargs and other unportable constructs (that nobody has stepped
up to fix in years).
2006-12-16 19:34:14 +00:00
espie
dd61bf7595
do not build
2006-12-16 12:48:09 +00:00
espie
6283751681
zap more pkgconfig
2006-12-16 12:47:40 +00:00
espie
0cd1991e99
blast another pkg-config dep
2006-12-16 12:30:32 +00:00
espie
0f5dc96ea1
say goodbye to GNU land.
2006-12-16 12:22:32 +00:00
robert
1ba388a915
add _openvpn
2006-12-16 11:58:21 +00:00
espie
25c626b21e
activate our pkg-config.
2006-12-16 11:53:46 +00:00
steven
25e0f653f0
add license
2006-12-16 11:24:12 +00:00