./wip/aols-openssl, OpenSSL module for aolserver

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.0b23nb2, Package name: aols-openssl-3.0b23nb2, Maintainer: iharding

$NetBSD: DESCR,v 1.2 2005/05/23 10:27:03 rillig Exp $
nsopenssl is a module allowing https (secure) access to
aolserver using the OpenSSL library.


Required to run:
[security/openssl] [wip/aolserver4]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: f2dec1c05e7458be6d1765de2c482c5ca03ce5d7
Filesize: 69.643 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
   2010-01-17 13:03:22 by Thomas Klausner | Files touched by this commit (217) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267)
Log message:
Remove obsolete @dirrm lines.
   2008-01-18 05:30:10 by Tobias Nygren | Files touched by this commit (174)
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
   2006-11-11 00:07:17 by Sergey Svishchev | Files touched by this commit (7)
Log message:
Whitespace police.
   2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192)
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
   2006-05-01 16:20:07 by Sergey Svishchev | Files touched by this commit (24)
Log message:
Repair even more linkrot in MASTER_SITES and HOMEPAGEs...
   2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79)
Log message:
Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.