1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

717 Commits

Author SHA1 Message Date
Wesley Shields
e1612aa5c5 - Pass maintainership to submitter
PR:		ports/132167
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2009-03-02 19:36:56 +00:00
Wesley Shields
dcf084453f - Real version number is 5.8
- Pass maintainership to submitter
- Fix conflict with ImageMagick (switch to bin/stream_bench)
- Switch to using WRKSRC instead of BUILD_WRKSRC

PR:		ports/137125
Submitted by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
2009-02-19 17:39:02 +00:00
Dmitry Marakasov
260eead9d4 - Install README and TUTORIAL as portdocs
PR:		128098
Submitted by:	hip0 <hipodilski at gmail dot com>
Approved by:	maintainer timeout
2009-02-18 01:10:17 +00:00
Philippe Audeoud
fcdcef9846 - Update to 3.319
PR:		ports/131772
Submitted by:	Chifeng Qu <chifeng at gmail.com>
2009-02-17 10:08:13 +00:00
Thomas Abthorpe
777bf0b92e - Pass maintainership to submitter
Submitted by:	chifeng via freebsd-ports@
2009-02-17 02:56:31 +00:00
Philip M. Gollucci
580d7d5393 - Update download locations
Reported by:    -fetch-original pointyhat run
2009-02-05 08:24:03 +00:00
Pav Lucistnik
a90f8279c5 - Update download locations, update WWW
Reported by:	-fetch-original pointyhat run
2009-01-31 21:23:28 +00:00
Oliver Lehmann
6b02829c5b fix mpich dependency
Noted by:	pav
2009-01-25 08:37:34 +00:00
Oliver Lehmann
e58eb79416 reactivate mpich - but mpich2 this time 2009-01-24 08:29:47 +00:00
Pav Lucistnik
e9d661ab18 - Switch to LAM now that net/mpich port was deleted. Fixes INDEX
With hat:	portmgr
2009-01-23 17:36:42 +00:00
Dirk Meyer
2bde4d927e - add LICENSE: 2009-01-16 16:01:05 +00:00
Martin Wilke
3381619583 - Chase gsl shlib bump 2009-01-12 20:37:24 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Mark Linimon
d1ea8df926 Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-12-18 02:33:39 +00:00
Mark Linimon
f671f7255d Reset quakelee@cn.FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:	portmgr
2008-12-16 05:15:41 +00:00
Mark Linimon
a34ad4f459 Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.

Hat:	portmgr
2008-11-29 00:11:56 +00:00
Ruslan Ermilov
f6660a90b4 Open device in read-only mode if we're only going to read from it.
Approved by:	pjd
2008-09-26 08:32:46 +00:00
Dmitry Marakasov
e4ca61134f The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

This is benchmark.

The package contains code used to benchmark speed of Octave.

WWW: http://octave.sourceforge.net/

PR:		127301
Submitted by:	Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
2008-09-24 07:26:36 +00:00
Oliver Lehmann
2cd2755c7b update to 2.0 2008-09-23 08:32:39 +00:00
Mark Linimon
775e8df21c Reset sf@slappy.org due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-03 02:57:44 +00:00
Martin Wilke
7952d0bec2 - Update to 3.1.20080826
PR:		126887
Submitted by:	Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer)
2008-08-30 14:00:33 +00:00
Martin Matuska
b2ead3a669 - Update to 0.70 [1]
- Add OPTION to disable SSL support

PR:	ports/126720
Submitted by:	Chris St Denis <chris@smartt.com> [1]
Approved by:	mm (maintainer, myself)
2008-08-21 18:51:39 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Edwin Groothuis
d4888e9000 [maintainer update] benchmarks/sipp: update to 3.1.20080723
PR:		ports/126504
Submitted by:	Artem Naluzhnyy <tut@nhamon.com.ua>
2008-08-15 00:06:07 +00:00
Mark Linimon
e54c7f9f9b Reset grog@FreeBSD.org: last commit was more than 6 months ago, and
PRs are outstanding.
2008-08-07 08:58:31 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Martin Wilke
94471ddaaa - Update to 2.2.3
- Take over maintainership

Approved by:	maintainer implicit
2008-06-20 22:06:18 +00:00
Adrian Chadd
1c608cf703 Update this newly repocopied port to compile, install, deinstall polygraph-3.1.5.
Minimal testing has been done, so please don't add it into modules until I've
verified its functioning as intended/advertised!
2008-06-18 12:17:59 +00:00
Adrian Chadd
45549ee452 Update this newly repocopied port to compile, install, deinstall polygraph-3.1.5.
Minimal testing has been done, so please don't add it into modules until I've
verified its functioning as intended/advertised!

PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
2008-06-18 12:17:58 +00:00
Edwin Groothuis
2660f90767 Please repocopy benchmarks/polygraph to benchmarks/polygraph31
I'm going to update the polygraph port to a more reasonable release;
	I'd like it to be a new port which I can maintain.

PR:		ports/124405
Submitted by:	Adrian Chadd <adrian@FreeBSD.org>
2008-06-18 10:47:08 +00:00
Edward Tomasz Napierala
341bea55cb - Distfile was rerolled and its contents slightly modified. 2008-06-18 10:03:44 +00:00
Marcus Alves Grando
2fa5e5dbf9 - Update to 2.0.4
- Update WWW

Remained by:	Miroslav Chlastak <chlastak___fialka.cz>
2008-06-10 13:01:42 +00:00
Edwin Groothuis
6527ef2070 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)
2008-06-06 13:08:29 +00:00
Martin Matuska
ae9b0dc73a - Update to 0.69 2008-05-26 09:26:24 +00:00
Philippe Audeoud
c071c00e67 - Update to 3.1
PR:		ports/123470
Submitted by:	Artem Naluzhnyy <tut@nhamon.com.ua>
Approved by:	tabthorpe (mentor)
2008-05-08 07:14:19 +00:00
Mark Linimon
a7954db16b Reset fenner's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
2008-04-29 05:36:38 +00:00
Martin Wilke
8dd363ba00 - Update to 2.0.15
PR:		123118
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2008-04-27 08:23:24 +00:00
Martin Wilke
fed811ae94 - Update to 3.7.1
PR:		122755
Submitted by:	Ports Fury
2008-04-25 15:47:53 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Joseph Koshy
b78f774e33 Reset maintainership. 2008-04-10 09:21:53 +00:00
Joseph Koshy
dae4285fe4 Reset maintainership. 2008-04-10 08:55:49 +00:00
Philippe Audeoud
d369e5c287 - Chase the gsl shared lib bump.
Approved by:	thierry (mentor)
2008-04-08 13:53:22 +00:00
Stanislav Sedov
fae8e0f615 - Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
  ruby 1.9 distribution already). Also move gem bits from
  ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
  on gems or rake you should define USE_RUBYGEMS/USE_RAKE
  accordingly. Also RAKE_BIN variable is provided for
  pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
  on ruby.

Discussed with:	Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by:	ports@
2008-04-06 08:58:21 +00:00
Pav Lucistnik
ba13570511 Geekbench is a cross-platform benchmark suite for Mac OS X, Windows,
Solaris, and Linux. Geekbench is designed to measure the performance
an average application can expect from both the processor and the
memory subsystem.

Geekbench's benchmarks are written in platform-neutral C++, and have
no platform-specific optimizations. Geekbench is compiled with what we
consider the de-facto standard compiler for each platform, with the
compiler switches suggested by the compiler vendor for release code.

WWW:	http://www.geekpatrol.ca/geekbench/

PR:		ports/106533
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2008-04-05 18:25:40 +00:00
Philippe Audeoud
44b5076c37 - Fix build
- Bump PORTREVISION

Pointyhat to : jadawin
Approved by : Ganael Laplanche (maintainer), tabthorpe (mentor)
2008-04-04 13:31:40 +00:00
Philippe Audeoud
25853535ed - Re-roll tarball
- Add RESTRICTED
- Bump PORTREVISION
- Pass maintainership to submitter

PR:		ports/122125
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by:	tabthorpe (mentor)
2008-03-31 13:57:24 +00:00
Pav Lucistnik
dad0d0873a - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:23:28 +00:00
Munechika SUMIKAWA
d189315c6d Upgrade to 2.4.4. 2008-03-03 04:55:32 +00:00
Erwin Lansing
3e5742ba02 Mark BROKEN: checksum mismatch 2008-02-28 19:55:17 +00:00