Commit graph

3033 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
46ee46dbb2 - Add PORTSCOUT 2014-12-28 13:19:33 +00:00
Antoine Brodin
cfb31c3d0e Allow building with either giflib 4.2 or 5.0 2014-12-26 14:19:01 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Dmitry Chagin
08ab58202c Add myself to freebsd.commiters.markers 2014-12-24 10:49:24 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Baptiste Daroussin
8be7526a0c Fix build in 10+
Remove useless CPPFLAGS
2014-12-23 22:47:39 +00:00
Antoine Brodin
418d4fb087 Unbreak 2014-12-21 13:20:52 +00:00
Baptiste Daroussin
251c5920e0 Remove now useless dependency on gnomehier 2014-12-20 20:50:16 +00:00
Gleb Smirnoff
e6682895dd Use new framework for fetching from github. 2014-12-20 19:15:15 +00:00
Sunpoet Po-Chuan Hsieh
8749a63017 - Cleanup PLIST 2014-12-20 18:15:16 +00:00
Gleb Smirnoff
17f834276f Update to new version. Fixes build with clang.
PR:		196105
Submitted by:	dim
2014-12-19 04:56:02 +00:00
Baptiste Daroussin
7dcd1d44a8 Convert to USES=autoreconf
Strip binaries
2014-12-18 11:34:31 +00:00
Baptiste Daroussin
019a410316 Convert to USES=autoreconf 2014-12-18 11:33:03 +00:00
Danilo Egea Gondolfo
a78d8c2223 - Update from 4.24 to 4.25 2014-12-17 19:19:53 +00:00
Alexey Dokuchaev
f8f7ecd590 Pull another patch from Red Hat, to fix a runtime crash:
PANIC: unprotected error in call to Lua API (attempt to index a nil value)

PR:		195240
Red Hat bug:	https://bugzilla.redhat.com/show_bug.cgi?id=1045632
Patch by:	Chris Rankin (Comments 13-16)
Obtained from:	celestia-1.6.1-15.fc20.src.rpm
2014-12-14 13:23:35 +00:00
Dmitry Marakasov
8f6f90efe2 - Update to 7777 2014-12-11 17:56:57 +00:00
Baptiste Daroussin
7bf7f7675b Cleanup plist 2014-12-09 07:39:38 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Wen Heping
0d2e98deb5 - Update to 0.067
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.067/Changes
2014-12-07 01:22:57 +00:00
Pawel Pekala
6ac24c08b5 - Update to version 1.39
- Add options for doxygen and perl generated documentation

PR:		195158
Submitted by:	maintainer
2014-12-06 16:58:12 +00:00
Sunpoet Po-Chuan Hsieh
562dc5018b - Update to 1.05
- Add LICENSE
- Fix *_DEPENDS:
  - Use := for RUN_DEPENDS
  - Use TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Starlink-AST/ChangeLog
2014-12-04 15:27:17 +00:00
Sunpoet Po-Chuan Hsieh
3565974feb - Update to 0.088
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2014-12-04 15:27:13 +00:00
Sunpoet Po-Chuan Hsieh
444c55e92a - Update to 0.033
Changes:	http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
2014-12-04 15:27:08 +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
Dmitry Marakasov
1213e6429a - Fix config pointing into stagedir
- Strip binaries
- Add empty dir to plist
2014-11-21 11:56:10 +00:00
Carlo Strub
290629355c Back to pool 2014-11-18 21:14:56 +00:00
Pawel Pekala
44d67d0d4f Update to version 1.2.0
PR:		194602
Submitted by:	maintainer
2014-11-04 15:00:45 +00:00
John Marino
1328122a63 astro/stellarium-qt4: Trivial patch to install manpages correctly on DF 2014-11-03 09:43:25 +00:00
Dmitry Marakasov
6f09bc25bf - Fix spelling of LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist
2014-10-27 19:51:26 +00:00
Dmitry Marakasov
333ed0c00c - Update to 7643 2014-10-23 23:48:01 +00:00
Alexey Dokuchaev
65f503eb0a Update to version 0.13.1. 2014-10-23 11:12:00 +00:00
Baptiste Daroussin
4988946cd5 Cleanup plist 2014-10-19 23:19:41 +00:00
Max Brazhnikov
a1d086bc7a - Chase shlib bump in astro/marble and graphics/okular after update to 4.14.2 2014-10-19 15:59:37 +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
Marcus von Appen
25704b2ec4 - Convert to USES=python
Approved by:	portmgr (implicit)
With hat:	python@
2014-10-18 08:11:50 +00:00
Marcus von Appen
ba08f95fa0 - Convert ports from accessibility/, archivers/ and astro/ to new
USES=python

Approved by:	portmgr (implicit)
With hat:	python@
2014-10-18 07:49:17 +00:00
Pawel Pekala
9ccabfbcb8 - Update to version 1.38
- Add options for additional datasets

PR:		194235
Submitted by:	maintainer
2014-10-14 19:00:57 +00:00
Kurt Jaeger
bde89730f3 astro/gpstk: 2.0 -> 2.5
http://www.gpstk.org/bin/view/Development/ReleaseNotes21
http://www.gpstk.org/bin/view/Development/ReleaseNotes22
http://www.gpstk.org/bin/view/Development/ReleaseNotes23
http://www.gpstk.org/bin/view/Development/ReleaseNotes24
http://www.gpstk.org/bin/view/Development/ReleaseNotes25

Switchover from build tool jam to cmake, with lots of restructuring
of code.
2014-10-11 12:30:34 +00:00
Pawel Pekala
788b5d4384 - Remove of BROKEN, add new MASTER_SITES including new maitainer's mirror
- Update distinfo, previous tarball was uncompressed
- Add LICENSE
- Take maintainership
- Slight grammar change in pkg-descr
- Addition of WWW to pkg-descr

PR:		193819
Submitted by:	A.J. "Fonz" van Werven <freebsd@skysmurf.nl>
2014-10-10 16:36:05 +00:00
Emanuel Haupt
e283a7caf5 Remove @dirrm, @dirrmtry 2014-10-08 14:26:25 +00:00
Rene Ladan
4a114ec1e9 Fix pkg-plist
Submitted by:	bapt
2014-10-08 10:08:53 +00:00
Rene Ladan
e1ab512634 Fix pkg-plist
Submitted by:	bapt
2014-10-08 10:07:59 +00:00
Rene Ladan
23b8fb4375 astro/boinc-setiathome-v7: clean up pkg-plist
Requested by:	bapt
2014-10-08 09:25:04 +00:00
Rene Ladan
d557730c81 astro/boinc-astropulse: clean up pkg-plist
Requested by:	bapt
2014-10-08 09:24:27 +00:00
Dag-Erling Smørgrav
3d718eec99 Nuke OpenMAP rather than try to fix it. It is ten years out of date and
clearly of no interest to anyone since nobody has complained about it in
all those years.

MFH:		2014Q4
2014-10-07 16:33:24 +00:00
Rene Ladan
1ffd2e7eaa Drop ftp://rene-ladan.nl/pub/ as mirror.
While here use shorter form for "local" master sites.
2014-10-07 15:56:31 +00:00
Dmitry Marakasov
9c011d5662 - Update to 7588 2014-10-07 11:34:17 +00:00
Jason E. Hale
00ac9acb26 - Convert to USES=python
- Add LICENSE
2014-10-04 15:58:24 +00:00
Sunpoet Po-Chuan Hsieh
c86b04b3b8 - Update to 2.6.0
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change

Changes:	https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
2014-10-04 15:12:44 +00:00