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

CVS log for ports/science/pnetcdf/Makefile

[BACK] Up to [FreeBSD] / ports / science / pnetcdf

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Feb 26 09:56:50 2011 UTC (11 months, 2 weeks ago) by thierry
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
Chase the upgrade of MPICH2.

Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.

PR:		ports/154715

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Sep 18 15:57:33 2010 UTC (16 months, 3 weeks ago) by makc
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
Update to 1.2.0

PR:		ports/150665
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Feb 2 22:43:01 2010 UTC (2 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -8 lines
- Update to 1.1.1

PR:		143442
Submitted by:	Ports Fury

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Nov 28 10:44:55 2009 UTC (2 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -3 lines
- Chase relocation of net/mpich2

- Bump PORTREVISION if needed

- Fix some portlint errors.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Nov 12 10:52:13 2009 UTC (2 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +9 -2 lines
- Update to 1.1.0

PR:		140486
Submitted by:	Ports Fury

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Oct 29 12:35:55 2009 UTC (2 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- Fix MASTER_SITES

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Oct 29 11:14:27 2009 UTC (2 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +20 -21 lines
- Update to 1.0.3

PR:		139772
Submitted by:	Ports Fury

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Sep 13 00:08:00 2009 UTC (2 years, 4 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jan 18 20:17:31 2009 UTC (3 years ago) by gerald
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -5 lines
Leverage USE_FORTRAN instead of accomplishing the same manually.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Dec 16 05:15:41 2008 UTC (3 years, 1 month ago) by linimon
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Reset quakelee@cn.FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:	portmgr

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:59:04 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Dec 21 22:01:31 2007 UTC (4 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -0 lines
- Mark BROKEN on 7.x

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:36:26 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon May 28 15:52:57 2007 UTC (4 years, 8 months ago) by miwi
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -1 lines
- Add a new dependence of gfortran42
- Bump PORTREVISION

PR:		113047
Submitted by:	CHAO Shin <quakelee@cn.FreeBSD.org> (maintainer)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat May 19 20:22:18 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Apr 30 13:44:51 2007 UTC (4 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: PRE_XORG_7
Parallel-NetCDF is a library providing high-performance I/O while still
maintaining file-format compatibility with Unidata's NetCDF. NetCDF gives
scientific programmers a space-efficient and portable means for storing data.
However, it does so in a serial manner, making it difficult to achieve high
I/O performance. By making some small changes to the API specified by NetCDF,
we can use MPI-IO and its collective operations.

WWW: http://trac.mcs.anl.gov/projects/parallel-netcdf

PR:		ports/112265
Submitted by:	Chao Shin <quakelee at cn.FreeBSD.org>

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