aboutsummaryrefslogtreecommitdiffstats
path: root/editors/p5-Padre
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to new perl frameworkmat2013-08-031-2/+2
| | | | - Trim Makefile header
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Update to version 0.96miwi2013-03-253-313/+456
| | | | | PR: 177255 Submitted by: Ports Fury
* Remove PKGNAMEPREFIX from textproc/py-ackcrees2013-01-081-1/+1
| | | | | Submitted by: Sebastian Santoro (original idea) Reviewed by: perl
* - Set default perl version for ports which currently usingaz2012-12-161-1/+0
| | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@)
* - Reassign to the heap at maintainer's requesttabthorpe2012-10-161-6/+2
| | | | | | Approved by: portmgr (implicit) Feature safe: yes Redports: ignore
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-5/+5
| | | | Approved by: portmgr@ (bapt@)
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-1/+21
| | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-091-21/+1
| | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* - Update to 0.62wen2010-05-283-111/+182
| | | | | | PR: ports/146484 Submitted by: Ashish SHUKLA <wahjava@gmail.com> Approved by: maintainer(timeout, > 17 days)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-281-1/+1
| | | | | | (part 12). Approved by: portmgr (itetcu)
* - Update to 0.50wen2010-01-083-10/+51
| | | | | PR: ports/141108 Submitted by: Cezary Morga <cm@therek.net> (maintainer)
* - Update to 0.47beat2009-10-163-51/+67
| | | | | PR: ports/139187 Submitted by: Cezary Morga <cm AT therek.net> (maintainer)
* - Update to 0.46pav2009-09-253-10/+21
| | | | | | PR: ports/139033 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Feature safe: yes
* - Update to 0.45pav2009-09-214-9/+101
| | | | | | | PR: ports/138506 Submitted by: Ashish SHUKLA <wahjava@gmail.com> Approved by: maintainer timeout (17 days) Feature safe: yes
* - Update to 0.40beat2009-07-252-6/+5
| | | | | PR: ports/136959 Submitted by: Cezary Morga <cm AT therek.net> (maintainer)
* - Remove some comments I've used for testingamdmi32009-07-161-2/+2
|
* - Update to 0.39amdmi32009-07-163-14/+25
| | | | | PR: 136699 Submitted by: Cezary Morga <cm@therek.net> (maintainer)
* - Update to 0.38pav2009-06-303-4/+17
| | | | | PR: ports/136146 Submitted by: Cezary Morga <cm@therek.net> (maintainer)
* - Update to 0.36beat2009-06-213-21/+47
| | | | | PR: ports/135181 Submitted by: Cezary Morga <cm AT therek.net> (maintainer)
* - Update to 0.35beat2009-05-233-16/+33
| | | | | | PR: ports/134412 Submitted by: Cezary Morga <cm AT therek.net> (maintainer) Approved by: miwi (mentor)
* - Cover the case of no perl present in the IGNORE statementpav2009-04-061-0/+2
| | | | Submitted by: Cezary Morga <cm@therek.net> (maintainer)
* - Update to 0.32miwi2009-03-313-16/+37
| | | | | | | - Add IGNORE if Perl without thread support is installed. PR: 133086 Submitted by: Cezary Morga <cm@therek.net> (maintainer)
* - Remove IGNORE linemiwi2009-03-231-1/+0
|
* - Update to 0.29miwi2009-03-223-5/+16
| | | | | PR; 132732 Submitted by: Cezary Morga <cm@therek.net> (maintainer)
* Padre - Perl Application Development and Refactoring Environmentmiwi2009-03-164-0/+343
Padre is an Perl IDE that is simple to use for new Perl programmers but also supports large multi-lingual and multi-technology projects. Padre is written in Perl, runs on all three major desktop platforms (Windows, Mac OS X and Unix/GTK), and is distributed under the perl license. WARNING: Padre requires Perl with thread support built-in ! WWW: http://padre.perlide.org/ PR: ports/132406 Submitted by: Cezary Morga <cm at therek.net>