mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add Pup. pup (Printer Utility Program) is a GUI utility for maintaining your
printer. It supports some Lexmark and HP Printers. Submitted by: Klaus Goger <klaus.goger@reflex.at>
This commit is contained in:
parent
61ab19ba88
commit
7442d7ab64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70842
@ -158,6 +158,7 @@
|
||||
SUBDIR += pstotext
|
||||
SUBDIR += psutils-a4
|
||||
SUBDIR += psutils-letter
|
||||
SUBDIR += pup
|
||||
SUBDIR += py-fonttools
|
||||
SUBDIR += py-freetype
|
||||
SUBDIR += py-reportlab
|
||||
|
33
print/pup/Makefile
Normal file
33
print/pup/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: pup Printer Utility Program
|
||||
# Date created: 7 Nob 2002
|
||||
# Whom: Klaus Goger <klaus.goger@reflex.at>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pup
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://download.sourceforge.net/pup/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
|
||||
|
||||
MAINTAINER= klaus.goger@reflex.at
|
||||
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_REINPLACE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}/
|
||||
|
||||
post-patch:
|
||||
@echo ${WRKSRC}
|
||||
@${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' ${WRKSRC}/Makefile
|
||||
|
||||
.for file in lexgui.c build_choices.c proutines.c
|
||||
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/pup ${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
1
print/pup/distinfo
Normal file
1
print/pup/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pup_1.1_src.tar.gz) = 9822effd0525f71d10b0d78d3a4b5833
|
1
print/pup/pkg-comment
Normal file
1
print/pup/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A GTK+ printer setup and maintaining tool
|
15
print/pup/pkg-descr
Normal file
15
print/pup/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
Pup (Printer Utility Program) is a GUI utility for maintaining your printer.
|
||||
|
||||
Supports following printers
|
||||
* Lexmark Optra Color 40
|
||||
Color 45
|
||||
E310
|
||||
* HP 2100M
|
||||
4000
|
||||
LJ4 Plus
|
||||
|
||||
With read back additionally all PJL printers are supported.
|
||||
see lptcontrol(8)
|
||||
|
||||
Author: matthewsimpson@users.sourceforge.net
|
||||
WWW: http://pup.sourceforge.net/
|
1
print/pup/pkg-plist
Normal file
1
print/pup/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/pup
|
Loading…
Reference in New Issue
Block a user