summaryrefslogtreecommitdiff
path: root/misc/p5-File-MMagic/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-08-29Update p5-File-MMagic to 1.25.taca1-3/+2
Changes from 1.22: 2005-08-27 NOKUBI Takatsugu <knok@daionet.gr.jp> * Version 1.25. * Moved Build.PL to contrib directory. 2005-08-01 NOKUBI Takatsugu <knok@daionet.gr.jp> * Version 1.24. * MMagic.pm (check_binary): Removed brackets, closes #13535. (Reported by dakkar, thank you) 2005-07-29 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm: Version 1.23. 2004-04-21 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm (magicMatchStr): Added a length check. Reported by Tadamasa Teranishi, thank you. 2004-03-17 NOKUBI Takatsugu <knok@daionet.gr.jp> * Build.PL: Added. Contributed by Ryuji Abe, thank you.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-04-27Convert to buildlink3.snj1-2/+2
2004-04-21Update p5-File-MMagic package to 1.22.taca1-2/+2
2004-03-15 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm: Version 1.22. Changed to treat string/[BCc] as same as string. * Added the 4th test. 2003-11-21 NOKUBI Takatsugu <knok@daionet.gr.jp> * Version 1.21. * Fixed some tests (bad usage of new method). * Added the third test. Contributed by Simon Matthews, thank you! 2003-11-20 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm (new): Fixed mod_perl issue. Contributed by Simon Matthews, thank you!
2003-08-01Update p5-File-MMagic to latest available version (1.20).jdolecek1-3/+3
Changes since 1.13: * fixed output warning for large magic db * added ms-tnef, arc, zoo, arj, rar, EPS entries * added some more tests * added removeSpecials/removeExts functions, and capability of adding sub entry Fixes PR pkg/22332 by Makoto Fujiwara
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-10-07Use buildlink2. Use perl5/module.mk.seb1-5/+3
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-06-27Update p5-File-MMagic to 1.13. Changes are below (from ChangeLog):taca1-2/+2
2001-06-15 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm (readMagicEntry): Fixed warning output probrem on large magic database. (Reported and patched by John R Lenton. Thanks.) * Version 1.13. 2001-02-09 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm (checktype_data): Changed evaluation sequence of binary-checking and specials-checking. Version 1.12. 2000-12-11 NOKUBI Takatsugu <knok@daionet.gr.jp> * Discarded disallowEightbit(). Add new variable "allowEightbit". Version 1.11. * MMagic.pm (disallowEightbit): Added new entry. Version 1.10.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-11-27Initial import of "p5-File-MMagic" package. From pkg/DESCR:kei1-0/+17
File::MMagic This module is used to guess file type from its contents like file(1) command.