FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 7:14 PM GMT
Port details
pear-Crypt_CBC 1.0.1 security on this many watch lists=4 search for ports that depend on this port
PEAR class to emulate Perl's Crypt::CBC module
Maintained by: miwi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 30 Jan 2003 09:50:41
Also Listed In: www pear
License: not specified in port
A PEAR class to emulate Perl's Crypt::CBC module.

WWW: http://pear.php.net/package-info.php?package=Crypt_CBC
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/pear
Required To Run: devel/pear, devel/pear

Required by:
for Run

To install the port: cd /usr/ports/security/pear-Crypt_CBC/ && make install clean
To add the package: pkg_add -r pear-Crypt_CBC


Configuration Options
     No options to configure

Master Sites:
http://pear.php.net/get/
http://us.pear.php.net/get/
http://de.pear.php.net/get/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/PEAR/

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
28 Jan 2012 10:23:40
Original commit files touched by this commit  1.0.1
miwi search for other commits by this committer
- Update to 1.0.1
21 Jan 2012 17:40:15
Original commit files touched by this commit  1.0.0
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
03 Jul 2011 14:03:52
Original commit files touched by this commit  1.0.0
ohauer search for other commits by this committer
-remove MD5
01 Dec 2009 21:46:50
Original commit files touched by this commit  1.0.0
tabthorpe search for other commits by this committer
- Pass maintainership to miwi
02 Oct 2008 11:34:12
Original commit files touched by this commit  1.0.0
miwi search for other commits by this committer
- Update to 1.0.0

Approved by:    maintainer
23 Aug 2007 04:00:04
Original commit files touched by this commit  0.4_3
tabthorpe search for other commits by this committer
- change maintainer address on ports I maintain

Approved by:    clsung (mentor)
09 Nov 2006 05:28:29
Original commit files touched by this commit  0.4_3
clsung search for other commits by this committer
- Take maintainership

PR:             ports/105318
Submitted by:   maintainer (Thomas Abthorpe)
09 Dec 2005 19:24:52
Original commit files touched by this commit  0.4_3
ale search for other commits by this committer
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with: thierry, antonio@php.net
25 Nov 2005 18:01:16
Original commit files touched by this commit  0.4_3
pav search for other commits by this committer
- Add SHA256
17 Mar 2004 18:29:46
Original commit files touched by this commit  0.4_3
trevor search for other commits by this committer
SIZEify.
28 Dec 2003 07:55:47
Original commit files touched by this commit  0.4_3
edwin search for other commits by this committer
[PATCH] simplify pear-* ports

        These patches do the following things for PEAR ports:

        * devel-pear-PEAR-Makefile.common.patch
            - provides a do-install target and all that jazz in
              devel/pear-PEAR/Makefile.common
            - individual PEAR ports now just set a few variables:
        * pear-ports-Makefile.common-ng.patch
            contains changes for all pear-* ports including devel/pear-PEAR

        See http://smradoch.innuendo.cz/FreeBSD/ for complete description.

Note: still missing are:
        devel/pear-HTML_Common
        devel/pear-I18N
        net/pear-Net_NNTP
        security/pear-Auth

PR:             ports/59213
Submitted by:   Roman Neuhauser <neuhauser@bellavista.cz>
12 Nov 2003 23:46:19
Original commit files touched by this commit  0.4_2
edwin search for other commits by this committer
Add the virtual category "pear" to the Makefiles of these ports.

PR:             ports/56582
Submitted by:   edwin@mavetju.org
Approved by:    portmgr@freebsd.org
08 Jun 2003 16:04:59
Original commit files touched by this commit  0.4_2
nork search for other commits by this committer
Remove pkg-deinstall.
Bump PORTREVISION accordingly.

Submitted by:   Thierry Thomas <thierry@pompo.net>
Pointy hat to:  myself
07 Jun 2003 23:00:46
Original commit files touched by this commit  0.4_1
nork search for other commits by this committer
Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.

Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve

PR:             ports/52596, ports/52641, ports/52655, ports/52656,
                ports/52671, ports/52678, ports/52845
Submitted by:   Thierry Thomas <thierry@pompo.net>
11 May 2003 15:36:38
Original commit files touched by this commit  0.4
petef search for other commits by this committer
- update to 0.4
- remove Crypt_HCEMD5.php

PR:             50168
Submitted by:   Thierry Thomas <thierry@pompo.net>
24 Feb 2003 21:40:36
Original commit files touched by this commit  0.3_1
edwin search for other commits by this committer
Make kris@ happy
24 Feb 2003 05:27:41
Original commit files touched by this commit  0.3_1
edwin search for other commits by this committer
PEAR ports: handling PEAR's registry.

        PEAR uses a "registry" to register installed modules, and
        this registry is initialized during the installation of
        mod_php4 (since 4.3.0).

        Unfortunately, installing PEAR modules through the ports
        does not maintain this registry.

        This PR fix this problem for the following ports:
        - sysutils/pear-Log
        - devel/pear-PEAR
        - devel/pear-Date
        - devel/pear-I18N
        - devel/pear-HTML_Common
        - devel/pear-HTML_Select_Common
        - security/pear-Crypt_CBC
        - mail/pear-Mail_Mime
        - net/pear-Net_Sieve
        - sysutils/pear-File
        - archivers/pear-Archive_Tar

PR:             ports/47921
Submitted by:   Thierry Thomas <thierry@pompo.net>
20 Feb 2003 18:59:13
Original commit files touched by this commit  0.3
knu search for other commits by this committer
De-pkg-comment.
30 Jan 2003 09:50:19
Original commit files touched by this commit  0.3
dirk search for other commits by this committer
Add security/pear-Crypt_CBC:

PEAR class to emulate Perl's Crypt::CBC module

PR:             ports/47418
Submitted by:   Thierry Thomas <thierry@pompo.net>

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23154
Broken 191
Deprecated 96
Ignore 727
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 4
new 48 hours10
new 7 days46
new fortnight71
new month139

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.143 seconds.