aboutsummaryrefslogtreecommitdiff
path: root/devel/ahven/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Update SphinxDanilo G. Baio2020-05-111-42/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Repocopy textproc/py-sphinx to textproc/py-sphinx18 Update it to 1.8.5 (latest version from 1.8.X). This version supports Python 2 and 3. Add test target. - textproc/py-sphinx: Update to 3.0.2 Python 3 only (3.5+). Add test target. - Mk/Uses/python.mk: Add PY_SPHINX Shared macro to use with flavors and not break ports with USES=python (all versions). Python >=3.5 --> textproc/py-sphinx (v3.0.2) Python < 3.5 --> textproc/py-sphinx18 (v1.8.5) All ports that uses sphinx were changed to use the new variable ${PY_SPHINX} in the dependency line, exceptions: * Ports that fails to build with sphinx 3.0.2 because of code. They are pointing to textproc/py-sphinx18 directly. There aren't many ports. * Ports that doesn't know Python flavors. - Add several patches to fix Sphinx consumers The most common issues are related with pkg-plist, the output files from Sphinx changes between versions, keep this dynamically is the better approach. This will save time in future sphinx updates. PR: 245629 Exp-run by: antoine Notes: svn path=/head/; revision=534966
* - Update textproc/py-sphinx to 1.6.5. [0]Marcelo Araujo2018-01-291-1/+1
| | | | | | | | | | | | | | | - Update all ports that depends of py-sphinx. [0] - Add conditional RUN_DEPENDS. [1] - Add TEST_DEPENDS. [1] PR: ports/221891 [0] and ports/225136 [1] Submitted by: sunpoet [1] Approved by: antoine (portmgr) Exprun by: antoine (several rounds) Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=460241
* - Fix plistDmitry Marakasov2015-11-171-0/+2
| | | | | | | | | - Fix WWW: Approved by: portmgr blanket Notes: svn path=/head/; revision=401809
* devel/ahven: Upgrade version 2.4 => 2.6John Marino2015-11-071-4/+3
| | | | | | | | | | | | | I could not use the comfignat build system. For starters it creates a dynamic library which, when used, has troubling finding libgnarl. If I make changes to force it to build statically, the programms that link to it fail with a STORAGE ERROR. Finally I just put all the build and install steps in the port makefile and everything is working as it did with version 2.4 Notes: svn path=/head/; revision=401003
* - Add missing docfiles into plistDmitry Marakasov2015-09-031-0/+2
| | | | | | | | | | | | - Use options helpers - Fix installation with DOCS disabled (do not try to install docs which were not built) PR: 202795 Submitted by: amdmi3 Approved by: marino (maintainer) Notes: svn path=/head/; revision=395942
* marino 12 devel ports: Remove @dirrm, tend install commands, plusJohn Marino2014-10-161-7/+0
| | | | | | | | | | | | | | The main purpose of this commit is to remove @dirrm from the pkg-plist of some of my ports in devel category. While here, also: * Unmask some commands * Use parenthesis on compound commands for multi-job support * Add a license in one case * USES=python conversion in one case * Add WWW and reformat description in one case * Respect 80-columns Notes: svn path=/head/; revision=370993
* Add new port: devel/ahvenJohn Marino2013-07-211-0/+91
Avhen is a testing framework for the Ada programming language. It has functional similarities to JUnit and AUnit. Approved by: bapt (mentor) Notes: svn path=/head/; revision=323393