aboutsummaryrefslogtreecommitdiff
path: root/security/ftimes/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to upstream release 3.11.0Thomas Zander2014-08-181-7/+9
| | | | | | | | | | | - Fix pkg-plist for all permutations of OPTIONS PR: 192615 Submitted by: klm@uidzero.org (maintainer) Approved by: mentors (implicit) Notes: svn path=/head/; revision=365269
* - StagifyDmitry Marakasov2014-07-021-0/+40
| | | | | | | | | | | | - Clarify LICENSE - Fix shebangs - Use new LIB_DEPENDS syntax - Chase devel/libklel .so version change Approved by: portmgr blanket Notes: svn path=/head/; revision=360276
* - Update to 3.10.0 [1]William Grzybowski2013-06-091-7/+28
| | | | | | | | | | | | | | | - Remove unnecessary depend [2] - Add LICENSE (BSD AL2 MIT) - Fix install of perl library Changes: http://ftimes.sourceforge.net/Files/ChangeLog/ChangeLog PR: ports/177738 [1], ports/178924 [2] Submitted by: klm <klm@uidzero.org> (maintainer) [1], az [2] Approved by: culot / jpaetzel (mentors, implicit), maintainer Notes: svn path=/head/; revision=320354
* Update to 3.8.0.Roman Bogorodskiy2007-04-151-0/+4
| | | | | | | | PR: 111584 Submitted by: klm <klm@uidzero.org> Notes: svn path=/head/; revision=189985
* - update to 3.7.0Cheng-Lung Sung2006-07-191-0/+1
| | | | | | | | PR: ports/100517 Submitted by: maintainer Notes: svn path=/head/; revision=168217
* Update to 3.6.0Emanuel Haupt2006-04-281-1/+1
| | | | | | | | PR: 95952 Submitted by: klm <klm@uidzero.org> (maintainer) Notes: svn path=/head/; revision=160654
* - Update to 3.5.0 [1]Jean-Yves Lefort2005-06-181-0/+14
| | | | | | | | | | | | | - OPTIONSify - Use USE_PERL5_RUN - Add missing pcre dependency - Do not use -static PR: ports/82346 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=137675
* PR: 55646Foxfair Hu2003-10-031-2/+4
| | | | | | | | | | | | | Submitted by: klm <klm@uidzero.org> Reviewed by: Approved by: Obtained from: MFC after: Update to 3.3.0 Notes: svn path=/head/; revision=90075
* Don't remove system directoriesKris Kennaway2003-04-051-5/+0
| | | | Notes: svn path=/head/; revision=78259
* Add ftimes 3.2.1, a system baselining and evidence collection tool.Foxfair Hu2003-04-021-0/+10
PR: 50369 Submitted by: Klayton Monroe <klm@ir.exodus.net> Notes: svn path=/head/; revision=77982