Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

5
print/ghostscript/DESCR Normal file
View File

@@ -0,0 +1,5 @@
Ghostscript is the well-known PostScript interpreter which is available for
all common and most esoteric platforms and supports many different printers
and some displays.
This is a meta-package for installing the preferred ghostscript version.

View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.101 2013/06/04 22:16:58 tron Exp $
#
# XXX The version number is the last one before the agpl change.
DISTNAME= ghostscript-9.05
PKGREVISION= 6
CATEGORIES= print meta-pkgs
MASTER_SITES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Meta-package for installing the preferred ghostscript version
META_PACKAGE= yes
PKG_OPTIONS_VAR= PKG_OPTIONS.gs_type
PKG_OPTIONS_OPTIONAL_GROUPS= ghostscript
PKG_OPTIONS_GROUP.ghostscript+= ghostscript-agpl ghostscript-gpl
PKG_SUGGESTED_OPTIONS+= ghostscript-gpl
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mghostscript-agpl)
DEPENDS+= ghostscript-agpl-[0-9]*:../../print/ghostscript-agpl
.elif !empty(PKG_OPTIONS:Mghostscript-gpl)
DEPENDS+= ghostscript-gpl-[0-9]*:../../print/ghostscript-gpl
.endif
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,23 @@
# $NetBSD: buildlink3.mk,v 1.17 2013/06/04 22:16:58 tron Exp $
BUILDLINK_TREE+= ghostscript
.if !defined(GHOSTSCRIPT_BUILDLINK3_MK)
GHOSTSCRIPT_BUILDLINK3_MK:= 1
BUILDLINK_API_DEPENDS.ghostscript+= ghostscript>=8.63nb1
BUILDLINK_ABI_DEPENDS.ghostscript+= ghostscript>=9.05nb6
BUILDLINK_PKGSRCDIR.ghostscript= ../../print/ghostscript
pkgbase := ghostscript
.include "../../mk/pkg-build-options.mk"
.if !empty(PKG_BUILD_OPTIONS.ghostscript:Mghostscript-agpl)
.include "../../print/ghostscript-agpl/buildlink3.mk"
.elif !empty(PKG_BUILD_OPTIONS.ghostscript:Mghostscript-gpl)
.include "../../print/ghostscript-gpl/buildlink3.mk"
.endif
.endif # GHOSTSCRIPT_BUILDLINK3_MK
BUILDLINK_TREE+= -ghostscript