summaryrefslogtreecommitdiff
path: root/textproc/p5-CSS-Tiny (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight
* 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
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 1.20Philippe Audeoud2016-03-112-4/+5
|
* 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
* Support STAGEDIR.Vanilla I. Shu2013-11-072-4/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | textproc)
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - Remove SITE_PERL from *_DEPENDSFrederic Culot2012-06-051-1/+1
| | | | Submitted by: az@
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | Approved by: erwin@ (portmgr)
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | so standarize and remove it With Hat: perl@
* - Update to 1.19Wen Heping2010-09-032-4/+4
|
* - Update to 1.17Wen Heping2010-07-052-5/+5
| | | | | | - Reset maintainer to perl@ Feature safe: yes
* Reset hansjoerg.pehofer@uibk.ac.at at his request.Mark Linimon2008-08-191-1/+1
| | | | Hat: portmgr
* - Update to 1.15.Felippe de Meirelles Motta2008-03-102-6/+5
| | | | | | PR: ports/121007 Submitted by: lippe (myself) Approved by: araujo (mentor), maintainer timeout (> 2 weeks)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Update to 1.14Rong-En Fan2006-09-123-11/+11
| | | | | | PR: ports/102880 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> Approved by: Hansjoerg Pehofer <hansjoerg.pehofer at uibk.ac.at> (maintainer)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 1.11.Anton Berezin2005-11-153-25/+6
| | | | | PR: 89055 Submitted by: maintainer
* 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
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-5/+4
| | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on)
* - remove *.orig and unbreak this port on 4.xYen-Ming Lee2005-04-291-5/+8
|
* Update to 1.08Lars Thegler2005-04-024-6/+34
| | | | | | PR: ports/79176 Submitted by: lth Approved by: maintainer
* fixed typos in pkg-plist, set PORTREVISIONErwin Lansing2004-12-222-2/+3
| | | | | PR: 75370 Submitted by: maintainer
* - update to 1.05Cheng-Lung Sung2004-10-162-3/+3
| | | | | | PR: ports/72755 Submitted by: maintainer (Hansjoerg Pehofer) Approved by: co-mentor (vanilla)
* - Update to 1.04Kirill Ponomarev2004-03-232-2/+3
| | | | | PR: ports/64615 Submitted by: maintainer
* Add p5-CSS-Tiny 1.02,Vanilla I. Shu2003-11-154-0/+37
read/Write .css files with as little code as possible. PR: 58780 Submitted by: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>