aboutsummaryrefslogtreecommitdiff
path: root/lang/newlisp
Commit message (Collapse)AuthorAgeFilesLines
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 9.1.1.Stanislav Sedov2007-03-273-5/+6
| | | | Notes: svn path=/head/; revision=188596
* - COPYTREE_* are now part of bsd.port.mkPav Lucistnik2007-03-241-7/+0
| | | | | | | | PR: ports/100996 Submitted by: stass Notes: svn path=/head/; revision=188171
* - Remove redundant substitutionsStanislav Sedov2007-02-221-6/+2
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=185656
* - Update to 9.1.0Stanislav Sedov2007-02-224-24/+19
| | | | | | | - Use Tk 8.5. Notes: svn path=/head/; revision=185655
* - Handle dependencies properlyStanislav Sedov2006-11-082-54/+196
| | | | | | | | | | | | - Correct the default modules location path [1] - Correct example programs headers (shell path) - Install docs/examples into the separate directory PR: ports/105253 [1] Reported by: clemens fischer <ino-news@spotteswoode.dnsalias.org> [1] Notes: svn path=/head/; revision=176822
* - Update to 9.0.0Stanislav Sedov2006-11-013-6/+10
| | | | | | | - Change my email Notes: svn path=/head/; revision=176138
* The newLISP is a scripting language for developing web applications andMartin Wilke2006-09-137-0/+169
programs in general and in the domains of artificial intelligence (AI) and statistics. Author: Lutz Mueller WWW: http://www.newlisp.org/ PR: ports/103226 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Notes: svn path=/head/; revision=172946