Bug 199910 - [MAINTAINER][PATCH] math/reduce support PSL and add documentation
Summary: [MAINTAINER][PATCH] math/reduce support PSL and add documentation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Stephen Montgomery-Smith
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-05-04 01:56 UTC by Pedro F. Giffuni
Modified: 2015-05-04 17:50 UTC (History)
1 user (show)

See Also:


Attachments
Port enhancements (49.57 KB, patch)
2015-05-04 01:56 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni freebsd_committer freebsd_triage 2015-05-04 01:56:04 UTC
Created attachment 156314 [details]
Port enhancements

Add two frequently requested features to our REDUCE port:

- Bring the pdf documentation. It was right there and very useful to get all the power of this package.
- Add an option to build the PSL version: this is a native-lisp that required specific porting upstream: it is faster than the default C based version but it will only run on FreeBSD-AMD64 so the default is to build only the CSL version. (we should probably add a slave port at a later time).
Comment 1 Stephen Montgomery-Smith freebsd_committer freebsd_triage 2015-05-04 15:35:43 UTC
I'll take it (assuming Pedro doesn't have the ports commit bit).
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-05-04 17:49:09 UTC
A commit references this bug:

Author: stephen
Date: Mon May  4 17:48:10 UTC 2015
New revision: 385421
URL: https://svnweb.freebsd.org/changeset/ports/385421

Log:
  - Add PDF documentation.
  - Add option to build PSL version (amd64 only).

  PR:		199910
  Submitted by:	Pedro F. Giffuni <pfg@FreeBSD.org>

Changes:
  head/math/reduce/Makefile
  head/math/reduce/files/redpsl.1
  head/math/reduce/files/runpsl.sh
  head/math/reduce/pkg-plist
Comment 3 Stephen Montgomery-Smith freebsd_committer freebsd_triage 2015-05-04 17:50:06 UTC
Committed, thank you.