mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
hppsmtools is a program for communicating with the HP PhotoSmart
C5340A and Konica Q-EZ digital cameras. You can retrieve, get an index of, delete and shoot pictures. PR: 13533 Submitted by: Anders Nordby <anders@fix.no>
This commit is contained in:
parent
3ca38befb0
commit
1322d38716
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22213
29
graphics/hppsmtools/Makefile
Normal file
29
graphics/hppsmtools/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: hppsmtools
|
||||
# Version required: 0.3
|
||||
# Date created: 2 September 1999
|
||||
# Whom: Anders Nordby <anders@fix.no>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= hppsmtools-0.3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://unimut.fsk.uni-heidelberg.de/unimut/photosmart/ \
|
||||
http://www.freenix.no/~anders/ \
|
||||
ftp://totem.fix.no/pub/mirrors/misc/
|
||||
|
||||
MAINTAINER= anders@fix.no
|
||||
|
||||
ALL_TARGET=
|
||||
|
||||
do-install:
|
||||
@${RM} -f ${PREFIX}/bin/psmget ${PREFIX}/bin/psmdir
|
||||
@${RM} -f ${PREFIX}/bin/psmdel ${PREFIX}/bin/psmsho
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/psmget ${PREFIX}/bin/
|
||||
@${LN} ${PREFIX}/bin/psmget ${PREFIX}/bin/psmdir
|
||||
@${LN} ${PREFIX}/bin/psmget ${PREFIX}/bin/psmdel
|
||||
@${LN} ${PREFIX}/bin/psmget ${PREFIX}/bin/psmsho
|
||||
@${INSTALL} -d -m 0755 ${PREFIX}/share/doc/hppsmtools
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hppsmtools/
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/hppsmtools/distinfo
Normal file
1
graphics/hppsmtools/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (hppsmtools-0.3.tar.gz) = 55a5a81016c7f8f1f257dd34322d6936
|
16
graphics/hppsmtools/files/patch-aa
Normal file
16
graphics/hppsmtools/files/patch-aa
Normal file
@ -0,0 +1,16 @@
|
||||
*** psmget.c.orig Wed Sep 1 23:04:53 1999
|
||||
--- psmget.c Wed Sep 1 23:06:41 1999
|
||||
***************
|
||||
*** 13,23 ****
|
||||
#include <sys/poll.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
- #ifdef PSM_GLIBC
|
||||
#include <errno.h>
|
||||
- #include <termbits.h>
|
||||
#include <termios.h>
|
||||
- #endif
|
||||
|
||||
typedef unsigned char uchar;
|
||||
|
||||
--- 13,20 ----
|
1
graphics/hppsmtools/pkg-comment
Normal file
1
graphics/hppsmtools/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Tool for HP PhotoSmart C5340A & Konica Q-Konica Q-EZ digital cameras
|
6
graphics/hppsmtools/pkg-descr
Normal file
6
graphics/hppsmtools/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
hppsmtools is a program for communicating with the HP PhotoSmart
|
||||
C5340A and Konica Q-EZ digital cameras. You can retrive, have an
|
||||
index of, delete and shoot pictures.
|
||||
|
||||
Author: msdemlei@tucana.ari.uni-heidelberg.de
|
||||
WWW: http://unimut.fsk.uni-heidelberg.de/unimut/photosmart/
|
6
graphics/hppsmtools/pkg-plist
Normal file
6
graphics/hppsmtools/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/psmget
|
||||
bin/psmdir
|
||||
bin/psmdel
|
||||
bin/psmsho
|
||||
share/doc/hppsmtools/README
|
||||
@dirrm share/doc/hppsmtools
|
Loading…
Reference in New Issue
Block a user