1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

New port mapagi version 0.6: Pagination utility that prints your

images/comics in 'in folio' format
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-10-27 03:13:58 +00:00
parent 9c61e6a3b6
commit c1f0d424e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92293
5 changed files with 69 additions and 0 deletions

View File

@ -100,6 +100,7 @@
SUBDIR += lyx
SUBDIR += magicfilter
SUBDIR += makeindex
SUBDIR += mapagi
SUBDIR += mgv
SUBDIR += mp-a4
SUBDIR += mp-letter

49
print/mapagi/Makefile Normal file
View File

@ -0,0 +1,49 @@
# New ports collection makefile for: Mapagi
# Date created: Mon Oct 27 02:39:47 UTC 2003
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mapagi
PORTVERSION= 0.6
CATEGORIES= print kde
MASTER_SITES= http://members.ferrara.linux.it/calicant/mapagi/
MAINTAINER= lioux@FreeBSD.org
COMMENT= Pagination utility that prints your images/comics in 'in folio' format
USE_QT_VER= 3
USE_GMAKE= yes
USE_REINPLACE= yes
QMAKE?= ${X11BASE}/bin/qmake
QTDIR?= ${QT_PREFIX}
CONFIGURE_ENV+= QTDIR=${QTDIR}
MAKE_ENV+= QTDIR=${QTDIR}
DOC_FILES= COPYING ChangeLog INSTALL README TODO
do-configure:
@cd ${CONFIGURE_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${QMAKE}
post-configure:
# fix C{C,XX} locations
@${REINPLACE_CMD} -E \
-e 's|^(CC[[:space:]]*=).*$$|\1${CC}|' \
-e 's|^(CXX[[:space:]]*=).*$$|\1${CXX}|' \
-e 's|^(LINK[[:space:]]*=).*$$|\1${CXX}|' \
${BUILD_WRKSRC}/${MAKEFILE}
do-install:
@${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} ${PREFIX}/bin
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${INSTALL_WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif # NOPORTDOCS
.include <bsd.port.mk>

1
print/mapagi/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (mapagi-0.6.tar.gz) = 35f1965e12bb11636e4339fc0496c3be

11
print/mapagi/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
Mapagi is a pagination utility that prints your images/comics in
'in folio' format.
To produce a book printed in folio format, the sheet of paper is
folded once, producing 2 leaves. Each leaf has 2 sides, the recto
(front) and the verso (back).
Page size format is "Tankobon", probably well known to anime/manga
fans.
WWW: http://members.ferrara.linux.it/calicant/mapagi/

7
print/mapagi/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
bin/mapagi
%%DOCSDIR%%/COPYING
%%DOCSDIR%%/ChangeLog
%%DOCSDIR%%/INSTALL
%%DOCSDIR%%/README
%%DOCSDIR%%/TODO
@dirrm %%DOCSDIR%%