Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2020 02:44:51 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556249 - head/www/fpc-webidl
Message-ID:  <202011250244.0AP2ipTO058637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Wed Nov 25 02:44:51 2020
New Revision: 556249
URL: https://svnweb.freebsd.org/changeset/ports/556249

Log:
  - New port: www/fpc-webidl
  
  Free Pascal webidl unit

Added:
  head/www/fpc-webidl/
  head/www/fpc-webidl/Makefile   (contents, props changed)
  head/www/fpc-webidl/pkg-plist   (contents, props changed)

Added: head/www/fpc-webidl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/fpc-webidl/Makefile	Wed Nov 25 02:44:51 2020	(r556249)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+CATEGORIES=	www lang
+PKGNAMESUFFIX=	-webidl
+
+COMMENT=	Free Pascal webidl unit
+
+USES=		fpc
+USE_FPC=	fcl-base fcl-res rtl-objpas
+
+MASTERDIR=	${.CURDIR}/../../lang/fpc
+WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR=	${WRKUNITDIR}
+
+.include "${MASTERDIR}/Makefile"

Added: head/www/fpc-webidl/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/fpc-webidl/pkg-plist	Wed Nov 25 02:44:51 2020	(r556249)
@@ -0,0 +1,11 @@
+lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/webidl.fpm
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidldefs.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidldefs.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlparser.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlparser.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlparser.rsj
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlscanner.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlscanner.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlscanner.rsj
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidltopas.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidltopas.ppu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011250244.0AP2ipTO058637>