aboutsummaryrefslogtreecommitdiff
path: root/textproc/dtdparse
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
* Staging.Mathieu Arnold2014-02-242-4/+8
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=345881
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-281-2/+2
| | | | Notes: svn path=/head/; revision=300176
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-1/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* 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
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149459
* - Fix pkg-plistSergey Matveychuk2005-07-221-3/+3
| | | | | | | Pointyhat to: me from pav Notes: svn path=/head/; revision=139877
* - Update to 2.00Sergey Matveychuk2005-07-224-74/+24
| | | | | | | | PR: ports/83859 Submitted by: Ports Fury Notes: svn path=/head/; revision=139875
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Update port: textproc/dtdparse (cleanup)Edwin Groothuis2003-03-303-35/+21
| | | | | | | | | | Drop maintainership and cleanup PR: ports/50380 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=77767
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* - Don't generate catalog chain and minor cleanupsYing-Chieh Liao2002-07-193-20/+18
| | | | | | | | | | | - Change maintainer's address - Bump PORTREVISION PR: 40769 Submitted by: maintainer Notes: svn path=/head/; revision=63245
* Fix pkg-plist entryPatrick Li2002-02-251-1/+0
| | | | | | | | PR: 35301 Submitted by: maintainer Notes: svn path=/head/; revision=55236
* Add dtdparse 2.0.b6,Jun Kuriyama2002-02-066-0/+120
parse a DTD and produce an XML document that represents it. PR: ports/34400 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=54254