Skip site navigation (1)Skip section navigation (2)
Date:      17 Feb 1999 00:02:43 -0000
From:      mwm@phone.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10124: UNIX|STAT pr submission failed to include the ports
Message-ID:  <19990217000243.23426.qmail@guru.phone.net>

next in thread | raw e-mail | index | archive | help

>Number:         10124
>Category:       ports
>Synopsis:       UNIX|STAT pr submission failed to include the ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 16 16:10:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Mike Meyer
>Release:        FreeBSD 3.0-RELEASE i386
>Organization:
>Environment:

	3.0-RELEASE

>Description:

	The previously submitted pr (ports/10118) with the UNIX|STAT
	port failed to included the shar file for the port. It's
	included here, and ports/10118 should be closed.

>How-To-Repeat:

	

>Fix:
	
	

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	stat
#	stat/Makefile
#	stat/pkg
#	stat/pkg/PLIST
#	stat/pkg/DESCR
#	stat/pkg/COMMENT
#	stat/files
#	stat/files/md5
#	stat/patches
#	stat/patches/patch-aa
#
echo c - stat
mkdir -p stat > /dev/null 2>&1
echo x - stat/Makefile
sed 's/^X//' >stat/Makefile << 'END-of-stat/Makefile'
X# New ports collection makefile for:   stat
X# Version required:    5.4
X# Date created:        16 February 1999
X# Whom:                mwm
X#
X# $Id$
X#
X
XDISTNAME=	stat
XPKGNAME=	stat-5.4
XCATEGORIES=	math
XEXTRACT_SUFX=	.tar.Z
X
XMAINTAINER=	mwm@phone.net
X
XNO_PACKAGE=	"Can not distribute binaries"
XRESTRICTED=	"Must agree to license before use"
X
XMAN1=		abut.1 desc.1 stat.1 probdist.1 stats.1 anova.1 dm.1 \
X		linex.1 rankind.1 calc.1 dprime.1 maketrix.1 rankrel.1 \
X		transpose.1 dsort.1 manstat.1 ranksort.1 ts.1 features.1 \
X		oneway.1 regress.1 validata.1 ff.1 repeat.1 colex.1 fls.1 \
X		pair.1 reverse.1 contab.1 fpack.1 perm.1 series.1
X
Xdo-fetch:
X	@if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
X	  ${ECHO} ""; \
X	  ${ECHO} "Gary Perlman requires that you grab the dist files from"; \
X	  ${ECHO} "his web site at http://www.acm.org/~perlman/.  Please"; \
X	  ${ECHO} "make sure you have ${DISTNAME}${EXTRACT_SUFX} in"; \
X	  ${ECHO} "${DISTDIR} and run make again."; \
X	  ${ECHO} ""; \
X	  exit 1;\
X	fi
X
Xpost-patch:
X	@mv ${WRKSRC}/man/intro.1 ${WRKSRC}/man/stat.1
X	@rm ${WRKSRC}/man/cat.1
X
Xdo-build:
X	@(cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} make)
X
Xdo-install:
X	@strip ${WRKSRC}/bin/*
X	@$(INSTALL_PROGRAM) ${WRKSRC}/bin/* ${PREFIX}/bin
X	@$(INSTALL_MAN) ${WRKSRC}/man/* ${PREFIX}/man/man1
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/share/doc/stat
X	@${INSTALL_MAN} ${WRKSRC}/handbook/* ${PREFIX}/share/doc/stat
X.endif
X
X.include <bsd.port.mk>
END-of-stat/Makefile
echo c - stat/pkg
mkdir -p stat/pkg > /dev/null 2>&1
echo x - stat/pkg/PLIST
sed 's/^X//' >stat/pkg/PLIST << 'END-of-stat/pkg/PLIST'
Xbin/abut
Xbin/anova
Xbin/calc
Xbin/colex
Xbin/contab
Xbin/desc
Xbin/dm
Xbin/dprime
Xbin/dsort
Xbin/features
Xbin/ff
Xbin/fpack
Xbin/linex
Xbin/maketrix
Xbin/oneway
Xbin/pair
Xbin/perm
Xbin/probdist
Xbin/rankind
Xbin/rankrel
Xbin/ranksort
Xbin/regress
Xbin/repeat
Xbin/reverse
Xbin/series
Xbin/stats
Xbin/transpose
Xbin/ts
Xbin/validata
Xshare/doc/stat/!Cover.nr
Xshare/doc/stat/3-Conventions.ps
Xshare/doc/stat/contents.nr
Xshare/doc/stat/!Cover.ps
Xshare/doc/stat/4-Manipulation.nr
Xshare/doc/stat/exam.dat
Xshare/doc/stat/!Cover.txt
Xshare/doc/stat/4-Manipulation.ps
Xshare/doc/stat/example.bat
Xshare/doc/stat/0-Preface.nr
Xshare/doc/stat/5-Analysis.nr
Xshare/doc/stat/example.txt
Xshare/doc/stat/0-Preface.ps
Xshare/doc/stat/5-Analysis.ps
Xshare/doc/stat/handbook.txt
Xshare/doc/stat/1-Introduction.nr
Xshare/doc/stat/6-Manuals.nr
Xshare/doc/stat/macros
Xshare/doc/stat/1-Introduction.ps
Xshare/doc/stat/6-Manuals.ps
Xshare/doc/stat/macros.txt
Xshare/doc/stat/2-Example.nr
Xshare/doc/stat/CHANGES
Xshare/doc/stat/2-Example.ps
Xshare/doc/stat/Calc.nr
Xshare/doc/stat/update.txt
Xshare/doc/stat/3-Conventions.nr
Xshare/doc/stat/DM.nr
Xshare/doc/stat/makefile
X@dirrm share/doc/stat
END-of-stat/pkg/PLIST
echo x - stat/pkg/DESCR
sed 's/^X//' >stat/pkg/DESCR << 'END-of-stat/pkg/DESCR'
X|STAT is a set of about 30 data manipulation and analysis programs
Xdeveloped by Gary Perlman at the University of California, San Diego
Xand at the Wang Institute. The manipulation programs are general
Xutilities that work with other standard programs like sort. The
Xanalysis programs compute most widely used statistics. |STAT programs
Xare designed with the philosophy that individual programs should be
Xdesigned as tools that do one task well and produce output suitable
Xfor input via pipes to |STAT and other programs.  Interactive use is
Xsupported in the command line interpreter/editor while batch files or
Xshell scripts provide a programming language for complex
Xanalyses. Typical usage involves a pipeline of transformations of data
Xfollowed by input to an analysis program, summarized schematically by:
X
X	INPUT DATA | TRANSFORM | ANALYSIS | OUTPUT RESULTS 
END-of-stat/pkg/DESCR
echo x - stat/pkg/COMMENT
sed 's/^X//' >stat/pkg/COMMENT << 'END-of-stat/pkg/COMMENT'
XA statistics package designed for use with the Unix shell.
END-of-stat/pkg/COMMENT
echo c - stat/files
mkdir -p stat/files > /dev/null 2>&1
echo x - stat/files/md5
sed 's/^X//' >stat/files/md5 << 'END-of-stat/files/md5'
XMD5 (stat.tar.Z) = b0ebafb7141e3e768d2dd3bd9197a392
END-of-stat/files/md5
echo c - stat/patches
mkdir -p stat/patches > /dev/null 2>&1
echo x - stat/patches/patch-aa
sed 's/^X//' >stat/patches/patch-aa << 'END-of-stat/patches/patch-aa'
X*** ../stat-orig/src/makefile	Tue Feb 16 10:07:44 1999
X--- src/makefile	Tue Feb 16 10:30:03 1999
X***************
X*** 14,27 ****
X  ##########################################################################
X  
X  DESTDIR=../bin#                               destination directory
X! DESTDIR=../../bin#                            destination directory
X  CFLAGS =-O#                                   C Compiler Options
X  LINK   =$(CC) $(CFLAGS) -o $(DESTDIR)/$@#     Generic link command
X  LIBS   =-lm#                                  libraries needed (math)
X! EDITOR =/usr/ucb/vi#                          editor to call on make edit
X  RM     =/bin/rm -f#                           remove forcefully
X  MV     =/bin/mv#                              move/rename files
X! MAKE   =/bin/make#                            use for recursive makes
X  
X  MAINS = abut.c anova.c calc.y colex.c contab.c desc.c dm.y dprime.c \
X  	dsort.c features.c ff.c fpack.c linex.c maketrix.c oneway.c \
X--- 14,27 ----
X  ##########################################################################
X  
X  DESTDIR=../bin#                               destination directory
X! #DESTDIR=../../bin#                            destination directory
X  CFLAGS =-O#                                   C Compiler Options
X  LINK   =$(CC) $(CFLAGS) -o $(DESTDIR)/$@#     Generic link command
X  LIBS   =-lm#                                  libraries needed (math)
X! EDITOR =/usr/bin/vi#                          editor to call on make edit
X  RM     =/bin/rm -f#                           remove forcefully
X  MV     =/bin/mv#                              move/rename files
X! MAKE   =/usr/bin/make#                            use for recursive makes
X  
X  MAINS = abut.c anova.c calc.y colex.c contab.c desc.c dm.y dprime.c \
X  	dsort.c features.c ff.c fpack.c linex.c maketrix.c oneway.c \
END-of-stat/patches/patch-aa
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990217000243.23426.qmail>