aboutsummaryrefslogtreecommitdiff
path: root/astro
Commit message (Collapse)AuthorAgeFilesLines
* Register CONFLICTSCarlo Strub2012-07-181-0/+1
| | | | | | | Submitted by: Sulev-Madis 'ketas' Silber (via e-mail) Notes: svn path=/head/; revision=301064
* - Update MAINTAINER addressSunpoet Po-Chuan Hsieh2012-07-131-1/+1
| | | | | | | | PR: ports/169823 Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> (maintainer) Notes: svn path=/head/; revision=300859
* - Chase astro/libnova updateDennis Herrmann2012-07-133-3/+3
| | | | | | | - Bump PORTREVSION Notes: svn path=/head/; revision=300841
* - Update to 0.15.0Dennis Herrmann2012-07-133-5/+5
| | | | Notes: svn path=/head/; revision=300840
* - Update to 5315Dmitry Marakasov2012-07-122-3/+3
| | | | Notes: svn path=/head/; revision=300817
* - Update to 3.300 [1]Wen Heping2012-07-112-6/+10
| | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=300756
* - Update to 4.24Sunpoet Po-Chuan Hsieh2012-07-103-49/+63
| | | | | | | | | | - Remove configuration file check and use .sample suffix for sample files - Sort PLIST Changes: http://search.cpan.org/dist/Astro-Catalog/Changes Notes: svn path=/head/; revision=300736
* - Change path detection of cfitsioSunpoet Po-Chuan Hsieh2012-07-101-8/+4
| | | | | | | - Pet portlint: remove ABI version number from LIB_DEPENDS Notes: svn path=/head/; revision=300728
* - Add p5-Astro-Coords 0.15Sunpoet Po-Chuan Hsieh2012-07-105-0/+76
| | | | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=300711
* - Add p5-Astro-Telescope 0.71Sunpoet Po-Chuan Hsieh2012-07-105-0/+38
| | | | | | | | | | 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/ Notes: svn path=/head/; revision=300710
* - Add p5-Astro-PAL 1.05Sunpoet Po-Chuan Hsieh2012-07-105-0/+44
| | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=300709
* - Add p5-Astro-Flux 0.01Sunpoet Po-Chuan Hsieh2012-07-105-0/+44
| | | | | | | | | | | 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/ Notes: svn path=/head/; revision=300708
* - Add p5-Astro-WaveBand 0.08Sunpoet Po-Chuan Hsieh2012-07-105-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=300707
* - Add p5-Misc-Quality 0.1Sunpoet Po-Chuan Hsieh2012-07-105-0/+34
| | | | | | | | | | 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/ Notes: svn path=/head/; revision=300705
* - Add CONFLICTS with lang/expect and lang/expect-develSunpoet Po-Chuan Hsieh2012-07-041-0/+2
| | | | | | | | PR: ports/165949 Submitted by: Benjamin Tovar <ben@robotoloco.com> Notes: svn path=/head/; revision=300466
* Add David Wolfskill.David E. O'Brien2012-07-031-0/+1
| | | | | | | Submitted by: dhw Notes: svn path=/head/; revision=300455
* - Update to 0.8-16TAKATSU Tomonari2012-07-012-4/+3
| | | | Notes: svn path=/head/; revision=300306
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-302-5/+5
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300277
* - Remove SITE_PERL from *_DEPENDS [1]Frederic Culot2012-06-302-4/+5
| | | | | | | | | | - Pet portlint(1) PR: ports/169551 [1] Submitted by: Zane C.B-H. <vvelox@vvelox.net> (maintainer) Notes: svn path=/head/; revision=300249
* - Fix conflict & lib linksMichael Scheidell2012-06-293-2/+43
| | | | | | | | | | - Bump PORTREVISION PR: ports/168824 Submitted by: John Hein <jhein@symmetricom.com> (maintainer) Notes: svn path=/head/; revision=300224
* - Update to 3.05Sunpoet Po-Chuan Hsieh2012-06-282-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Astro-FITS-Header/README Notes: svn path=/head/; revision=300140
* - Update to 2.0Sunpoet Po-Chuan Hsieh2012-06-272-14/+17
| | | | | | | | | - Do not silence installation message Changes: http://fungi.yuggoth.org/weather/doc/changelog.rst Notes: svn path=/head/; revision=300082
* - Detect eigen2 by checking for .pc file, not min. port version.Alberto Villa2012-06-271-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=300056
* update math/R to 2.15.1, switch to the new options format, andBrendan Fabeny2012-06-261-1/+1
| | | | | | | adjust dependent ports Notes: svn path=/head/; revision=300051
* - Correct pkg-deinstall by using the correct sh syntax. The old syntaxRene Ladan2012-06-262-3/+3
| | | | | | | | happened to work in some situations. - Bump PORTREVISION Notes: svn path=/head/; revision=300034
* - reset MAINTAINERDirk Meyer2012-06-261-1/+1
| | | | Notes: svn path=/head/; revision=299982
* s/X11BASE/LOCALBASE/, or equivalent.Doug Barton2012-06-242-2/+2
| | | | | | | The X11BASE variable is long gone, however these ports were not updated. Notes: svn path=/head/; revision=299908
* - Update to 3.04Sunpoet Po-Chuan Hsieh2012-06-232-7/+4
| | | | | | | | | | - Remove unnecessary MASTER_SITE_SUBDIR - Pet portlint Changes: http://search.cpan.org/dist/Astro-FITS-Header/README Notes: svn path=/head/; revision=299806
* - Update to 1.1.1Sunpoet Po-Chuan Hsieh2012-06-192-9/+8
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=299624
* - Update to 0.18.1Alex Kozlov2012-06-174-26/+15
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=299480
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x ↵Max Brazhnikov2012-06-144-6/+4
| | | | | | | | | series. Official announcement: http://kde.org/announcements/announce-4.8.4.php Notes: svn path=/head/; revision=299269
* - Update to 0.060Sunpoet Po-Chuan Hsieh2012-06-102-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes Notes: svn path=/head/; revision=298929
* - Update to 0.51Sunpoet Po-Chuan Hsieh2012-06-092-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Astro-satpass/Changes Notes: svn path=/head/; revision=298884
* Add new port astro/libkgeomap:Max Brazhnikov2012-06-096-0/+164
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=298855
* - Update to 5267Dmitry Marakasov2012-06-062-3/+3
| | | | Notes: svn path=/head/; revision=298618
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-068-17/+9
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - Strip version information from LIB_DEPENDS to pet portlintRene Ladan2012-06-051-3/+3
| | | | | | | - Whitespace fixes Notes: svn path=/head/; revision=298508
* - convert to optionsNGRene Ladan2012-06-051-7/+11
| | | | | | | | - strip version information from LIB_DEPENDS to pet portlint - include bsd.port.mk instead of bsd.port.{pre|post}.mk Notes: svn path=/head/; revision=298505
* Fix build with giflib 2.4.0.Roman Bogorodskiy2012-06-051-0/+2
| | | | | | | Reported by: Justim <freebsd.users@gmail.com> via ports/168642 Notes: svn path=/head/; revision=298497
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-045-8/+8
| | | | Notes: svn path=/head/; revision=298334
* - Update to 0.059Sunpoet Po-Chuan Hsieh2012-06-032-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes Notes: svn path=/head/; revision=298091
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-031-1/+1
| | | | | | | Approved by: maintainer (tobez@ via IM) Notes: svn path=/head/; revision=298050
* Convert to new options frameworkBaptiste Daroussin2012-06-012-17/+19
| | | | Notes: svn path=/head/; revision=297923
* - update png to 1.5.10Dirk Meyer2012-06-0137-31/+62
| | | | Notes: svn path=/head/; revision=297915
* Convert to new options frameworkBaptiste Daroussin2012-05-311-10/+12
| | | | Notes: svn path=/head/; revision=297871
* - Update to 4.13.4Martin Wilke2012-05-254-31/+290
| | | | | | | | | PR: 167611 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=297435
* KDE/FreeBSD team presents long awaited KDE SC 4.8.3!Max Brazhnikov2012-05-259-18/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=297371
* - Update to 3.6Dmitry Marakasov2012-05-242-6/+6
| | | | | | | Submitted by: glebius (maintainer) Notes: svn path=/head/; revision=297350
* - Update to version 0.11.3, which brings bug fixes and more translationsAlexey Dokuchaev2012-05-243-8/+137
| | | | | | | - Do not set custom DESKTOP_ENTRIES, vendor's .desktop file is just fine Notes: svn path=/head/; revision=297323
* Add explicit dependency on libGLU to fix build with upcoming Qt-4.8.1Max Brazhnikov2012-05-221-0/+1
| | | | | | | Approved by: miwi (exp-run for Qt-4.8.1/KDE-4.8.3) Notes: svn path=/head/; revision=297202