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
+8
View File
@@ -0,0 +1,8 @@
The LPRng software is an enhanced, extended, and portable implementation
of the Berkeley LPR print spooler functionality.
This package does not contain anything by itself -- it is a
"meta-package" that depends on the LPRng-core and LPRng-doc packages.
Its purpose is to require dependencies so users can install this package
only and have the complete LPRng software pulled in by the package
dependency mechanism.
+16
View File
@@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.23 2009/04/08 23:28:06 joerg Exp $
DISTNAME= LPRng-3.6.28
PKGREVISION= 2
CATEGORIES= print meta-pkgs
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.lprng.com/
COMMENT= "meta-package" for LPRng, Enhanced Printer Spooler
META_PACKAGE= # empty
DEPENDS+= LPRng-core-3.8.28{,nb*}:../../print/LPRng-core
DEPENDS+= LPRng-doc-3.6.13:../../print/LPRng-doc
.include "../../mk/bsd.pkg.mk"