Commit graph

299722 commits

Author SHA1 Message Date
Martin Wilke
ae247aa466 - Remove broken line; it builds fine with poudriere and tinderbox, so another try on pointyhat 2013-05-15 05:19:36 +00:00
Martin Wilke
040231faa7 - Backout previous commit
This got fixed in r318197

Reported by: fluffy/makc
2013-05-15 05:16:51 +00:00
Martin Wilke
20e0c5d818 - Fix build with amd64
PR:		178583
Submitted by:	Ports Fury
2013-05-15 01:24:16 +00:00
Martin Wilke
e5f681fed2 - Update MASTER_SITES and WWW: line
- Switch to shebangfix
- Trim header
- Add LICENSE

PR:		178582
Submitted by:	Ports Fury
2013-05-15 01:23:13 +00:00
Wen Heping
fdd11f69d8 - Update to 1.23
Changes: http://cpansearch.perl.org/src/PSANNES/Geo-BUFR-1.23/Changes
2013-05-15 00:29:31 +00:00
Jung-uk Kim
edb186c0b5 Use bootstrap Java instead of newly built binary to execute RMIC. 2013-05-15 00:17:57 +00:00
Dmitry Marakasov
e975f43466 OpenXcom is an open-source clone of the popular
UFO: Enemy Unknown (X-Com: UFO Defense in USA) videogame by
Microprose, licensed under the GPL and written in C++ / SDL.

WWW: http://openxcom.org
2013-05-15 00:17:20 +00:00
Dmitry Marakasov
79b2d72429 - Switch to OptionsNG
- Trim header
2013-05-14 23:31:58 +00:00
Brooks Davis
4ec321e1bb Add missing mm3dnow.h and mm_malloc.h files. 2013-05-14 22:32:04 +00:00
Brooks Davis
ac199650e5 Upgrade LLVM, Clang, and Dragonegg to svn rev r181598.
Install all *intrin*.h files.
2013-05-14 22:10:59 +00:00
TAKATSU Tomonari
0bc15cf357 - Add new port: www/R-cran-shiny
Shiny makes it super simple for R users like you to turn analyses
  into interactive web applications that anyone can use. Let your
  users choose input parameters using friendly controls like sliders,
  drop-downs, and text fields. Easily incorporate any number of outputs
  like plots, tables, and summaries.

  No HTML or JavaScript knowledge is necessary. If you have some
  experience with R, youre just minutes away from combining the
  statistical power of R with the simplicity of a web page.

  WWW: http://www.rstudio.com/shiny/
2013-05-14 21:35:28 +00:00
TAKATSU Tomonari
622a88ad82 - Add new port: converters/R-cran-xtable
Functions converting an R object to an "xtable" object, which can
  then be printed as a LaTeX or HTML table.

  WWW: http://cran.r-project.org/web/packages/xtable/
2013-05-14 21:34:42 +00:00
Raphael Kubo da Costa
815a789b86 - Update to 1.3.5.
PR:		ports/177857
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Approved by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2013-05-14 21:34:12 +00:00
TAKATSU Tomonari
9d4d64e6c4 - Add new port: devel/R-cran-caTools
Contains several basic utility functions including: moving (rolling,
  running) window statistic functions, read/write for GIF and ENVI
  binary files, fast calculation of AUC, LogitBoost classifier, base64
  encoder/decoder, round-off error free sum and cumsum, etc.

  WWW: http://cran.r-project.org/web/packages/caTools/
2013-05-14 21:33:29 +00:00
TAKATSU Tomonari
f0d066c8ab - Add new port: www/R-cran-httpuv
httpuv provides low-level socket and protocol support for handling
  HTTP and WebSocket requests directly from within R. It is primarily
  intended as a building block for other packages, rather than making
  it particularly easy to create complete web applications using
  httpuv alone. httpuv is built on top of the libuv and http-parser
  C libraries, both of which were developed by Joyent, Inc.

  WWW: http://cran.r-project.org/web/packages/httpuv/
2013-05-14 21:31:07 +00:00
Rene Ladan
217593e8de Update to 27.0.1453.81
Note that this is still a beta version, and that the sysctl
kern.ipc.shm_allow_removed must be set to 1 for correct operation.

Port changes:
- add dependency on accessibility/speech-dispatcher for libspeechd
- use internal libvpx
- update disk space requirements
- add pkg-message for the above sysctl

Submitted by:	George Liaskos
Security:	http://vuxml.org/freebsd/bdd48858-9656-11e2-a9a8-00262d5ed8ee.html
2013-05-14 21:10:15 +00:00
Grzegorz Blach
27cdbbe186 - Convert to optionsNG
Approved by:	crees (mentor)
2013-05-14 20:15:10 +00:00
Johan van Selst
7e0713cf7f - Add explicit perl dependency (build + run)
- Bump PORTREVISION
- Remove BROKEN
2013-05-14 20:11:14 +00:00
Raphael Kubo da Costa
cfd72f5d51 Fix the build on 64-bits systems.
Add "-fPIC" to the compilation lines if `uname -p' returns "amd64"
(FreeBSD's case).

The patch has been submitted upstream.

PR:		ports/178537
2013-05-14 20:10:28 +00:00
Johan van Selst
5f5c9b520b - Add explicit perl dependency (build + run)
- Bump PORTREVISION
2013-05-14 20:01:30 +00:00
Hiroki Sato
8a7acbced9 - Add Japan Post zip code dictionary.
- Add LICENSE.
 - Fix malformed BUILD_DEPENDS and remove unnecessary dependencies.
   Use USE_* in a consistent manner.
 - Fix inconsistency toolchain usage in build_tools and the others.
   Hardcoded g++ was always used only for the former even if both gcc
   and clang were available.
 - Enable -Werror.
 - Fix SSP issue on i386 platform.
 - Let cpp(1) to replace LOCALBASE instead of patching and sed(1).
 - Use GYP_DEFINES for build variables instead of patching.
 - Separate the stages of configuration and build from each other.
 - Add options for localbase and openssl-related configuration to gyp
   instead of patching.
 - Fix makesum target.
 - Fix whitespaces to make portlint happy.
 - Disable serialization for linking.  It is not needed.
 - Remove hardcoded mozc.xml.
 - Respect DISABLE_MAKE_JOBS=yes.  Do not calculate the factor using the
   number of CPUs.
 - Remove a confusing message after pkg-message.
 - Rename a deprecated function (inactivate-current-input-method-function)
   in mozc.el in a compatible fashion with the older emacsen [1].
 - Add leim-list.el for registration of mozc-mode via LEIM API.
   "(require 'mozc)" is no longer needed.
 - Fix a build problem when binutils is installed and ${LOCALBASE}/bin
   comes first in $PATH [2].

Submitted by:	Tadaaki Nagao [1]
Reported by:	Kenichi Niioka [2]
PR:		ports/178250
Approved by:	maintainer timeout (2 weeks)
2013-05-14 19:46:20 +00:00
Brendan Fabeny
ad3c41ea0b update zpaq to 6.27 2013-05-14 19:38:52 +00:00
Gerald Pfeifer
4bf88a38fb Again install libwine.so.1 which unbreaks several binaries installed by
this port.

(Right now we are doing this with a bit of a sledgehammer, installing
the missing library manually; I'll work with upstream to get back to
a proper approach.)

Bump PORTREVISION.

PR:		178638
2013-05-14 19:34:28 +00:00
Raphael Kubo da Costa
6fde8e96ce Update to 1.536.
PR:		ports/178106
Submitted by:	Vitaly Magerya <vmagerya@gmail.com>
Approved by:	maintainer timeout (20 days)
2013-05-14 19:31:05 +00:00
Pietro Cerutti
3f3312d9a1 - Fix PLIST
Reported by:	QAT
2013-05-14 19:26:19 +00:00
Raphael Kubo da Costa
7dde8cbdc2 Fix typo in OPTIONS_DEFINE, the second PYTHON should be PANGO.
PR:		ports/178643
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2013-05-14 19:14:52 +00:00
Raphael Kubo da Costa
afd09a67d1 - Fix plist.
- Remove numbers from the dependencies.
- Adjust URL in pkg-descr to the new format.

PR:		ports/178615
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2013-05-14 19:13:10 +00:00
Stefan Walter
c928408d60 - Install 'spfquery' as 'spfquery.pl' by default, optionally keeping the
original name.
- Reset MAINTAINER.

PR:		157107
Patch by:	Jake Guffey <jake.guffey@eprotex.com>
Approved by:	Koen Martens <gmc@sonologic.nl> (former maintainer)
2013-05-14 19:12:23 +00:00
Raphael Kubo da Costa
4950b4305b Update to 1.3.9.
PR:		ports/178564
Submitted by:	Tommy Scheunemann <net@arrishq.net> (maintainer)
2013-05-14 19:09:12 +00:00
Olivier Duchateau
472e9ca58b - Update to 0.5.5 2013-05-14 19:04:10 +00:00
Raphael Kubo da Costa
5a7465f97f Add devel/libe.
It is a collection of high-performance data structures and utilities in C++.

PR:		ports/178626
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com>
2013-05-14 18:28:25 +00:00
Mikhail Teterin
d1870b4a61 Reconcile declarations and definitions of a few static functions
to make compilable by the newer compilers (gcc47, gcc48).

Approved by:	maintainer
2013-05-14 18:24:33 +00:00
Johan van Selst
5b241bc469 Update Wolfpack Empire to 4.3.31 2013-05-14 18:23:49 +00:00
Raphael Kubo da Costa
998442cfd9 - Update maintainer address.
- IGNORE when using pkgng, these ports only work with pkg-tools.

PR:		ports/176700
Submitted by:	Hannes <h2+fbsdports@fsfe.org> (maintainer)
2013-05-14 18:09:22 +00:00
Raphael Kubo da Costa
775590b6f2 Update to 2.2.0a4.
PR:		ports/178483
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2013-05-14 17:44:08 +00:00
Frederic Culot
5b1b120ef8 - Update to 1.3.10 [1]
- Trim Makefile's header [1]
- Add missing dependency on Net::SSH::Expect
- Shorten COMMENT

PR:		ports/178514 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2013-05-14 17:18:39 +00:00
MANTANI Nobutaka
4d3941fdc4 Fix incompatibility of anthy.el with Emacs 24.
PR:		ports/178413
Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com>
2013-05-14 17:06:06 +00:00
MANTANI Nobutaka
3efa67895e - Update to 1.8.5.
- Trim Makefile header.
- Remove shared lib version from LIB_DEPENDS.
2013-05-14 16:51:16 +00:00
Hiroki Sato
4e0bf4d379 Update to 9.5.5.
Security:	APSB13-15
Security:	http://www.adobe.com/support/security/bulletins/apsb13-15.html
2013-05-14 16:43:31 +00:00
Martin Wilke
c09b80f085 - Update to 0.2.3
PR:		178503
Submitted by:	maintainer
2013-05-14 16:35:08 +00:00
Martin Wilke
6f88b5e1ac - Update to 0.15.1
PR:		178453
Submitted by:	maintainer
2013-05-14 16:34:28 +00:00
Martin Wilke
6eeff83f2b - Update to 7.5.231
PR:		178570
Submitted by:	Ports Fury
2013-05-14 16:33:11 +00:00
Martin Wilke
1a095f4e3a - Update MASTER_SITES
- Trim header

PR:		178571
Submitted by:	Ports Fury
2013-05-14 16:32:23 +00:00
Martin Wilke
9656aa0dbc - Update to version 0.20130401
PR:		178573
Submitted by:	Ports Fury
2013-05-14 16:31:37 +00:00
Martin Wilke
6088003411 - Update MASTER_SITES
- Trim header

PR:		178574
Submitted by:	Ports Fury
2013-05-14 16:30:49 +00:00
Martin Wilke
e17c938e16 - Update MASTER_SITES
- Add LICENSE
- Fix plist
- Bump PORTREVISION

PR:		178579
Submitted by:	Ports Fury
2013-05-14 16:30:01 +00:00
Pietro Cerutti
6ea90da5fd - Fix swap usage values in E-MemWatch.epplet 2013-05-14 16:19:38 +00:00
Stefan Walter
755fec664a - Fix conflict/build failure with png by using libgfx from the ports tree
instead of the bundled one.
- Fix build with new compilers.
- Remove gmake dependency.

PR:		178600
Submitted by:	"Mikhail T." <mi@aldan.algebra.com>
2013-05-14 16:16:40 +00:00
Martin Wilke
44f4b96abb - Fix build with clang
- Update MASTER_SITES
- Support PLIST_FILES

PR:		178578
Submitted by:	Ports Fury
2013-05-14 16:12:01 +00:00
Martin Wilke
fd302572cc - Update MASTER_SITES
- Add Licence
- Trim header

PR:		178577
Submitted by:	Ports Fury
2013-05-14 16:09:04 +00:00