diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-06 20:36:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-06 20:36:02 +0000 |
commit | 2fb517dd2326298edfec4869b83ec69ab4849da0 (patch) | |
tree | ed0315e36c7c591be19d909e451f98a97228ce6e /graphics/comix | |
parent | 05641ab819bbff46a7c9522f11031701305fd6e4 (diff) | |
download | pkgsrc-2fb517dd2326298edfec4869b83ec69ab4849da0.tar.gz |
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.
Diffstat (limited to 'graphics/comix')
-rw-r--r-- | graphics/comix/DESCR | 4 | ||||
-rw-r--r-- | graphics/comix/Makefile | 36 | ||||
-rw-r--r-- | graphics/comix/PLIST | 33 | ||||
-rw-r--r-- | graphics/comix/distinfo | 5 |
4 files changed, 78 insertions, 0 deletions
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 |