pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/comix Import comix-3.3 from pkgsrc-wip, initi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f119fea3bfbd
branches:  trunk
changeset: 515695:f119fea3bfbd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 06 20:36:02 2006 +0000

description:
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:

 graphics/comix/DESCR    |   4 ++++
 graphics/comix/Makefile |  36 ++++++++++++++++++++++++++++++++++++
 graphics/comix/PLIST    |  33 +++++++++++++++++++++++++++++++++
 graphics/comix/distinfo |   5 +++++
 4 files changed, 78 insertions(+), 0 deletions(-)

diffs (94 lines):

diff -r c1521481a198 -r f119fea3bfbd graphics/comix/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/comix/DESCR      Thu Jul 06 20:36:02 2006 +0000
@@ -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 -r c1521481a198 -r f119fea3bfbd graphics/comix/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/comix/Makefile   Thu Jul 06 20:36:02 2006 +0000
@@ -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@localhost
+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 -r c1521481a198 -r f119fea3bfbd graphics/comix/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/comix/PLIST      Thu Jul 06 20:36:02 2006 +0000
@@ -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 -r c1521481a198 -r f119fea3bfbd graphics/comix/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/comix/distinfo   Thu Jul 06 20:36:02 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index