Commit graph

9 commits

Author SHA1 Message Date
Vanilla I. Shu
552a52e18c Support STAGEDIR. 2013-10-29 12:52:07 +00:00
Baptiste Daroussin
580a778a16 Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3) 2013-09-20 17:13:42 +00:00
Sunpoet Po-Chuan Hsieh
af42c7b82e - Add LICENSE
- Remove unnecessary MASTER_SITES_SUBDIR
- Cosmetic change
- Fix WWW
2013-09-14 07:33:30 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
Steve Wills
413424ee99 - Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here

Reviewed by:	danfe
2013-07-27 16:06:01 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
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)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, 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
2012-03-08 18:45:38 +00:00
Olli Hauer
d6db46aade -remove MD5 2011-07-03 14:59:23 +00:00
Wen Heping
22e1d290cc This module associates a PID file with your script for the purpose
of keeping more than one copy from running (concurrency prevention).
It creates the PID file, checks for its existence when the script
is run, terminates the script if there is already an instance running,
and removes the PID file when the script finishes.

This module's objective is to provide a completely simplified
interface that makes adding PID-file-based concurrency prevention
to your script as quick and simple as possible; hence File::Pid::Quick.
For a more nuanced implementation of PID files, please see File::Pid.

WWW: http://search.cpan.org/dist/File-Pid-Quick/Quick.pm

PR:		ports/146060
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
2010-05-08 08:54:22 +00:00