diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-16 09:16:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-16 09:16:46 +0000 |
commit | bc92c41891cfb969d1d1bf9f1c82a44e9deb288a (patch) | |
tree | 5cae2cfa3681939f66f4d5b93afc9f29e1d76b43 /graphics/scantailor | |
parent | 35a003a955c926d504c56301de210dea85171e93 (diff) | |
download | ports-bc92c41891cfb969d1d1bf9f1c82a44e9deb288a.tar.gz ports-bc92c41891cfb969d1d1bf9f1c82a44e9deb288a.zip |
Notes
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%% |