summaryrefslogtreecommitdiff
path: root/lang/parrot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 7.9.0.Mathieu Arnold2015-10-212-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=399922
* - Fix shebangsDmitry Marakasov2015-09-091-1/+7
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=396505
* - Update to 7.6.0Sunpoet Po-Chuan Hsieh2015-07-242-3/+3
| | | | | | | Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=392795
* Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is ↵Adam Weinberger2015-07-071-2/+2
| | | | | | | | | unnecessary, and sort depends where appropriate. Notes: svn path=/head/; revision=391514
* - Remove duplicate regression-test: which is already in Mk/Uses/perl5.mkSunpoet Po-Chuan Hsieh2015-07-061-3/+0
| | | | Notes: svn path=/head/; revision=391468
* Update to 7.3.0.Adam Weinberger2015-04-252-8/+9
| | | | | | | For changes, see: http://parrot.org/news/2015/Parrot-7.3.0 Notes: svn path=/head/; revision=384744
* Update icu to 55.1Baptiste Daroussin2015-04-231-0/+1
| | | | Notes: svn path=/head/; revision=384614
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-132-23/+14
| | | | | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used Notes: svn path=/head/; revision=381221
* - Update to 7.0.2Sunpoet Po-Chuan Hsieh2015-02-182-3/+3
| | | | | | | Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=379278
* - Update to 7.0.1Sunpoet Po-Chuan Hsieh2015-01-272-3/+3
| | | | | | | Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=377998
* - Update to 7.0.0Sunpoet Po-Chuan Hsieh2015-01-222-3/+3
| | | | | | | Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=377687
* - Update to 6.9.0Sunpoet Po-Chuan Hsieh2015-01-135-32/+19
| | | | | | | | | | | | | | | - Remove CONFLICTS since lang/rakudo was removed - Strip binary executable and shared library - Simplify Makefile: - Remove Makefile.common - Use BROKEN_ia64 - Remove regression-test: - Cosmetic change Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=376962
* Remove custom plist generator we have makeplist nowBaptiste Daroussin2014-12-202-19/+10
| | | | | | | Sort the plist Notes: svn path=/head/; revision=375127
* Allow building with bison 3Antoine Brodin2014-11-301-0/+11
| | | | | | | PR: ports/194680 Notes: svn path=/head/; revision=373662
* Cleanup plistBaptiste Daroussin2014-10-271-87/+0
| | | | Notes: svn path=/head/; revision=371587
* - support stageYen-Ming Lee2014-07-102-14/+11
| | | | Notes: svn path=/head/; revision=361482
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-0/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* - Update to 5.9.0Sunpoet Po-Chuan Hsieh2013-10-194-9/+5
| | | | | | | | | - Convert to new LIB_DEPENDS format Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=330902
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-09-141-2/+1
| | | | Notes: svn path=/head/; revision=327219
* Convert to new perl framework.Mathieu Arnold2013-08-031-2/+1
| | | | Notes: svn path=/head/; revision=324190
* - Update to 5.0.0Sunpoet Po-Chuan Hsieh2013-03-234-31/+93
| | | | | | | | | | | - Add missing CONFLICTS with lang/rakudo - Adjust CONFIGURE_ARGS to allow build with clang/clang++ - Cosmetic change Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=315015
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Chase icu, graphite2 and libexttextcat bumpBaptiste Daroussin2012-12-181-5/+2
| | | | Notes: svn path=/head/; revision=309206
* - Update to 4.6.0Sunpoet Po-Chuan Hsieh2012-07-194-9/+5
| | | | | | | | | - Add regression-test: for tinderbox Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=301146
* - Update to 4.3.0Sunpoet Po-Chuan Hsieh2012-05-213-9/+8
| | | | | | | | | | | | | - Sort BUILD_DEPENDS - Remove trailing blank line in Makefile.common - Pet portlint: remove ABI version number from LIB_DEPENDS Changes: http://www.parrot.org/news/2012/Parrot-4.3.0 http://www.parrot.org/news/2012/Parrot-4.2.0 http://www.parrot.org/news/2012/Parrot-4.1.0 Notes: svn path=/head/; revision=297106
* Update to 4.0.0Sergey Skvortsov2012-02-043-4/+4
| | | | | | | Changes: http://parrot.org/news/2012/Parrot-4.0.0 Notes: svn path=/head/; revision=290395
* Update to 3.11.0Sergey Skvortsov2011-12-222-3/+3
| | | | | | | Changes: http://www.parrot.org/news/parrot-3.11.0-duct-tape-released Notes: svn path=/head/; revision=287839
* Update to 3.10.0Sergey Skvortsov2011-12-194-5/+15
| | | | | | | Changes: http://www.parrot.org/news/2011/Parrot-3.10.0 Notes: svn path=/head/; revision=287658
* Update to 3.9.0Sergey Skvortsov2011-10-254-19/+5
| | | | | | | Changes: http://www.parrot.org/news/2011/3.9.0 Notes: svn path=/head/; revision=284283
* - Fix plistSteve Wills2011-09-241-0/+1
| | | | | | | Reported by: pavmail Notes: svn path=/head/; revision=282343
* Update to 3.8.0Sergey Skvortsov2011-09-234-8/+4
| | | | | | | | Changes: http://www.parrot.org/news/2011/Parrot-3.8.0 http://www.parrot.org/news/2011/Parrot-3.7.0 Notes: svn path=/head/; revision=282232
* Update to 3.6.0Sergey Skvortsov2011-07-264-8/+11
| | | | | | | Changes: http://www.parrot.org/news/2011/Parrot-3.6.0 Notes: svn path=/head/; revision=278349
* - update ICU to 4.8Baptiste Daroussin2011-07-101-1/+2
| | | | | | | | | - chase library bump - add an entry in UPDATING for instructions - remove old conflict lines Notes: svn path=/head/; revision=277485
* - Mark BROKEN: incomplete plistPav Lucistnik2011-07-021-0/+2
| | | | Notes: svn path=/head/; revision=276941
* Update to 3.5.0Sergey Skvortsov2011-06-222-3/+3
| | | | | | | Changes: http://www.parrot.org/news/2011/Parrot-3.5.0 Notes: svn path=/head/; revision=276068
* Update to 3.4.0Sergey Skvortsov2011-05-224-7/+5
| | | | | | | Changes: http://www.parrot.org/news/2011/Parrot-3.4.0 Notes: svn path=/head/; revision=274463
* Update to 3.3.0Sergey Skvortsov2011-04-304-8/+11
| | | | | | | Changes: http://www.parrot.org/news/2011/Parrot-3.3.0 Notes: svn path=/head/; revision=273373
* Update to 3.2.0Sergey Skvortsov2011-03-194-6/+18
| | | | | | | Changes: http://www.parrot.org/news/2011/Parrot-3.2.0 Notes: svn path=/head/; revision=271334
* Update to 3.1.0Sergey Skvortsov2011-02-164-29/+14
| | | | | | | | Changes: http://www.parrot.org/news/2011/Parrot-3.1.0 http://www.parrot.org/news/2011/Parrot-3.0.0 Notes: svn path=/head/; revision=269248
* Update to 2.11.0Sergey Skvortsov2010-12-224-7/+9
| | | | | | | Changes: http://www.parrot.org/news/2010/Parrot-2.11.0 Notes: svn path=/head/; revision=266717
* Chase devel/icu upgradeBaptiste Daroussin2010-12-151-1/+2
| | | | | | | Add an updating note Notes: svn path=/head/; revision=266338
* - Update to 2.10.1Philip M. Gollucci2010-12-074-4/+10
| | | | | | | | | PR: ports/152799 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com> With Hat: perl@ Notes: svn path=/head/; revision=265823
* Specify LICENSE.Sergey Skvortsov2010-11-051-0/+2
| | | | Notes: svn path=/head/; revision=264127
* Update to 2.9.1Sergey Skvortsov2010-11-044-10/+5
| | | | | | | | | | Changes: http://www.parrot.org/news/parrot-2.9.1-released http://www.parrot.org/news/2010/Parrot-2.9.0 PR: ports/151811 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com> Notes: svn path=/head/; revision=264079
* - Update to 2.8.0Philip M. Gollucci2010-10-103-7/+11
| | | | | | | | | PR: ports/151105 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com> With Hat: perl@ Notes: svn path=/head/; revision=262747
* - Update to 2.7.0Philip M. Gollucci2010-09-094-5/+7
| | | | | | | | | PR: ports/150031 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com> With Hat: perl@ Notes: svn path=/head/; revision=260864
* Update to 2.6.0Sergey Skvortsov2010-07-234-6/+8
| | | | | | | | | Changes: http://parrot.org/news/2010/Parrot-2.6.0 PR: ports/148809 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com> Notes: svn path=/head/; revision=258098
* Update port to 2.5.0Sergey Skvortsov2010-07-023-24/+22
| | | | | | | | | | Changes: http://www.parrot.org/news/2010/Parrot-2.5.0 PR: ports/147901 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=257291
* Update to 2.4.0Sergey Skvortsov2010-05-194-32/+157
| | | | | | | | | Changes: http://parrot.org/news/2010/Parrot-2.4.0 PR: ports/146714 Submitted by: Aliaksandr Zahatski <zahatski xx gmail.com> Notes: svn path=/head/; revision=254580