1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

9291 Commits

Author SHA1 Message Date
Dmitry Marakasov
8f2b152ec4 - Add LICENSE
- Switch to options helpers
2015-12-27 11:53:16 +00:00
Dmitry Marakasov
5688b94b40 - Switch to options helpers
- Regenerate patches with `make makepatch`
2015-12-27 11:53:00 +00:00
Sunpoet Po-Chuan Hsieh
e91fac2509 - Update to 20151217
Changes:	http://people.FreeBSD.org/~sunpoet/usbids-20151217.diff
2015-12-25 19:44:18 +00:00
Sunpoet Po-Chuan Hsieh
c0f80245a5 - Update to 20151224
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20151224.diff
2015-12-25 19:44:13 +00:00
Dmitry Marakasov
fb5cb932e3 - Add LICENSE
- Switch to options helpers
2015-12-25 10:15:11 +00:00
Martin Wilke
419040f71b - Remove NO_BUILD
Reported by:    ak
2015-12-24 15:19:29 +00:00
Dmitry Marakasov
d720a75867 - Switch to options helpers 2015-12-23 11:43:59 +00:00
Martin Wilke
b46ab7c79c - USES=metaport [1]
- While here remove old gruft

PR:		201535 [1]
Submitted by:	 Andriy Voskoboinyk
Approved by:	mat (mentor); maintainer timeout
Differential Revision:	D4657
2015-12-22 02:11:08 +00:00
Sunpoet Po-Chuan Hsieh
0dcc80c092 - Update to 4.5.15
- Add LICENSE

Changes:	http://git.savannah.gnu.org/cgit/findutils.git/tree/NEWS
PR:		205428
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
2015-12-21 18:36:12 +00:00
Sunpoet Po-Chuan Hsieh
4ec3b92d08 - Update to 2.010
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Business-ISBN/Changes
2015-12-21 18:34:25 +00:00
Jimmy Olgeni
f1880797d4 Adopt misc/boxes, unbreak and upgrade to 1.1.2. 2015-12-20 19:34:39 +00:00
Dmitry Marakasov
0fb9caaf2c - Switch to options helpers 2015-12-20 16:59:49 +00:00
Dmitry Marakasov
b05489ca8a - Switch to options helpers
- Use proper command for library installation
2015-12-20 16:59:26 +00:00
Steve Wills
74887bec9b misc/py-powerline-status: create port
Powerline is a statusline plugin for vim, and provides statuslines and prompts
for several other applications, including zsh, bash, tmux, IPython, Awesome, i3
and Qtile.

WWW: https://github.com/powerline/powerline
2015-12-20 15:32:54 +00:00
Jimmy Olgeni
2cc971c03e Upgrade misc/elixir-uuid to version 1.1.2. 2015-12-20 08:57:40 +00:00
Jimmy Olgeni
73c2e1239a Upgrade misc/erlang-mimerl to version 1.1.0. 2015-12-18 14:46:08 +00:00
Marc Fonvieille
f232f32076 Update to r47846 of the FreeBSD docset.
Approved by:	doceng (implicit)
2015-12-17 18:47:04 +00:00
Mathieu Arnold
7c47779cb9 Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
2015-12-17 17:19:48 +00:00
Dirk Meyer
8c0695ffb0 - remove BROKEN
- fix dependecies
- option FREETYPE is no longer default
- option FREETYPE and XFT now conflicting
2015-12-15 21:47:15 +00:00
Martin Wilke
bf21fdb9e2 - Update to 1.0.3
PR:		205288
Submitted by:	maintainer
Approved by:	bapt (mentor)
Differential Revision:	D4565
2015-12-15 08:18:30 +00:00
Raphael Kubo da Costa
5b3f3dd953 At very long last land PyQt5 5.5.1 ports.
Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports.
Thankfully this commit is mostly adding new ports, as the hard work was
already done in r403297 and r403662.

Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly,
Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in
Phabricator for an earlier version of the PyQt5 patch set).

PR:		204672
2015-12-13 21:56:50 +00:00
Raphael Kubo da Costa
66b08a476e Properly all compileall.py.
Do it like we already do in devel/py-qt4-core: call compileall.py with -d so
that the .pyc and .pyo files do not have ${STAGEDIR} in them.

While at it, also call python with -O to generate .pyo files.
2015-12-13 19:58:30 +00:00
Raphael Kubo da Costa
b15d595457 Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.
Bring in some long overdue updates, some of which are required for us to
later land the PyQt5 ports.

One big change with this update is that the PyQt4 ports now install their
.sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do
not end up with directories like share/py-sip/QtCore, which are especially
confusing once PyQt5 lands and starts installing files with the same names.

Other noteworthy items:
- PORTREVISION has been bumped on ports depending on devel/qscintilla2
  because libqscintilla2.so's SOVERSION has changed.
- graphics/seexpr has been converted to USE_PYQT, as the file it used to
  define a build-time dependency on x11-toolkits/py-qt4-gui has moved.

Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi
(madpilot@) for their initial work on these ports as part of the effort to
land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of
the PyQt5 patch set).

PR:		205143
2015-12-13 12:45:25 +00:00
Koop Mast
79d8b5e8a7 Update iso-codes to 3.63. 2015-12-12 14:57:56 +00:00
Koop Mast
b8b6878404 Update shared-mime-info to 1.5. 2015-12-12 14:18:02 +00:00
Koop Mast
e1add76b39 Update freetype2 to 2.6.2. [1]
Mark magicpoint broken, maintainer is notified.

Exp-runs run by antoine@

This version also fixes shadowing of TYPEOF in ftconfig.h [2]

PR:		203554 [1], 202083 [2]
Submitted by:	rhurlin@gwdg.de [2]
2015-12-10 22:13:58 +00:00
Sunpoet Po-Chuan Hsieh
d6d0246779 - Update to 1.06
Changes:	http://search.cpan.org/dist/Geo-GeoNames/Changes
2015-12-09 14:27:02 +00:00
Dmitry Marakasov
b53a4a313e - Switch to options helpers
- Switch from makefile echo's to pkg-message
2015-12-08 17:46:27 +00:00
Raphael Kubo da Costa
31469ae565 PyQt: Replace bsd.pyqt.mk with Uses/pyqt.mk.
In preparation for landing PyQt5 ports, generalize devel/py-qt4's
bsd.pyqt.mk and make it a proper file in Uses/.

Ports wishing to depend on PyQt4 ports can now do the following:
  USES=		pyqt:4
  USE_PYQT=	foo bar_build baz_run

Other changes include the renaming of the PYQT4_DIST variable to PYQT_DIST
and the introduction of the PYQT_SIPDIR plist substitution variable. The
rest of the contents of Uses/pyqt.mk are pretty much identical to what we
had in bsd.pyqt.mk with additional processing of USE_PYQT.

Even though this patch touches files in many different ports, the goal is
for it to be a no-op from an end-user perspective (so that the basic
infrastructure is landed before the other, riskier changes): no dependencies
have been changed, PyQt/SIP/QScintilla have not been upgraded and the plists
should remain exactly the same, since PYQT_SIPDIR currently contains the
same value that used to be hardcoded in the plists.

Huge thanks to Guido Falsi (madpilot@) for spearheading most of the work: he
took the initiative to work on PyQt5 and sent D2910 to Phabricator with the
original version of this patch. Tobias Berner (tcberner@gmail.com) later
applied it to kde@'s experimental area51 repositories and did some more work
on it.
2015-12-08 16:49:43 +00:00
Olivier Duchateau
bd4ed0c364 Update to 0.20
PR:		205059
Submitted by:	myself
Approved by:	makc@ (maintainer)
2015-12-07 18:00:35 +00:00
Jimmy Olgeni
fb6c2bfa1d Upgrade misc/erlang-mimerl to version 1.0.2. 2015-12-07 13:00:26 +00:00
Raphael Kubo da Costa
88c2b62927 py-qt4-demo: Fix runtime dependency list.
r344123 broke it by replacing RUN_DEPENDS with PYQT4_RUN_DEPENDS. The latter
has no meaning, so the port stopped depending on all other PyQt4 ports.

MFH:		2015Q4
2015-12-06 21:17:52 +00:00
Sunpoet Po-Chuan Hsieh
a706475196 - Update to 20151205
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20151205.diff
2015-12-06 17:51:57 +00:00
Sunpoet Po-Chuan Hsieh
6f01437bff - Update to 2015.7
Changes:	https://pecl.php.net/package-changelog.php?package=timezonedb
2015-12-06 17:51:54 +00:00
John Marino
f01cba6e50 FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0

Several new unit ports were added, some were contracted.  Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.

All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
2015-12-05 23:29:36 +00:00
Sunpoet Po-Chuan Hsieh
0b5cb3d5e9 - Update to 2.99
- Update WWW

Changes:	https://github.com/mime-types/ruby-mime-types/blob/master/History.rdoc
2015-12-04 12:35:16 +00:00
Sunpoet Po-Chuan Hsieh
69eb6ae2f4 - Add rubygem-mime-types-data 3.2015.1120
mime-types-data provides a registry for information about MIME media type
definitions. It can be used with the Ruby mime-types library or other software
to determine defined filename extensions for MIME types, or to use filename
extensions to look up the likely MIME type definitions.

WWW: https://github.com/mime-types/mime-types-data
2015-12-04 12:23:20 +00:00
Antoine Brodin
0e8c3bf1b3 Update giflib to 5.1.1
PR:		204492
2015-12-03 20:01:03 +00:00
Dmitry Marakasov
bede60d01b - Update 20140224
- While here, add LICENSE

PR:		187001
Submitted by:	darius@dons.net.au
Approved by:	maintainer timeout (uffe@uffe.org, 9 months)
2015-12-02 14:28:31 +00:00
Andrey A. Chernov
0b2e7339d7 Previous commit picks not so latest Swiss Ephemeris, update to SWE 2.04 2015-12-02 06:44:58 +00:00
Andrey A. Chernov
fb780a98b7 Unbreak port, update to the latest version of Swiss Ephemeris
(It does not require any patching, who mark the port BROKEN
can easily do it by yourself)
2015-12-02 06:29:36 +00:00
Bryan Drewery
448afeae76 When building with FAST_DEPEND, don't use -MP as the port has a 'version.h::'
dependency which conflicts with the 'version.h:' dependency that -MP generates.
2015-12-01 03:00:50 +00:00
Marc Fonvieille
9a43aa8c94 Update to r47441 of the FreeBSD docset.
Approved by:	doceng (implicit)
2015-11-29 17:03:14 +00:00
Sunpoet Po-Chuan Hsieh
a53c612c4e - Add p5-Geo-GeoNames 1.05
Geo::GeoNames provides a perl interface to the webservices found at [1]. That
is, given a given placename or postalcode, the module will look it up and return
more information (longitude, lattitude, etc) for the given placename or
postalcode. Wikipedia lookups are also supported. If more than one match is
found, a list of locations will be returned.

Before you start, get a free GeoNames account and enable it for access to the
free web service:
- Get an account [2]
- Respond to the email
- Login and enable your account for free access [3]

[1] http://api.geonames.org/
[2] http://www.geonames.org/login
[3] http://www.geonames.org/enablefreewebservice

WWW: http://search.cpan.org/dist/Geo-GeoNames/
2015-11-29 06:59:54 +00:00
Martin Wilke
b233276d78 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 12:04:00 +00:00
Bartek Rutkowski
31f70bc508 misc/mc: fix - delete patch obsolete after 4.8.15 update
PR:		204724
Submitted by:	Boris Korzun <drtr0jan@yandex.ru>
Approved by:	portmgr (blanket)
2015-11-25 12:29:01 +00:00
Bartek Rutkowski
3ab3644bb4 misc/mc: update 4.8.14 -> 4.8.15
- Rewrite port options code

PR:		204724
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer)
2015-11-25 11:34:46 +00:00
Dmitry Marakasov
f7144c8671 - Clarify LICENSE
- Cosmetic fixes
2015-11-23 11:19:25 +00:00
Frederic Culot
19c20fde90 - Reassign sumikawa@'s ports after his commit bit was taken in for safekeeping 2015-11-21 13:33:18 +00:00
Dmitry Marakasov
bd55549414 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
2015-11-20 12:05:08 +00:00