1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Commit Graph

16722 Commits

Author SHA1 Message Date
Koop Mast
45817f8667 Add patch to support the --maxvars argument in xsltproc.
Submitted by:	wblock@
Obtained from:	libxslt upstream.
2015-06-28 21:34:06 +00:00
Sunpoet Po-Chuan Hsieh
bff625daa0 - Add NO_ARCH 2015-06-28 17:57:39 +00:00
Sunpoet Po-Chuan Hsieh
ffc555af40 - Update to 1.5.1
- Add NO_ARCH

Changes:	https://github.com/tj/terminal-table/commits/master
2015-06-28 17:55:59 +00:00
Sunpoet Po-Chuan Hsieh
7fa1cc4664 - Add NO_ARCH 2015-06-28 17:55:27 +00:00
Antoine Brodin
5cf3a73da7 Bump PORTVREVISION
It seems GNAT version changed recently and this port wasn't bumped, leading
to errors like:
error: "dom.ads" and "gprclean-main.adb" compiled with different GNAT versions
error: "dom-core.adb" and "gprclean-main.adb" compiled with different GNAT versions
...
2015-06-28 08:27:31 +00:00
TAKATSU Tomonari
12fc7185c8 - Add missing dependency pkgconfig
PR:		ports/201156
Submitted by:	tota@ (myself)
Reported by:	pkg-fallout
MFH:		2015Q2
2015-06-28 06:33:20 +00:00
Antoine Brodin
72b79a6547 Update to 2.2.4 2015-06-27 20:38:04 +00:00
Dmitry Marakasov
37bebf8445 - Add workaround patch to fix misc/freebsd-doc-* building
See https://issues.apache.org/jira/browse/FOP-2461

PR:		201007
Submitted by:	geoff@sea-incorporated.com (maintainer)
2015-06-27 13:33:41 +00:00
Jimmy Olgeni
683f166185 Sorting out some Erlang stuff:
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
  confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.

The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
2015-06-27 12:54:11 +00:00
Kurt Jaeger
a452d76770 textproc/apache-solr: 4.10.4 -> 5.2.1
Changes see:
http://lucene.apache.org/solr/5_2_1/changes/Changes.html
2015-06-26 10:40:45 +00:00
Adam Weinberger
65fd75e607 Update to 1.75. While here, fix creative indentation and sort plist.
Changes: https://metacpan.org/changes/distribution/Number-Format
2015-06-26 03:38:39 +00:00
TAKATSU Tomonari
afce01fc79 - Update to 0.5-2 2015-06-25 20:20:31 +00:00
Emanuel Haupt
a4da799eaf Update to 1.0.15 2015-06-25 20:12:30 +00:00
Ruslan Makhmatkhanov
6f5a27d643 textproc/py-wstools: add NO_ARCH forgotten upon port create 2015-06-25 19:20:57 +00:00
Ruslan Makhmatkhanov
1a7ed485d7 WSDL parsing services package for Web Services for Python.
WWW: https://github.com/pycontribs/wstools
2015-06-25 18:25:42 +00:00
Antoine Brodin
a9aa4c46d1 Switch back to lua 5.1, the two consumers of those ports (audio/lua51-mpd
and net-im/prosody) need it

Pointy hat:	sunpoet
2015-06-25 16:53:31 +00:00
Dmitry Marakasov
4955299764 - Mark BROKEN on 9.x, fails to extract:
BibTool/doc/bibtool.tex: Already exists
tar: Error exit delayed from previous errors.

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-25 13:45:58 +00:00
Kris Moore
7bd3bded00 - Cleanup the Makefile
- Use CHEESESHOP as dist location
- Add python category
- Add LICENSE_FILE
- Fix order of USE_PYTHON
2015-06-25 13:00:30 +00:00
Jimmy Olgeni
24662b66cc Upgrade to version 2.6.0. 2015-06-25 11:44:47 +00:00
Ryan Steinmetz
31773bc862 - Update to 1.6.0
PR:		201090
Submitted by:	olgeni@
2015-06-25 11:34:40 +00:00
Jimmy Olgeni
37117f5768 Compatibility fix for R18. 2015-06-25 09:49:07 +00:00
John Marino
4e1ae18349 bump templates-parser, cluster is not rebuilding it after compiler change 2015-06-24 18:34:56 +00:00
Sunpoet Po-Chuan Hsieh
06e9177493 - Add LICENSE
- Update MASTER_SITES: remove librelogiciel.com which misleads portscout
- Fix USE=python
- Sort USE_PYTHON
- Add PORTSCOUT
- Add NO_ARCH
- Add PyPI as primary WWW
2015-06-24 17:41:45 +00:00
Kris Moore
b98f72fc10 - Add depend upon py-polib, required to function properly
- Bump PORTREV
2015-06-24 15:40:51 +00:00
Steve Wills
b03575d9f5 textproc/py-asciinema: mark deprecated 2015-06-24 00:49:14 +00:00
Steve Wills
eeb438d7f8 textproc/asciinema: create port
asciinema is a free and open source solution for recording terminal sessions
and sharing them on the web.

WWW: https://asciinema.org/
2015-06-24 00:46:35 +00:00
Sunpoet Po-Chuan Hsieh
da4274519c - Update to 5.2.1
Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
2015-06-23 20:26:37 +00:00
Rene Ladan
79d6cbf039 The Diff Match and Patch libraries offer robust algorithms to perform the
operations required for synchronizing plain text.

Diff: Compare two blocks of plain text and efficiently return a list of
differences.

Match: Given a search string, find its best fuzzy match in a block of plain
text. Weighted for both accuracy and location.

Patch: Apply a list of patches onto plain text. Use best-effort to apply patch
even when the underlying text doesn't match.

WWW: https://code.google.com/p/google-diff-match-patch/

Differential Revision:	https://reviews.freebsd.org/D2835
Reviewed by:	python (koobs)
2015-06-23 17:45:39 +00:00
Dmitry Marakasov
4ade9c1615 - Fix build on 9.x:
/usr/lib/crt1.o: In function `_start':
crt1.c:(.text+0x9d): undefined reference to `main'

Approved by:	portmgr blanket
Reported by:	pkg-fallout
2015-06-23 17:27:12 +00:00
Dmitry Marakasov
5459893a28 - Update to 2.0
PR:		201007
Submitted by:	geoff@sea-incorporated.com (maintainer)
2015-06-23 14:28:24 +00:00
Sunpoet Po-Chuan Hsieh
8ab355adbd - Add NO_ARCH 2015-06-23 12:23:07 +00:00
Sunpoet Po-Chuan Hsieh
64a93a0809 - Add NO_ARCH 2015-06-23 12:23:03 +00:00
Sunpoet Po-Chuan Hsieh
49293c33a9 - Add NO_ARCH 2015-06-23 12:22:59 +00:00
Sunpoet Po-Chuan Hsieh
14b4a79116 - Add NO_ARCH 2015-06-23 12:22:54 +00:00
Sunpoet Po-Chuan Hsieh
321ad04089 - Update to 3.4.15
- Add NO_ARCH

Changes:	http://sass-lang.com/documentation/file.SASS_CHANGELOG.html
2015-06-23 12:22:50 +00:00
Sunpoet Po-Chuan Hsieh
2c52256c09 - Update to 3.3.2
Changes:	https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md
2015-06-23 12:22:45 +00:00
Sunpoet Po-Chuan Hsieh
a06fd3fb0d - Update to 2015.06.21 2015-06-23 12:21:12 +00:00
Sunpoet Po-Chuan Hsieh
15e7238288 - Update to 2015.06.21 2015-06-23 12:21:07 +00:00
Sunpoet Po-Chuan Hsieh
d952a1a535 - Update to 2015.06.21 2015-06-23 12:21:03 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Emanuel Haupt
ed2c766941 Update to 1.0.14 2015-06-22 15:46:37 +00:00
John Marino
95cc8022ed textproc/xmlada: Upgrade version 4.5.0.0 => 4.6.0.0, overhaul make system
Due to the unavailability of a public repository, this version uses
Adacores 2015 distribution of xmlada.  It's probably a minor update
from the previous one.

The major change, however, is the creation of a custom makefile to build
and install xmlada.  Why?  because gnatmake will lose the ability to
build project files in the near future, so xmlada makefiles were changed
to use gprbuild to build and itself it.  One problem: gprbuild needs
xmlada as a build dependency.  (and it also needs gprbuild to build
itself!!)  I could have chosen to keep using gnatmake, but I decided to
bite the bullet, fix it correctly now and not have to get stuck by it
by future versions of gnat that remove project management from gnatmake.

Having to support a bootstrap gprbuild is nonsense in my opinion, so
both will have to be built manually.  Morever, the GPL 2015 distinfo
file removed all the vital *.gpr files which other packages' configure
script absolutely depends on.  These had to be recreated from scratch
as well.

Noticeable changes:
  - no more .lgpr files, these are incorporated in generated *.gpr now
  - xmlada_input.gpr renamed to xmlada_input_sources.gpr as expected
    since we had to create it anyway
  - xmlada_shared.gpr no longer exists; it was incorporated into each
    gpr that pulled it in
  - RPATH hack no longer necessary
  - symlinks of 5 libraries at $LOCALBASE/lib were removed (useless)
  - rpaths are now correct and have $LOCALBASE/lib/xmlada/relocatable
    as path (this was big fix made possible by new Makefile)
  - xmlada seems to build a lot faster, fully jobs safe
  - GNU configure not longer performed
  - GNU make no longer a build dependency

I verified packages that depend on xmlada build as expected.  I also
verified that the manually generated libraries look very similar in
size to the gnatmake generated libraries.

Since the library version changed, I'm also bumping ports directly
dependent on xmlada.
2015-06-21 23:35:11 +00:00
Sunpoet Po-Chuan Hsieh
b8a971b3f0 - Allow build with lua52 and lua53
PR:		200405
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 4 weeks)
2015-06-21 17:12:23 +00:00
Jimmy Olgeni
5a70544482 Upgrade to version 1.3.4. 2015-06-21 13:11:15 +00:00
John Marino
42ca37be33 textproc/templates_parser: upgrade version 1.10.0.0 => 1.11.0.0
This version is very close to the GPL 2015 version recently released
by Adacore.
2015-06-21 08:48:52 +00:00
Sunpoet Po-Chuan Hsieh
c97d7f4236 - Update to 5.2.0.17
- Add NO_ARCH

Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
2015-06-19 16:42:23 +00:00
Antoine Brodin
a70cbd6852 Fix RUN_DEPENDS 2015-06-18 23:01:25 +00:00
Dmitry Marakasov
3309a3ed4f - Strip library
- Fix whitespace
2015-06-18 21:24:53 +00:00
Dmitry Marakasov
6cef903a9f - Strip library 2015-06-18 21:24:39 +00:00
Dmitry Marakasov
8847a2da88 - Strip library 2015-06-18 21:24:29 +00:00