From 2fb517dd2326298edfec4869b83ec69ab4849da0 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 6 Jul 2006 20:36:02 +0000 Subject: Import comix-3.3 from pkgsrc-wip, initially package by Hugo Rivera. Comix is an image viewer specifically designed to handle comic books. It reads ZIP, RAR and tar archives (also gzip or bzip2 compressed), as well as plain image files. It has a simple and user-friendly GUI using PyGTK. --- graphics/comix/DESCR | 4 ++++ graphics/comix/Makefile | 36 ++++++++++++++++++++++++++++++++++++ graphics/comix/PLIST | 33 +++++++++++++++++++++++++++++++++ graphics/comix/distinfo | 5 +++++ 4 files changed, 78 insertions(+) create mode 100644 graphics/comix/DESCR create mode 100644 graphics/comix/Makefile create mode 100644 graphics/comix/PLIST create mode 100644 graphics/comix/distinfo (limited to 'graphics') diff --git a/graphics/comix/DESCR b/graphics/comix/DESCR new file mode 100644 index 00000000000..a8698acdf49 --- /dev/null +++ b/graphics/comix/DESCR @@ -0,0 +1,4 @@ +Comix is an image viewer specifically designed to handle comic books. +It reads ZIP, RAR and tar archives (also gzip or bzip2 compressed), as +well as plain image files. It has a simple and user-friendly GUI using +PyGTK. diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile new file mode 100644 index 00000000000..cc52f3a187b --- /dev/null +++ b/graphics/comix/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/06 20:36:02 wiz Exp $ +# + +DISTNAME= comix-3.3 +CATEGORIES= graphics python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=comix/} + +MAINTAINER= hugor@users.sourceforge.net +HOMEPAGE= http://comix.sourceforge.net/index.html +COMMENT= Image viewer specifically designed to handle comic books + +DEPENDS+= unrar-[0-9]*:../../archivers/unrar + +USE_DIRS+= xdg-1.3 +MANCOMPRESSED= yes + +SUBST_CLASSES+= install-path +SUBST_STAGE.install-path= pre-build +SUBST_MESSAGE.install-path= Fixing man page installation path. +SUBST_FILES.install-path= install.py +SUBST_SED.install-path= -e "s,share/man/man,${PKGMANDIR}/man,g" + +PYTHON_PATCH_SCRIPTS= comix mime/comicthumb + +do-build: + +do-install: + cd ${WRKSRC} && ${PYTHONBIN} install.py install --installdir ${PREFIX} + +.include "../../databases/shared-mime-info/buildlink3.mk" +.include "../../devel/GConf2/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../graphics/py-imaging/buildlink3.mk" +.include "../../lang/python/application.mk" +.include "../../x11/py-gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/comix/PLIST b/graphics/comix/PLIST new file mode 100644 index 00000000000..32c4fe83355 --- /dev/null +++ b/graphics/comix/PLIST @@ -0,0 +1,33 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/06 20:36:02 wiz Exp $ +bin/comicthumb +bin/comix +man/man1/comicthumb.1.gz +man/man1/comix.1 +share/applications/comix.desktop +share/icons/hicolor/48x48/apps/comix.png +share/icons/hicolor/scalable/apps/comix.svg +share/locale/ca/LC_MESSAGES/comix.mo +share/locale/de/LC_MESSAGES/comix.mo +share/locale/el/LC_MESSAGES/comix.mo +share/locale/es/LC_MESSAGES/comix.mo +share/locale/fr/LC_MESSAGES/comix.mo +share/locale/it/LC_MESSAGES/comix.mo +share/locale/nl/LC_MESSAGES/comix.mo +share/locale/pl/LC_MESSAGES/comix.mo +share/locale/pt_BR/LC_MESSAGES/comix.mo +share/locale/sv/LC_MESSAGES/comix.mo +share/locale/zh_CN/LC_MESSAGES/comix.mo +share/mime/packages/comix.xml +share/pixmaps/comix.png +share/pixmaps/comix/cbr.png +share/pixmaps/comix/cbt.png +share/pixmaps/comix/cbz.png +share/pixmaps/comix/flip-horizontal.png +share/pixmaps/comix/flip-vertical.png +share/pixmaps/comix/library.png +share/pixmaps/comix/library_add.png +share/pixmaps/comix/rotate-180.png +share/pixmaps/comix/rotate-270.png +share/pixmaps/comix/rotate-90.png +share/pixmaps/comix/slideshow.png +@dirrm share/pixmaps/comix diff --git a/graphics/comix/distinfo b/graphics/comix/distinfo new file mode 100644 index 00000000000..4176225a227 --- /dev/null +++ b/graphics/comix/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/07/06 20:36:02 wiz Exp $ + +SHA1 (comix-3.3.tar.gz) = 9e324c99046709247e6282d5a37040e88ecdb0f7 +RMD160 (comix-3.3.tar.gz) = 489d888a909f537f612f79bce10712f4fb746536 +Size (comix-3.3.tar.gz) = 268245 bytes -- cgit v1.2.3