Commit graph

5233 commits

Author SHA1 Message Date
jmmv
d464689d18 Fix -install_name of library in OS X to include its full path. This is how
other libraries are being installed (as far as otool -D says) and fixes the
execution of mtn, which couldn't find the botan library before.
2009-10-22 10:25:02 +00:00
drochner
ccb0ade6bd update to 2.28.1
This switches to the gnome-2.28 release branch.
2009-10-21 16:37:19 +00:00
reed
cdcef4c516 Increase the BUILDLINK_API_DEPENDS.libgcrypt requirement.
The configure requires GCRY_CIPHER_CAMELLIA128.
(Not bumping PKGREVISION as this is a build issue.)
2009-10-12 15:25:14 +00:00
sno
2e4858807a Updating security/p5-IO-Socket-SSL from 1.30 to 1.31
Upstream changes:
v1.31 2009.09.25
- add and export constants for SSL_VERIFY_*
- set SSL_use_cert if cert is given and not SSL_server
- support alternative CRL file with SSL_crl_file thanks to patch of
  w[DOT]phillip[DOT]moore[AT]gmail[DOT]com
2009-10-11 08:01:27 +00:00
joerg
9170f1ed4b Use correct relative path. 2009-10-07 19:40:41 +00:00
joerg
85920d02fb Share distinfo file between libprelude-* and similar for
libpreludedb-*. Shuffle stuff a bit around in the Makefile.common,
define PATCHDIR in that, don't define user-destdir support there.
2009-10-07 19:39:42 +00:00
joerg
17a8e4d97d Fix DESTDIR build 2009-10-07 17:39:41 +00:00
joerg
7a466a7121 Fix amd64 case. Simplify. 2009-10-06 18:34:14 +00:00
taca
187ecf9484 Update distinfo to current DISTFILES. 2009-10-05 04:28:46 +00:00
jmmv
62df13b509 Set the correct cpu in macppc and macppc64 so that this builds. Only
verified in macppc though.
2009-10-03 18:02:32 +00:00
hasso
3333334de4 Change install location from ${PREFIX}/lib/mozilla/plugins to
${PREFIX}/lib/xulrunner/plugins. Bump PKGREVISION.
2009-10-02 18:51:20 +00:00
hasso
53bad582f5 Adapt reader.conf handling to pcsc-lite changes. 2009-10-02 12:38:44 +00:00
hasso
9f3ce5f310 - Fix reader.conf handling.
- Fix references to the confdir.
- Fix headers so thirdparty apps can be built with pcsc-lite from pkgsrc.
- Some minor changes to fix pkglint warnings.
- Bump PKGREVISION.
2009-10-02 12:36:13 +00:00
hasso
e29c0fd4da Update to 0.9.17.1. Fix PLIST. Fix dependency. Upstream changes since 0.9.17:
- Fix possible encoding error in the message summary view (#360).
2009-10-02 10:25:53 +00:00
hasso
882172627b Fix PLIST and bump PKGREVISION. 2009-10-02 10:19:51 +00:00
hasso
ee2b9e897c Correct PLIST problems and conf file handling. Bump PKGREVISION. 2009-10-02 10:15:10 +00:00
hasso
52a53dcc64 Add libpreludedb-mysql, libpreludedb-perl, libpreludedb-pgsql,
libpreludedb-python and libpreludedb-sqlite3.
2009-10-02 10:08:53 +00:00
hasso
3f85641953 Add Sqlite3 plugin for LibPreludeDB. Approved by agc@. 2009-10-02 10:05:54 +00:00
hasso
113366b43a Add python bindings for LibPreludeDB libraries. Approved by agc@. 2009-10-02 10:04:48 +00:00
hasso
64e5ea0205 Add PostgreSQL plugin for LibPreludeDB. Approved by agc@. 2009-10-02 10:03:08 +00:00
hasso
a44cbbc79b Add MySQL plugin for LibPreludeDB. Approved by agc@. 2009-10-02 10:02:08 +00:00
hasso
22358d22a8 Add perl bindings for LibPreludeDB libraries. Approved by agc@. 2009-10-02 09:59:40 +00:00
hasso
95b2444b22 Split up the libpreludedb. Approved by agc@. 2009-10-02 09:50:38 +00:00
hasso
06197330c6 Update to 0.9.24.1. Upstream changes:
- Use SWIG 1.3.39 to generate bindings code, fixes Prewikka compatibility
  problem because of SWIG version mismatch between libprelude/libpreludedb
  modules.
2009-10-02 09:46:42 +00:00
sketch
3e82c8a23a Add a bunch more gtkdoc-rebase workarounds. 2009-09-30 09:22:47 +00:00
wiz
62b20db6ab Fix build on systems with native getline() function.
From Anon.
2009-09-29 17:10:38 +00:00
tnn
7e91b0e7bc - AIX fixes from Louis Guillaume
- kill a trailing whitespace
2009-09-28 20:15:08 +00:00
hasso
911a6b035b Update to 0.6.18.
* USB code for BSD fixed by Emmanuel Dreyfus
* Add support for Rutoken S by  Aktiv Co. / Aleksey Samsonov
* Plus some fixes to Info.plist (for users combining openct with pcsc-lite).
2009-09-25 08:36:05 +00:00
tnn
7f4d50f202 really fix 2009-09-24 18:46:26 +00:00
tnn
c007677647 PLIST fix for ldap option. From Matthias Ferdinand. 2009-09-24 18:44:49 +00:00
jmmv
b5087ad17a Include bsd.prefs.mk to get the definition of MACHINE_ARCH. 2009-09-23 16:36:30 +00:00
jmmv
a2261658c3 Update to 1.8.7. Too many changes to list here.
This update is quite delicate and I'm sure it'll break somewhere.  So far
I've only been able to test it in NetBSD/amd64 and Mac OS X Leopard.

I'm bumping the dependency version in buildlink3.mk because the only package
using this seems to be Monotone, and I'll updating it right away.
2009-09-23 16:03:25 +00:00
tron
2ffbaf3d20 Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".

Approved by Thomas Klausner.
2009-09-23 09:54:45 +00:00
sno
12eb3b028a Added security/p5-Text-Password-Pronounceable version 0.28 2009-09-22 19:36:08 +00:00
sno
74d94cfd5e Importing package security/p5-Text-Password-Pronounceable for p5 module
Text::Password::Pronounceable v0.28 from PR pkg/42022 with some
modifications.

This module generates pronuceable passwords, based the the English digraphs by
D Edwards.
2009-09-22 19:35:32 +00:00
taca
21b1fad22d Retire security/fprot-workstation-bin package. It was F-PROT Antivirus
version 4.x whose support ended Jan. 2009.
2009-09-22 17:51:45 +00:00
taca
3d71b71493 * Add f-prot-antivirus6.
* Add and enable f-prot-antivirus6-fs-bin, f-prot-antivirus6-ms-bin
  and f-prot-antivirus6-ws-bin.
* Remove fprot-workstation-bin.
2009-09-22 17:45:05 +00:00
taca
5b546f54af Importing F-PROT Antivirus for workstations.
F-PROT Antivirus is commercial product of FRISK Software International Inc.
2009-09-22 17:42:40 +00:00
taca
17f06f841e Importing F-PROT Antivirus for mailservers.
F-PROT Antivirus is commercial product of FRISK Software International Inc.
2009-09-22 17:41:07 +00:00
taca
74d40fbdb3 Importing F-PROT Antivirus for fileservers.
F-PROT Antivirus is commercial product of FRISK Software International Inc.
2009-09-22 17:40:32 +00:00
taca
e35c118429 Importing common files for F-PROT Antivirus version 6.x.
F-PROT Antivirus is commercial product of FRISK Software International Inc.
2009-09-22 17:38:33 +00:00
wiz
de5379c30c Comment out crudesaml, it is not a package, just shared files for others.
Add comment to that effect.
2009-09-22 13:11:06 +00:00
wiz
1af8055190 Remove superfluous line. 2009-09-22 13:10:28 +00:00
spz
fa36e46c3f add an option to openvpn to enable using certificates on USB sticks
or cards (etc) that are using the PKCS11 protocol
2009-09-21 12:33:31 +00:00
sno
e940ceac61 Updating security/p5-Authen-CAS-Client from 0.04 to 0.05
pkgsrc changes:
  - Add commented license type
  - Add Perl module type

Upstream changes:
changes from 0.04 to 0.05
-------------------------
  * added doc() accessor to response types
  * added better error handling with better error messages
  * updated perldocs with new functionality and consistency fixes
  * changed user-agent string to reflect module name
2009-09-19 22:28:52 +00:00
sno
84180c5810 Updating security/p5-Crypt-DSA from 0.14nb1 to 1.16
pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
1.16 2009.09.11
	- Switching to production release
	- Switching to non-development version

0.15_01 2009.02.13
	- Updated to Module::Install 0.91
	- Added a consistent $VERSION across the entire distro
	- Removed the optional dependency on Convert::PEM for more
	  consistent downstream packaging (it was pointless to ask
	  since most people don't know what it is anyways).
	- Data::Buffer has almost perfect CPAN Testers PASS, so always
	  install it (plus, SSH2 is common now).
	- Added some missing dependencies to the Makefile.PL
	- Removed the sign(1) and auto_install (which was dangerous)
	- Removed all the magic repository tags that would change depending
	  on who was maintaining it.
	- Adding missing test_requires for Test.pm and Test::More (I'll
	  migrate the remaining tests away from Test.pm next release)
	- Merged the ToDo file into the POD
2009-09-19 22:22:34 +00:00
jnemeth
97170367db add and activate crudesaml 2009-09-17 19:01:49 +00:00
spz
2515e31957 take wip/pkcs11-helper as generated by Daniel 'morr' Horecki <shinden@@linux.pl>
add options, DESTDIR, LICENSE and other small updates to pkgsrc-current
2009-09-15 20:03:47 +00:00
spz
00f58a8658 take wip/pkcs11-helper as generated by Daniel 'morr' Horecki <shinden@linux.pl>
add options, DESTDIR, LICENSE and other small updates to pkgsrc-current
2009-09-15 20:00:47 +00:00
joerg
d8edd02e8c Fix libtool usage 2009-09-15 17:56:16 +00:00