diff --git a/graphics/hppsmtools/Makefile b/graphics/hppsmtools/Makefile new file mode 100644 index 000000000000..338004f06777 --- /dev/null +++ b/graphics/hppsmtools/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: hppsmtools +# Version required: 0.3 +# Date created: 2 September 1999 +# Whom: Anders Nordby +# +# $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 diff --git a/graphics/hppsmtools/distinfo b/graphics/hppsmtools/distinfo new file mode 100644 index 000000000000..e00efb8327c6 --- /dev/null +++ b/graphics/hppsmtools/distinfo @@ -0,0 +1 @@ +MD5 (hppsmtools-0.3.tar.gz) = 55a5a81016c7f8f1f257dd34322d6936 diff --git a/graphics/hppsmtools/files/patch-aa b/graphics/hppsmtools/files/patch-aa new file mode 100644 index 000000000000..ef8000e5e6d5 --- /dev/null +++ b/graphics/hppsmtools/files/patch-aa @@ -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 + #include + +- #ifdef PSM_GLIBC + #include +- #include + #include +- #endif + + typedef unsigned char uchar; + +--- 13,20 ---- diff --git a/graphics/hppsmtools/pkg-comment b/graphics/hppsmtools/pkg-comment new file mode 100644 index 000000000000..3e7eb2b42f24 --- /dev/null +++ b/graphics/hppsmtools/pkg-comment @@ -0,0 +1 @@ +Tool for HP PhotoSmart C5340A & Konica Q-Konica Q-EZ digital cameras diff --git a/graphics/hppsmtools/pkg-descr b/graphics/hppsmtools/pkg-descr new file mode 100644 index 000000000000..effdb7fd2fe3 --- /dev/null +++ b/graphics/hppsmtools/pkg-descr @@ -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/ diff --git a/graphics/hppsmtools/pkg-plist b/graphics/hppsmtools/pkg-plist new file mode 100644 index 000000000000..90c9462528ec --- /dev/null +++ b/graphics/hppsmtools/pkg-plist @@ -0,0 +1,6 @@ +bin/psmget +bin/psmdir +bin/psmdel +bin/psmsho +share/doc/hppsmtools/README +@dirrm share/doc/hppsmtools