Commit graph

2822 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
5930db6305 - Update to 1.1.1
- Strip shared library

Changes:	https://github.com/Unidata/netcdf4-python/blob/master/Changelog
PR:		ports/195356
Submitted by:	sunpoet (myself)
Approved by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-12-05 17:52:52 +00:00
Baptiste Daroussin
3f6c422e36 Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year

PR:		195059
2014-12-02 22:40:56 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Antoine Brodin
6867beb2aa Deprecated ports broken for more than 6 months 2014-11-27 21:31:47 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Sunpoet Po-Chuan Hsieh
d7a7b8b3c0 - Add LICENSE
- Cleanup PLIST
2014-11-24 18:30:55 +00:00
Mathieu Arnold
0e64ad403b Fix build with Perl 5.18+. While there, add a runtime dependency on Perl, a
few installed scripts need it.

Sponsored by:	Absolight
2014-11-24 16:21:24 +00:00
Olivier Duchateau
8da18c7e44 - Update to 1.3.6
- Update website in WWW entry (pkg-descr)
2014-11-15 10:50:32 +00:00
Max Brazhnikov
b1f6dafbc4 science/kst2:
- NetCDF 4 is not supported yet, set INGORE if NETCDF option is requested.

PR:		194936
Reported by:	nwhitehorn
2014-11-13 14:26:54 +00:00
Antoine Brodin
ee9b96077b Cleanup plist 2014-11-12 18:48:53 +00:00
Wen Heping
5165bc079c - Update to 1.81.02 2014-11-08 23:45:16 +00:00
Rene Ladan
2f08c48841 Remove expired ports:
2014-11-07 math/elmer-umfpack: Obsoleted by cad/elmerfem
2014-11-07 science/elmer-eio: Obsoleted by cad/elmerfem
2014-11-07 science/elmer-matc: Obsoleted by cad/elmerfem
2014-11-07 science/elmer-meshgen2d: Obsoleted by cad/elmerfem
2014-11-07 science/elmergrid: Obsoleted by cad/elmerfem
2014-11-07 14:58:00 +00:00
Max Brazhnikov
3b1014085c science/kst2:
- Update to 2.0.8
- Remove now needless patches
- Add option for building with Qt 5
2014-11-07 11:42:30 +00:00
Pawel Pekala
ec60b78154 - Update to version 2.38
- Sort option helpers
- Clean pkg-plist

PR:		194170
Submitted by:	tkato432@yahoo.com
2014-11-02 17:43:03 +00:00
Wen Heping
1c5d99661f - Update to 5.0.2
PR:		193902
Submitted by:	tkato432@yahoo.com
2014-10-30 12:19:02 +00:00
Dmitry Sivachenko
ff009d430c Explicitly link with libblas to avoid errors like
import sklearn.decomposition.pca
ImportError: /usr/local/lib/libcblas.so.2: Undefined symbol "cgemv_"
due to it trying to import pairwise_fast.so

PR:             194683

Update to version 0.15.2.
2014-10-30 11:52:48 +00:00
Marcus von Appen
742321c708 - Convert ports of science/ and security to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:50:42 +00:00
Dmitry Sivachenko
7007ea4b9b Fix compilation after recent numpy patch.
Patch by thierry@FreeBSD.org, pointed out by antoine.
2014-10-23 15:23:27 +00:00
John Marino
9056a800f0 science/gromacs: Fix build on DragonFly (fix from dports) 2014-10-20 13:09:42 +00:00
John Marino
15dccb3a0d Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
2014-10-20 10:09:19 +00:00
Max Brazhnikov
0ea52f99b4 KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
USE_KDE4=kdehier component has been deprecated, new components added:
 baloo			- Baloo core libraries
 baloo-widgets		- Baloo widgets library
 kfilemetadata		- KDE library for extracting file metadata

New ports:
  graphics/kqtquickcharts	- QtQuick plugin to render interactive charts
  misc/artikulate		- Pronunciation trainer for KDE
				(not usable currently, links to both
				GStreamer 1.x and 0.10.x via dependencies)
  sysutils/baloo[-widgets]	- KDE framework for searching and
				managing user metadata
  sysutils/kfilemetadata	- Library for extracting file metadata

l10n ports:
- Farsi (Persian) and Indonesian translations has been readded
- Vietnamese didn't pass threshold for inclusion into release

astro/kstars:
- switch dependency from math/eigen2 to math/eigen3
- add PYKDE option for updating supernovae data

deskutils/kdepim4:
- update dependencies: add libkgapi and baloo,
  remove now needless clucene, link-grammar, strigi
- add patch to fix build with gcc42
- update COMMENT and description for all KDE PIM ports

devel/ruby-krossruby:
- remove BROKEN, it builds with ruby 2.x now

editors/kate:
- add patch to disable memory-hungry build of the kate tests [1]

graphics/okular:
- add dependency on graphics/libkscreen

math/cantor:
- add optional dependency on lang/luajit for LuaJIT backend
- fix gfortran detection [2]

misc/kdehier4:
- adapt to new pkg world. Now the purpose of kdehier4 only
  to link some stuff between KDE4_PREFIX and LOCALBASE.

science/kalzium:
- switch dependency from math/eigen2 to math/eigen3
- add dependence on science/chemical-mime-data

x11-themes/kdeartwork4
- switch dependency from math/eigen2 to math/eigen3

among other changes:
- drop deprecated USE_KDE4=kdehier
- drop @dirrm from plist
- clean up pkg-descr
- convert to options helpers
- other portlint fixes

The area51 repository features commits by alonso, rakuco and myself.

PR:		187150 [1]
Reported by:	pe.freethread@live.com
Patch by:	Tobias Berner <tcberner@gmail.com>

PR:		180674 [2]
Reported by:	torsten.eichstaedt@web.de

PR:		194316
Exp-run:	antoine
2014-10-19 15:57:27 +00:00
Antoine Brodin
228c6c6f20 Allow staging as a regular user 2014-10-19 15:47:31 +00:00
Dmitry Marakasov
9effcb9cdf - Drop @dirrm* from plist 2014-10-18 14:32:51 +00:00
Wen Heping
9ce603baaf - Fix build 2014-10-17 02:45:15 +00:00
Stephen Hurd
73a9c4b68f - Update to 0.99.28
ChangeLog summary:
Minor bug fixes, use the new g_object format to supress warnings about deprecated calls.

PR:             191376
Submitted by:   tkato432@yahoo.com (ie: Ports Fury)
2014-10-14 04:55:08 +00:00
Thierry Thomas
609b987811 - Upgrade to 0.9.5
- Switch to the options framework.
2014-10-12 08:34:44 +00:00
Thierry Thomas
b01a6de14f Force freetype's headers detection.
Submitted by:	maintainer
2014-10-07 21:34:45 +00:00
Thierry Thomas
ccfac88b3a Mark the old elmer-* ports as deprecated: they are obsoleted by
cad/elmerfem.

Reported by:	pfg
2014-10-07 19:35:59 +00:00
William Grzybowski
c9d5cf4ee3 science/psychopy: switch from py-imaging to py-pillow
- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
2014-10-07 17:00:37 +00:00
Dmitry Sivachenko
c2fe293b67 Fix build after r369447
Patch by Thierry Thomas <thierry@FreeBSD.org>
2014-09-30 08:39:34 +00:00
Danilo Egea Gondolfo
94f7ea6c8f - Update net/openmpi from 1.8.2 to 1.8.3 2014-09-28 03:41:24 +00:00
John Marino
6d0d5e3a85 science/jstrack: Unbreak; author verified distfile was rerolled
PR:		193425
Submitted by:	Muhammad Rahman

While here, remove redundant @dirrm from pkg-plist
2014-09-25 16:53:43 +00:00
Tijl Coosemans
a6d2f30533 - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so.  This fixes a problem where DATADIRNAME gets an incorrect
  value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
  to intltool so move DATADIRNAME patching from USES=pathfix to
  USE_GNOME=intlhack.

- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
  patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use

Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-09-25 15:18:27 +00:00
John Marino
66d6f5cb1c science/mpqc: Don't override libtool -version-info, bump dependent ports
We accept SHLIB version changes when moving to USE=libtool, so stop
overriding it with the intent of prevent library version changes, which
is considered the better approach over the long term. Two ports are
dependent on mpqc, so bump them for the second time today.

requested by:	tijl@
2014-09-25 13:56:06 +00:00
John Marino
2c24dc6b57 science: Fix mpqc, libint and unbreak ghemical, and libghemical atomically
science/ghemical would not link because libghemical.so (from science/
libghemical port) had never been properly linked.  Links to all mpqc "SC"
libraries were added to LDFLAGS to rectify this.  The configure breakage
and solution is described below.

After the version of lang/gcc was bumped from 4.7 to 4.8,
science/libghemical ceased to configure and it was marked broken.  After
recreating the conftest, it was discovered that two versions incompatible
versions of libgcc_s.so were getting pulled in by the realtime linker:
the base version and the gcc48 ports version.

The base version was getting pulled in by science/libint.  To unbreak
libghemical, libint is now built with lang/gcc.  It was necessary to
force libtool to link with LDFLAGS that Mk/bsd.gcc.mk sets so that
the runpaths match across libraries used by libghemical.

When science/mpqc was staged, it utilized libtool which renumbered all
the library versions from 8.0.1 to 7.1.0.  This was caused by the age
component being greater than 0.  By patching configure.in with a new
version, we can generate major SHLIB of 8 again.  While here, fix the
bin/sc-config tool to remove a bad include cflag.

With this fixes, science/ghemical builds successfully.  Bump all 4 of
these ports, remove any BROKEN designation and remove redundant
@dirrm in pkg-plist
2014-09-25 11:04:02 +00:00
Dmitry Marakasov
7e95af8be1 - Drop @dirrm* from plist 2014-09-24 01:43:20 +00:00
Rene Ladan
7eafff56c3 Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge
2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014
2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014
2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014
2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014
2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014
2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2
2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014
2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014
2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014
2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014
2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
2014-09-20 09:45:04 +00:00
Olivier Duchateau
5874b4a6b7 - Update to 1.3.5
- Add LICENSE_FILE
2014-09-18 04:41:04 +00:00
Thierry Thomas
865facb643 Upgrade to version 2.0.7.
Note: this is not the latest. Now there is no separate release for ncs
and the sources are distributed as code_saturne-x.y.z. Next upgrades in
preparation!
2014-09-14 14:44:25 +00:00
Thierry Thomas
40d692b42f Upgrade to version 2.0.3.
PR:		ports/193296
Submitted by:	pfg
2014-09-14 14:42:20 +00:00
Thierry Thomas
b15ff631b4 Upgrade to version 0.15.4.
PR:		ports/193298
Submitted by:	pfg
2014-09-14 14:41:27 +00:00
Antoine Brodin
ad273282b7 Mark BROKEN: Fails to configure
checking for main in -llapack... yes
checking for sc-config... /usr/local/bin/sc-config
checking SC - version... no
*** Could not run SC test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding SC or finding the wrong
*** version of SC.

Reported by:	pkg-fallout
2014-09-13 21:20:16 +00:00
Tijl Coosemans
a5bee80ce4 Use default LIBTOOLIZE_ARGS 2014-09-13 18:25:04 +00:00
Sunpoet Po-Chuan Hsieh
514e890af9 - Update to 4.4.1
Changes:	https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md
2014-09-13 15:19:28 +00:00
Sunpoet Po-Chuan Hsieh
92ee61f36d - Add rubygem-cdo 1.2.3
Ruby binding to CDO (Climate Data Operators)

GitHub repository at https://github.com/Try2Code/cdo-bindings

WWW: https://code.zmaw.de/projects/cdo/wiki/Cdo%7Brbpy%7D
RG:  https://rubygems.org/gems/cdo
2014-09-13 15:18:54 +00:00
Sunpoet Po-Chuan Hsieh
37b71248f9 - Add py-cdo 1.2.3
Python binding to CDO (Climate Data Operators)

GitHub repository at https://github.com/Try2Code/cdo-bindings

WWW: https://code.zmaw.de/projects/cdo/wiki/Cdo%7Brbpy%7D
2014-09-13 15:18:32 +00:00
Jason E. Hale
d5bc5b5493 - Update to 4.10
- Update WWW

While here:
- Update LICENSE
- Convert non-functional (since February) USE_FORTRAN to USES=fortran
- Convert USE_PYTHON to USES=python:2 (3.x doesn't seem to work)
- Further convert to options helpers
- FORTRAN and QT4 options seem to build fine together, so make
  them non-exclusive regular options

PR:		193590
Submitted by:	pfg
2014-09-12 23:32:38 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
John Marino
f31e3f807e Stage science/mpqc and science/mpqc-mpich
* reset maintainer
 * converted to options instead of WITH_* knobs
 * moved files/manpages to pkgplist
 * USES+= libtool
 * modernize
2014-09-08 00:20:03 +00:00
Sunpoet Po-Chuan Hsieh
36f3519eeb - Pass maintainership to python@ 2014-09-07 14:58:55 +00:00