Commit graph

17636 commits

Author SHA1 Message Date
Bartek Rutkowski
89a8c09e22 textproc/py-sphinx_rtd_theme: update 0.1.8 -> 0.1.9 2016-03-04 16:03:42 +00:00
Kubilay Kocak
598273ac6b textproc/libucl: Update to 0.8.0
- Update PORTVERSION and distinfo checksum (0.8.0)
- Update pkg-plist accordingly
- Help ./configure find Lua with {CPP,LD}FLAGS
- Update UTILS_DESC (new tool installed)
- Sort all OPTION_* entries alphabetically
- Use the new test framework
- Group *_TARGET entries
- Whitespace prettiness

Changes:

  https://github.com/vstakhov/libucl/blob/0.8.0/ChangeLog.md
2016-03-04 13:22:37 +00:00
Raphael Kubo da Costa
bc44590a0e Make print/tex-dvipsk a runtime dependency.
Two reasons for this:
1. Document builds can fail without it even when using pdftex.
   From dblatex -d -D:

   Build uwm-pc-user-guide.pdf
   pdflatex failed
   Unexpected error occured
   Traceback (most recent call last):
   File "/usr/local/lib/python2.7/site-packages/dbtexmf/core/dbtex.py", line 332, in compile
      donefiles = self._compile()
   File "/usr/local/lib/python2.7/site-packages/dbtexmf/core/dbtex.py", line 400, in _compile
      self.make_bin()
   File "/usr/local/lib/python2.7/site-packages/dbtexmf/core/dbtex.py", line 317, in make_bin
      batch=self.texbatch)
   File "/usr/local/lib/python2.7/site-packages/dbtexmf/dblatex/runtex.py", line 113, in compile
      self.texer.compile(texfile)
   File "/usr/local/lib/python2.7/site-packages/dbtexmf/dblatex/grubber/texbuilder.py", line 73, in compile
      raise OSError("%s compilation failed" % self.tex.program)
   OSError: pdflatex compilation failed
   /tmp/tmpe0bJK0 not removed

   From tail -n 11 /tmp/tmpe0bJK0/uwm-pc-user-guide.log:

   Here is how much of TeX's memory you used:
    22571 strings out of 493117
    331796 string characters out of 6138550
    659827 words of memory out of 5000000
    19593 multiletter control sequences out of 15000+600000
    89643 words of font info for 150 fonts, out of 8000000 for 9000
    1141 hyphenation exceptions out of 8191
    48i,21n,51p,484b,2429s stack positions out of 5000i,2500n,10000p,300000b,80000s
   !pdfTeX error: pdflatex (file 8r.enc): cannot open encoding file for reading
   ==> Fatal error occurred, no output PDF file produced!

2. dvips is a valid backend to specify with dblatex -b.

PR:		201592
Submitted by:	Jason Bacon <bacon4000@gmail.com>
MFH:		2016Q1
2016-03-04 10:54:06 +00:00
Dmitry Marakasov
22979a9ebc - Add LICENSE
- Remove redundant lang/python dependency
- Fix shebangs, respect ${PYTHON_CMD}
- Add NO_ARCH
- Switch to options helpers
2016-03-03 16:36:09 +00:00
Philippe Audeoud
44b80ae6f3 - Update to 1.33 2016-03-03 15:43:37 +00:00
TAKATSU Tomonari
61b59412e4 - Update to 3.98-1.4 2016-03-03 01:20:46 +00:00
Raphael Kubo da Costa
1ca0e75f43 Update to 2016.02.25.
PR:		207643
Submitted by:	Eero Hänninen <fax@nohik.ee> (maintainer)
2016-03-02 23:01:44 +00:00
Raphael Kubo da Costa
2f8a2ed0b2 Update to 3.3.
PR:		207662
Submitted by:	yuri@rawbw.com (maintainer)
2016-03-02 22:56:54 +00:00
Raphael Kubo da Costa
59a6f4ac1a Update to 0.4.3.
PR:		207654
Submitted by:	yuri@rawbw.com (maintainer)
2016-03-02 22:44:29 +00:00
Raphael Kubo da Costa
c5ace82bc5 Update to 0.9.4.
PR:		207655
Submitted by:	yuri@rawbw.com (maintainer)
2016-03-02 22:41:44 +00:00
Raphael Kubo da Costa
8fd5b5906b Stop setting USE_GCC=yes.
The port builds fine without it on 9, 10 and 11.

PR:		206557
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>
Approved by:	maintainer timeout (36 days)
2016-02-28 23:54:47 +00:00
Palle Girgensohn
e2f67a8795 Update xerces-c3 and shibboleth to latest versions
The update in xerces fixes a buffer overflow security problem that exposes the
possibility of a denial of service attack, and could conceivably result in
remote code execution.

Users of Shibboleth or any other service usingi the xerces-c3 xml library are
recommended to upgrade promptly.

URL:	http://xerces.apache.org/xerces-c/secadv/CVE-2016-0729.txt
Security:	CVE-2016-0729
2016-02-28 18:55:43 +00:00
Adam Weinberger
8511ad9cc9 Update to 0.04. Add NO_ARCH, specify dependency versions, and sort plist.
Changes: http://cpansearch.perl.org/src/MANWAR/XML-SAX-Simple-0.04/Changes
2016-02-27 15:05:50 +00:00
Adam Weinberger
8310af41db Update to 2.1024.
Changes: https://metacpan.org/changes/distribution/XML-LibXML
2016-02-27 15:01:26 +00:00
Adam Weinberger
bf3b2a9b1a Update to 1.69. The Test::More requirements have been lowered
with this release, so remove the conditional dependency on
p5-Test-Simple from ports. Also, add NO_ARCH.

PR:		207524
Approved by:	maintainer
2016-02-27 04:44:01 +00:00
Kubilay Kocak
df3c2dbab3 textproc/py-transifex-client: Update to 0.11
- Update PORTVERSION and distinfo checksum (0.11)
- Enable builds for Python 3.x
- Enable "concurrent" Python installation
- Add RUN_DEPENDS (urllib3)
- Switch to CHEESESHOP for MASTER_SITES
- Enable NO_ARCH (architecture independent)
- Add LICENSE_FILE
- Update test target
- Strip pkg-descr WWW: URL trailing slash
2016-02-26 13:57:49 +00:00
Kubilay Kocak
546eb28131 textproc/py-pytidylib: Update to 0.2.4
- Update PORTVERSION and distinfo checksum (0.2.4)
- Update COMMENT to more closely match setup.py:description
- Update test target
- Remove TEST_DEPENDS (pytest is not required)
- Enable NO_ARCH (architecture independent)
- Patch setup.py to enable setuptools test command
2016-02-26 13:19:07 +00:00
Wen Heping
be085ee6e0 - Update to 3.1.3 2016-02-26 01:13:14 +00:00
Jung-uk Kim
69e5ced4fb - Fix build with Boost 1.59 and later. [1]
- Remove LGPL21 from LICENSE.
- Make portlint happy.

PR:		207016 [1]
2016-02-25 22:58:20 +00:00
Jung-uk Kim
f42b86a2a2 - Remove LGPL21 from LICENSE.
- Remove MASTER_SITE_SUBDIR. [1]

Suggested by:	mat [1]
2016-02-25 21:05:53 +00:00
Jung-uk Kim
fe62b5b625 - Add an upstream patch to fix build with Boost 1.59 and later. [1]
- Update the project URL.
- Make portlint happy.

PR:		207015 [1]
2016-02-25 20:18:17 +00:00
Adam Weinberger
0e04b99018 Update to 2.026.
Changes: https://metacpan.org/changes/distribution/PDF-API2
2016-02-25 17:32:21 +00:00
Wen Heping
7aa4da2568 - Update to 0.9.3
PR:		206257
Submitted by:	tkato432@yahoo.com
2016-02-25 06:20:43 +00:00
TAKATSU Tomonari
2eb72d516e - Update to 0.9.5 2016-02-24 10:59:32 +00:00
Philippe Audeoud
d11d2abdf5 - Update to 1.32 2016-02-24 08:33:33 +00:00
Philippe Audeoud
eb0136a4f3 - Update to 1.31 2016-02-23 15:49:39 +00:00
Martin Wilke
d2e33618f1 Turn free-text queries into SQL WHERE clauses. The idea is to allow you to treat
your database like a free-text search index, when it really isn't.

WWW: http://search.cpan.org/dist/Search-QueryParser-SQL/

PR:		204066
Submitted by:	jeremybbaggs@gmail.com
2016-02-23 11:11:12 +00:00
Martin Wilke
d52fbba2e3 This module parses a query string into a data structure to be handled by
external search engines.

WWW: http://search.cpan.org/dist/Search-QueryParser/

PR:		204065
Submitted by:	jeremybbaggs@gmail.com
2016-02-23 11:09:30 +00:00
Andrey A. Chernov
07c1ad2cb1 Revive the port by finding another master site 2016-02-22 21:17:13 +00:00
Dmitry Sivachenko
1da75f8a98 Update to version 1.2.2. 2016-02-22 20:04:37 +00:00
Vanilla I. Shu
a4d9b13bef Update to 0.25.
PR:		207410
Submitted by:	maintainer
2016-02-22 12:15:55 +00:00
Dmitry Marakasov
d09e174e1b - Switch to options helpers
- Simplify installation
- Regenerate patches with `make makepatch`
2016-02-22 10:17:42 +00:00
Dmitry Marakasov
f2e2d12d11 - Switch to USES=tar
- Add LICENSE
- Add NO_ARCH
- Pet portlint
- Use common way of pkg-message handling
- Simplify installation
- Switch to options helpers
2016-02-22 09:57:34 +00:00
Dmitry Marakasov
b819f52487 - Add LICENSE
- Remove unneeded flags
- Switch to options helpers
2016-02-21 10:40:13 +00:00
Dmitry Marakasov
e55742a919 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-02-21 10:35:30 +00:00
Dmitry Marakasov
6b7eb6f0b1 - Add LICENSE
- Switch shebang patching to shabangfix
- Switch to options helpers
2016-02-21 10:22:19 +00:00
Jimmy Olgeni
fba4759173 Unbreak r409151: fix distinfo for hunspell-en_CA-2016.01.19.zip.
The content looks ok so it was probably truncated on makesum.
2016-02-20 16:22:01 +00:00
Steve Wills
3d08c33a57 textproc/consul-template: update to 0.12.2 2016-02-20 14:40:33 +00:00
Kubilay Kocak
55fa5fd218 textproc/py-markdown: Update to 2.6.5
- Update PORTVERSION and distinfo checksum (2.6.5)
- Update test dependencies and test target
- Remove dos2unix, no longer needed
- Enable architecture independence (NO_ARCH)
- Backport upstream issue 453 [1] fix for failing tests due to pygments
- Patch setup.py to support setuptools test command
- Update pkg-descr WWW: URL (matching that in setup.py)

[1] https://github.com/waylan/Python-Markdown/issues/453

Requested by:	brnrd (via IRC)
2016-02-20 12:17:50 +00:00
Gabor Pali
981fc1140d - Make dependency on TeX optional
PR:		207230
Submitted by:	janm@transactionware.com
Obtained from:	FreeBSD Haskell
2016-02-19 20:44:46 +00:00
Wen Heping
ec0463bb5c - Update to 3.3.2
- Add LICENSE

PR:		205831
Submitted by:	wen@(myself)
Approved by:	maintainer(timeoout, >40 days)
2016-02-19 09:15:55 +00:00
Olivier Duchateau
c775fe3c05 - Update to 0.1.2
- Add PORTSCOUT macro, because 0.2 API is incompatible with forthcoming
LaTeXila 3.18.x
- Remove patch
2016-02-19 08:00:23 +00:00
Mikhail Teterin
2bc57294ea Make fetchable by upgrading. Add options for vocabularies and provide
help-file for the user.

PR:		202685
Submitted by:	Joseph Mingrone
Approved by:	maintainer timeout
2016-02-19 05:14:17 +00:00
Koop Mast
5b0a6b4a87 Update highlight to 3.28. 2016-02-18 21:30:16 +00:00
Martin Wilke
1c1487813e - Ignore php70 2016-02-18 15:08:25 +00:00
Martin Wilke
5a67738f00 - Ignore php70
- While here remove old php gruft
2016-02-18 14:47:05 +00:00
Dmitry Marakasov
f090613200 - Add LICENSE
- Switch to USES=tar
- Install more documentation
- Switch to options helpers
2016-02-17 19:12:40 +00:00
Dmitry Marakasov
c243b793e7 - Add NO_ARCH
- Switch to options helpers
2016-02-17 19:12:11 +00:00
Dmitry Marakasov
428a25580d - Clarify LICENSE
- Add LICENSE_FILE
- Fix configure handling, install missing info file
- Switch to options helpers
2016-02-17 19:12:06 +00:00
Dmitry Marakasov
97b2ff7ed9 - Switch to options helpers
- Regenerate patches with `make makepatch`
2016-02-17 18:57:44 +00:00