diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-06 12:30:47 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-06 12:30:47 +0000 |
commit | de39f0d189ff7499658a33e41d1c701840c0e313 (patch) | |
tree | f3334ca6e176262b23b8339d6b24e5684e1398de /print/offix-printer | |
parent | 86222aff86a368e567ec9717f965fa680fe0941a (diff) | |
download | ports-de39f0d189ff7499658a33e41d1c701840c0e313.tar.gz ports-de39f0d189ff7499658a33e41d1c701840c0e313.zip |
New port: Printer from the OffiX package. Windowed interface to lpr.
PR: part of 3991
Submitted by: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
Notes
Notes:
svn path=/head/; revision=10877
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 000000000000..b5b066b36468 --- /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 000000000000..072793a35252 --- /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 000000000000..5022c678b780 --- /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 000000000000..83a44be3c5be --- /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 000000000000..601cfa5f495d --- /dev/null +++ b/print/offix-printer/pkg-plist @@ -0,0 +1,2 @@ +bin/printer +man/man1/printer.1.gz |