aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Convert-ASN1
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-06-131-0/+2
| | | | Notes: svn path=/head/; revision=504115
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-122-5/+2
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371249
* - Update to 0.27Philippe Audeoud2014-06-262-3/+3
| | | | Notes: svn path=/head/; revision=359368
* Support STAGEDIR.Vanilla I. Shu2013-11-012-7/+5
| | | | Notes: svn path=/head/; revision=332379
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309070
* - Update to 0.26Sunpoet Po-Chuan Hsieh2012-06-092-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Convert-ASN1/ChangeLog Notes: svn path=/head/; revision=298888
* - Update to 0.24Frederic Culot2012-06-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Convert-ASN1/ChangeLog Notes: svn path=/head/; revision=298560
* - Update to 0.23Sunpoet Po-Chuan Hsieh2012-05-053-7/+19
| | | | | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Convert-ASN1/ChangeLog Notes: svn path=/head/; revision=296033
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 0.22Philip M. Gollucci2009-06-162-5/+5
| | | | | | | - Pass maintainer to perl@ Notes: svn path=/head/; revision=236037
* scrappy's bit has been taken for safekeeping, so return these ports toMark Linimon2009-06-131-1/+1
| | | | | | | | | the pool. Hat: portmgr Notes: svn path=/head/; revision=235755
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=211450
* - update to 0.21Yen-Ming Lee2007-03-262-4/+4
| | | | | | | | | PR: 109126 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=188354
* Update port to 0.20Marc G. Fournier2006-03-272-4/+4
| | | | Notes: svn path=/head/; revision=158232
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* - Update to 0.19.Florent Thoumie2005-11-292-3/+4
| | | | | | | | | PR: ports/86785 Submitted by: ehaupt Approved by: maintainer timeout (2 months) Notes: svn path=/head/; revision=149854
* search.cpan.org redirect reduction canonicalization project, pass 2:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing. Notes: svn path=/head/; revision=143305
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* [PATCH] converters/p5-Convert-ASN1: update to 0.18Edwin Groothuis2004-01-102-2/+2
| | | | | | | | | | | | - Update to 0.18 Port maintainer (scrappy@FreeBSD.org) is cc'd. PR: ports/59859 Submitted by: Lars Thegler <lars@thegler.dk> Approved by: maintainer timeout Notes: svn path=/head/; revision=97851
* - upgrade of Convert::ASN1 to 0.17Marc G. Fournier2003-06-164-19/+19
| | | | | | | | | - adpated to new perl macros (SITE_PERL etc.) Obtained from: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=83112
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 0.16.Norikatsu Shigemura2003-01-042-2/+2
| | | | | | | | | PR: ports/32258 Submitted by: Anthony Kim <anthony.kim@vw.com> Approved by: maintainer timeout (almost 6 weeks) Notes: svn path=/head/; revision=72485
* Upgrade to 0.15Jesper Skriver2002-03-162-2/+2
| | | | | | | Approved by: MAINTAINER timeout Notes: svn path=/head/; revision=56223
* Upgrade to 0.11Jesper Skriver2001-12-082-2/+2
| | | | | | | Approved by: scrappy Notes: svn path=/head/; revision=51257
* Upgrade to latest version:Vanilla I. Shu2001-05-202-2/+2
| | | | | | | | | | | | | | | | | | p5-BerkeleyDB => 0.15 p5-Convert-ASN1 => 0.10 p5-FastCGI => 0.58 p5-File-Spec => 0.82 p5-Finance-Quote => 1.05 p5-IO-Socket-SSL => 0.78 p5-Locale-Maketext => 0.18 p5-Mon => 0.11 p5-Net-IPv4Addr => 0.10 Some ports NO response from: maintainers Some ports Approved by: maintainers Notes: svn path=/head/; revision=42769
* Remove empty directories on uninstall.Steve Price2001-04-141-0/+2
| | | | Notes: svn path=/head/; revision=41387
* UpgradeVanilla I. Shu2001-03-013-2/+3
| | | | | | | | | | | | | p5-BSD-Resource => 1.09 p5-CGI-Application => 1.2 p5-CGI_Lite => 2.0 p5-Convert-ASN1 => 0.08 p5-IO-Tty => 0.04 p5-IO-stringy => 1.219 p5-Class-MethodMaker => 1.02 Notes: svn path=/head/; revision=38928
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-5/+1
| | | | Notes: svn path=/head/; revision=38917
* Convert::ASN1 encodes and decodes ASN.1 data structuresMarc G. Fournier2000-10-285-0/+40
using BER/DER rules. Notes: svn path=/head/; revision=34322