Commit graph

3545 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
4ed3803e59 Update to 0.085
Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
2017-12-03 20:37:17 +00:00
Sunpoet Po-Chuan Hsieh
5e3e9cf68b Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
2017-12-03 20:34:52 +00:00
Dmitry Marakasov
2102ccc7b3 - Pet portlint 2017-12-01 11:46:32 +00:00
Antoine Brodin
07faea058d Cleanup LIB_DEPENDS on libpng 2017-12-01 07:19:53 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Wen Heping
2ded711097 - Update to 2.1.8 2017-11-30 10:51:34 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Dmitry Marakasov
585fb8c944 - Add license (note that commercial distribution is not allowed)
- Unsilence installation
- Fix WWW

Approved by:	portmgr blanket
2017-11-29 09:00:22 +00:00
Jason W. Bacon
16f7cc1eaf astro/xearth: Add jwb to freebsd.committer.markers
Approved by:    jrm
2017-11-27 18:08:18 +00:00
Dmitry Marakasov
557d5b5365 - Update to 13053 2017-11-21 11:17:44 +00:00
Mathieu Arnold
cbcfde370c OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by:	Absolight
2017-11-21 08:36:26 +00:00
Rene Ladan
400ce66436 Remove expired port:
2017-04-30 astro/gmapcatcher: Unfetchable for more than six months (google code has gone away)
2017-11-12 16:33:15 +00:00
Danilo Egea Gondolfo
1156b63312 - Update to 5.17 2017-11-05 14:20:11 +00:00
Danilo G. Baio
c27d4e377f Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
2017-11-04 11:43:35 +00:00
Vanilla I. Shu
383371b0bb Update to 2.10. 2017-11-04 11:33:25 +00:00
Steve Wills
1e7932338f astro/sunwait: create port
Sunwait is a small C program for calculating sunrise and sunset, as well as
civil, nautical, and astronomical twilights. It has features that make it
useful for home automation tasks.

WWW: http://www.risacher.org/sunwait/
2017-10-28 12:17:49 +00:00
Sunpoet Po-Chuan Hsieh
cb7d8a1fd2 Update to 3.42
Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2017-10-25 18:28:23 +00:00
Dmitry Marakasov
beab278636 - Add LICENSE
- Unsilence installation commands
2017-10-22 09:04:25 +00:00
Christoph Moench-Tegeder
29c61a5186 astro/qmapshack: update to 1.9.1
Announcement: https://sourceforge.net/p/qlandkartegt/mailman/message/36042436/

PR:		222453
Approved by:	bofh (maintainer-timeout)
2017-10-16 11:56:17 +00:00
Sunpoet Po-Chuan Hsieh
d08898a20a Update to 0.100
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2017-10-15 00:37:07 +00:00
Sunpoet Po-Chuan Hsieh
5796f52eed Update to 0.084
Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
2017-10-13 06:50:36 +00:00
Baptiste Daroussin
460b2c2be9 Readd the mirror removed by accident 2017-10-12 12:11:15 +00:00
Baptiste Daroussin
2bcc09eb88 Remove dead mirror 2017-10-12 11:28:05 +00:00
Sunpoet Po-Chuan Hsieh
5466991db2 Remove USE_PERL5=patch and post-patch:
from poudriere log:
/usr/local/bin/perl -pi -e 's/(qw\(.*)\[1\];/($1)[1];/; s/\r\n/\n/;'  /wrkdirs/usr/ports/astro/p5-Astro-Sunrise/work/Astro-Sunrise-0.95/Sunrise.pm
Can't open /wrkdirs/usr/ports/astro/p5-Astro-Sunrise/work/Astro-Sunrise-0.95/Sunrise.pm: No such file or directory.

With hat:	perl
2017-10-11 19:50:32 +00:00
Sunpoet Po-Chuan Hsieh
ab82c45a5f Add LICENSE
- Add NO_ARCH

Approved by:	portmgr (blanket)
2017-10-10 11:21:12 +00:00
Sunpoet Po-Chuan Hsieh
d39283925e Add LICENSE 2017-10-10 11:21:07 +00:00
Sunpoet Po-Chuan Hsieh
1f322e6ef8 Add LICENSE
- Sort *_DEPENDS
2017-10-10 11:21:02 +00:00
Sunpoet Po-Chuan Hsieh
c26bf0bc01 Add LICENSE
- Add NO_ARCH
2017-10-10 11:20:58 +00:00
Sunpoet Po-Chuan Hsieh
1d6c34e037 Add LICENSE
- Add NO_ARCH

Approved by:	portmgr (blanket)
2017-10-10 11:20:53 +00:00
Sunpoet Po-Chuan Hsieh
04ca26a8d4 Add LICENSE
- Fix *_DEPENDS: add missing dependencies
- Add NO_ARCH
- Bump PORTREVISION for dependency change
2017-10-10 11:20:48 +00:00
Sunpoet Po-Chuan Hsieh
980b69dd8d Add LICENSE
- Add NO_ARCH
2017-10-10 11:20:43 +00:00
Sunpoet Po-Chuan Hsieh
52de5ce3e2 Add LICENSE
- Use = instead of += for MAKE_ARGS
- Strip shared library
- Bump PORTREVISION for package change
- Sort PLIST
2017-10-10 11:20:38 +00:00
Sunpoet Po-Chuan Hsieh
6a7156d569 Add LICENSE
- Strip shared library
- Bump PORTREVISION for package change
- Sort PLIST
2017-10-10 11:20:34 +00:00
Sunpoet Po-Chuan Hsieh
61b8cf1e02 Add LICENSE
- Add NO_ARCH
2017-10-10 11:20:29 +00:00
Sunpoet Po-Chuan Hsieh
3e0bfa5cb7 Add LICENSE
- Add NO_ARCH
2017-10-10 11:20:24 +00:00
Sunpoet Po-Chuan Hsieh
234983bd1c Add LICENSE
- Add NO_ARCH
2017-10-10 11:20:20 +00:00
Dmitry Marakasov
4c78d9e857 - Update to r584 2017-10-09 14:07:33 +00:00
Dmitry Marakasov
e49dd0fc32 - Update to r3997 2017-10-09 14:07:28 +00:00
Greg Lehey
7f59aab6dd Update web site URL. 2017-10-09 01:08:51 +00:00
Jan Beich
d234c38005 astro/gpstk: drop unused dependencies
Reviewed by:	pi
MFH:		2017Q4
Differential Revision:	https://reviews.freebsd.org/D12617
2017-10-07 17:56:23 +00:00
Sunpoet Po-Chuan Hsieh
39a60c42c0 Update to 0.12
Changes:	http://search.cpan.org/dist/Astro-Constants/ChangeLog
2017-10-07 09:13:24 +00:00
Tobias Kortkamp
80365401d0 graphics/netpbm: Update to 10.80.00
- This moves netpbm to the advanced release series, which brings the
  port closer to what is available on OpenBSD, Fedora, Arch Linux,
  openSUSE, etc. and will let us get rid of patches for supporting
  newer libpng versions.
- The advanced release series is only available via an SVN checkout.
  Add two maintenance targets netpbm-version-check and netpbm-fetch
  to make fetching them easier.  To generate release tarballs the sources
  are then tagged and committed to https://github.com/t6/netpbm
- Add STATIC option for linking all programs statically to allow running them
  in small chroots
- Add option to disable adding a Perl run dependency.  Only a fraction
  of all programs need it.  Some are compatibility shims for newer
  programs which should be used instead.  The following programs require
  Perl: pamfixtrunc pbmtox10bm pgmcrater pnmflip pnmquant pnmquantall ppmfade
  ppmquant ppmrainbow ppmshadow
- Disable building svgtopam by default.  It's the only program that
  requires libxml2 and is obsolete according to the author.
- Install manpages by default
- Allow running of the test suite via `make test`
- Headers have been moved to ${LOCALBASE}/include/netpbm.  Fix ports
  that expect them to be in ${LOCALBASE}/include

Changes:	https://raw.githubusercontent.com/t6/netpbm/v10.80.00/doc/HISTORY
PR:		219982
Reviewed by:	mat
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11157
2017-10-06 11:18:35 +00:00
Dmitry Marakasov
097dc1d15c - Update to 12921 2017-10-05 16:50:40 +00:00
Dmitry Marakasov
76ba57b765 - Update to 0.46 2017-10-05 16:14:42 +00:00
Wen Heping
e8e3f7a738 - Update to 2.1.6 2017-09-26 12:52:57 +00:00
Alexey Dokuchaev
d74559cf60 Update Stellarium and official User Guide to version 0.16.1.
TIMESTAMP (stellarium-0.16.1.tar.gz) = 1506084780
2017-09-25 09:39:36 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Mathieu Arnold
3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00