Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.33 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.33 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.33 11 Jul 2022 21:47:32 |
Po-Chuan Hsieh (sunpoet) |
security/p5-Crypt-OpenSSL-RSA: Update to 0.33
Changes: https://metacpan.org/dist/Crypt-OpenSSL-RSA/changes |
0.32_1 27 Sep 2021 15:56:25 |
Po-Chuan Hsieh (sunpoet) |
security/p5-Crypt-OpenSSL-RSA: Strip shared library
- Bump PORTREVISION for package change |
0.32 21 Sep 2021 22:23:54 |
Po-Chuan Hsieh (sunpoet) |
security/p5-Crypt-OpenSSL-RSA: Update to 0.32
Changes: https://metacpan.org/dist/Crypt-OpenSSL-RSA/changes |
0.31 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.31 10 Oct 2018 19:10:58 |
sunpoet |
Update to 0.31
Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-RSA |
0.30_1 28 Jul 2018 13:18:02 |
sunpoet |
Fix *_DEPENDS: p5-Crypt-OpenSSL-RSA is a build dependency
- Bump PORTREVISION for dependency change |
0.30 29 Jun 2018 18:30:14 |
pi |
security/p5-Crypt-OpenSSL-RSA: update 0.28 -> 0.30
- first release after 2011
PR: 229412
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Relnotes: https://metacpan.org/source/TODDR/Crypt-OpenSSL-RSA-0.30/Changes |
0.28_2 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.28_2 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.28_2 19 Jun 2017 18:14:55 |
pi |
security/p5-Crypt-OpenSSL-RSA: add functions to work with private keys
- new_private_key(privkey_string)
Create encrypted private RSA key from privkey_string
- new_private_key(privkey_string, password)
parse existed encrypted private RSA key from privkey_string
- get_enc_private_key_string(password)
- get_enc_private_key_string(password, cipher)
Encrypt and return encrypted PEM PKCS coded RSA private key
PR: 220136
Submitted by: Borodin Oleg <onborodin@gmail.com> |
0.28_1 16 Apr 2017 11:08:11 |
sunpoet |
Add LICENSE
- Use BROKEN_SSL
- Remove regression-test:
- Sort PLIST |
0.28_1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
0.28_1 29 Nov 2016 18:46:22 |
mat |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight |
0.28_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.28_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.28 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.28 06 Nov 2013 07:39:32 |
vanilla |
Support STAGEDIR. |
0.28 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.28 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.28 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
0.28 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
0.28 27 Aug 2011 11:05:24 |
sunpoet |
- Update to 0.28
- Add BUILD_DEPENDS
Changes: http://search.cpan.org/dist/Crypt-OpenSSL-RSA/Changes |
0.27 16 Jul 2011 06:00:27 |
sunpoet |
- Update to 0.27
Changes: http://search.cpan.org/dist/Crypt-OpenSSL-RSA/Changes |
0.26_1 26 May 2011 08:58:21 |
sunpoet |
- Fix self test with Perl 5.14 [1]
- Add regression-test:
- Make portlint happier
- Bump PORTREVISION for RSA.pm change
PR: ports/157187 [1]
Submitted by: Mark Martinec <Mark.Martinec@ijs.si> |
0.26 17 May 2011 11:11:48 |
jadawin |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
0.26 04 May 2010 10:49:50 |
nork |
Fix build issue WITH_OPENSSL_PORT.
PR: ports/146286
Submitted by: Dan Lukes dan obluda cz |
0.26 23 Nov 2009 15:22:38 |
mat |
Update to 0.26 |
0.25 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.25 25 May 2007 23:26:08 |
erwin |
Update to 0.25 |
0.24 22 Nov 2006 07:41:46 |
clsung |
- Update to 0.24 |
0.23_1 05 May 2006 13:19:31 |
garga |
- Add security/p5-Crypt-OpenSSL-Bignum as a dependency
- Bump PORTREVISION
Approved by: tobez (perl@ hat at IRC) |
0.23 15 Apr 2006 00:49:34 |
leeym |
- update to 0.23 |
0.22_1 22 Jan 2006 02:50:55 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.22_1 14 Nov 2005 15:05:17 |
mat |
Take a perl@ hat and add SHA256 checksums |
0.22_1 25 Sep 2005 13:32:37 |
tobez |
Add a missing dependency.
Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk>
PR: 86556 |
0.22 21 Sep 2005 01:55:42 |
leeym |
- update to 0.22 |
0.21 13 Aug 2004 15:21:20 |
nork |
Change MAINTAINER to perl@.
I welcome bsd.port.mk introduced soon.
Inspired by: freebsd-perl@ |
0.21 11 Aug 2004 15:40:32 |
nork |
Update to 0.21.
PR: ports/70257
Submitted by: skv |
0.19 03 May 2004 18:46:09 |
nork |
Whitespace cleanup.
PR: ports/65409
Submitted by: trevor |
0.19 20 Mar 2004 09:56:44 |
nork |
Add size data.
Submitted by: trevor
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan. |
0.19 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.19 11 May 2003 20:27:17 |
nork |
Update to 0.19, and Unmark BROKEN on 4-STABLE(re-supported 5.005). |
0.18_1 08 Apr 2003 16:28:13 |
nork |
Mark BROKEN on 4-STABLE or earlier(perl 5.6 required).
Submitted by: Erwin Lansing <erwin@lansing.dk> |
0.18 04 Apr 2003 18:51:09 |
nork |
Update to 0.18. |
0.17 22 Feb 2003 16:16:12 |
nork |
De-pkg-comment. |
0.17 16 Feb 2003 16:10:59 |
nork |
Remove RESTRICTED tag with cryptography relation.
Pointed out by: kris |
0.17 11 Feb 2003 15:58:03 |
nork |
Update to 0.17. |
0.16 02 Jul 2002 13:12:55 |
nork |
Update to 0.16
Approved by: knu (mentor) |
0.13 11 May 2002 20:28:33 |
nork |
Update to 0.13
Approved by: knu (mentor) |
30 Nov 2001 07:17:57 |
vanilla |
Upgrade to 0.12, and fix pkg-plist. |
12 Sep 2001 14:27:33 |
knu |
Fix BUILD_DEPENDS. |
11 Sep 2001 10:22:34 |
knu |
Add p5-Crypt-OpenSSL-RSA, a Perl5 module to RSA encode and decode strings
using OpenSSL. |