aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Intersection-StraightLine
Commit message (Expand)AuthorAgeFilesLines
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-5/+0
* Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-291-1/+1
* - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1
* - Update 0.02->0.04aaron2006-12-162-4/+4
* Update search.cpan.org WWW: entries to have a trailing slash.fenner2006-02-211-1/+1
* Adding port math/p5-Math-Intersection-StraightLine, calculates the intersecti...aaron2006-02-184-0/+50
d>eugen2018-06-251-2/+2 | | | | | PR: 229334 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> * Minor update for sysutils/cpupdate:eugen2018-05-231-3/+6 | | | | | - sync with Intel's microcode-20180425.tgz; - sync with platomav/CPUMicrocodes MCE DB r68. * Update sysutils/cpupdate to g20180513.eugen2018-05-141-4/+3 | | | | | | | - sync with platomav/CPUMicrocodes MCE DB r67; - new option -d to print microcode file statistics. Reported by: Stefan Blachmann <sblachmann@gmail.com> (author) * sysutils/cpupdate: more suspend/resume supporteugen2018-04-301-0/+1 | | | | | | Startup script got support for extra command "resume" that is supposed to be used for "service cpupdate resume" invocation at resume sequence. For now, it is identical to "start". * Minor updates to sysutils/cpupdate:eugen2018-04-301-4/+3 | | | | | | | | | | | | | | | - fix typo in cpupdate_ibrs_enable previously named cpupdate_irbs_enable; - catch up with upstream README.md update that does not state anymore that it is work in progress but mention it is for Intel only still; - catch up with platomav/CPUMicrocodes MCE DB r65 update for completeness despite it has only AMD updates comparing previous r64; - update pkg-message with note that suspend/resume sequence clears microcode update; - add new keyword "resume" to startup script to ease its invocation on resume by means of rcorder(8). PR: 227866 Reported by: Michael Danilov <mike.d.ft402@gmail.com> * Update sysutils/cpupdate:eugen2018-04-071-2/+3 | | | | | | | | | | | - sync with platomav/CPUMicrocodes MCE DB r64; - remove useless use of subshell; - rcorder runs /etc/rc.d/sysctl before FILESYSTEMS to process /etc/sysctl.conf so let cpupdate's startup script automatically enable Indirect Branch Restricted Speculation after successful start of ${PRERIX}/sbin/cpupdate, if possible, unless this is disabled with new "cpupdate_irbs_enable" rc.conf variable; - bump PORTREVISION. * Small update to sysutils/cpupdate:eugen2018-04-031-1/+1 | | | | | | - sync with platomav/CPUMicrocodes MCE DB r63; - more pkg-descr polishing; - no real package changes, no PORTREVISION bump. * sysutils/cpupdate: new convenience target "install-microcodes"eugen2018-03-231-6/+32 | | | | | | | | | | | | Some users may prefer copying the whole bunch of CPU microcodes to their system instead of just needed one. Add new Makefile target "install-microcodes" to ease such copying and mention it in the pkg-message. This is still for convenience only and those blobs do not get into the pkg-plist and the package and need to be manually removed if not needed anymore. PR: 226620 * sysutils/cpupdate: update to g20180323eugen2018-03-231-3/+3 | | | | | | | | | | | In new version: - fix comment in the startup script on "cpupdate_flags" defaults for rc.conf; - catch up with recent changes of platomav/CPUMicrocodes: updated to MCE DB r62. - removed patch that was integrated (auto load cpuctl.ko, compiler warning); - fixed crash when no supported CPU found (*); Reported by: Eitan Adler (*) * sysutils/cpupdate: update to g20180320eugen2018-03-201-4/+9 | | | | | | | | | | | | | | Additional port changes: - move binary from /bin/ to /sbin/ as this is sysadmin's utility; - supply startup script for boot time updates started as early as possible, before configuration of network interfaces; - make code respect PREFIX; - patch source to kldload("cpuctl") automatically, if needed; - fix some compiler warning; - update pkg-descr to mention that CPU microcode updates bringing new features like IBRS require recent FreeBSD version for sake of CPUCTL_EVAL_CPU_FEATURES support. * sysutils/cpupdate: gammar/empty space correction.eugen2018-03-181-1/+0 | * sysutils/cpupdate: - correct ONLY_FOR_ARCHS_REASON message;eugen2018-03-181-5/+14 | | | | | | | | | | | | - be more specific in the COMMENT and pkg-descr: mention x86-centricity; - in addition to CPM option, add INTEL convinience option to ease downloading and extraction of recently updated Intel's pack of microcode updates https://downloadmirror.intel.com/27591/eng/:intel/microcode-20180312.tgz allowed for end users but not for redistribution, so it does not get installed nor added to pkg-plist. Still no real changes of the package, so no PORTREVISION bump yet. * This fails to build on armv6, and it surely not useful there, or anylinimon2018-03-181-0/+3 | | | | | | non-x86 architecture. Approved by: portmgr (tier-2 blanket) * sysutils/cpupdate: catch up with recent changes ofeugen2018-03-151-1/+1 | | | | | | | | http://github.com/platomav/CPUMicrocodes Also, improve pkg-descr a bit. No real package changes, so no change of PORTREVISION. * sysutils/cpupdate: - polish COMMENT a bit;eugen2018-03-021-1/+14 | | | | | | | - add an option (disabled by default) to download and extract CPU microcode collection from https://github.com/platomav/CPUMicrocodes while building the port. These files do not get installed nor put into the package that has not changed, so no PORTREVISON bump.