aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Convert-BinHex
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - 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 Notes: svn path=/head/; revision=402021
* - Sort PLISTSunpoet Po-Chuan Hsieh2015-11-151-1/+1
| | | | Notes: svn path=/head/; revision=401630
* 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 Notes: svn path=/head/; revision=396892
* - Update to 1.124Sunpoet Po-Chuan Hsieh2015-08-222-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Convert-BinHex/Changes Notes: svn path=/head/; revision=395011
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-122-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. 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-3/+0
| | | | Notes: svn path=/head/; revision=371249
* Support STAGEDIR.Vanilla I. Shu2013-11-012-6/+4
| | | | 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
* Update t 1.123.Anton Berezin2013-09-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Convert-BinHex/Changes Notes: svn path=/head/; revision=326589
* - Update to 1.122Sunpoet Po-Chuan Hsieh2013-08-272-3/+6
| | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Convert-BinHex/Changes Notes: svn path=/head/; revision=325478
* - 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 Notes: svn path=/head/; revision=325347
* - Update to 1.120Philippe Audeoud2013-08-232-3/+3
| | | | Notes: svn path=/head/; revision=325256
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Do not removed directories not owned by the portBaptiste Daroussin2013-03-132-6/+1
| | | | | | | Reported by: pkg DEVELOPER_MODE Notes: svn path=/head/; revision=314058
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* Reset j.koopmann@seceidos.de due to maintainer-timeouts and no responseMark Linimon2009-09-161-1/+1
| | | | | | | | | | to email. Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=241542
* - 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
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.Cheng-Lung Sung2006-06-251-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) Notes: svn path=/head/; revision=166317
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* Add p5-Convert-BinHex 1.119, perl module to extract data from MacintoshVanilla I. Shu2004-03-244-0/+36
BinHex files. PR: ports/64617 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> Notes: svn path=/head/; revision=105143