- Convert to OptionsNG.
- Install the .desktop file and PNG icon into ${PREFIX} instead of
${LOCALBASE}. This should make no difference to everyone else, but makes
using `port test' easier with the port.
- Update to bzr snapshot 111312
- Add OPTION for LTO support
- Remove ABI versions from LIB_DEPENDS
- Fix configure command-line arguments
- Add patches to make sure it compiles with GCC 4.6+
- Add patch for compilation on FreeBSD/arm[1]
Mk/bsd.emacs.mk
- Update EMACS_VER for editors/emacs-devel
Submitted by: kientzle[1]
possible from a video file.
It has a very powerful filename matcher that allows to guess a lot of metadata
from a video using only its filename. This matcher works with both movies and
tv shows episodes.
WWW: http://guessit.readthedocs.org/en/latest/
PR: ports/172890
Submitted by: William Grzybowski <william88@gmail.com>
- Convert Makefile headers to new style
- Remove LICENSE_FILE since GPLv3 is in Templates/Licenses
- Remove ABI version numbers from LIB_DEPENDS
PR: ports/174612 (based on) [1]
Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
The Rmetrics "fBasics" package is a collection of functions to
explore and to investigate basic properties of financial returns
and related quantities. The covered fields include techniques of
explorative data analysis and the investigation of distributional
properties, including parameter estimation and hypothesis testing.
Evenmore there are several utility functions for data handling and
management.
WWW: http://cran.r-project.org/web/packages/fBasics/
PR: ports/172298 (based on)
Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com>
Computes the Augmented Dickey-Fuller test for the null that x has
a unit root.
WWW: http://cran.r-project.org/web/packages/tseries/
PR: ports/172298 (based on)
Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com>
Package of calendar, date, time tools and utilities for Rmetrics.
WWW: http://cran.r-project.org/web/packages/timeDate/
PR: ports/172298 (based on)
Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com>
A collection and description of functions to compute density,
distribution and quantile function and to generate random variates
of the stable distribution.
WWW: http://cran.r-project.org/web/packages/stabledist/
PR: ports/172298 (based on)
Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com>
This routine implements the dual method of Goldfarb and Idnani
(1982, 1983) for solving quadratic programming problems of the form
min(?dT b + 1/2bT Db) with the constraints AT b >= b0.
WWW: http://cran.r-project.org/web/packages/quadprog/
PR: ports/172298 (based on)
Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com>
- Convert Makefile headers to new style
- Remove support for perl 5.10-
PR: ports/173033 [1]
Submitted by: Alexander <alexander.4mail@gmail.com> (maintainer)
- Convert Makefile headers to new style
- Remove LICENSE_FILE since GPLv3 is in Templates/Licenses
PR: ports/174615 (based on) [1]
Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
entire ERP chain and covers:
Purchase Orders
Goods Receivable Notes
Supplier Invoices/Credit Notes
Payments
Allocations
Accounts Payable
Items and Inventory
Stock
Manufacturing
Sales Orders
Customer Invoices/Credit Notes
Deposits
Allocations
Accounts Receivable
Among many others...
FrontAccounting is free and released under the GNU General
Public License.
WWW: http://www.frontaccounting.com/
PR: ports/174601
Submitted by: Janky Jay <ek@purplehat.org>
Changes:
- Documentation/usage cleanups
- Misc bug fixes
- jail: Add 'gjb' method supprot for stable/8
- testport: Show leftovers in plist format, with
support for DATADIR, ETCDIR, WWWDIR, DOCSDIRS,
EXAMPLESDIR, SITE_PERL
- testport: Fix -c showing a blank screen with some TERMs
- bulk: Fix skipped/total count being wrong
- ports: Fix -c/-d errors when no portstrees file exists
- ports: Fix -m not working
- Improve COMMENT [1]
- Remove ABI version numbers from LIB_DEPENDS
- Convert Makefile headers to new style
PR: ports/174210 [1]
Submitted by: Stefan Rumetshofer <sterum@overrider.at> (maintainer)
Add depenency on ucpp and use that as cpp when clang is cc. [1]
While here, trim makefile headers. [2]
Submitted by: kevlo [1], zeising [2]
Approved by: kwm, miwi (mentors, implicit)
Add depenency on ucpp and use that as cpp when clang is cc. [1]
While here, trim makefile headers. [2]
Submitted by: kevlo [1], zeising [2]
Approved by: kwm, miwi (mentors, implicit)
in RFC 6455. It provides client and server implementations alike that
can be using different techniques like threads, micro-threads,
or event loops.
WWW: http://www.defuze.org/oss/ws4py/docs/
${PYTHON_DEFAULT_VERSION}, this generates conflicting packages.
- Create symbolic links as PEP 394 [1] suggests. ${PYTHON_DEFAULT_VERSION}
will create python and python${MAJOR_VERSION} links. In current default,
lang/python27 will create: python -> python2 -> python2.7
- Introduce ${PYTHON3_DEFAULT_VERSION}, which will handle bin/python3 link.
At this point, lang/python33 will create python3 -> python3.3
- Minor cleanups
* Trim Makefile headers
* Remove ${OSVERSION} detection for xz, whihc is done by USE_XZ
[1] http://www.python.org/dev/peps/pep-0394/