Commit graph

2515 commits

Author SHA1 Message Date
Carlo Strub
a399a4ce78 - Update to 0.15 (this involved a big change in the algorithms used)
- Tidy COMMENT
- Update pkg-descr to the new description
2012-08-31 13:45:40 +00:00
Wen Heping
92d8f7e125 - Update to 0.062
Changes: http://cpansearch.perl.org/src/WYANT/Astro-SpaceTrack-0.062/Changes
2012-08-29 03:39:46 +00:00
Rene Ladan
6d7d6fbba2 - Fix build with WITHOUT_X11, adjust pkg-descr
- Activate OPTIONS, convert to optionsNG while here
- Replace pkgconfig by pkgconf
- Bump PORTREVISION

- Added svn keywords with psvn
2012-08-27 18:22:55 +00:00
Alexey Dokuchaev
708548d098 - Update to version 0.11.4(a), with better FreeBSD support out of the box
- Drop leading indefinite article from COMMENT line per recent agreements

Submitted by:	Alexander Wolf (version update)
2012-08-27 08:58:47 +00:00
Rene Ladan
77f048410a - Use pkgconf (build-time only) instead of pkgconfig (build and run-time)
- Bump PORTREVISION to make sure the package database remains consistent
2012-08-26 09:51:03 +00:00
Gabor Pali
dd85775c04 - Update tags on core members to reflect the current state
With hat:	core-secretary
2012-08-25 00:56:03 +00:00
Sunpoet Po-Chuan Hsieh
13c7f02a3f - Update to 0.061
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2012-08-21 16:06:11 +00:00
Andrey Zonov
aeec78c153 - Add myself to the map as a new committer.
Approved by:	kib (mentor)
2012-08-21 12:51:04 +00:00
Rene Ladan
8a6acb3cf0 - Make sure the package is properly deinstalled by using the proper sh syntax.
- Bump PORTREVISION
2012-08-10 09:03:12 +00:00
Sunpoet Po-Chuan Hsieh
606a01d79e - Convert to new options framework
- Cosmetic change
2012-08-05 07:09:55 +00:00
Martin Wilke
e2ff5c6b85 - Update to 1.3.1
PR:		170133
Submitted by:	Ports Fury
2012-08-05 04:37:54 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Sunpoet Po-Chuan Hsieh
65ec41ec73 - Update to 3.07
Changes:	http://search.cpan.org/dist/Astro-FITS-Header/README
2012-08-04 16:41:03 +00:00
Wen Heping
c5050b497a Starlink::AST provides a perl wrapper to the Starlink AST library.
The Starlink AST library provides facilities for transforming coordinates
from one system to another in an object oriented manner. Multiple
coordinate frames can be associated with a data set and it is also
possible to generate automatic mappings between frames.

Coordinate frame objects can be imported from FITS headers and from
NDF files.

WWW: http://search.cpan.org/dist/Starlink-AST/
2012-08-04 07:14:25 +00:00
Bryan Drewery
d055e37157 - Add myself as new committer
- Sort according to header

Approved by:	eadler (mentor)
2012-08-01 17:40:12 +00:00
Boris Samorodov
8d56f00ee5 Update graphics/exiv2 to version 0.23.
The so library version has changed.
Bump PORTREVISIONs at dependent ports.

PR:		ports/169733
Submitted by:	bsam (me)
Approved by:	multimedia (maintainer timeout 3 weeks)
2012-07-31 15:29:26 +00:00
Dmitry Marakasov
3ca5313def - Update to 5356 2012-07-31 04:20:12 +00:00
Max Brazhnikov
ff17e3b8eb Update to 2.7.0
Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
2012-07-30 20:20:48 +00:00
Sunpoet Po-Chuan Hsieh
e62dcf817c - Update to 1.09
Changes:	http://search.cpan.org/dist/Astro-FITS-CFITSIO/ChangeLog
2012-07-30 19:27:18 +00:00
Soeren Straarup
304df214df MASTER_SITES updated + two minor items
PR:		ports/163643
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
2012-07-30 01:03:04 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32:06 +00:00
Carlo Strub
05b0777c26 Fix typos in COMMENT 2012-07-23 14:05:31 +00:00
Doug Barton
ce7d0b1f2e For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
2012-07-22 23:23:59 +00:00
Frederic Culot
2195ecdd19 - Update MASTER_SITE
- Add WWW link to pkg-descr

PR:		ports/170039
Submitted by:	nemysis <nemysis@gmx.ch>
2012-07-21 09:06:31 +00:00
Sunpoet Po-Chuan Hsieh
dfc99a466b - Fix build after recent automake update
Notified by:	pointyhat
Submitted by:	Craig Whipp <crwhipp@gmail.com> (maintainer)
2012-07-19 09:38:23 +00:00
Jason Helfman
2ef14eb674 - update to 2.0
PR:	ports/169584
Changes:	http://www.gpstk.org/bin/view/Development/ReleaseNotes20
Submitted by:	maintainer, jhein@symmetricom.com
2012-07-19 05:30:19 +00:00
Pawel Pekala
b1f497af1e Update to version 1.5.0
PR:		ports/169878
Submitted by:	Mykola Dzham <i@levsha.me> (maintainer)
2012-07-18 21:01:28 +00:00
Sunpoet Po-Chuan Hsieh
8a8eab2c41 - Update to 0.17
Changes:	http://search.cpan.org/dist/Astro-Coords/README
2012-07-18 12:36:58 +00:00
Frederic Culot
14409d6343 - Update to 3.06
Changes:	http://search.cpan.org/dist/Astro-FITS-Header/README
2012-07-18 11:29:27 +00:00
Carlo Strub
7fa8345944 Register CONFLICTS
Submitted by:	Sulev-Madis 'ketas' Silber (via e-mail)
2012-07-18 06:28:06 +00:00
Sunpoet Po-Chuan Hsieh
3101186640 - Update MAINTAINER address
PR:		ports/169823
Submitted by:	Anton Shterenlikht <mexas@bristol.ac.uk> (maintainer)
2012-07-13 13:24:24 +00:00
Dennis Herrmann
a5338d89ff - Chase astro/libnova update
- Bump PORTREVSION
2012-07-13 09:43:28 +00:00
Dennis Herrmann
b1ba0e962b - Update to 0.15.0 2012-07-13 09:43:24 +00:00
Dmitry Marakasov
638c247d83 - Update to 5315 2012-07-12 22:15:45 +00:00
Wen Heping
b5f6d1463b - Update to 3.300 [1]
- Pet portlint: remove ABI version number from LIB_DEPENDS [1]
- Convert to new options framework [1]
- Reset maintainer

PR:		169769 [1]
Submitted by:	sunpoet@ [1]
2012-07-11 07:42:19 +00:00
Sunpoet Po-Chuan Hsieh
4f9b2120ab - Update to 4.24
- Remove configuration file check and use .sample suffix for sample files
- Sort PLIST

Changes:	http://search.cpan.org/dist/Astro-Catalog/Changes
2012-07-10 19:37:37 +00:00
Sunpoet Po-Chuan Hsieh
2197d4f17d - Change path detection of cfitsio
- Pet portlint: remove ABI version number from LIB_DEPENDS
2012-07-10 17:27:17 +00:00
Sunpoet Po-Chuan Hsieh
1a03415953 - Add p5-Astro-Coords 0.15
Astro::Coords is a class for manipulating and transforming astronomical
coordinates. Can handle the following coordinate types:
- Equatorial RA/Dec, galactic (including proper motions and parallax)
- Planets
- Comets/Asteroids
- Fixed locations in azimuth and elevations
- Interpolated apparent coordinates

For time dependent calculations a telescope location and reference time must be
provided. See Astro::Telescope and DateTime for details on specifying location
and reference epoch.

WWW: http://search.cpan.org/dist/Astro-Coords/
2012-07-10 07:00:17 +00:00
Sunpoet Po-Chuan Hsieh
d34c82c9b2 - Add p5-Astro-Telescope 0.71
Astro::Telescope is a class for handling properties of individual telescopes
such as longitude, latitude, height and observational limits.

WWW: http://search.cpan.org/dist/Astro-Telescope/
2012-07-10 06:59:30 +00:00
Sunpoet Po-Chuan Hsieh
242d04cfbe - Add p5-Astro-PAL 1.05
Astro::PAL provides a Perl interface to either the Starlink PAL positional
astronomy library.

Return values are returned on the stack rather than being modified in place.

In addition small utility subroutines are provided that do useful tasks (from
the author's point of view) - specifically routines for calculating the Local
Sidereal Time.

WWW: http://search.cpan.org/dist/Astro-PAL/
2012-07-10 06:58:59 +00:00
Sunpoet Po-Chuan Hsieh
775825f0e5 - Add p5-Astro-Flux 0.01
Astro::Flux provides a class for handling astronomical flux quantities. This
class does not currently support conversions from one flux type to another (say,
from magnitudes to Janskies) but may in the future.

WWW: http://search.cpan.org/dist/Astro-Flux/
2012-07-10 06:58:16 +00:00
Sunpoet Po-Chuan Hsieh
75fee66a36 - Add p5-Astro-WaveBand 0.08
Class to transparently deal with the conversion between filters, wavelength,
frequency and other methods of specifying a location in the electro-magentic
spectrum.

Astro::WaveBand tries to determine the natural form of the numbers such that a
request for a summary of the object when it contains 2.2 microns would return
the filter name but would return the wavelength if it was not a standard filter.
In ambiguous cases an instrument name is required to decide what to return. In
really ambiguous cases the user can specify the unit in which to display the
numbers on stringification.

Used mainly as a way of storing a single number in a database table but using
logic to determine the number that an observer is most likely to understand.

Numerical comparison operators can be used to compare two Astro::WaveBand
objects. When checking equality, the "natural" and "instrument" methods are
used, so if two Astro::WaveBand objects return the same value from those
methods, they are considered to be equal. When checking other comparisons such
as greater than, the wavelength is used.

WWW: http://search.cpan.org/dist/Astro-WaveBand/
2012-07-10 06:57:31 +00:00
Sunpoet Po-Chuan Hsieh
dcd9a8bee0 - Add p5-Misc-Quality 0.1
Misc::Quality provides a class for handling quality flags for astronomical
objects. This class can handle any type of flag used.

WWW: http://search.cpan.org/dist/Misc-Quality/
2012-07-10 06:34:55 +00:00
Sunpoet Po-Chuan Hsieh
982e5bc5ed - Add CONFLICTS with lang/expect and lang/expect-devel
PR:		ports/165949
Submitted by:	Benjamin Tovar <ben@robotoloco.com>
2012-07-04 08:22:26 +00:00
David E. O'Brien
7888850b21 Add David Wolfskill.
Submitted by:	dhw
2012-07-03 21:35:12 +00:00
TAKATSU Tomonari
76f9221fee - Update to 0.8-16 2012-07-01 07:28:48 +00:00
Andrej Zverev
a41069ab3b - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00
Frederic Culot
1ec550d44e - Remove SITE_PERL from *_DEPENDS [1]
- Pet portlint(1)

PR:		ports/169551 [1]
Submitted by:	Zane C.B-H. <vvelox@vvelox.net> (maintainer)
2012-06-30 09:23:50 +00:00
Michael Scheidell
c8dae3eaff - Fix conflict & lib links
- Bump PORTREVISION

PR:		ports/168824
Submitted by:	John Hein <jhein@symmetricom.com> (maintainer)
2012-06-29 19:14:08 +00:00
Sunpoet Po-Chuan Hsieh
9704733790 - Update to 3.05
Changes:	http://search.cpan.org/dist/Astro-FITS-Header/README
2012-06-28 03:03:54 +00:00
Sunpoet Po-Chuan Hsieh
5605c5a7cd - Update to 2.0
- Do not silence installation message

Changes:	http://fungi.yuggoth.org/weather/doc/changelog.rst
2012-06-27 09:03:57 +00:00
Alberto Villa
519877d020 - Detect eigen2 by checking for .pc file, not min. port version.
If a user had eigen3 installed, but not eigen2, the min. port version
check would not differentiate between the two.

Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51
2012-06-27 01:14:01 +00:00
Brendan Fabeny
3503a3164f update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports
2012-06-26 23:57:00 +00:00
Rene Ladan
43e055d93e - Correct pkg-deinstall by using the correct sh syntax. The old syntax
happened to work in some situations.
- Bump PORTREVISION
2012-06-26 18:28:39 +00:00
Dirk Meyer
79ed41a8a0 - reset MAINTAINER 2012-06-26 05:44:19 +00:00
Doug Barton
44fa804810 s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated.
2012-06-24 21:53:38 +00:00
Sunpoet Po-Chuan Hsieh
06539f8ec3 - Update to 3.04
- Remove unnecessary MASTER_SITE_SUBDIR
- Pet portlint

Changes:	http://search.cpan.org/dist/Astro-FITS-Header/README
2012-06-23 05:21:04 +00:00
Sunpoet Po-Chuan Hsieh
6d3a84fe3b - Update to 1.1.1
- While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS

Changes:	http://www.foxtrotgps.org/branches/foxtrotgps-dev/NEWS
PR:		ports/169233
Submitted by:	Craig R. Whipp <crwhipp@gmail.com> (maintainer)
2012-06-19 08:58:37 +00:00
Alex Kozlov
fb6a220136 - Update to 0.18.1
- Convert to new options framework
- Add MASTER_SITE
- Pet portlint by removing ABI version number for exiv2

PR:	ports/168976
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
Approved by:	eadler, itetcu (mentors, implicit)
2012-06-17 19:45:53 +00:00
Max Brazhnikov
5a91ceaf33 KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x series.
Official announcement: http://kde.org/announcements/announce-4.8.4.php
2012-06-14 16:42:04 +00:00
Sunpoet Po-Chuan Hsieh
4d17c015cc - Update to 0.060
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2012-06-10 10:25:52 +00:00
Sunpoet Po-Chuan Hsieh
360625219b - Update to 0.51
Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
2012-06-09 20:48:55 +00:00
Max Brazhnikov
dd70ca02d7 Add new port astro/libkgeomap:
Libkgeomap is a KDE4 C++ wrapper around world map components such as Marble,
OpenstreetMap, and GoogleMap, for browsing and arranging photos on such maps.

WWW: http://www.digikam.org

Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
2012-06-09 13:33:29 +00:00
Dmitry Marakasov
6d5f661a66 - Update to 5267 2012-06-06 17:47:50 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Rene Ladan
2dabb7cfbd - Strip version information from LIB_DEPENDS to pet portlint
- Whitespace fixes
2012-06-05 18:37:33 +00:00
Rene Ladan
88a428546b - convert to optionsNG
- strip version information from LIB_DEPENDS to pet portlint
- include bsd.port.mk instead of bsd.port.{pre|post}.mk
2012-06-05 18:27:14 +00:00
Roman Bogorodskiy
421984c9ce Fix build with giflib 2.4.0.
Reported by:	Justim <freebsd.users@gmail.com> via ports/168642
2012-06-05 17:41:16 +00:00
Andrej Zverev
5f7e07eadd - Remove SITE_PERL from *_DEPENDS 2012-06-04 05:21:59 +00:00
Sunpoet Po-Chuan Hsieh
362e5fb94d - Update to 0.059
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2012-06-03 14:17:45 +00:00
Andrej Zverev
a50c1cb647 - Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM)
2012-06-03 05:56:20 +00:00
Baptiste Daroussin
fa8e7fc56e Convert to new options framework 2012-06-01 06:57:16 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Baptiste Daroussin
0cb47f7753 Convert to new options framework 2012-05-31 11:19:32 +00:00
Martin Wilke
2ac90b50fe - Update to 4.13.4
PR:		167611
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
2012-05-25 15:31:35 +00:00
Max Brazhnikov
f564508406 KDE/FreeBSD team presents long awaited KDE SC 4.8.3!
kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated
to match KDE SC version, old kdepim preserved in deskutils/kdepim44.

Follow UPDATING instruction!

New ports:
- accessibility/kaccessible
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
- archivers/ark
- comms/kremotecontrol
- deskutils/kcharselect
- deskutils/kdepim44
- deskutils/kdepim44-runtime
- deskutils/superkaramba
- devel/kdebindings4-perl-perlkde
- devel/kdebindings4-perl-perlqt
- math/analitza
- math/kcalc
- misc/kde4-l10n-fa
- security/kgpg-kde4
- security/kwallet
- sysutils/kdf
- sysutils/kfloppy
- sysutils/sweeper
- vietnamese/kde4-l10n
- x11-clocks/ktimer
- x11/kactivities
- x11/libkonq

Removed ports:
- devel/kdebindings4-kross-interpreters
- devel/kdebindings4-python
- devel/kdebindings4-ruby
- devel/kdebindings4-smoke
2012-05-25 02:15:20 +00:00
Dmitry Marakasov
b735800a35 - Update to 3.6
Submitted by:	glebius (maintainer)
2012-05-24 18:09:14 +00:00
Alexey Dokuchaev
cdbf9c9c70 - Update to version 0.11.3, which brings bug fixes and more translations
- Do not set custom DESKTOP_ENTRIES, vendor's .desktop file is just fine
2012-05-24 08:30:00 +00:00
Max Brazhnikov
f1804f4616 Add explicit dependency on libGLU to fix build with upcoming Qt-4.8.1
Approved by:	miwi (exp-run for Qt-4.8.1/KDE-4.8.3)
2012-05-22 15:46:52 +00:00
Raphael Kubo da Costa
cc87e10caf Explicitly depend on qt4-dbus.
This is needed for the port to build with the upcoming Qt 4.8.1 update.
qt4-dbus was probably brought in as an implicit dependency by another
dependency, and was broken with the update.

PORTREVISION bumped due to the change in the dependency list.

Approved by:	miwi (Qt 4.8.1 exp-run)
2012-05-21 23:28:20 +00:00
Martin Wilke
99bae5eaf7 - Update to 1.3
PR:		168020
Submitted by:	Ports Fury
2012-05-21 03:09:59 +00:00
Raphael Kubo da Costa
f58fc8bf82 Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

The upcoming update to x11/qt4-opengl will thus switch to USE_GL=gl,
so we need to add USE_GL=glu for this port.

PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.

[1] e7eed096a0

Approved by:	miwi (we need this fixed for the KDE 4.8.3 and Qt 4.8.1 update to land)
2012-05-20 03:56:31 +00:00
Sunpoet Po-Chuan Hsieh
9c7f3409d5 - Bump PORTREVISION for graphics/gdal shlib change 2012-05-19 10:07:14 +00:00
Carlo Strub
04abc87dc1 Update Harmonics file
PR:		ports/167568
Submitted by:	Tuc <freebsd-ports@t-b-o-h.net>
Approved by:	cs@ (maintainer)
2012-05-18 21:55:13 +00:00
Pav Lucistnik
c4e07de974 - Adjust BOINC_* variables to be consistent with new system in boinc-client 2012-05-16 13:46:30 +00:00
Pav Lucistnik
6da44fd70d - Remove astro/boinc-einsteinathome, it has been IGNORE'd for two years. 2012-05-16 13:38:36 +00:00
Dmitry Marakasov
3ea1cde66b - Update to 5210 2012-05-14 22:47:52 +00:00
Alexey Dokuchaev
f9ee9fa235 - Update to version 0.11.2
- Minor Makefile cleanups
2012-05-10 16:54:39 +00:00
Roman Bogorodskiy
f2ca91f1e2 Update to 1.3.0. 2012-05-09 15:26:09 +00:00
Wen Heping
b360c0c97b - Bump PORTREVISION to chase the update of graphics/proj 2012-05-07 08:12:53 +00:00
Sunpoet Po-Chuan Hsieh
f859944df1 - Update to 0.50
- Sort MAN3
- Sort PLIST and remove duplicate entry (@dirrmtry %%SITE_PERL%%/Astro)

Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
2012-05-05 06:13:10 +00:00
Brendan Fabeny
aa89760550 - update math/R-cran-psych to 1.2.1 [1]
- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
  MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
  flexible and allow CRAN ports to override it; add a regression-test
  target; set USE_FORTRAN to match math/R; remove some of the
  redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS

Reviewed by:	thierry, tota, wen
Approved by:	D. Rue (maintainer) [1], wen [2]
2012-05-04 20:56:15 +00:00
Jason Helfman
9abe0c3b13 - Update to 6.4.3 [1]
- while here, drop pkg-plist and use PORT{DOCS,DATA} [2]
- substitute on pkg-message, and actually show it [2]
- tighten Makefile instructions, and reduce number of MKDIRS [2]

PR:	ports/167432
Submitted by:	maintainer, david@catwhisker.org [1], jgh@[2]
2012-04-30 21:22:11 +00:00
Josh Paetzel
613a5f5db6 Update to 3.7.5 2012-04-27 00:43:42 +00:00
Wen Heping
47eaa9c07a - Update to 1.1.1
- Update my email to FreeBSD
2012-04-26 13:27:39 +00:00
Wen Heping
2cd465c937 - Update to 1.77.00
- Pass maintainership to submitter

PR:		ports/167224
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-04-24 00:49:05 +00:00
Rene Ladan
0237fd0cf0 Update to 6.01.
See the UPDATING entry for additional instructions.
2012-04-23 21:14:20 +00:00
Rene Ladan
27af31d4f6 Fix build (boinc-client 7.0.25_2 or higher required).
PR:		ports/167034 (prompted)
Submitted by:	Larry Rosenman [ler lerctr!org]
2012-04-23 21:00:55 +00:00
Devin Teske
a3f7a2d029 Add myself to the map as a new committer.
Approved by:	emaste (mentor)
2012-04-18 21:09:15 +00:00
Tilman Keskinoz
c3db4332a2 I have moved a bit to southwest 2012-04-17 08:50:21 +00:00
Dmitry Marakasov
a6780fc5a6 - Update to 5181 2012-04-15 20:35:32 +00:00
Dmitry Marakasov
ccf0c95e64 - Update to 3.5
Submitted by:	glebius (maintainer via private email)
2012-04-15 20:35:02 +00:00
Guido Falsi
e95f0f909b Add myself to the map.
Approved by:	crees (mentor)
2012-04-15 17:33:48 +00:00
Juergen Lock
72620c0d56 Fix plist.
Submitted by:	pkgng build on pointyhat via bapt
2012-04-13 17:29:25 +00:00
Dmitry Marakasov
386c8d8210 - Update to 5047
Feature safe:	yes
2012-03-27 14:03:54 +00:00
Carlo Strub
575b251098 - Update to last git snapshot version (no official release for a long time)
- Remove boost dependency
- Remove GDAL and PROJ options as they are now required

PR:		ports/165767
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
Approved by:	glarkin@ (mentor, implicit)
Feature safe:	yes
2012-03-16 21:12:17 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Sunpoet Po-Chuan Hsieh
b3b74da119 - Update to 0.49
Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
Feature safe:	yes
2012-03-13 03:33:26 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Wen Heping
b879c1a0bc - Update to 0.6.1 2012-03-08 08:39:54 +00:00
Sunpoet Po-Chuan Hsieh
c401538bea - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)
Submitted by:	sunpoet (myself)
Tested by:	exp-run by linimon
Approved by:	linimon (with portmgr hat)
2012-03-08 08:04:10 +00:00
Pav Lucistnik
6c58df03a2 - Update to 1.1.0
Submitted by:	Craig Whipp <crwhipp@gmail.com> (maintainer)
2012-03-07 12:22:51 +00:00
Brendan Fabeny
2dbc7784bc update math/R to 2.14.2, and adjust dependent ports 2012-03-03 16:59:36 +00:00
Wen Heping
35a87c40d1 - Avoid unecessary dos2unix invocations
PR:		ports/165518
Submitted by:	John Hein <jhein@symmetricom.com> (maintainer)
2012-02-29 02:41:49 +00:00
Tilman Keskinoz
34ec4c9f65 Update to 1.7
Pass maintainership to submitter

PR:		165139
Submitted by:	John Hein <jhein@symmetricom.com>
2012-02-27 17:39:39 +00:00
Sunpoet Po-Chuan Hsieh
bd65b3454f - Update to 0.058
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2012-02-24 09:53:40 +00:00
Dmitry Marakasov
1146cbb1d9 - Update to 4878 2012-02-19 19:24:06 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Matthew Seaman
30263d6b12 Add xearth marker as new committer
Approved by:	  shaun (mentor)
2012-02-09 14:07:43 +00:00
Juergen Lock
fe1cf2dae0 - The old version is 5.2.1.1588 actually (have I really used the wrong
version or have google changed it?)  [1]

  But this version also crashes on 9.x/amd64:

	http://people.freebsd.org/~nox/tmp/google-earth-5.2.1.1588/9-nvidia-amd64/crashlog-4f286531.txt

- Bump PORTEPOCH once more. :(

Submitted by:	pointyhat via pav
2012-01-31 22:14:51 +00:00
Juergen Lock
c066234ed2 - Go back to previous version, 6.0.3.2197, as the new one, 6.2.0.5905,
not only still crashes on 9.x/amd64 [1] but now also on 8.x with
  Radeon Graphics: (using Xorg drivers as there is no fglrx for FreeBSD)

	http://people.freebsd.org/~nox/tmp/google-earth-6.2.0.5905/8-radeon-amd64/crashlog-4f24bff5.txt

  Port shar for 6.2.0.5905 for testing:

	http://people.freebsd.org/~nox/tmp/google-earth-6.2.0.5905/google-earth-6.2.0.5905.shar

  Crashlog for 6.2.0.5905 on 9.x/amd64 with Nvidia Graphics:

	http://people.freebsd.org/~nox/tmp/google-earth-6.2.0.5905/9-nvidia-amd64/crashlog-4f24c0d5.txt

  Crashlog for 6.1.0.5001 on 9.x/amd64 with Nvidia Graphics for comparison:

	http://people.freebsd.org/~nox/tmp/google-earth-6.1.0.5001/9-nvidia-amd64/crashlog-4f16ff57.txt

- Bump PORTEPOCH.

PR:		ports/160422 [1]
Submitted by:	"Hartmann, O." <ohartman@zedat.fu-berlin.de> [1]
2012-01-29 16:27:58 +00:00
Alberto Villa
f234761615 The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, which
concludes the 4.7 series.

The official release notes can be found at:
http://kde.org/announcements/announce-4.7.4.php

PR:		162216
PR:		163662
2012-01-25 10:21:01 +00:00
Dmitry Marakasov
f9f129c783 - Do install schemas and other bundled files 2012-01-23 20:03:54 +00:00
Sunpoet Po-Chuan Hsieh
7a3627a256 - Update to 0.057
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2012-01-23 18:57:39 +00:00
Sunpoet Po-Chuan Hsieh
85ba8ffc93 - Update to 0.47
Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
2012-01-22 13:13:50 +00:00
Frederic Culot
c54d13f0dd - Update to 1.08
Changes:	http://search.cpan.org/dist/Astro-FITS-CFITSIO/ChangeLog
2012-01-22 07:39:30 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Michael Scheidell
2cfab90aaa - Don't use INSTALL_ICONS when Gnome not installed
PR:		ports/164344
Approved by:	gabor(mentor, implicit)
2012-01-21 00:47:16 +00:00
TAKATSU Tomonari
db625c24ae - Update to 0.8-14 2012-01-19 14:38:41 +00:00
Brendan Fabeny
6ef707b384 update math/R to 2.14.1, and adjust dependent ports 2012-01-18 23:04:08 +00:00
Juergen Lock
e7f4cf168e Update to 6.1.0.5001 (which unfortunately still crashes on >= 9.0/amd64 ):
PR:		ports/160422 (the 9.x crash and backtrace)
Noticed by:	Yuri <yuri@rawbw.com> (via private email)
2012-01-18 17:56:15 +00:00
Wen Heping
2748c4b967 - update to 0.6.0 2012-01-16 01:11:45 +00:00
Dmitry Marakasov
b0062dfa3c - Update to 3.4
Submitted by:	glebius (maintainer)
2012-01-15 16:20:02 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Dmitry Marakasov
5c1bc7d89b - Update to r198, remove memory limit 2012-01-09 18:12:04 +00:00
Dmitry Marakasov
fa96870d8d - Update to r2164, remove memory limit 2012-01-09 18:12:03 +00:00
Sunpoet Po-Chuan Hsieh
9106c6190d - Update to 0.25
Changes:	http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
2012-01-06 06:32:29 +00:00
Mark Linimon
eba3cd729f Update maintainer's email address.
PRs:		ports/163705, ports/163706
2011-12-30 01:05:04 +00:00
Dmitry Marakasov
87b69a13ca - Update to 0.40.1 2011-12-27 09:34:34 +00:00
Dmitry Marakasov
dfa9dca27f - Update to 4667 2011-12-26 19:41:21 +00:00
Steve Wills
c4ff7b1ea2 - Switch from libungif to giflib to avoid duplicate files
PR:		ports/163589
Approved by:	novel (maintainer)
2011-12-24 22:24:51 +00:00
Ruslan Makhmatkhanov
9dbe8cd622 - fix build (remove unneeded patch) [1]
- while i'm here also fix pkg-plist

PR:             163560 [1]
Submitted by:   Kenji Rikitake <kenji.rikitake at acm dot org>
Requested by:   wen (by email)
Approved by:    wen (maintainer), novel (mentor, implicit)
2011-12-23 13:52:02 +00:00
Wen Heping
76bb76cfc5 - Update to 3.7.5.1 2011-12-23 07:57:09 +00:00
Ruslan Makhmatkhanov
e0d87a6865 - update to 1.3.1
- while i'm here, fix whitespace issue in pkg-descr

PR:             163533
Submitted by:   Mykola Dzham <i at levsha dot me> (maintainer)
Approved by:    novel (mentor, implicit)
2011-12-23 04:35:56 +00:00
Stefan Eßer
e74737514a Fix compilation with clang: main() must return int not void. 2011-12-20 19:10:50 +00:00
TAKATSU Tomonari
1f90e26ac1 - Update to 0.8-12
- Fix LICENSE section
2011-12-20 12:28:50 +00:00
Jason Helfman
bb8def2212 + Add myself to the map
Approved by: crees, rene (mentors)
2011-12-19 21:15:57 +00:00