# New ports collection makefile for: XML::Parser # Date created: 15 Nov 1998 # Whom: Jun Kuriyama # # $FreeBSD$ # PORTNAME= XML-Parser PORTVERSION= 2.41 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension interface to James Clark's XML parser, expat LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 PERL_CONFIGURE= yes CONFIGURE_ARGS= EXPATLIBPATH=${LOCALBASE}/lib EXPATINCPATH=${LOCALBASE}/include MAN3= XML::Parser.3 XML::Parser::Expat.3 \ XML::Parser::Style::Debug.3 \ XML::Parser::Style::Objects.3 \ XML::Parser::Style::Stream.3 \ XML::Parser::Style::Subs.3 \ XML::Parser::Style::Tree.3 PLIST_SUB= EUCJP=${EUCJP} SJIS=${SJIS} # XMLPARSER_EUCJP= x-euc-jp-(jisx0221|unicode) # XMLPARSER_SJIS= x-sjis-(cp932|jdk117|jisx0221|unicode) CONV_ENC= ${PERL} -e '$$e=shift @ARGV; undef $$/; $$_=<>; substr($$_,4,40)=pack("a40","$$e"); print' .if !defined(XMLPARSER_EUCJP) EUCJP= "@comment " .endif .if !defined(XMLPARSER_SJIS) SJIS= "@comment " .endif post-patch: .if defined(XMLPARSER_EUCJP) @cd ${WRKSRC}/Parser/Encodings; \ ${CONV_ENC} euc-jp ${XMLPARSER_EUCJP}.enc > euc-jp.enc @${ECHO_CMD} Parser/Encodings/euc-jp.enc >> ${WRKSRC}/MANIFEST .endif .if defined(XMLPARSER_SJIS) @cd ${WRKSRC}/Parser/Encodings; \ ${CONV_ENC} shift_jis ${XMLPARSER_SJIS}.enc > shift_jis.enc @${ECHO_CMD} Parser/Encodings/Shift_JIS.enc >> ${WRKSRC}/MANIFEST .endif @${CP} ${FILESDIR}/*.enc ${WRKSRC}/Parser/Encodings/ .for e in 1 6 10 11 13 14 15 @${ECHO_CMD} Parser/Encodings/iso-8859-${e}.enc >> ${WRKSRC}/MANIFEST .endfor post-configure: @${PERL} -i -pe 's|^(CC = ).*|$$1 ${CC}|;' \ -e 's|^(CCFLAGS = ).*|$$1 ${CFLAGS}|' ${WRKSRC}/Expat/Makefile XE= ${.CURDIR}/../p5-XML-Encoding extract-encodings: @cd ${XE}; \ ${MAKE} patch; \ ${CHMOD} og+rX `make -VWRKSRC` build-encodings: .for e in 1 6 10 11 13 14 15 @cd `cd ${XE}; ${MAKE} -VWRKSRC`; \ compile_encoding -o ${FILESDIR}/iso-8859-${e}.enc maps/iso-8859-${e}.xml .endfor .include endabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2'>dependabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/amaya
Commit message (Expand)AuthorAgeFilesLines
* Remove www/amaya which was marked FORBIDDEN over 4 months ago.erwin2009-06-1311-1140/+0
* - Mark FORBIDDEN to many security issuesmiwi2009-02-091-0/+2
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Fix build after xorg cleanupmiwi2008-04-211-2/+2
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+3
* - Update to 0.9.55miwi2008-02-076-751/+311
* BROKEN: Checksum mismatchkris2007-08-061-0/+2
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Remove symlinks created by mtree target from plistspav2006-10-081-2/+0
* - Update to 9.51pav2006-10-075-152/+118
* Now builds on sparc64kris2006-09-181-4/+0
* Schedule these forbidden ports for termination on 2006-12-01kris2006-09-031-0/+2
* Remove USE_REINPLACE from categories starting with Wedwin2006-05-131-1/+0
* - Mark as FORBIDDEN. Security issues.mnag2006-04-271-0/+2
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-0/+1
* SHA256ifyedwin2006-01-241-0/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* BROKEN on sparc64: Does not buildkris2005-12-181-0/+4
* - Update to 9.2.1pav2005-09-098-1012/+1551
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-1/+1
* - Fix distfile handling when building with dictionarypav2004-06-171-0/+1
* - Update to version 8.5krion2004-05-112-3/+3
* - Update to 8.4pav2004-05-024-9/+11
* BROKEN on alpha: Does not compilekris2004-04-091-0/+4
* Update to 8.3. For extensive documentation about the update, seelinimon2004-03-235-33/+51
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* Update to version 8.2 and remove a dead MASTER_SITE.tom2003-11-164-33/+3
* - Update to version 8.1bkrion2003-10-274-19/+48
* Fix building with optional dictionaries, which I broke in my last commit.tom2003-09-101-1/+1
* Update to version 8.0 as per the PR referenced below.tom2003-06-273-12/+55
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
* Update to 7.2.naddy2003-02-157-38/+14
* Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.nork2003-02-081-2/+2
* Update to 7.1.nork2003-02-024-16/+244
* The included patch updates the www/amaya port to version 6.4.edwin2002-11-093-3/+34
* Update to 6.2pat2002-08-084-30/+256
* upgrade to 6.1ijliao2002-05-223-13/+31
* take over maintainershipijliao2002-04-101-1/+1
* Update to version 5.3kevlo2001-12-223-28/+152
* Update to version 5.2.steve2001-12-034-173/+153
* Bump png majorache2001-09-111-1/+1
* Update to 5.1.dannyboy2001-07-162-2/+2
* upgrade to 5.0ijliao2001-07-095-25/+13
* - Updating the port to use the latest bugfix release.dinoex2001-03-263-4/+4
* - Uses shared png and jpeg libsdinoex2001-03-206-19/+73
* - Update the www/amaya port to use the most recent distfile.dinoex2001-03-183-2/+18
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-9/+9
* Update to 4.2.1.alex2000-12-315-11/+88
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-1/+1
* Update to version 3.2.1 (bugfixes).dannyboy2000-07-143-3/+3
* Update to version 3.2, remove non-working Australian MASTER_SITE, removedannyboy2000-07-103-5/+14
* Change MAINTAINER's mail address.knu2000-05-211-2/+2
* Update to version 3.1.steve2000-05-014-6/+9
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
* Upgrade to 2.4.sada1999-12-263-32/+46
* Update to version 2.2.steve1999-11-144-9/+33