diff options
author | rh <rh@pkgsrc.org> | 1999-10-16 15:01:49 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-10-16 15:01:49 +0000 |
commit | 94d8b6352238c0d20e959c69f7d165e63ef92800 (patch) | |
tree | a018c6b781a5ca3c1e52a94ce2a9cbeb3a9c1bab /graphics/gif2png | |
parent | 5823e785db029869b7e3f5f9e1301058d00cec76 (diff) | |
download | pkgsrc-94d8b6352238c0d20e959c69f7d165e63ef92800.tar.gz |
Initial import of gif2png-1.1.1, a program to convert GIF files to PNG.
Diffstat (limited to 'graphics/gif2png')
-rw-r--r-- | graphics/gif2png/Makefile | 23 | ||||
-rw-r--r-- | graphics/gif2png/files/md5 | 3 | ||||
-rw-r--r-- | graphics/gif2png/files/patch-sum | 3 | ||||
-rw-r--r-- | graphics/gif2png/patches/patch-aa | 13 | ||||
-rw-r--r-- | graphics/gif2png/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/gif2png/pkg/DESCR | 4 | ||||
-rw-r--r-- | graphics/gif2png/pkg/MESSAGE | 8 | ||||
-rw-r--r-- | graphics/gif2png/pkg/PLIST | 5 |
8 files changed, 60 insertions, 0 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile new file mode 100644 index 00000000000..9865c5e2706 --- /dev/null +++ b/graphics/gif2png/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/16 15:01:49 rh Exp $ +# + +DISTNAME= gif2png-1.1.1 +CATEGORIES= graphics converters +MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/ \ + ${MASTER_SITE_SUNSITE:=apps/graphics/convert/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.tuxedo.org/~esr/gif2png/ + +DEPENDS+= png-1.0.3:../../graphics/png + +GNU_CONFIGURE= YES +MAKE_ENV+= INCLUDES="-I${PREFIX}/include" + +post-install: + ${SED} s:/usr/bin/python:${PREFIX}/bin/python: \ + <${PREFIX}/bin/web2png >${PREFIX}/bin/web2png.new + ${MV} ${PREFIX}/bin/web2png.new ${PREFIX}/bin/web2png + ${CHMOD} +x ${PREFIX}/bin/web2png + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gif2png/files/md5 b/graphics/gif2png/files/md5 new file mode 100644 index 00000000000..f928264f6f6 --- /dev/null +++ b/graphics/gif2png/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/10/16 15:01:49 rh Exp $ + +MD5 (gif2png-1.1.1.tar.gz) = 9a0b5ee28d8295845cbf51d78b056ca8 diff --git a/graphics/gif2png/files/patch-sum b/graphics/gif2png/files/patch-sum new file mode 100644 index 00000000000..f167e1b13b0 --- /dev/null +++ b/graphics/gif2png/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/10/16 15:01:49 rh Exp $ + +MD5 (patch-aa) = 4e558bd3611d78f4659e73bf1907f186 diff --git a/graphics/gif2png/patches/patch-aa b/graphics/gif2png/patches/patch-aa new file mode 100644 index 00000000000..39a969d6d27 --- /dev/null +++ b/graphics/gif2png/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/10/16 15:01:49 rh Exp $ + +--- configure.orig Thu Oct 14 17:47:15 1999 ++++ configure Sat Oct 16 16:23:59 1999 +@@ -1375,7 +1375,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpng $LIBS" ++LIBS="-lpng -lm $LIBS" + cat > conftest.$ac_ext <<EOF + #line 1381 "configure" + #include "confdefs.h" diff --git a/graphics/gif2png/pkg/COMMENT b/graphics/gif2png/pkg/COMMENT new file mode 100644 index 00000000000..fd6c84071fc --- /dev/null +++ b/graphics/gif2png/pkg/COMMENT @@ -0,0 +1 @@ +convert GIF files to PNG. diff --git a/graphics/gif2png/pkg/DESCR b/graphics/gif2png/pkg/DESCR new file mode 100644 index 00000000000..b382414c88c --- /dev/null +++ b/graphics/gif2png/pkg/DESCR @@ -0,0 +1,4 @@ + The gif2png program converts files from the obsolescent Graphic Interchange +Format to Portable Network Graphics. The conversion preserves all graphic +information, including transparency, perfectly. The gif2png program can even +recover data from corrupted GIFs. diff --git a/graphics/gif2png/pkg/MESSAGE b/graphics/gif2png/pkg/MESSAGE new file mode 100644 index 00000000000..e634fd5fcbc --- /dev/null +++ b/graphics/gif2png/pkg/MESSAGE @@ -0,0 +1,8 @@ +$NetBSD: MESSAGE,v 1.1.1.1 1999/10/16 15:01:49 rh Exp $ + +--------------------------------------------------------------------------- + The gif2png package has been installed on your system. Please note + that the included 'web2png' script was written in python, and will + therefore only work if you have installed the python language from + the package system (see category languages). +--------------------------------------------------------------------------- diff --git a/graphics/gif2png/pkg/PLIST b/graphics/gif2png/pkg/PLIST new file mode 100644 index 00000000000..f10aeb7508c --- /dev/null +++ b/graphics/gif2png/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/16 15:01:49 rh Exp $ +bin/gif2png +bin/web2png +man/man1/gif2png.1 +man/man1/web2png.1 |