diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-10-28 10:06:22 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-10-28 10:06:22 +0800 |
commit | 181190e696c956f300a35b1930e0aed0e4c6a6a4 (patch) | |
tree | b655c240988e5694cc81f0b6d6ca5d1bc72706ee /graphics | |
parent | 95f7b353942e79ea1801871120f3d2fbf7de28ff (diff) | |
download | freebsd-ports-gnome-181190e696c956f300a35b1930e0aed0e4c6a6a4.tar.gz freebsd-ports-gnome-181190e696c956f300a35b1930e0aed0e4c6a6a4.tar.zst freebsd-ports-gnome-181190e696c956f300a35b1930e0aed0e4c6a6a4.zip |
add cbrpager 0.9.5
A viewer for cbr (comic book archive) files
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/cbrpager/Makefile | 26 | ||||
-rw-r--r-- | graphics/cbrpager/distinfo | 2 | ||||
-rw-r--r-- | graphics/cbrpager/pkg-descr | 22 |
4 files changed, 51 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 703d72a6ea02..c8ab474890e8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -35,6 +35,7 @@ SUBDIR += cadubi SUBDIR += cal3d SUBDIR += camediaplay + SUBDIR += cbrpager SUBDIR += cbview SUBDIR += chbg SUBDIR += cimg diff --git a/graphics/cbrpager/Makefile b/graphics/cbrpager/Makefile new file mode 100644 index 000000000000..93b68bbe1a73 --- /dev/null +++ b/graphics/cbrpager/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: cbrpager +# Date created: Oct 28, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= cbrpager +PORTVERSION= 0.9.5 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= A viewer for cbr (comic book archive) files + +USE_GNOME= libgnomeui +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +PLIST_FILES= bin/cbrpager share/locale/es/LC_MESSAGES/cbrpager.mo + +.include <bsd.port.mk> diff --git a/graphics/cbrpager/distinfo b/graphics/cbrpager/distinfo new file mode 100644 index 000000000000..279689df25b9 --- /dev/null +++ b/graphics/cbrpager/distinfo @@ -0,0 +1,2 @@ +MD5 (cbrpager-0.9.5.tar.gz) = d48e6c9f3d8418363f0c7358e7affc9d +SIZE (cbrpager-0.9.5.tar.gz) = 107558 diff --git a/graphics/cbrpager/pkg-descr b/graphics/cbrpager/pkg-descr new file mode 100644 index 000000000000..eb444f117fbd --- /dev/null +++ b/graphics/cbrpager/pkg-descr @@ -0,0 +1,22 @@ +A no-nonsense, simple to use, small viewer for cbr and cbz (comic book archive) +files. As it is written in C, the executable is small and fast. It views jpg +(or jpeg), gif and png images, and you can zoom in and out. + +It's main features are: + * Simple usage: A navigation bar stays on top of the pages. + * It works on any RAR-compressed image archive - normally the extension + would be .cbr or .cbz, but other extensions work too. + * Advance/backup pages, and go to the begin and end. + * Zoom in and zoom out (10% steps) and return to 1:1. + * It should manage jpeg (jpg), png and gif images. + * A configuration window permits defining a few slightly more advanced + tricks: + * When advancing go to the top of the next page (or bottom or stay where you + are.) + * Same possibilities when paging backwards. + * Remember the last directory visited on startup, or always start in a + defineable directory. + * Determine the initial size of the pager. + * Define where the navigation bar should be and its orientation. + +WWW: http://cbrpager.sourceforge.net/ |