Commit Graph

39093 Commits

Author SHA1 Message Date
TAKATSU Tomonari
787a40232e - Add new port: devel/R-cran-Rcpp
The Rcpp package provides C++ classes that greatly facilitate
  interfacing C or C++ code in R packages using the .Call() interface
  provided by R.

  Rcpp provides matching C++ classes for a large number of basic R
  data types. Hence, a package author can keep his data in normal R
  data structures without having to worry about translation or
  transfering to C++. At the same time, the data structures can be
  accessed as easily at the C++ level, and used in the normal manner.

  The mapping of data types works in both directions. It is as
  straightforward to pass data from R to C++, as it is it return data
  from C++ to R.

  WWW: http://cran.r-project.org/web/packages/Rcpp/
2013-05-06 06:06:11 +00:00
Matthias Andree
19a2f3b512 Fix LIB_DEPENDS line for boost_system, to let libftdi build again. 2013-05-06 05:39:13 +00:00
TAKATSU Tomonari
5ba687ea39 - Unbreak by makeing use of latest code on Github
- Adapt to new options framework
2013-05-06 02:27:13 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Hiroki Sato
139838ce1d TeXLive mega commit. The following ports have been added:
* Meta port
   - print/texlive-full: meta port to install all of the TeXLive components

  * Libraries
   - devel/tex-kpathsea: kpathsea library
   - devel/tex-web2c: WEB2C toolchain and TeX engines
   - print/tex-ptexenc: character code conversion library for pTeX

  * Base part of the TeXLive
   - print/texlive-base: binary programs in TeXLive
   - print/texlive-texmf: macro and font data in TeXLive
   - print/texlive-infra: tlmgr dependency (Perl modules)

  * TeX Formats
   - print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
       EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
   - print/tex-aleph: Aleph/Lambda
   - print/tex-xetex: XeTeX
   - print/tex-luatex: LuaTeX
   - print/tex-jadetex: JadeTeX
   - print/tex-xmltex: XMLTeX
   - japanese/tex-ptex: pTeX

  * DVI ware
   - print/tex-xdvik: XDvi

Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].

Approved by:	portmgr (old version) [1]
PR:		ports/171571
PR:		ports/176399 [1]
2013-05-06 00:44:22 +00:00
Jun Kuriyama
dcfbe93e78 - Upgrade to 0.22.
PR:		ports/176721
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2013-05-06 00:42:27 +00:00
Koop Mast
014d1f7db7 Repo copy goffice and update to 0.10.2.
Goffice is a library of GLib/GTK document centric objects and utilities.
2013-05-05 23:39:59 +00:00
Koop Mast
8be07ccc66 Update header.
Use USES=pathfix and add pkgconfig.
Convert to OptionsNG.
Add patch to fix the build with glib 2.36.x

Obtained by:	GNOME stage repo
2013-05-05 23:08:40 +00:00
Baptiste Daroussin
3b45853dff Fix build on current 2013-05-05 21:52:24 +00:00
Baptiste Daroussin
e2390469b1 Fix build with bmake 2013-05-05 21:36:43 +00:00
Koop Mast
3855ac53f3 Fix plist
Submitted by:	QaT
2013-05-05 21:06:29 +00:00
Koop Mast
9552d96bb5 Update to 1.14.26.
Remove py-libgsf and libgsf-gnome which where removed
Obtained from:	GNOME stage repo
2013-05-05 20:47:42 +00:00
Koop Mast
308421bd2c Update to 0.21.
Apart from the usual mime updates this add support for GNOME3/GSettings for Autostartcondition in .desktop files.
MATE and Razor are now added to the list of registered environments.

Obtained from:	gnome staging repo
2013-05-05 19:46:30 +00:00
Raphael Kubo da Costa
b277aa8610 Update to 1.7.4.
PR:		ports/177579
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2013-05-05 14:42:01 +00:00
Eitan Adler
0a6a8af882 Make scons usable with PYTHON_DEFAULT_VERSION=python3.3
Reviewed by:	Roland Smith <rsmith@xs4all.nl>
Approved by:	maintainer timeout (2 weeks)
2013-05-05 13:49:11 +00:00
Wesley Shields
c90725b13b Update to 1.8.2.2
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.2.txt
2013-05-05 10:01:15 +00:00
Stefan Walter
7719d082e0 Reset MAINTAINER due to lack of responses since 2011. 2013-05-05 09:48:08 +00:00
Stefan Walter
d17d800268 - Update to 0.20.
- Add option for Python bindings.

PR:		170537 [1]
		170241 [2]
Submitted by:	Michael Zoon <zoon01@nas4free.org> [1]
		Craig Leres <leres@ee.lbl.gov> [2]
Approved by:	maintainer timeout (~9 months)
2013-05-05 09:41:24 +00:00
Baptiste Daroussin
b96dde4eee Fix build with bmake and convert to new options framework 2013-05-05 07:53:27 +00:00
Florian Smeets
5ac18767d1 Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.

We just ignore the error and continue, as we used to.

Reported by:	jaset
Approved by:	portmgr (bapt)
2013-05-04 22:48:03 +00:00
Baptiste Daroussin
a17c1564ed Fix build on current 2013-05-04 21:49:35 +00:00
Baptiste Daroussin
f667e41b5b Fix extraction on 9+ 2013-05-04 21:35:42 +00:00
Baptiste Daroussin
44c8a1e098 Fix build with bmake 2013-05-04 21:27:35 +00:00
Baptiste Daroussin
9fd9b76093 Fix build with bmake, convert to new options framework 2013-05-04 20:09:01 +00:00
Mikolaj Golub
33243bd5b9 Add a local hack from base (r250164) to allow smooth transition for
ports: bsd.port.mk can set .MAKE.FreeBSD_UL=yes to cause :L and :U
to have their old behavior.

The change is not planned to upstream, thus added as a patch.  This
should be reverted when 8.3 is EOL.

Suggested by:	bapt
Discussed with:	sjg
PR:		ports/173299
Approved by:	bapt
2013-05-04 13:07:38 +00:00
Chris Rees
0da23e2355 Use OPTIONS_SLAVE
Submitted by:	bapt
2013-05-04 12:21:19 +00:00
TAKATSU Tomonari
f6bf4993f1 - Update to 0.3.6
- Switch to easy_install
- Convert to new Makefile header
- Adapt to new options framework
- Allow OPTIONSFILE to be overridden
- Replace tab with a single space after 'WWW:' in pkg-descr
2013-05-04 11:40:08 +00:00
TAKATSU Tomonari
dffa0abd89 - Unbreak by using 1.2 CVS snapshot on 2007-01-15
- Trim Makefile header
- Remove indefinite article from COMMENT
- Adapt to new options framework
- Replace tab with a single space after 'WWW:' in pkg-descr
2013-05-04 10:26:09 +00:00
Antoine Brodin
28872bd953 Update libevtx to alpha-20130421
libevtx does not work with python 3 yet
Do not show dialog for global options

Approved by:	eadler, miwi (mentors, implicit)
2013-05-04 09:38:46 +00:00
Baptiste Daroussin
25f927105f Fix build with bmake 2013-05-03 23:12:12 +00:00
Baptiste Daroussin
4106873877 Move expiration date forward 2013-05-03 22:30:26 +00:00
Baptiste Daroussin
bcee84bec4 Fix build on current 2013-05-03 22:20:43 +00:00
Baptiste Daroussin
e3034b375e Fix build on current 2013-05-03 22:04:50 +00:00
Baptiste Daroussin
5c96434166 Mark as broken: does not fetch 2013-05-03 21:58:42 +00:00
Baptiste Daroussin
cfa681576f Fix build on current 2013-05-03 21:53:38 +00:00
Baptiste Daroussin
c5e9621a4f Deprecated: no more public distfiles 2013-05-03 21:07:32 +00:00
Emanuel Haupt
57fe173cfe Chase security/libgcrypt update 2013-05-03 16:56:48 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Li-Wen Hsu
3d4931817b - Update to 1.514
Security:	622e14b1-b40c-11e2-8441-00e0814cab4e
2013-05-03 16:34:25 +00:00
Baptiste Daroussin
09d7b4e13b Fix build with bmake 2013-05-03 15:12:02 +00:00
Frederic Culot
0ab2257c64 - Update to 0.013 [1]
- Bump PORTEPOCH (previous version number 0.01200 was greater than current) [1]
- Trim Makefile's header [1]
- Pet portlint(1) by replacing tab by space in WWW link [1]
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Danga-Socket-Callback/Changes
PR:		ports/178314 [1]
Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2013-05-03 14:36:20 +00:00
Baptiste Daroussin
17a043ebcd Fix build with bmake by using gmake if make is bmake 2013-05-03 12:24:26 +00:00
Bryan Drewery
e6500036bd - Fix build. LIBFTDI is not an option. 2013-05-03 11:04:37 +00:00
Pietro Cerutti
e937877b53 - Make sure html / man-pages do not get installed if the OPTION was unset
Submitted by:	QAT
2013-05-03 10:48:58 +00:00
Pietro Cerutti
3abf512b78 - Add DOCS and MANPAGES options
- Install man pages with a .tcllib suffix to avoid conflicts with other
  ports such as devel/tcl-trf.
- Bump PORTREVISION
2013-05-03 09:58:18 +00:00
Baptiste Daroussin
b9c7981a58 Make bmake(1) happy 2013-05-03 08:10:57 +00:00
Frederic Culot
33a157d021 - Update to 1.1
- Trim Makefile's header
- Add LICENSE (Artistic 1 & GPL 1)
- Bump PORTEPOCH (previous version number 1.06 was greater than current one)

Changes:	http://search.cpan.org/dist/Time-Duration/ChangeLog
2013-05-03 07:38:11 +00:00
Frederic Culot
5380c04fb9 - Update to 0.11
Changes:	http://search.cpan.org/dist/Devel-GlobalDestruction/Changes
2013-05-03 06:48:24 +00:00
Olivier Duchateau
048cdeab3b - Update to 2.6
ChangeLog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.6_.282013-05-01.29
2013-05-03 04:34:36 +00:00
Mikhail Teterin
d6c57691ff When BOOST_TOOLSET is "gcc", the actual compiler can be anything from g++ to g++48.
Make sure, the ${CXX} specified is used by the port, rather than the default g++.

Tested with:	g++48
Approved by:	bapt
2013-05-02 22:21:24 +00:00