Commit graph

17864 commits

Author SHA1 Message Date
Rene Ladan
c47e1294f6 Do you have smaller Python projects that only need a README file for
documentation? Want to host your README on Read The Docs?

sphinx-me is a BSD licensed tool that will create a Sphinx documentation shell
for your project and include the README file as the documentation index. It
handles extracting the required meta data such as the project name, author and
version from your project for use in your Sphinx docs.

Once you use sphinx-me to build your Sphinx docs, you can then add your project
to the Read The Docs site and have your project's README hosted with an
attractive Sphinx documentation theme.

Your README file should be in a reStructuredText compatible format.

WWW: https://github.com/stephenmcd/sphinx-me/
2016-04-27 18:16:26 +00:00
Steve Wills
b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00
Wen Heping
1dfcf60556 - Update to 1.0.2
PR:		209080
Submitted by:	mose@gandi.net(maintainer)
2016-04-27 08:12:27 +00:00
Johan van Selst
6d6f770189 Update to GNU grep 2.25 (bugfix release)
http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00010.html
2016-04-26 21:08:26 +00:00
Mathieu Arnold
ed4d3e8263 Update to 0.3.6-1.
PR:		209052
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-26 12:43:58 +00:00
Jimmy Olgeni
bb436c049c Update textproc/elixir-ex_doc to version 0.11.5. 2016-04-26 10:27:24 +00:00
Dmitry Marakasov
984b385456 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-04-26 09:03:21 +00:00
Mathieu Arnold
d78beb132c Move MySQL support from bsd.databases.mk to Uses/mysql.mk.
Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:17:31 +00:00
Olivier Duchateau
e03664bb7f Update to 0.7.2 2016-04-25 16:15:48 +00:00
Mathieu Arnold
21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00
Mathieu Arnold
81a29ad38e Don't lie about having a configure script.
Reported by:	antoine
Sponsored by:	Absolight
2016-04-25 14:41:38 +00:00
Nicola Vitale
0bbd14293f - Genshi does not yet have a released version supporting Python 3.x,
and it doesn't build with Python 3. So build it with Python 2 only. [1]
- Add NO_ARCH

PR:	205848
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com> [1]
2016-04-25 14:14:39 +00:00
Nicola Vitale
b36a68c078 - Update to 2.1.3
- Add NO_ARCH

PR:	208752
Submitted by:	olivierd
2016-04-25 14:01:18 +00:00
Sunpoet Po-Chuan Hsieh
e67c2299ed - Update to 2016.04.24 2016-04-25 09:12:25 +00:00
Sunpoet Po-Chuan Hsieh
d8340446c2 - Update to 2016.04.24 2016-04-25 09:12:20 +00:00
Sunpoet Po-Chuan Hsieh
d9d8aa849c - Update to 1.20
- Fix *_DEPENDS
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Pod-Spell/Changes
2016-04-25 09:11:57 +00:00
Sunpoet Po-Chuan Hsieh
ac1bbde5fa - Update to 0.300.2
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/LaTeX-Driver/Changes
2016-04-25 09:11:52 +00:00
Sunpoet Po-Chuan Hsieh
f2db41a77e - Update to 1.01
Changes:	http://search.cpan.org/dist/Validator-Custom/Changes
2016-04-25 09:07:27 +00:00
Vanilla I. Shu
212258b238 Update to 2016.4.2. 2016-04-25 05:27:21 +00:00
Lars Engels
d0a6f52ef9 - Update to 0.9.71
- Build DOCS with dvipsk

PR:		        208983
Submitted by:	maintainer
Sponsored by:	Essen Linuxhotel Hackathon 2016
2016-04-24 09:19:04 +00:00
Matthias Andree
9eb4e1d8b9 Fix up shipped catalog.xml to use the -flat.dtd.
Bump PORTREVISION so that this change gets picked up.
2016-04-23 20:43:14 +00:00
Matthias Andree
a884e95f06 Claim and update to 2010-11-23. 2016-04-23 20:20:40 +00:00
Steve Wills
0c24514553 textproc/ruby-rttool: convert to USES=shebangfix 2016-04-23 17:10:31 +00:00
Steve Wills
fa0627074f textproc/ruby-rss: convert to USES=shebangfix 2016-04-23 17:03:00 +00:00
Florian Smeets
8bea75f711 - update to 0.11.4
- regenerate patches with makepatch

Sponsored by:	Essen Linuxhotel Hackathon 2016
2016-04-23 13:30:33 +00:00
Sunpoet Po-Chuan Hsieh
5d24fffa2d - Update to 2.8.1
Changes:	https://github.com/gitlabhq/grit/blob/master/History.txt
2016-04-23 06:54:10 +00:00
Mathieu Arnold
5d7b880ff0 Move lang/go/files/bsd.go.mk to USES=go.
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6057
2016-04-22 12:40:04 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Adam Weinberger
7e701448de Sort plist. 2016-04-21 15:06:46 +00:00
Adam Weinberger
6671911529 Update to 0.72.
Just strip stuff without chmod'ing first.

Changes: https://metacpan.org/changes/distribution/Text-BibTeX
2016-04-21 15:06:17 +00:00
Sunpoet Po-Chuan Hsieh
f4cc9c1a08 - Update to 2.8.0
Changes:	https://github.com/gitlabhq/grit/blob/master/History.txt
2016-04-20 20:44:06 +00:00
Alex Dupre
421658b00b Update to 2.7.2 release.
PR:		206691
Submitted by:	mi
2016-04-19 16:01:06 +00:00
Sunpoet Po-Chuan Hsieh
d4a5cc5ad7 - Update to 0.5.1
Changes:	https://github.com/jekyll/jekyll-feed/blob/master/History.markdown
2016-04-19 12:57:12 +00:00
Warren Block
7ccb02fc44 Turn the TRANSLATOR option on by default. This adds the PO translation
tools without adding much overhead.

Approved by:	mat
2016-04-18 21:22:46 +00:00
Sunpoet Po-Chuan Hsieh
0364f15402 - Update to 2016.04.17 2016-04-18 17:29:08 +00:00
Sunpoet Po-Chuan Hsieh
eaef9a003a - Update to 2016.04.17 2016-04-18 17:29:03 +00:00
Sunpoet Po-Chuan Hsieh
ad5004b7ef - Update to 0.13
- Add LICENSE_FILE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Text-Aligner/Changes
2016-04-18 17:28:55 +00:00
Olivier Duchateau
92934501d3 - Update to 2.1.0
- Switch to GitHub host
- Add LICENSE* blob

PR:		208780 (based on, upgrade to 2.0.1)
Submitted by:	myself
Approved by:	<buganini@gmail.com> (maintainer)
2016-04-18 17:14:30 +00:00
Kurt Jaeger
4b204588f7 textproc/apache-poi: 3.10.1 -> 3.14
Changes: http://poi.apache.org/changes.html
- Fix for CVE-2014-3574
- Common: New version of ooxml-schema and ooxml-security jars which
  are linked to custom safe type loader
- Common: OPC relation fix for multiple same named ids (#54916)
- Common: Update third-party dependencies: commons-logging,
  commons-codec, xmlsec, bouncycastle
- Excel: Allow to set multiple cell style properties at once (#58633)
- Excel: Add API for inserting ignored warnings into XSSF sheets.
  This can be used e.g. to suppress 'number stored as text' warnings.
  (#56892)
- Powerpoint: unify hyperlink handling
- HSLF: various fixes for parsing and rendering
- WMF: new API for WMF parsing and rendering (for Powerpoint)
- XWPF: various fixes for handling paragraphs and tables

PR:		207934
MFH:		2016Q2
Submitted by:	pfg
2016-04-17 19:20:56 +00:00
Sunpoet Po-Chuan Hsieh
ab5b7b4f94 - Update to 0.89
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2016-04-17 18:40:18 +00:00
Joe Marcus Clarke
cdaab17b0a Update to 2.5.1. 2016-04-17 17:23:40 +00:00
Sunpoet Po-Chuan Hsieh
190ab0ed5c - Remove USE_RAKE 2016-04-16 16:45:48 +00:00
Sunpoet Po-Chuan Hsieh
140396af57 - Update to 0.48.0
Changes:	https://github.com/brigade/scss-lint/blob/master/CHANGELOG.md
2016-04-16 16:45:43 +00:00
Sunpoet Po-Chuan Hsieh
c139b9a4ee - Update to 4.8.3
Changes:	https://github.com/github/linguist/releases
2016-04-16 16:45:39 +00:00
Danilo Egea Gondolfo
4bc0e95ba0 - Update to 3-8-0 2016-04-16 01:28:21 +00:00
Sunpoet Po-Chuan Hsieh
f465b1d43d - Update to 2.1.3
Changes:	https://github.com/jekyll/jekyll-assets/commits/master
2016-04-15 23:11:16 +00:00
Sunpoet Po-Chuan Hsieh
253a9ff393 - Update to 1.36
Changes:	http://search.cpan.org/dist/XML-XPath/Changes
2016-04-15 23:10:39 +00:00
Olivier Duchateau
9ab6a5811e Update to 1.3.1-2 (bugfix) 2016-04-15 20:18:35 +00:00
Sunpoet Po-Chuan Hsieh
87848faed8 - Update to 0.5.0
Changes:	https://github.com/jekyll/jekyll-feed/blob/master/History.markdown
2016-04-14 16:40:50 +00:00
Sunpoet Po-Chuan Hsieh
12fe83697e - Update to 2.4.0
Changes:	https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md
2016-04-14 16:40:45 +00:00