aboutsummaryrefslogtreecommitdiff
path: root/graphics/ppsei
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2011-06-12 12:21:46 +0000
committerRomain Tartière <romain@FreeBSD.org>2011-06-12 12:21:46 +0000
commitb0abbc606d45dde928d2ebecc9723338bd06c348 (patch)
treee6921df09f2f7d8f537b84b00c61c68c01d79356 /graphics/ppsei
parent23d39c8f246cd7a05bb29ed204118def159b12c7 (diff)
downloadports-b0abbc606d45dde928d2ebecc9723338bd06c348.tar.gz
ports-b0abbc606d45dde928d2ebecc9723338bd06c348.zip
ppsei (PPS Extract Images) is a simple command line program, which tries to
extract images from Microsoft PowerPoint documents (PPS/PPT). WWW: http://sourceforge.net/projects/ppsei/
Notes
Notes: svn path=/head/; revision=275435
Diffstat (limited to 'graphics/ppsei')
-rw-r--r--graphics/ppsei/Makefile27
-rw-r--r--graphics/ppsei/distinfo2
-rw-r--r--graphics/ppsei/pkg-descr4
3 files changed, 33 insertions, 0 deletions
diff --git a/graphics/ppsei/Makefile b/graphics/ppsei/Makefile
new file mode 100644
index 000000000000..09463579f9cf
--- /dev/null
+++ b/graphics/ppsei/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: ppsei
+# Date created: 2011-05-19
+# Whom: Romain Tartiere <romain@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ppsei
+PORTVERSION= 0.2
+CATEGORIES= graphics
+MASTER_SITES= SF
+DISTNAME= ${PORTNAME}-${PORTVERSION}.src
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= romain@FreeBSD.org
+COMMENT= PowerPoint images extractor
+
+PLIST_FILES= bin/${PORTNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+do-build:
+ @(cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c)
+
+do-install:
+ @(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
+
+.include <bsd.port.mk>
diff --git a/graphics/ppsei/distinfo b/graphics/ppsei/distinfo
new file mode 100644
index 000000000000..4eb3b8e15304
--- /dev/null
+++ b/graphics/ppsei/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ppsei-0.2.src.tgz) = 3fb7241f31b20211b7e843b9bcf4986231159af898f6d16f027f386baf71ffc0
+SIZE (ppsei-0.2.src.tgz) = 5289
diff --git a/graphics/ppsei/pkg-descr b/graphics/ppsei/pkg-descr
new file mode 100644
index 000000000000..122b6bffeec9
--- /dev/null
+++ b/graphics/ppsei/pkg-descr
@@ -0,0 +1,4 @@
+ppsei (PPS Extract Images) is a simple command line program, which tries to
+extract images from Microsoft PowerPoint documents (PPS/PPT).
+
+WWW: http://sourceforge.net/projects/ppsei/