FreeBSD Bugzilla – Attachment 107334 Details for
Bug 148098
new port: math/x12arima
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 2.93 KB, created by
James P. Howard, II
on 2010-06-24 01:50:03 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
James P. Howard, II
Created:
2010-06-24 01:50:03 UTC
Size:
2.93 KB
patch
obsolete
># 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: ># ># x12arima-port ># x12arima-port/Makefile ># x12arima-port/distinfo ># x12arima-port/pkg-descr ># x12arima-port/files ># x12arima-port/files/patch-makefile.lnx ># >echo c - x12arima-port >mkdir -p x12arima-port > /dev/null 2>&1 >echo x - x12arima-port/Makefile >sed 's/^X//' >x12arima-port/Makefile << '18dacf06bf93fc50e011cf71932813bb' >X# New ports collection makefile for: x12arima >X# Date created: 22 June 2010 >X# Whom: jh@jameshoward.us >X# >X# $FreeBSD$ >X# >X >XPORTNAME= x12arima >XPORTVERSION= 0.3 >XCATEGORIES= math finance >XMASTER_SITES= http://www.census.gov/ts/x12a/v03/unix/ >X >XMAINTAINER= jh@jameshoward.us >XCOMMENT= X-12-ARIMA seasonal adjustment program >X >XDISTNAME= omegav03src >XUSE_FORTRAN= yes >XNO_WRKSUBDIR= yes >XMAKEFILE= makefile.lnx >X >XPLIST_FILES= bin/x12a >X >X.include <bsd.port.mk> >18dacf06bf93fc50e011cf71932813bb >echo x - x12arima-port/distinfo >sed 's/^X//' >x12arima-port/distinfo << '5ab2f1d0759b216b6d210cefd8dadfc4' >XMD5 (omegav03src.tar.gz) = fdce15944411d9388fc61da1a10580e1 >XSHA256 (omegav03src.tar.gz) = ca818383da41205ebaa9542a59d4b89c95ad700bc1a7082bb64f7cb25c696a0a >XSIZE (omegav03src.tar.gz) = 713633 >5ab2f1d0759b216b6d210cefd8dadfc4 >echo x - x12arima-port/pkg-descr >sed 's/^X//' >x12arima-port/pkg-descr << 'e5a0d712b40f58e46d1b566cd9bc1216' >XX-12-ARIMA is the widely used seasonal adjustment software produced, >Xdistributed, and maintained by the Census Bureau. It is used for all >Xofficial seasonal adjustments produced by the U. S. Census Bureau. >e5a0d712b40f58e46d1b566cd9bc1216 >echo c - x12arima-port/files >mkdir -p x12arima-port/files > /dev/null 2>&1 >echo x - x12arima-port/files/patch-makefile.lnx >sed 's/^X//' >x12arima-port/files/patch-makefile.lnx << 'eb3a3104355ea4b3d3c92b41ae19b461' >X--- makefile.lnx.orig 2009-11-19 10:04:08.000000000 -0500 >X+++ makefile.lnx 2010-06-23 00:54:22.000000000 -0400 >X@@ -1,8 +1,8 @@ >X # MKMF template makefile for protected mode executables. >X-FC = ifort >X-LINKER = ifort >X+FC = $(F77) >X+LINKER = $(F77) >X PROGRAM = x12a >X-DEST = . >X+DEST = $(PREFIX)/bin >X EXTHDRS = >X FFLAGS = >X HDRS = >X@@ -237,14 +237,16 @@ >X xrgdiv.f xrgdrv.f xrgtrn.f xrlkhd.f xtrm.f \ >X yprmy.f yrly.f >X >X+all: $(PROGRAM) >X+ >X $(PROGRAM): $(OBJS) $(LIBS) >X $(LINKER) -o $@ $(OBJS) $(LDMAP) $(LIBS) $(LDFLAGS) >X >X clean:; @rm -f $(OBJS) >X >X install: $(PROGRAM) >X- @echo Installing $(PROGRAM) in $(DEST) >X- @if not $(DEST)x==.x copy $(PROGRAM) $(DEST) >X+ install -m 755 x12a $(DEST) >X+ >X ### OPUS MKMF: Do not remove this line! Automatic dependencies follow. >X >X aaamain.o: build.prm cchars.i chrt.cmn error.cmn hiddn.cmn lex.i \ >eb3a3104355ea4b3d3c92b41ae19b461 >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 148098
: 107334