aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Schedule-At
Commit message (Collapse)AuthorAgeFilesLines
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - add stage supportAndrej Zverev2014-01-062-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338851
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - convert to the new perl5 frameworkAndrej Zverev2013-09-071-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326575
* - Upgrade to 1.15.Jun Kuriyama2012-06-022-3/+3
| | | | Notes: svn path=/head/; revision=298004
* - Upgrade to 1.14.Jun Kuriyama2012-03-112-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293097
* - Upgrade to 0.13.Jun Kuriyama2011-07-052-3/+3
| | | | | | | | PR: ports/158110 Submitted by: Jin-Sih Lin <linpct@gmail.com> Notes: svn path=/head/; revision=277090
* - Upgrade to 1.11.Jun Kuriyama2010-12-252-4/+3
| | | | Notes: svn path=/head/; revision=266889
* - Upgrade to 1.10.Jun Kuriyama2010-04-163-14/+4
| | | | Notes: svn path=/head/; revision=252744
* - Upgrade to 1.09.Jun Kuriyama2009-12-202-4/+4
| | | | Notes: svn path=/head/; revision=246299
* Upgrade to 1.08.Jun Kuriyama2008-10-172-5/+4
| | | | Notes: svn path=/head/; revision=221716
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* o Remove extra AtCfg_freebsd.Norikatsu Shigemura2006-11-192-36/+3
| | | | | | | | | o Bump PORTREVISION, accordingly. Approved by: kuriyama Notes: svn path=/head/; revision=177572
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Upgrade to 1.06.Jun Kuriyama2005-11-092-3/+4
| | | | Notes: svn path=/head/; revision=147665
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* Update to 1.05.Jun Kuriyama2005-08-282-3/+3
| | | | Notes: svn path=/head/; revision=141102
* SIZEify.Jun Kuriyama2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* utilize SITE_PERLYing-Chieh Liao2003-10-242-6/+5
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Remove lib/perllocal.pod-${PORTNAME} from the pkg-plist now that this fileKris Kennaway2003-04-171-1/+0
| | | | | | | is no longer installed. Notes: svn path=/head/; revision=79169
* Upgrade to 1.04.Jun Kuriyama2003-04-073-3/+3
| | | | Notes: svn path=/head/; revision=78551
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* Fix plist.Jun Kuriyama2002-05-241-10/+0
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=59839
* Fix for make this works on -table.Jun Kuriyama2002-05-142-2/+2
| | | | | | | Submitted by: hanai Notes: svn path=/head/; revision=59117
* Return 1 when Schedule::At::add() is used by denied (by /var/at/at.deny)Jun Kuriyama2002-05-142-3/+12
| | | | | | | | | user. Pointed out by: hanai Notes: svn path=/head/; revision=59073
* Upgrade to 1.03.Jun Kuriyama2002-05-144-21/+19
| | | | | | | Support latest -current's atq command output. Notes: svn path=/head/; revision=59069
* Remove redundant USE_PERL5 statements.Anton Berezin2001-08-241-1/+0
| | | | Notes: svn path=/head/; revision=46821
* Fix argument order of FreeBSD specific configuration.Jun Kuriyama2001-01-111-1/+1
| | | | Notes: svn path=/head/; revision=37086
* Fix patch path and plist.Jun Kuriyama2001-01-102-2/+3
| | | | Notes: svn path=/head/; revision=37054
* Add p5-Schedule-At (OS independent interface to the Unix 'at' command).Jun Kuriyama2001-01-107-0/+81
Notes: svn path=/head/; revision=37053