Skip site navigation (1)Skip section navigation (2)

CVS log for ports/math/fftpack/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / math / fftpack

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.20
Mon Nov 8 09:48:36 2004 UTC (7 years, 3 months ago) by vs
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.19: +1 -1 lines
Rename port: math/fftpack is actually math/bihar

PR:		ports/73403
Submitted by:	Pedro F. Giffuni

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Feb 20 18:42:18 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_10_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
De-pkg-comment.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Aug 23 20:21:50 2001 UTC (10 years, 5 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Remove giffunip@asme.org as the maintainer: he no longer has the ability
to maintain these ports.  Any non-committer who wants to grab one let me
know.

Approved by:	old maintainer

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:31:28 2001 UTC (11 years ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Massive style enforcement - use ^I instead of spaces for variables identation.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Oct 24 00:41:28 2000 UTC (11 years, 3 months ago) by jmz
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1 lines
This library depends on linpack.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:51:33 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jun 16 10:37:32 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2 lines
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Apr 14 07:19:59 2000 UTC (11 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Convert to PORTNAME/PORTVERSION.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Sep 9 11:00:01 1999 UTC (12 years, 5 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
${GUNZIP} -> ${GUNZIP_CMD}.  (mharo somehow misspelt these two.... ;)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Sep 4 23:39:21 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
gzip     -> ${GZIP_CMD}
gzip -d  -> ${GUNZIP_CMD}
gzip -dc -> ${GZCAT}
gunzip   -> ${GUNZIP_CMD}

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Aug 25 07:08:50 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Change Id->FreeBSD.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Feb 3 11:11:53 1999 UTC (13 years ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1 lines
Adjust port Makefiles to new EXTRACT_* variable defaults.  See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Nov 14 09:43:22 1998 UTC (13 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -5 lines
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Oct 9 03:36:39 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -2 lines
Create .so symlink in a.out case.  While I'm here, properly add environment
to ldconfig command line.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 19 01:41:27 1997 UTC (14 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_7, RELEASE_2_2_6
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Use correct filename to compress and install document file.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 16 09:48:03 1997 UTC (14 years, 2 months ago) by fenner
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -7 lines
Upgrade to bihar (double precision version)

PR:		ports/4914
Submitted by:	Pedro Giffuni S. <giffunip@asme.org>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Nov 13 12:55:17 1997 UTC (14 years, 3 months ago) by tg
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Files are now gzipped instead of compressed.

PR:		5023
Submitted by:	Carl Fongheiser <cmf@netins.net>

Minor cleanup.

Prompted by:	Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 17 15:12:55 1997 UTC (14 years, 6 months ago) by max
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
ldconfig -> ${LDCONFIG}.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Feb 14 09:50:04 1997 UTC (14 years, 11 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Change EXTRACT_ARGS to EXTRACT_BEFORE_ARGS, the former is only retained
for backwards compatibilty.  Also move it down to "misc. bsd.port.mk
variables" section.

While I'm here, add "/sbin/" to ldconfig.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Feb 14 08:53:05 1997 UTC (14 years, 11 months ago) by tg
Branches: PGS
CVS tags: fftpack
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of fftpack, a library of FFT routines from netlib.

Closes PR #2574.

Submitted by:	Pedro Giffuni S.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Feb 14 08:53:05 1997 UTC (14 years, 11 months ago) by tg
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options