aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_CBC/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* Convert to USES=pearBaptiste Daroussin2014-09-261-7/+2
| | | | Notes: svn path=/head/; revision=369311
* Stage support for non-IGNORED pear classesAntoine Brodin2013-11-251-1/+0
| | | | | | | | Tested by: poudriere Approved by: portmgr (bapt) Notes: svn path=/head/; revision=334871
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Update to 1.0.1Martin Wilke2012-01-281-4/+3
| | | | Notes: svn path=/head/; revision=289922
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=289563
* - Pass maintainership to miwiThomas Abthorpe2009-12-011-1/+1
| | | | Notes: svn path=/head/; revision=245079
* - Update to 1.0.0Martin Wilke2008-10-021-2/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=221109
* - change maintainer address on ports I maintainThomas Abthorpe2007-08-231-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=198164
* - Take maintainershipCheng-Lung Sung2006-11-091-1/+1
| | | | | | | | PR: ports/105318 Submitted by: maintainer (Thomas Abthorpe) Notes: svn path=/head/; revision=176896
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-2/+2
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* [PATCH] simplify pear-* portsEdwin Groothuis2003-12-281-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=96732
* Add the virtual category "pear" to the Makefiles of these ports.Edwin Groothuis2003-11-121-1/+1
| | | | | | | | | PR: ports/56582 Submitted by: edwin@mavetju.org Approved by: portmgr@freebsd.org Notes: svn path=/head/; revision=93850
* Remove pkg-deinstall.Norikatsu Shigemura2003-06-081-1/+1
| | | | | | | | | | Bump PORTREVISION accordingly. Submitted by: Thierry Thomas <thierry@pompo.net> Pointy hat to: myself Notes: svn path=/head/; revision=82540
* Update to pear-Archive_Tar 1.1.Norikatsu Shigemura2003-06-071-21/+3
| | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=82484
* - update to 0.4Pete Fritchman2003-05-111-5/+1
| | | | | | | | | | - remove Crypt_HCEMD5.php PR: 50168 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=80674
* Make kris@ happyEdwin Groothuis2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=76420
* PEAR ports: handling PEAR's registry.Edwin Groothuis2003-02-241-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=76356
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75971
* Add security/pear-Crypt_CBC:Dirk Froemberg2003-01-301-0/+35
PEAR class to emulate Perl's Crypt::CBC module PR: ports/47418 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=74263