Commit graph

14036 commits

Author SHA1 Message Date
Pawel Pekala
e55a37ca1d - Fix build with clang
- Update MASTER_SITES
- Support staging

PR:		ports/184819
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 16:06:34 +00:00
Sunpoet Po-Chuan Hsieh
58c3cec159 - Update to 0.87
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/YAML/Changes
PR:		ports/184417
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 16 days)
2013-12-19 07:23:49 +00:00
Sunpoet Po-Chuan Hsieh
8db409c0f6 - Update to 2013.12.15 2013-12-19 07:23:32 +00:00
Sunpoet Po-Chuan Hsieh
f28a0554c0 - Update to 2013.12.15 2013-12-19 07:23:27 +00:00
Tijl Coosemans
1555ae4f31 - biology/tinker: USES=fortran, staging.
- Add CONFLICTS_INSTALL between hunspell and tinker.
  Both install bin/analyze.
2013-12-18 18:27:04 +00:00
Koop Mast
ee02f75743 Update to 2.0.2.
Limit python version to -2.7, because thats what py-libxml2 currently
uses.
2013-12-18 16:30:41 +00:00
Emanuel Haupt
6c3cf730f5 Use new LIB_DEPENDS regime 2013-12-18 14:35:53 +00:00
Kubilay Kocak
a1c3980ac8 Reset maintainer for llwang@infor.org
Reset maintainership for llwang@infor.org due to multiple timeouts and email
address permanent failure. Return all ports to the free pool except
py-numpy, which is taken under the wing of the python@ team.

We thank you for your contribution to the FreeBSD project

Approved by:	portmgr
2013-12-18 10:38:33 +00:00
Rusmir Dusko
0ca7ab3ed5 - Change Makefile header
- Change master sites, icon
- Change maintainer email to @FreeBSD.org
- Remove PORTDATA
- Support STAGEDIR
- Fix the usage of 'python' to get rid of the implicit lang/python dependency
- Change pkg-plist, remove DOCS

Approved by:	pawel / wg (mentors, implicit)
2013-12-17 11:46:29 +00:00
Bryan Drewery
ca91f2a53c Take maintainership 2013-12-16 20:29:02 +00:00
Greg Larkin
43b0eb0cb0 [Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.

Submitted by:	glarkin
2013-12-16 18:24:49 +00:00
Dmitry Marakasov
5e05f453ae - Use '.' instead of '*' in COPYTREE_* all over my ports
Suggested by:	danfe
2013-12-16 18:18:07 +00:00
Dmitry Marakasov
ea3629c01a - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested by Porter's Handbook 2013-12-16 17:40:13 +00:00
Baptiste Daroussin
4ceae583cc Drop maintainership 2013-12-16 17:26:49 +00:00
Niclas Zeising
47be7a61c9 Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.

Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0

Fix dissapearing cursor in xf86-video-vmware [2]

Stagify all x11@-owned ports

Bump portrevisions for xf86-* ports due to xserver version change.

Fix fallout from updates where needed.

Thanks to:	all testersi, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/184684 [1], ports/181385 [2]
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by:	portmgr (bdrewery), core (jhb) [0]
2013-12-16 11:11:09 +00:00
Antoine Brodin
a82e074125 - Switch from easy_install to install
- Use PYDISTUTILS_AUTOPLIST
- License is BSD3CLAUSE
2013-12-15 22:34:56 +00:00
Raphael Kubo da Costa
e0b7e496b4 - Update to 0.9.31.
- Support staging [1].
- Adapt to the new LIB_DEPENDS and options formats.
- Set LICENSE.

Submitted by:	Schaich Alonso <alonsoschaich@fastmail.fm>
2013-12-15 19:12:26 +00:00
Raphael Kubo da Costa
fe36f39e2d - Update to 2.0.12.
- Set LICENSE.
- Adapt to the new LIB_DEPENDS format.
2013-12-15 18:35:11 +00:00
Rusmir Dusko
50600a20cf Loook is a simple Python tool that searches for text strings in
LibreOffice and OpenOffice.org files.

AND, OR and phrase searches are supported. It doesn't create an index,
but searching should be fast enough unless you have really many files.

WWW: http://www.danielnaber.de/loook/

PR:		ports/171734
Submitted by:	nemysis (self)
Approved by:	wg (mentor)
2013-12-15 17:05:55 +00:00
William Grzybowski
1e34739b64 Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
2013-12-15 16:22:17 +00:00
Pawel Pekala
8ccc1f7018 Meld 1.8.3 has been released.
Fixes:

    * Fix subdirectory comparisons for Subversion 1.6 (Ben Ross)
    * Fix git status parsing for some statuses (Tom Scytale)
    * Don't disable updating when syncpoints aren't yet active (Kai Willadsen)
    * Fix modifying column properties causing crashes when using .ini config
      backend (Kai Willadsen)

  Translations:

    * Andika Triwidada (id)
    * Milo Casagrande (it)
    * zodiac111 (zh_CN)
2013-12-15 15:50:28 +00:00
Li-Wen Hsu
bd6b0e24bf - Update to 1.2 2013-12-15 11:47:33 +00:00
William Grzybowski
dbb41ffec9 textproc/py-tvgrab: fix usage of python and stagify
- Fix usage of python
- Trim COMMENT
- Use python auto plist
- Allow staging

Reported by:	exp-run (PR 184591)
2013-12-14 23:18:22 +00:00
William Grzybowski
65d5da3bf7 textproc/py-pyx12: fix usage of python
Reported by:	exp-run (PR 184591)
2013-12-14 22:56:16 +00:00
William Grzybowski
fa7d38bb4f textproc/queequeg: depend explicitly on "python" and stagify
Reported by:	exp-run (PR 184591)
2013-12-14 22:53:11 +00:00
William Grzybowski
bcf6d6fba2 textproc/rubber: fix usage of python
- Fix usage of python
- Limit to python 2.x
- USES gmake
- Remove leading article from COMMENT

Reported by:	exp-run (PR 184591)
2013-12-14 21:27:28 +00:00
Baptiste Daroussin
4615f2d892 Support stage, use options helpers 2013-12-14 01:06:35 +00:00
Baptiste Daroussin
f97693945b Support stage 2013-12-14 01:03:12 +00:00
Baptiste Daroussin
ea83d727a6 Use compiler:nestedfct instead of USE_GCC=4.2+ 2013-12-13 15:48:13 +00:00
Eitan Adler
42e885fc3f multiple: sync legal
This fixes 7 ports.

Approved by:	portmgr (implicit)
2013-12-12 22:09:42 +00:00
Frederic Culot
1c7cbc9a8c - Update to 5.2
Changes:	http://search.cpan.org/dist/XML-TreeBuilder/Changes
2013-12-12 15:36:36 +00:00
Baptiste Daroussin
44e9f64a27 Convert LIB_DEPENDS for ports depending on boost 2013-12-12 14:15:03 +00:00
Philippe Audeoud
43d39f16cb - Update to 1.08
Sponsored by:	Orange Business Services
2013-12-11 13:35:12 +00:00
Sean Bruno
8ee8d3c444 Make tkdiff work again by stealing the post-patch stanza from tkcvs and
apply it here to deal with wish correctly.

Reviewed by:	kevlo@
2013-12-11 04:39:47 +00:00
Sunpoet Po-Chuan Hsieh
ed439807d2 - Fix *_DEPENDS and PLIST
- Bump PORTREVISION for dependency and package change

Reported by:	mat
Approved by:	maintainer (implicit)
2013-12-10 19:03:36 +00:00
Sunpoet Po-Chuan Hsieh
80229e35f2 - Update to 2013.11
- Support STAGEDIR
- Sort PLIST

Changes:	http://search.cpan.org/dist/Unicode-LineBreak/Changes
PR:		ports/184184
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 16 days)
2013-12-09 19:31:04 +00:00
Sunpoet Po-Chuan Hsieh
ea54f9f093 - Update to 1.17
- Remove Author line

Changes:	http://search.cpan.org/dist/Lingua-EN-Nickname/Changes
2013-12-09 19:30:50 +00:00
Antoine Brodin
a8dfb6bee8 - Stage support for all -reference ports
- Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS

Approved by:	kwm (maintainer)
2013-12-09 18:41:16 +00:00
Max Brazhnikov
06a93cc0b1 Add patches to fix build on 10 and head 2013-12-09 15:08:42 +00:00
Sunpoet Po-Chuan Hsieh
f034904382 - Update to 20131202 2013-12-09 11:37:37 +00:00
Sunpoet Po-Chuan Hsieh
69c7bf5ba2 - Update to 2013.12.08 2013-12-09 11:37:26 +00:00
Sunpoet Po-Chuan Hsieh
3a50e7f3c1 - Update to 2013.12.08 2013-12-09 11:37:21 +00:00
John Marino
1a08dc5a99 textproc/dixit: Unbreak due to recent qmake rework
For the platforms that require explicit linking, the recent qmake rework
broke this port. However, LDFLAGS now works again so just move QMAKE_LFLAGS
there to fix it.
2013-12-09 10:56:08 +00:00
Matthew Seaman
28c4f868ac * use option helpers (blatantly copying from the
textproc/sphinxseach-devel port) [1]
 * New style LIB_DEPENDS for libodbc
 * Install DOCS and EXAMPLES to the stage directory unconditionally

Submitted by:	danger [1]
2013-12-08 22:27:59 +00:00
Marcus von Appen
8d46303f76 - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Approved by:	portmgr (blanket)
2013-12-08 13:33:54 +00:00
Sunpoet Po-Chuan Hsieh
5dfa6061ce - Update to 1.04
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
2013-12-07 20:25:52 +00:00
Sunpoet Po-Chuan Hsieh
71d0967f9c - Convert to new LIB_DEPENDS format
- Strip shared library
- Support STAGEDIR
- While I'm here:
  - Remove unnecessary USE_LDCONFIG
  - Sort PLIST

PR:		ports/184543
Submitted by:	Rodrigo Osorio <rodrigo@bebik.net> (maintainer)
2013-12-06 16:16:35 +00:00
Sunpoet Po-Chuan Hsieh
12c11a29de - Update to 1.1.2
- Add LICENSE
- Remove contiguous blank lines

Changes:	https://github.com/Compass/compass-rails/commits/master
2013-12-06 15:23:38 +00:00
Glen Barber
acf0186a5c Revert 335719, wrong port...
Approved by:	doceng (implicit)
Pointyhat:	gjb
Sponsored by:	The FreeBSD Foundation
2013-12-05 23:06:10 +00:00
Glen Barber
cb71574e89 Mark as BROKEN on OSVERION 1000500 and 1000501, needs updated iconv(3).
Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2013-12-05 23:03:00 +00:00
Sunpoet Po-Chuan Hsieh
6e0d45735c - Update to 1.0.0
- Add LICENSE
- Remove contiguous blank lines

Changes:	https://github.com/github/markup/commits/master
2013-12-05 20:28:54 +00:00
Sunpoet Po-Chuan Hsieh
8a10a7d505 - Update to 2.12
- Reorder CATEGORIES
- Update MASTER_SITE_SUBDIR
- Add LICENSE

Changes:	http://search.cpan.org/dist/ack/Changes
2013-12-05 20:26:41 +00:00
Koop Mast
69fdd2465d Remove libxml, last release in 2002. And unsupport upstream. 2013-12-05 13:50:22 +00:00
Sunpoet Po-Chuan Hsieh
e401659024 - Remove VIM option: editors/vim installs identical syntax/asciidoc.vim now
- Bump PORTREVISION for package change

PR:		ports/184511
Submitted by:	mandree
2013-12-05 12:13:01 +00:00
Kubilay Kocak
c71b83c89e devel/zmq: Move to net/libzmq2 & update to align with other ZeroMQ ports
All other core ZeroMQ library ports have been moved to the net/ category
along with the czmq client library. This change completes the set,
enabling greater flexibility and choice for maintainers of ZeroMQ-based
software in the ports tree.

- Move devel/zmq to net/libzmq2
- Update devel/ and net/ category Makefiles
- Add MOVED entry
- Update LIB_DEPENDS in dependent ports

net/libzmq2:

- Switch primary category to net
- Enable STAGE support
- Add DEBUG option
- Update COMMENT to match libzmq[34]
- Update pkg-descr to match libzmq[34]
- Update CONFLICTS
- Add LICENSE
- Sort USE_* section
- Remove MAN macros and move entries to pkg-plist
- Add regression-test target for QA

Reviewed by:	makc
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer, via email)
2013-12-04 14:08:03 +00:00
Sunpoet Po-Chuan Hsieh
e36ab6a381 - Update to 0.75
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2013-12-03 12:37:05 +00:00
William Grzybowski
1136018e7d textproc/dictem: fix textproc/dictem-xemacs21-mule slave port build
- Fix textproc/dictem-xemacs21-mule slave port build
- Add LICENSE (GPLv2)
- Allow staging

PR:		ports/184125
Submitted by:	maintainer
2013-12-02 15:12:22 +00:00
Mathieu Arnold
137a04ceda Use PYDISTUTILS_AUTOPLIST
PR:		ports/184390
Submitted by:	sunpoet
2013-12-02 13:27:19 +00:00
Sunpoet Po-Chuan Hsieh
3b0fb96232 - Update to 2013.12.01 2013-12-02 08:15:31 +00:00
Sunpoet Po-Chuan Hsieh
ffe33fbe8d - Update to 2013.12.01 2013-12-02 08:15:05 +00:00
Sunpoet Po-Chuan Hsieh
73d870eff7 - Update to 1.03
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
2013-12-01 18:43:08 +00:00
Sunpoet Po-Chuan Hsieh
249aa60065 - Add p5-Text-WrapI18N 0.06
Text::WrapI18N intends to be a better Text::Wrap module. This module is needed
to support multibyte character encodings such as UTF-8, EUC-JP, EUC-KR, GB2312,
and Big5. This module also supports characters with irregular widths, such as
combining characters (which occupy zero columns on terminal, like diacritical
marks in UTF-8) and fullwidth characters (which occupy two columns on terminal,
like most of east Asian characters). Also, minimal handling of languages which
doesn't use whitespaces between words (like Chinese and Japanese) is supported.

Like Text::Wrap, hyphenation and "kinsoku" processing are not supported, to keep
simplicity.

WWW: http://search.cpan.org/dist/Text-WrapI18N/
2013-12-01 16:05:26 +00:00
Dirk Meyer
a1a4e9e3ea - use STAGEDIR 2013-12-01 15:32:42 +00:00
Koop Mast
5985219b2d Update to 2.0.1.
Stagify, add license.
2013-12-01 12:47:29 +00:00
Sunpoet Po-Chuan Hsieh
ccd37892e3 - Update to 0.2.1
- Add LICENSE

Changes:	https://github.com/pauldix/sax-machine/blob/master/HISTORY.md
		https://github.com/pauldix/sax-machine/commits/master
2013-11-30 19:59:20 +00:00
Sunpoet Po-Chuan Hsieh
1472278398 - Update to 1.56
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/YAML-Tiny/Changes
PR:		ports/184388
Submitted by:	sunpoet (myself)
Approved by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
2013-11-30 14:50:22 +00:00
Sunpoet Po-Chuan Hsieh
f771d46939 - Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
2013-11-29 23:00:20 +00:00
Sunpoet Po-Chuan Hsieh
3e60545d79 - Add LICENSE
- Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
2013-11-29 23:00:15 +00:00
Sunpoet Po-Chuan Hsieh
90afffdafe - Add LICENSE
- Sort RUN_DEPENDS
2013-11-29 23:00:11 +00:00
Sunpoet Po-Chuan Hsieh
db30ceffac - Update to 3.2.12
- Add LICENSE

Changes:	http://sass-lang.com/documentation/file.SASS_CHANGELOG.html
2013-11-29 23:00:07 +00:00
Sunpoet Po-Chuan Hsieh
cc60f2572d - Update to 8.6.9
- Use REINPLACE_CMD instead of patch files

Changes:	http://www.methods.co.nz/asciidoc/CHANGELOG.html
2013-11-29 22:09:32 +00:00
Sunpoet Po-Chuan Hsieh
696f060d47 - Add py-pdfminer
- While I'm here, update to 20131113

PDFMiner is a tool for extracting information from PDF documents. Unlike other
PDF-related tools, it focuses entirely on getting and analyzing text data.
PDFMiner allows to obtain the exact location of texts in a page, as well as
other information such as fonts or lines. It includes a PDF converter that can
transform PDF files into other text formats (such as HTML).
It has an extensible PDF parser that can be used for other purposes instead
of text analysis.

WWW: http://www.unixuser.org/~euske/python/pdfminer/index.html

PR:		ports/181992
Submitted by:	Kozlov Sergey <kozlov.sergey.404@gmail.com>
2013-11-29 20:02:05 +00:00
Sunpoet Po-Chuan Hsieh
9ed7450b1f - Fix shebang
Notified by:	mva
2013-11-29 19:24:00 +00:00
Sunpoet Po-Chuan Hsieh
9773a340e6 - Update to 0.102364
- Sort PLIST

Changes:	http://search.cpan.org/dist/Pod-Elemental/Changes
2013-11-29 17:06:03 +00:00
Daniel Gerzo
fc44484627 - fix paths to pass make package
Approved by:	mat
2013-11-29 14:53:25 +00:00
Daniel Gerzo
d235c6956c - update to 2.2.1
- sync with textproc/sphinxsearch
- use OPTIONS Helpers

Approved by:	mat
2013-11-29 14:30:25 +00:00
Marcelo Araujo
dcc5f1aa94 - Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months.
2013-11-29 07:37:52 +00:00
Li-Wen Hsu
63d1c68436 - Support STAGEDIR 2013-11-28 16:08:33 +00:00
Gabor Pali
1c0c48a09f - Update to 3.03.0
- Add support for staging, use shebangfix
- Give up maintainership
2013-11-28 07:15:22 +00:00
Marcus von Appen
867c9d0577 - Update to version 4.6.0
Changelog: lucene.apache.org/core/4_6_0/changes/Changes.html
2013-11-27 22:05:31 +00:00
David Naylor
f62456a872 Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).
Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.

Exp-run:	ports/184216
Reviewed by:	bdrewery
Approved by:	portsmgr, wen
2013-11-27 18:56:43 +00:00
Frederic Culot
f971e9447a - Update to 1.40
Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
2013-11-27 09:27:53 +00:00
Raphael Kubo da Costa
078d429706 Update to 2.0.11.
Submitted by:	Schaich Alonso <alonsoschaich@fastmail.fm>
2013-11-26 14:57:00 +00:00
Frederic Culot
561fc6d198 - Update to 0.81
- Support staging

Changes:	http://search.cpan.org/dist/Text-WikiFormat/Changes
2013-11-26 08:13:10 +00:00
Antoine Brodin
4f5544a38b Stage support for non-IGNORED pear classes
Tested by:	poudriere
Approved by:	portmgr (bapt)
2013-11-25 17:59:58 +00:00
Danilo Egea Gondolfo
f8438495a8 - Fix warnings in urlview.c [1]
- Add LICENSE
- Add stage support

PR:		ports/180681
Submitted by:	Anton Shterenlikht <mexas@bris.ac.uk> (maintainer) [1]
2013-11-25 15:06:59 +00:00
Dima Panov
e4eff88cfb - Update libunibreak to 1.1 minor release 2013-11-25 11:46:36 +00:00
Sunpoet Po-Chuan Hsieh
b02f9df708 - Update to 4.6.0
Changes:	http://lucene.apache.org/solr/4_6_0/changes/Changes.html
PR:		ports/184262
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-11-25 11:33:59 +00:00
Sunpoet Po-Chuan Hsieh
9d1ef8303d - Update to 2013.11.24 2013-11-25 08:44:21 +00:00
Sunpoet Po-Chuan Hsieh
6f76bc5c03 - Update to 2013.11.24 2013-11-25 08:44:16 +00:00
Hiroki Sato
839dc18139 - Add STAGEDIR support.
- Use *_CONFIGURE_WITH.
- Add workaround for an iconv incompatibility on 10.X and later.
2013-11-25 08:31:27 +00:00
Alex Kozlov
987074102f - Update to 1.397
- Support STAGEDIR

PR:	ports/184253
Submitted by:	wblock (maintainer)
2013-11-24 21:59:09 +00:00
Mathieu Arnold
d77405fd6d - Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE.
2013-11-24 17:40:44 +00:00
Sunpoet Po-Chuan Hsieh
35d329edba - Update to 1.05
- Add LICENSE

Changes:	http://search.cpan.org/dist/Lingua-EN-Numbers/Changes
2013-11-24 16:16:46 +00:00
Antoine Brodin
89e87d4771 New port: textproc/py-pyelasticsearch
pyelasticsearch is a clean, future-proof, high-scale API to elasticsearch. It
provides features like...

* Transparent conversion of Python data types to and from JSON
* Translating HTTP status codes representing failure into exceptions
* Connection pooling
* Load-balancing of requests across nodes in a cluster
* Failed-node marking to avoid downed nodes for a period
* Optional automatic retrying of failed requests

WWW: https://github.com/rhec/pyelasticsearch
2013-11-23 21:25:56 +00:00
Sunpoet Po-Chuan Hsieh
9b17d57874 - Update to 0.02
Changes:	http://search.cpan.org/dist/Text-QRCode/Changes
2013-11-23 18:25:30 +00:00
Sunpoet Po-Chuan Hsieh
b1a8447cc9 - Update to 2.0107
Changes:	http://search.cpan.org/dist/XML-LibXML/Changes
2013-11-23 17:31:59 +00:00
Sunpoet Po-Chuan Hsieh
fa47eea00c - Remove p5-IO: newer versions are included in all support Perl releases
PR:		ports/184192
Submitted by:	pluknet
2013-11-23 15:48:32 +00:00
Koop Mast
a236e2d0bf Say hello to Mate 1.6.
Mate is a lite desktop forked from gnome2.

Most of the work is done by Jeremy Messenger (mezz@). The only thing I did
was update a few ports to later 1.6 release and attempting to keep up with
ports infra changes. Resulting bugs are all mine.

Mate is a sort of replacement for Gnome 2. So people wanting to keep a
Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3
in the near future. This switch will be announce with a transition time
so people have more time to switch if they haven't already.

This release was made possible by everyone that send friendly pokes to
keep mate on my mind.

Approved by:	portmgr (bapt)
2013-11-23 11:39:07 +00:00
Sunpoet Po-Chuan Hsieh
ff3742eb85 - Update to 4.5.1
Changes:	http://lucene.apache.org/solr/4_5_1/changes/Changes.html
PR:		ports/184155
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-11-23 10:26:08 +00:00
Boris Samorodov
4230709751 Adopt using qmake.
Requested by:	makc
2013-11-22 13:34:33 +00:00
Boris Samorodov
a2e1da67bc . support STAGE;
. remove desktop-file-utils from USES (no mime file types);
. convert USE_DOS2UNIX -> USES=dos2unix;
. get use INSTALLS_ICONS=yes;
. use REINPLACE_CMD macro instaed of ${SED}.
2013-11-22 11:51:21 +00:00
Martin Matuska
f09bf255f0 Horde package update:
Horde_ActiveSync 2.8.5 -> 2.9.1
Horde_Core 2.11.0 -> 2.11.1
Horde_Crypt 2.3.0 -> 2.4.0
Horde_Text_Filter 2.1.5 -> 2.2.0
horde-imp 6.1.5 -> 6.1.6
2013-11-21 21:55:54 +00:00
Max Brazhnikov
b924964cfa - Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
2013-11-21 16:09:47 +00:00
Max Brazhnikov
4ddfac46e6 - Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
2013-11-21 15:41:06 +00:00
Sunpoet Po-Chuan Hsieh
6670f0b757 - Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
  - http://pypi.python.org/ -> https://pypi.python.org/

With hat:	python
Approved by:	bapt (portmgr)
2013-11-20 20:51:25 +00:00
Danilo Egea Gondolfo
3ec7183436 - Add stage support
- Convert tab in space in pkg-descr
- Remove "Created by" from header

PR:		ports/184105
Submitted by:	Takefu <takefu@airport.fm> (maintainer)
2013-11-20 16:13:13 +00:00
Philippe Audeoud
f97ef54656 - Mark as deprecated and set expiration date.
PR:		ports/184080
Submitted by:	rene@
2013-11-20 14:56:22 +00:00
Frederic Culot
7342fda5f5 - Update to 5.1
- Support staging

Changes:	http://search.cpan.org/dist/XML-TreeBuilder/Changes
2013-11-20 14:05:14 +00:00
Frederic Culot
3949d6bf99 - Update to 1.0.1
Changes:	http://search.cpan.org/dist/XML-Catalog/Changes
2013-11-20 13:52:34 +00:00
Sunpoet Po-Chuan Hsieh
a31e3a8026 - Add rubygem-yard-chef 1.0.0
yard-chef is a YARD plugin for Chef that adds support for documenting Chef
resources, providers, and definitions.

WWW: https://github.com/rightscale/yard-chef

PR:		ports/183852
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net>
2013-11-20 03:15:07 +00:00
Sunpoet Po-Chuan Hsieh
683d950d9f - Update to 1.2.3
- While I'm here:
  - Remove LICENSE_FILE for well-known licenses
  - Support STAGEDIR

Changes:	https://github.com/carr/phone/blob/master/ChangeLog.md
PR:		ports/183881
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2013-11-20 03:15:01 +00:00
Sunpoet Po-Chuan Hsieh
138125b3a7 - Update to 0.74
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2013-11-19 20:30:48 +00:00
Pietro Cerutti
a1e4db95fc - Convert to USES=tk
- STAGE-clean
2013-11-19 13:05:33 +00:00
Baptiste Daroussin
b55c30d54c Remove USE_DOS2UNIX leftover 2013-11-19 08:13:56 +00:00
Baptiste Daroussin
36be6c7cc4 Convert from USE_DOS2UNIX to USES=dos2unix
While here:
- support stage,
- use bsdtar to extract when supported.
- Cleanup
2013-11-19 07:42:41 +00:00
Li-Wen Hsu
288c16995d - Support stage and Python3
- Add LICENSE
- Use whitespace after WWW: in pkg-descr

PR:		ports/184067
Submitted by:	lwhsu
Approved by:	wen (maintainer)
2013-11-19 06:38:54 +00:00
Brendan Fabeny
18b0fd8d39 Update textproc/tinyxml2 to 20131105, and devel/cppcheck to 1.62 2013-11-18 20:38:42 +00:00
Sunpoet Po-Chuan Hsieh
c3aee8f729 - Add p5-XML-Declare 0.06
- While I'm here:
  - Add LICENSE
  - Fix *_DEPENDS
  - Convert to new Perl framework
  - Support STAGEDIR
  - Sort PLIST

Create XML documents with declaration style.

WWW: http://search.cpan.org/dist/XML-Declare/

PR:		ports/180318
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-18 19:27:31 +00:00
Mathieu Arnold
291f1400ed Use new USES=dos2unix 2013-11-18 16:45:09 +00:00
Rene Ladan
dc20ad9d05 Remove expired ports:
2013-11-18 devel/libXGP: Broken for more than 6 month
2013-11-18 deskutils/google-gadgets: Broken for more than 6 month
2013-11-18 palm/synce-trayicon: Broken for more than 6 month
2013-11-18 security/linux-pam-docs: Broken for more than 6 month
2013-11-18 net-p2p/mooseekd: Broken for more than 6 month
2013-11-18 textproc/p5-Lucene: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month
2013-11-18 x11-wm/fbpager: BRoken for more than 6 month
2013-11-18 net/hf6to4: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month
2013-11-18 security/dissembler: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month
2013-11-18 textproc/rst.el: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month
2013-11-18 databases/drizzle: Broken for more than 6 month
2013-11-18 devel/p5-File-Lock: Broken for more than 6 month
2013-11-18 devel/valide: Broken for more than 6 month
2013-11-18 databases/gomysql: Broken for more than 6 month
2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month
2013-11-18 devel/monodevelop-vala: Broken for more than 6 month
2013-11-18 devel/gonzui: Broken for more than 6 month
2013-11-18 devel/monodevelop-java: Broken for more than 6 month
2013-11-18 lang/objc: Broken for more than 6 month
2013-11-18 devel/klee: Broken for more than 6 month
2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month
2013-11-18 devel/simulavr: Broken for more than 6 month
2013-11-18 japanese/mobileimap: Broken for more than 6 month
2013-11-18 devel/libYGP: Broken for more than 6 month
2013-11-18 devel/monodevelop-python: Broken for more than 6 month
2013-11-18 13:54:17 +00:00
Boris Samorodov
6d9889cee5 . use new LIB_DEPENDS syntax;
. USE_GMAKE -> USES=gmake;
. incorporate options;
. unmute EXAMPLES installation;
. support STAGE.
2013-11-18 08:09:05 +00:00
Sunpoet Po-Chuan Hsieh
41106330bd - Update to 2013.11.17 2013-11-18 07:09:20 +00:00
Sunpoet Po-Chuan Hsieh
3a129fbc38 - Update to 2013.11.17 2013-11-18 07:09:14 +00:00
Sunpoet Po-Chuan Hsieh
ca7392164a - Use single space after WWW: 2013-11-17 17:54:54 +00:00
Koop Mast
46a75802a5 Fix myspell (hunspell) and ispell backends. It needs to known the exact
directory where the dictonaries are located.
Use MULTI options. A spellcheck library without any spell check backends
 is useless.
Switch default to HUNSPELL, it beter maintained.
Stageify.
2013-11-17 16:52:37 +00:00
Max Brazhnikov
2508ad10f1 - Rename ports
- Fix fetch
- Simplify Makefile, bring stage support
- Take maintainership

PR:		ports/183812
Approved by:	timur (former maintainer)
2013-11-17 16:45:44 +00:00
Sunpoet Po-Chuan Hsieh
97f9f078fa - Update to 3.3.10
- Pet portlint:
  - Move EXTRACT_SUFX upward
  - Use single space after WWW:
2013-11-17 15:56:23 +00:00
Sunpoet Po-Chuan Hsieh
cd2815666b - Update to 3.3.10
- Pet portlint: move EXTRACT_SUFX upward
2013-11-17 15:56:07 +00:00
Sunpoet Po-Chuan Hsieh
c0ec625b37 - Change MASTER_SITES to my LOCAL: original upstream disappeared
- Pet portlint: move EXTRACT_SUFX upward
- Remove WWW
2013-11-16 20:26:17 +00:00
Sunpoet Po-Chuan Hsieh
1f492486ba - Fix PKGNAMEPREFIX: it should be sv- for Swedish 2013-11-16 17:57:22 +00:00
Sunpoet Po-Chuan Hsieh
95e58be89c - Support STAGEDIR 2013-11-16 15:19:56 +00:00
Sunpoet Po-Chuan Hsieh
1ba1d3e833 - Update to 13.2.0
Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.2.0/twisted/lore/topfiles/NEWS
2013-11-15 20:53:26 +00:00
Adam Weinberger
2f5546a5d6 Checking out our own git sources was really poorly received. After
some help from bdrewery, this port now uses github's short-bus-special
package rolling mechanism.

I had to use https because on all my testing, codeload.github.com:80
does not appear to work.

I don't believe that the installed base should be any different from
before, but I am bumping PORTREVISION to be on the safe side.
2013-11-15 20:03:26 +00:00
Mathieu Arnold
c7d4d160b4 Chase up perltidy new name.
Pointy hat to:	mat
Reported by:	portsnap's cperciva.
2013-11-15 17:40:36 +00:00
Mathieu Arnold
d10020be07 Add p5-Pod-WikiDoc 0.20, generate Pod from inline wiki style text. 2013-11-15 15:59:23 +00:00
Baptiste Daroussin
7b36f80aa2 Add missing EXTRACT_SUFX=.zip
Reported by:	marino
2013-11-15 14:11:12 +00:00
Sunpoet Po-Chuan Hsieh
e3df4edea3 - Update to 2.005
- Add LICENSE
- Support STAGEDIR
- While I'm here, fix *_DEPENDS

Changes:	http://search.cpan.org/dist/Net-IDN-Encode/Changes
		http://cpansearch.perl.org/src/CFAERBER/Net-IDN-Encode-2.005/Changes
PR:		ports/183973
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2013-11-15 10:42:30 +00:00
Sunpoet Po-Chuan Hsieh
d5511738ac - Convert to new options helper
- Pet portlint: use a tab (not space) after a variable name
2013-11-15 10:08:03 +00:00
Emanuel Haupt
b7b5cac3f2 Support staging. 2013-11-15 10:08:00 +00:00
Adam Weinberger
173508a456 Use bsd.git-clone.mk. 2013-11-14 23:31:25 +00:00
Adam Weinberger
b6737862c1 Add an include-able file to facilitate checking out sources from git.
Useful especially for projects that don't have distfiles, or that use
submodules that don't have distfiles.
2013-11-14 23:31:09 +00:00
Adam Weinberger
d67cdc5986 marino pointed out that multimarkdown hardcodes /usr/bin/perl in a
script. However, it appears that the file that the script generates
is never used or referenced again, and it is not installed.

So, switch to a different make(1) target to bypass the offending file,
avoiding the need for perl altogether.
2013-11-14 22:36:05 +00:00
Antoine Brodin
25d5ea2bf4 - Update to 1.7.0
- Stage support
2013-11-14 20:22:05 +00:00
Mathieu Arnold
2ced050593 Fixup crash happening when input is not in UTF-8.
Reported by:	ale
2013-11-14 17:08:44 +00:00
Sunpoet Po-Chuan Hsieh
ef3a744050 - Add LICENSE
- Support STAGEDIR
2013-11-14 14:18:27 +00:00
Baptiste Daroussin
4e05ef88ea Fix extraction
Reported by:	marino
2013-11-14 13:30:07 +00:00
Matthew Seaman
a9657f71b0 Update to version 2.1.3
Reported by:	  portscout
2013-11-13 23:39:23 +00:00
Brendan Fabeny
1b81841d48 Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports

Reviewed by:	pfg, thierry, tota
2013-11-13 08:19:34 +00:00
Antoine Brodin
abae22cc33 Finish stage support
Bump PORTREVISION as package didn't have man pages
2013-11-12 19:47:56 +00:00