diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-16 17:16:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-16 17:16:46 +0800 |
commit | 7fa51c597f91871c4fbc7a1a48d9fc50d3697d0c (patch) | |
tree | e0b39b1d19afef13e761d763ae99a286352c59be /graphics/scantailor | |
parent | 2ac66ff53e95d16ce411d11fe6dc5614e8e4f56f (diff) | |
download | freebsd-ports-gnome-7fa51c597f91871c4fbc7a1a48d9fc50d3697d0c.tar.gz freebsd-ports-gnome-7fa51c597f91871c4fbc7a1a48d9fc50d3697d0c.tar.zst freebsd-ports-gnome-7fa51c597f91871c4fbc7a1a48d9fc50d3697d0c.zip |
Scan Tailor is an interactive post-processing tool for scanned pages.
It performs operations such as page splitting, deskewing, and removing
garbage. All operations can be done automatically, however it's still
possible to manually correct their results
WWW: http://scantailor.sourceforge.net/
PR: ports/146542
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
Diffstat (limited to 'graphics/scantailor')
-rw-r--r-- | graphics/scantailor/Makefile | 29 | ||||
-rw-r--r-- | graphics/scantailor/distinfo | 3 | ||||
-rw-r--r-- | graphics/scantailor/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/scantailor/pkg-plist | 6 |
4 files changed, 44 insertions, 0 deletions
diff --git a/graphics/scantailor/Makefile b/graphics/scantailor/Makefile new file mode 100644 index 000000000000..c7c9f8ac5048 --- /dev/null +++ b/graphics/scantailor/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: scantailor +# Date created: 2010-04-13 +# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# +# $FreeBSD$ +# + +PORTNAME= scantailor +PORTVERSION= 0.9.8 +CATEGORIES= graphics +MASTER_SITES= SF + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= Scan Tailor is an interactive post-processing tool for scanned pages + +LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ + tiff.4:${PORTSDIR}/graphics/tiff \ + jbig.1:${PORTSDIR}/graphics/jbigkit \ + png.6:${PORTSDIR}/graphics/png +BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs + +USE_CMAKE= yes +USE_ICONV= yes +USE_GETTEXT= yes +USE_QT_VER= 4 +QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build \ + linguist_build + +.include <bsd.port.mk> diff --git a/graphics/scantailor/distinfo b/graphics/scantailor/distinfo new file mode 100644 index 000000000000..a7d691e36be4 --- /dev/null +++ b/graphics/scantailor/distinfo @@ -0,0 +1,3 @@ +MD5 (scantailor-0.9.8.tar.gz) = ebcb7d0e5ef1d94b2026c7473cca0b35 +SHA256 (scantailor-0.9.8.tar.gz) = b79719ac20748f4199efd371f120a0c28ced012a1ea3588ce29198a041b1eb6f +SIZE (scantailor-0.9.8.tar.gz) = 684191 diff --git a/graphics/scantailor/pkg-descr b/graphics/scantailor/pkg-descr new file mode 100644 index 000000000000..089e68153f41 --- /dev/null +++ b/graphics/scantailor/pkg-descr @@ -0,0 +1,6 @@ +Scan Tailor is an interactive post-processing tool for scanned pages. +It performs operations such as page splitting, deskewing, and removing +garbage. All operations can be done automatically, however it's still +possible to manually correct their results + +WWW: http://scantailor.sourceforge.net/ diff --git a/graphics/scantailor/pkg-plist b/graphics/scantailor/pkg-plist new file mode 100644 index 000000000000..5dcd15f78837 --- /dev/null +++ b/graphics/scantailor/pkg-plist @@ -0,0 +1,6 @@ +bin/scantailor +%%DATADIR%%/translations/scantailor_bg.qm +%%DATADIR%%/translations/scantailor_ja.qm +%%DATADIR%%/translations/scantailor_ru.qm +@dirrm %%DATADIR%%/translations +@dirrm %%DATADIR%% |