aboutsummaryrefslogtreecommitdiff
path: root/graphics/cbrpager
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-10-28 02:06:22 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-10-28 02:06:22 +0000
commitb67cb10f4226104c829bac1bb7224f5186a52613 (patch)
tree6c7e0fe8213025a40a85ade348cefc3d05ca3828 /graphics/cbrpager
parentbad3a69afe15a1df880010b0a91f489e60db2e57 (diff)
downloadports-b67cb10f4226104c829bac1bb7224f5186a52613.tar.gz
ports-b67cb10f4226104c829bac1bb7224f5186a52613.zip
add cbrpager 0.9.5
A viewer for cbr (comic book archive) files
Notes
Notes: svn path=/head/; revision=120363
Diffstat (limited to 'graphics/cbrpager')
-rw-r--r--graphics/cbrpager/Makefile26
-rw-r--r--graphics/cbrpager/distinfo2
-rw-r--r--graphics/cbrpager/pkg-descr22
3 files changed, 50 insertions, 0 deletions
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/