aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-RDF-Simple
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+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
* Support STAGEDIR.Vanilla I. Shu2013-11-072-8/+6
| | | | Notes: svn path=/head/; revision=333056
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Add TEST_DEPENDS to silence build warning and enable testingSteve Wills2012-01-081-1/+3
| | | | | | | - Expand value of RUN_DEPENDS before assigning it Notes: svn path=/head/; revision=288735
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - Remove test-only and included-in-perl-5.8 dependencies.Jun Kuriyama2009-12-231-2/+0
| | | | Notes: svn path=/head/; revision=246490
* Update to 0.41(.)5.Anton Berezin2009-07-162-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/RDF-Simple/Changes Notes: svn path=/head/; revision=237916
* Update to 0.41(.)3.Anton Berezin2009-07-032-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/RDF-Simple/Changes Notes: svn path=/head/; revision=236981
* - update to 0.412Yen-Ming Lee2009-05-022-7/+4
| | | | Notes: svn path=/head/; revision=233133
* - update to 0.41.1Yen-Ming Lee2009-04-233-5/+7
| | | | Notes: svn path=/head/; revision=232587
* - update to 0.409Yen-Ming Lee2009-04-102-4/+5
| | | | Notes: svn path=/head/; revision=231996
* - update to 0.40.7Yen-Ming Lee2009-04-032-6/+6
| | | | Notes: svn path=/head/; revision=231551
* Update to 0.40.5Mathieu Arnold2009-03-042-4/+4
| | | | Notes: svn path=/head/; revision=229484
* - update to 0.404Yen-Ming Lee2008-12-192-5/+5
| | | | Notes: svn path=/head/; revision=224407
* - update to 0.40.2Yen-Ming Lee2008-12-113-9/+19
| | | | Notes: svn path=/head/; revision=224092
* - update to 0.306Yen-Ming Lee2008-10-142-4/+4
| | | | Notes: svn path=/head/; revision=221585
* - update to 0.305Yen-Ming Lee2008-10-083-10/+12
| | | | Notes: svn path=/head/; revision=221351
* - 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
* - Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan2007-04-061-7/+1
| | | | | | | with letter o-z Notes: svn path=/head/; revision=189335
* Reset ascope@cpan.org due to no response to email.Mark Linimon2006-08-111-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=170324
* - Update from v0.13 to v0.3Aaron Dalton2006-06-153-13/+14
| | | | | | | | | | | - Restrict to Perl 5.6+ due to dependencies PR: ports/98331 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit) Notes: svn path=/head/; revision=165477
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* 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
* - Fix BUILD_DEPENDS after devel/p5-Class-MethodMaker update.Florent Thoumie2005-12-051-2/+2
| | | | | | | Noticed by: pointyhat via kris Notes: svn path=/head/; revision=150456
* Add p5-RDF-Simple 0.13, read and write RDF without complication.Mathieu Arnold2004-08-024-0/+52
PR: ports/69872 Submitted by: Aaron Straup Cope <ascope@cpan.org> Notes: svn path=/head/; revision=115274