aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Convert-BinHex
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update WWWSunpoet Po-Chuan Hsieh2018-05-281-1/+1
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 1.125Sunpoet Po-Chuan Hsieh2015-11-202-4/+6
| | | | | | | - Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Convert-BinHex/Changes
* - Sort PLISTSunpoet Po-Chuan Hsieh2015-11-151-1/+1
|
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-2/+2
| | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
* - Update to 1.124Sunpoet Po-Chuan Hsieh2015-08-222-4/+3
| | | | Changes: http://search.cpan.org/dist/Convert-BinHex/Changes
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-132-3/+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.
* 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
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
|
* Support STAGEDIR.Vanilla I. Shu2013-11-012-6/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | converters)
* Update t 1.123.Anton Berezin2013-09-072-3/+3
| | | | Changes: http://search.cpan.org/dist/Convert-BinHex/Changes
* - Update to 1.122Sunpoet Po-Chuan Hsieh2013-08-282-3/+6
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Convert-BinHex/Changes
* - Update to 1.121Sunpoet Po-Chuan Hsieh2013-08-254-6/+15
| | | | | | | | - Add LICENSE - Update pkg-descr - Add WWW Changes: http://search.cpan.org/dist/Convert-BinHex/Changes
* - Update to 1.120Philippe Audeoud2013-08-232-3/+3
|
* - Convert to new perl frameworkMathieu Arnold2013-08-031-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Do not removed directories not owned by the portBaptiste Daroussin2013-03-132-6/+1
| | | | Reported by: pkg DEVELOPER_MODE
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | so standarize and remove it With Hat: perl@
* Reset j.koopmann@seceidos.de due to maintainer-timeouts and no responseMark Linimon2009-09-171-1/+1
| | | | | | | to email. Hat: portmgr Feature safe: yes
* - 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)
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.Cheng-Lung Sung2006-06-261-1/+0
| | | | | | | | | - this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin)
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Add p5-Convert-BinHex 1.119, perl module to extract data from MacintoshVanilla I. Shu2004-03-254-0/+36
BinHex files. PR: ports/64617 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>