mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Import of xldlas, a statistics package.
PR: 5331 Submitted by: Pedro Giffuni S. <giffunip@asme.org>
This commit is contained in:
parent
33c3bcb350
commit
3b7e6d1084
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10705
33
math/xldlas/Makefile
Normal file
33
math/xldlas/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: xldlas
|
||||
# Version required: 0.85
|
||||
# Date created: 20 Dec 97
|
||||
# Whom: Pedro Giffuni <giffunip@asme.org>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= xldlas-0.85
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://a42.com/~thor/xldlas/ \
|
||||
http://sunsite.math.klte.hu/mirrors/xldlas/ \
|
||||
${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= X11/xapps/math/
|
||||
EXTRACT_SUFX= -source.tgz
|
||||
|
||||
MAINTAINER= giffunip@asme.org
|
||||
|
||||
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms
|
||||
|
||||
WRKSRC= ${WRKDIR}/xldlas
|
||||
|
||||
USE_X11= yes
|
||||
|
||||
MAN1= xldlas.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/xldlas.1 ${PREFIX}/man/man1
|
||||
${MKDIR} ${PREFIX}/share/xldlas
|
||||
${CP} -R ${WRKSRC}/help ${PREFIX}/share/xldlas
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/xldlas/distinfo
Normal file
1
math/xldlas/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xldlas-0.85-source.tgz) = 7fada7760d6b882b31cdf14b75f304a4
|
65
math/xldlas/files/patch-aa
Normal file
65
math/xldlas/files/patch-aa
Normal file
@ -0,0 +1,65 @@
|
||||
*** Makefile.orig Tue Apr 1 12:13:32 1997
|
||||
--- Makefile Mon Apr 27 01:10:50 1998
|
||||
***************
|
||||
*** 16,26 ****
|
||||
# want to remove the -DXFORMS86 declaration in the CCFLAG
|
||||
# assignment.
|
||||
#
|
||||
! CCFLAG = -O2 -Wall -DXFORMS86
|
||||
! CC = gcc
|
||||
! COMMONLIBS = -L/usr/X11R6/lib/ -lX11 -lm
|
||||
! SHAREDLIBS = -lforms
|
||||
! STATICLIBS = -lXpm /usr/X11R6/lib/libforms.a
|
||||
ECHO = echo
|
||||
RM = rm
|
||||
RMOPTS = -f
|
||||
--- 16,26 ----
|
||||
# want to remove the -DXFORMS86 declaration in the CCFLAG
|
||||
# assignment.
|
||||
#
|
||||
! CCFLAG = $(CFLAGS) -DXFORMS86 -DPREFIX=\"$(PREFIX)\" -I$(X11BASE)/include
|
||||
! #CC = gcc
|
||||
! COMMONLIBS = -L$(X11BASE)/lib/ -lX11 -lm
|
||||
! SHAREDLIBS = -lxforms
|
||||
! STATICLIBS = -lXpm $(X11BASE)/lib/libxforms.a
|
||||
ECHO = echo
|
||||
RM = rm
|
||||
RMOPTS = -f
|
||||
***************
|
||||
*** 29,37 ****
|
||||
INSTALL = install
|
||||
INSTALLOPTS = -d
|
||||
|
||||
! BINDIR = /usr/local/bin
|
||||
! MANDIR = /usr/man/man1
|
||||
! HELPDIR = /usr/local/xldlas/help
|
||||
SRCDIR := $$PWD
|
||||
USER := $$LOGNAME
|
||||
|
||||
--- 29,37 ----
|
||||
INSTALL = install
|
||||
INSTALLOPTS = -d
|
||||
|
||||
! BINDIR = $(PREFIX)/bin
|
||||
! MANDIR = $(PREFIX)/man/man1
|
||||
! HELPDIR = $(PREFIX)/share/xldlas/help
|
||||
SRCDIR := $$PWD
|
||||
USER := $$LOGNAME
|
||||
|
||||
***************
|
||||
*** 115,121 ****
|
||||
so the following commands will probably fail"; fi
|
||||
@$(ECHO)
|
||||
@$(CP) $(CPOPTS) xldlas $(BINDIR)
|
||||
! @if test '/usr/local/xldlas' = $(SRCDIR); then \
|
||||
$(ECHO) Help Files Already in Place; else \
|
||||
$(INSTALL) $(INSTALLOPTS) ./help $(HELPDIR); fi
|
||||
install.man:
|
||||
--- 115,121 ----
|
||||
so the following commands will probably fail"; fi
|
||||
@$(ECHO)
|
||||
@$(CP) $(CPOPTS) xldlas $(BINDIR)
|
||||
! @if test '/usr/local/share/xldlas' = $(SRCDIR); then \
|
||||
$(ECHO) Help Files Already in Place; else \
|
||||
$(INSTALL) $(INSTALLOPTS) ./help $(HELPDIR); fi
|
||||
install.man:
|
19
math/xldlas/files/patch-ab
Normal file
19
math/xldlas/files/patch-ab
Normal file
@ -0,0 +1,19 @@
|
||||
*** setstate.c.orig Mon May 12 10:42:06 1997
|
||||
--- setstate.c Mon Apr 27 01:10:29 1998
|
||||
***************
|
||||
*** 509,515 ****
|
||||
}
|
||||
|
||||
if(found_label == FALSE)
|
||||
! strcpy(help_location,"/usr/local/xldlas/help/");
|
||||
strcpy(searcher,"test -r ");
|
||||
strcat(searcher, help_location);
|
||||
strcat(searcher,"general.help");
|
||||
--- 509,515 ----
|
||||
}
|
||||
|
||||
if(found_label == FALSE)
|
||||
! strcpy(help_location, PREFIX "/share/xldlas/help/");
|
||||
strcpy(searcher,"test -r ");
|
||||
strcat(searcher, help_location);
|
||||
strcat(searcher,"general.help");
|
1
math/xldlas/pkg-comment
Normal file
1
math/xldlas/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
X ldlas, damned lies, and statistics.
|
19
math/xldlas/pkg-descr
Normal file
19
math/xldlas/pkg-descr
Normal file
@ -0,0 +1,19 @@
|
||||
What is it?
|
||||
===========
|
||||
It's for doing statistics.
|
||||
|
||||
Highlights
|
||||
==========
|
||||
* Based on the xforms library (ie. looks pretty slick)
|
||||
* Point and click interface to statistical summaries, OLS
|
||||
regression, plotting, correlation analysis, etc.
|
||||
* Neural network and Genetic Algorithm data fitting
|
||||
with some nice visual feedback.
|
||||
* Very handy automatic generating of .tex format and html
|
||||
log files, including tables and plots.
|
||||
* Online help
|
||||
|
||||
Feedback
|
||||
========
|
||||
The author (Thor Sigvaldason) is happy to receive feedback
|
||||
at: thor@netcom.ca
|
14
math/xldlas/pkg-plist
Normal file
14
math/xldlas/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
bin/xldlas
|
||||
man/man1/xldlas.1.gz
|
||||
share/xldlas/help/analysis.help
|
||||
share/xldlas/help/data.help
|
||||
share/xldlas/help/file.help
|
||||
share/xldlas/help/general.help
|
||||
share/xldlas/help/graph.help
|
||||
share/xldlas/help/license.help
|
||||
share/xldlas/help/log.help
|
||||
share/xldlas/help/tutorial.help
|
||||
share/xldlas/help/tutorial_data.lda
|
||||
share/xldlas/help/test.help
|
||||
share/xldlas/help/filter.help
|
||||
share/xldlas/help/.directory
|
Loading…
Reference in New Issue
Block a user