Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2020 02:42:29 +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: r556247 - head/print/fpc-libcups
Message-ID:  <202011250242.0AP2gTru058244@repo.freebsd.org>

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

Log:
  - New port: print/fpc-libcups
  
  Free Pascal interface to CUPS

Added:
  head/print/fpc-libcups/
  head/print/fpc-libcups/Makefile   (contents, props changed)
  head/print/fpc-libcups/pkg-plist   (contents, props changed)

Added: head/print/fpc-libcups/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/fpc-libcups/Makefile	Wed Nov 25 02:42:29 2020	(r556247)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+CATEGORIES=	print lang
+PKGNAMESUFFIX=	-libcups
+
+COMMENT=	Free Pascal interface to CUPS
+
+USES=		fpc
+USE_FPC=	rtl-extra
+
+MASTERDIR=	${.CURDIR}/../../lang/fpc
+WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR=	${WRKUNITDIR}
+
+.include "${MASTERDIR}/Makefile"

Added: head/print/fpc-libcups/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/fpc-libcups/pkg-plist	Wed Nov 25 02:42:29 2020	(r556247)
@@ -0,0 +1,3 @@
+lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libcups.fpm
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcups/cupsdyn.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcups/cupsdyn.ppu



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