diff options
author | tg <tg@FreeBSD.org> | 1998-05-06 12:30:47 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-05-06 12:30:47 +0000 |
commit | 209f75ee83c1d18d7b2cef79b62ef3a3b2d20ca7 (patch) | |
tree | 15d5698840a85fc374bf71012dbc422f5310c182 /print/offix-printer | |
parent | b4d05649698b99b0eda11ca399667902a5d789d3 (diff) | |
download | FreeBSD-ports-209f75ee83c1d18d7b2cef79b62ef3a3b2d20ca7.zip FreeBSD-ports-209f75ee83c1d18d7b2cef79b62ef3a3b2d20ca7.tar.gz |
New port: Printer from the OffiX package. Windowed interface to lpr.
PR: part of 3991
Submitted by: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
Diffstat (limited to 'print/offix-printer')
-rw-r--r-- | print/offix-printer/Makefile | 25 | ||||
-rw-r--r-- | print/offix-printer/distinfo | 1 | ||||
-rw-r--r-- | print/offix-printer/pkg-comment | 1 | ||||
-rw-r--r-- | print/offix-printer/pkg-descr | 6 | ||||
-rw-r--r-- | print/offix-printer/pkg-plist | 2 |
5 files changed, 35 insertions, 0 deletions
diff --git a/print/offix-printer/Makefile b/print/offix-printer/Makefile new file mode 100644 index 0000000..b5b066b --- /dev/null +++ b/print/offix-printer/Makefile @@ -0,0 +1,25 @@ +# ports collection makefile for: Clipboard +# Version required: 2.4 +# Date created: 28 Jun 1997 +# Whom: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua> +# +# $Id$ +# + +DISTNAME= Printer-2.4 +PKGNAME= offix-printer-2.4 +CATEGORIES= print x11 offix +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= desktop_managers/OffiX + +MAINTAINER= ruslan@shevchenko.kiev.ua + +LIB_DEPENDS= Dnd\\.1\\.:${PORTSDIR}/x11/libdnd \ + Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_X11= YES +MAN1= printer.1 + +.include <bsd.port.mk> diff --git a/print/offix-printer/distinfo b/print/offix-printer/distinfo new file mode 100644 index 0000000..072793a --- /dev/null +++ b/print/offix-printer/distinfo @@ -0,0 +1 @@ +MD5 (Printer-2.4.tar.gz) = a570982875173bc6c091bd94d2ac5b47 diff --git a/print/offix-printer/pkg-comment b/print/offix-printer/pkg-comment new file mode 100644 index 0000000..5022c67 --- /dev/null +++ b/print/offix-printer/pkg-comment @@ -0,0 +1 @@ +OffiX printer icon with support of DND protocol. diff --git a/print/offix-printer/pkg-descr b/print/offix-printer/pkg-descr new file mode 100644 index 0000000..83a44be --- /dev/null +++ b/print/offix-printer/pkg-descr @@ -0,0 +1,6 @@ +This is the printer icon from OffiX, you can print files by dragging in on it. +For more information, +please consult the manual and OffiX homepage: + http://www.inf.ufrgz.br/~ahentz/OffiX + http://leb.net/~offix + http://cnj.digex.net/~pcks/OffiX diff --git a/print/offix-printer/pkg-plist b/print/offix-printer/pkg-plist new file mode 100644 index 0000000..601cfa5 --- /dev/null +++ b/print/offix-printer/pkg-plist @@ -0,0 +1,2 @@ +bin/printer +man/man1/printer.1.gz |