| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
When GNOME 3.16 is merged, gtk20 will not implicelty depend on it.
Notes:
svn path=/head/; revision=393087
|
|
|
|
|
|
|
| |
- Add license.
Notes:
svn path=/head/; revision=393050
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This MATE is still build agains GTK+2.
Sort USES here and there.
Replace mate-dialogs with zenity and mate-calc with galculator.
This update fixes the following PR's:
PR: 193942, 191885
Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo
Obtained from: gnome devel repo.
Notes:
svn path=/head/; revision=393031
|
|
|
|
|
|
|
|
|
|
|
| |
as by upstream suggestion
PR: 201349
Submitted by: john@saltant.com
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=392870
|
|
|
|
|
|
|
|
|
|
|
| |
- Add check for OpenMP support [1]
- Add check for unsupported combination of options
PR: 201339 [1]
Submitted by: truckman
Notes:
svn path=/head/; revision=392721
|
|
|
|
|
|
|
|
|
|
|
| |
numbers. These utilities handle processing numbers as strings,
determining basic properties of numbers, or selecting a random number
from a range.
WWW: http://search.cpan.org/dist/Number-Misc/
Notes:
svn path=/head/; revision=392616
|
|
|
|
| |
Notes:
svn path=/head/; revision=392542
|
|
|
|
| |
Notes:
svn path=/head/; revision=392527
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A substantial number of algorithms have been added, much in the
combinatorial section, but also quite a few others.
Very many routines have been improved (optimizations and
handling corner cases).
Everything (well, all demos) pass valgrind, so a handful of bugs have
been squished that are next to impossible to find otherwise.
Apart from that, a real and ongoing effort has been made for readability.
Notes:
svn path=/head/; revision=392426
|
|
|
|
| |
Notes:
svn path=/head/; revision=392401
|
|
|
|
|
|
|
|
|
|
| |
- Fix build after textproc/fop update
PR: 201339
Submitted by: truckman
Notes:
svn path=/head/; revision=392380
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938
Notes:
svn path=/head/; revision=392322
|
|
|
|
|
|
|
|
|
|
| |
- Automate how OPTIONS are processed.
PR: ports/201604
Submitted by: Andriy Voskoboinyk
Notes:
svn path=/head/; revision=392249
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with color math.
Some features include:
* Support for a wide range of color spaces. A good chunk of the CIE spaces,
RGB, HSL/HSV, CMY/CMYK, and many more.
* Conversions between the various color spaces. For example, XYZ to sRGB,
Spectral to XYZ, CIE Lab to Adobe RGB.
* Calculation of color difference. All CIE Delta E functions, plus CMC.
* Chromatic adaptations (changing illuminants).
* RGB to hex and vice-versa.
* 16-bit RGB support.
WWW: https://pypi.python.org/pypi/colormath
Notes:
svn path=/head/; revision=392173
|
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Notes:
svn path=/head/; revision=392144
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
notations
bitmath simplifies many facets of interacting with file sizes in various units.
Functionality includes:
- Converting between SI and NIST prefix units (kB to GiB)
- Converting between units of the same type (SI to SI, or NIST to NIST)
- Automatic human-readable prefix selection (like in hurry.filesize)
- Basic arithmetic operations (subtracting 42KiB from 50GiB)
- Rich comparison operations (1024 Bytes == 1KiB)
- bitwise operations (<<, >>, &, |, ^)
- argparse integration
- progressbar integration
- String parsing
- Sorting
WWW: https://github.com/tbielawa/bitmath
Notes:
svn path=/head/; revision=392067
|
|
|
|
| |
Notes:
svn path=/head/; revision=391944
|
|
|
|
| |
Notes:
svn path=/head/; revision=391716
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for graphics/gdal shlib change
- Mark astro/merkaartor as BROKEN
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
Notes:
svn path=/head/; revision=391657
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is doctest.
The Octave-Forge Doctest package finds specially-formatted blocks of
example code within documentation files. It then executes the code and
confirms the output is correct. This can be useful as part of a testing
framework or simply to ensure that documentation stays up-to-date during
software development.
Notes:
svn path=/head/; revision=391607
|
|
|
|
|
|
|
|
|
| |
- Strip shared library
Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
Notes:
svn path=/head/; revision=391597
|
|
|
|
| |
Notes:
svn path=/head/; revision=391519
|
|
|
|
| |
Notes:
svn path=/head/; revision=391518
|
|
|
|
|
|
|
|
|
| |
unnecessary,
and sort depends where appropriate.
Notes:
svn path=/head/; revision=391514
|
|
|
|
|
|
|
|
| |
PR: 201363
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
Notes:
svn path=/head/; revision=391497
|
|
|
|
| |
Notes:
svn path=/head/; revision=391423
|
|
|
|
|
|
|
| |
Changes: http://invisible-island.net/add/CHANGES
Notes:
svn path=/head/; revision=391403
|
|
|
|
|
|
|
|
|
|
|
| |
- Unmute INSTALL_ macros
- Fix patch files to reflect 'make makepatch'
PR: 201352 [1]
Submitted by: glewis [1]
Notes:
svn path=/head/; revision=391394
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Install icons
- Switch from ${CHMOD} in Makefile to @mode in pkg-plist
- Rework files/ dir using 'make makepatch'
PR: 201329
Submitted by: rhurlin@gwdg.de (maintainer)
Notes:
svn path=/head/; revision=391365
|
|
|
|
| |
Notes:
svn path=/head/; revision=391344
|
|
|
|
|
|
|
| |
- Update to 20150704.
Notes:
svn path=/head/; revision=391326
|
|
|
|
| |
Notes:
svn path=/head/; revision=391308
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=391303
|
|
|
|
| |
Notes:
svn path=/head/; revision=391284
|
|
|
|
| |
Notes:
svn path=/head/; revision=391282
|
|
|
|
| |
Notes:
svn path=/head/; revision=391280
|
|
|
|
|
|
|
|
| |
PR: ports/199683
Submitted by: smars@yuntech.edu.tw
Notes:
svn path=/head/; revision=391279
|
|
|
|
| |
Notes:
svn path=/head/; revision=391277
|
|
|
|
|
|
|
|
| |
PR: 197995
Submitted by: johans@
Notes:
svn path=/head/; revision=391265
|
|
|
|
|
|
|
|
|
|
| |
python version.
PR: 198989
Submitted by: John W. O'Brien <john@saltant.com>
Notes:
svn path=/head/; revision=391233
|
|
|
|
| |
Notes:
svn path=/head/; revision=391227
|
|
|
|
|
|
|
|
|
|
| |
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb
Notes:
svn path=/head/; revision=391169
|
|
|
|
| |
Notes:
svn path=/head/; revision=390932
|
|
|
|
|
|
|
|
|
|
|
|
| |
crt1.c:(.text+0x9d): undefined reference to `main'
- Fix shebangs
Submitted by: pkg-fallout [1]
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=390925
|
|
|
|
|
|
|
|
|
| |
and in fact now leads to incorrect permissions.
Remove all instances of it from perl@ ports.
Notes:
svn path=/head/; revision=390918
|
|
|
|
| |
Notes:
svn path=/head/; revision=390915
|
|
|
|
| |
Notes:
svn path=/head/; revision=390787
|
|
|
|
|
|
|
|
| |
This will be RUN_DEPENDS for lang/spark when it is fixed. The "stock"
math/alt-ergo cannot be used, it locks up when gnatprove calls it.
Notes:
svn path=/head/; revision=390756
|
|
|
|
|
|
|
|
|
|
|
| |
I only care about math/why3-gpl, which has been decoupled from why3 and
has already diverged. Before resetting MAINTAINER, I reintegrated the
Makefile.common file (only used by this port) into the main Makefile. In
the process, some options placeholders were lost but in all probability
these options can't be built without serious work on external ports.
Notes:
svn path=/head/; revision=390740
|
|
|
|
| |
Notes:
svn path=/head/; revision=390679
|