aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Parser/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup no longer needed CHMOD usage after r424898.Mathieu Arnold2016-11-021-2/+1
| | | | | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=425174
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Upgrade to 2.44.Jun Kuriyama2015-06-141-6/+11
| | | | Notes: svn path=/head/; revision=389604
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+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-291-7/+0
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341765
* Use new format for LIB_DEPENDS.Dmitry Sivachenko2014-01-091-1/+1
| | | | Notes: svn path=/head/; revision=339248
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326918
* - Try to fix build on NFS without lockd (patch provided by MartinJun Kuriyama2013-01-121-6/+6
| | | | | | | | | | | Tournoij <martin@arp242.net> at ports/155991). - Add pre-build check for locking to tell people why build fails. PR: ports/155991, ports/164600 Submitted by: "Dmitry S. Luhtionov" <mitya@cabletv.dp.ua> Notes: svn path=/head/; revision=310260
* - Upgrade to 2.41.Jun Kuriyama2011-08-291-1/+1
| | | | | | | | PR: ports/158278 Submitted by: pgollucci Notes: svn path=/head/; revision=280701
* - Upgrade to 2.40.Jun Kuriyama2010-10-091-2/+1
| | | | Notes: svn path=/head/; revision=262678
* - Add more encodings generated from p5-XML-Encoding source.Jun Kuriyama2009-08-021-1/+17
| | | | | | | | PR: ports/136866 (requested) Requested by: Alfred Bartsch <bartsch@dssgmbh.de> Notes: svn path=/head/; revision=238764
* - Upgrade to 2.36.Jun Kuriyama2008-01-101-4/+3
| | | | | | | | PR: ports/118994 Submitted by: ijliao Notes: svn path=/head/; revision=205402
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-2/+2
| | | | Notes: svn path=/head/; revision=154857
* - Fix plist when $XMLPARSER_SJIS is supplied.Jun Kuriyama2004-08-191-1/+1
| | | | | | | | | - Use ${PERL}. Reported by: nork Notes: svn path=/head/; revision=116639
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-1/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* Upgrade to 2.34.Jun Kuriyama2003-09-021-4/+7
| | | | | | | | | Optimize plist. Submitted by: foxfair@ Notes: svn path=/head/; revision=88346
* de-pkg-comment.Jun Kuriyama2003-02-221-0/+1
| | | | Notes: svn path=/head/; revision=76128
* CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' inAkinori MUSHA2002-10-101-2/+2
| | | | | | | | them when using a non-default compiler/linker, so do not use `/' as delimiter for s///. (I picked `|' instead) Notes: svn path=/head/; revision=67737
* Bump PORTREVISION and expat shlib.Jun Kuriyama2002-09-171-1/+2
| | | | Notes: svn path=/head/; revision=66485
* Upgrade to 2.31.Jun Kuriyama2002-07-221-5/+2
| | | | Notes: svn path=/head/; revision=63357
* Bump portrevision (textproc/expat2 shlib bump).Jun Kuriyama2002-07-211-2/+2
| | | | Notes: svn path=/head/; revision=63297
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-2/+2
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53959
* Add knobs to enable "euc-jp" and "shift_jis" encodings.Jun Kuriyama2001-12-311-0/+24
| | | | | | | | | | | | | | | | Encoding mappings between euc-jp and Shift_JIS and other encoding (such as Unicode) is not determined as exactly one to one. This knobs are off by default because author of encoding mappings thought that any of mappings should not be used by default until final mapping will be determined (by foo organization?). Define $XMLPARSER_EUCJP and/or $XMLPARSER_SJIS in /etc/make.conf to x-euc-jp-(jisx0221|unicode) and/or x-sjis(cp932|jdk117|jisx0221|unicode) to use these encodings in XML files by p5-XML-Parser (and it's dependents). Notes: svn path=/head/; revision=52440
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Use $PERL_CONFIGURE.Jun Kuriyama2001-01-081-5/+3
| | | | Notes: svn path=/head/; revision=36930
* Fix LIB_DEPENDS. (expat.0 -> expat.2)Akinori MUSHA2000-10-261-1/+1
| | | | Notes: svn path=/head/; revision=34260
* Upgrade to 2.30 (which depends on expat2).Jun Kuriyama2000-10-251-2/+6
| | | | | | | Submitted by: Naoki IDO <ido@hitachi-ms.co.jp> Notes: svn path=/head/; revision=34207
* Upgrade to 2.29.Jun Kuriyama2000-07-101-1/+1
| | | | | | | | Submitted by: ido@hitachi-ms.co.jp PR: ports/19795 Notes: svn path=/head/; revision=30436
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-3/+6
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* UpgradeVanilla I. Shu2000-04-231-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | p5-Authen-PAM => 0.09 p5-Chart-PNGgraph => 1.21 p5-FastCGI => 0.52 p5-GD => 1.27 p5-GD-Graph => 1.30 p5-HTML-Stream => 1.45 p5-IMAP-Admin => 1.2.2 p5-IRC => 0.63 p5-Image-Size => 2.901 p5-MIME-Lite => 1.137 p5-MIME-Tools => 4.124 p5-Mail-POP3Client => 2.6 p5-Mail-Tools => 1.1401 p5-MatrixReal => 1.3a5 p5-Net-Whois => 1.9 p5-Parse-RecDescent => 1.78 p5-Proc-Simple => 1.14 p5-Term-ReadKey => 2.14 p5-Text-Template => 1.23 p5-Time => 100.010301 p5-TimeDate => 1.09 p5-Tk => 800.021 p5-XML-Parser => 2.28 Notes: svn path=/head/; revision=27925
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27429
* Update to v2.27.Jun Kuriyama1999-11-031-4/+6
| | | | Notes: svn path=/head/; revision=22875
* Upgrade to v2.26.Jun Kuriyama1999-09-061-3/+3
| | | | Notes: svn path=/head/; revision=21306
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Upgrade to v2.23.Jun Kuriyama1999-05-201-4/+10
| | | | Notes: svn path=/head/; revision=18901
* Upgrade to v2.19.Jun Kuriyama1999-02-111-5/+5
| | | | Notes: svn path=/head/; revision=16600
* Perl extension interface to James Clark's XML parser, expat.Jun Kuriyama1998-11-141-0/+24
Submitted by: kuriyama Notes: svn path=/head/; revision=14521