[Midnightbsd-cvs] mports [17452] trunk/graphics: gifsicle port added

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 21 17:27:14 EDT 2014


Revision: 17452
          http://svnweb.midnightbsd.org/mports/?rev=17452
Author:   laffer1
Date:     2014-09-21 17:27:12 -0400 (Sun, 21 Sep 2014)
Log Message:
-----------
gifsicle port added

Modified Paths:
--------------
    trunk/graphics/Makefile

Added Paths:
-----------
    trunk/graphics/gifsicle/
    trunk/graphics/gifsicle/Makefile
    trunk/graphics/gifsicle/distinfo
    trunk/graphics/gifsicle/pkg-descr

Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile	2014-09-21 21:25:52 UTC (rev 17451)
+++ trunk/graphics/Makefile	2014-09-21 21:27:12 UTC (rev 17452)
@@ -33,6 +33,7 @@
 SUBDIR += gegl
 SUBDIR += giblib
 SUBDIR += giflib
+SUBDIR += gifsicle
 SUBDIR += gimp-app
 SUBDIR += gle
 SUBDIR += glew

Added: trunk/graphics/gifsicle/Makefile
===================================================================
--- trunk/graphics/gifsicle/Makefile	                        (rev 0)
+++ trunk/graphics/gifsicle/Makefile	2014-09-21 21:27:12 UTC (rev 17452)
@@ -0,0 +1,34 @@
+# Created by: Brad Hendrickse <bradh at iafrica.com>
+# $MidnightBSD$
+# $FreeBSD: head/graphics/gifsicle/Makefile 363294 2014-07-29 06:17:30Z vanilla $
+
+PORTNAME=	gifsicle
+PORTVERSION=	1.84
+CATEGORIES=	graphics
+MASTER_SITES=	http://www.lcdf.org/gifsicle/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Manipulates GIF images and animations
+
+LICENSE=	gpl2
+
+GNU_CONFIGURE=	yes
+
+PORTDOCS=	NEWS README.md
+PLIST_FILES=	bin/gifdiff bin/gifsicle \
+		man/man1/gifdiff.1.gz man/man1/gifsicle.1.gz
+
+OPTIONS_DEFINE=		DOCS X11
+OPTIONS_DEFAULT=	X11
+OPTIONS_SUB=		yes
+
+X11_USE=		xorg=x11
+X11_CONFIGURE_ENABLE=	gifview
+X11_CONFIGURE_WITH=	x
+X11_PLIST_FILES=	bin/gifview man/man1/gifview.1.gz
+
+post-install:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
+
+.include <bsd.port.mk>


Property changes on: trunk/graphics/gifsicle/Makefile
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/graphics/gifsicle/distinfo
===================================================================
--- trunk/graphics/gifsicle/distinfo	                        (rev 0)
+++ trunk/graphics/gifsicle/distinfo	2014-09-21 21:27:12 UTC (rev 17452)
@@ -0,0 +1,2 @@
+SHA256 (gifsicle-1.84.tar.gz) = 067d43e8e04fa921341738c7e87ff99feb96cc9396459080d1cd8132273db3fa
+SIZE (gifsicle-1.84.tar.gz) = 564263


Property changes on: trunk/graphics/gifsicle/distinfo
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/graphics/gifsicle/pkg-descr
===================================================================
--- trunk/graphics/gifsicle/pkg-descr	                        (rev 0)
+++ trunk/graphics/gifsicle/pkg-descr	2014-09-21 21:27:12 UTC (rev 17452)
@@ -0,0 +1,4 @@
+gifsicle is a powerful command-line program for manipulating GIF image
+files. Extensive options let you control what exactly it does. 
+
+WWW: http://www.lcdf.org/gifsicle/


Property changes on: trunk/graphics/gifsicle/pkg-descr
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list