Scribus is a desktop publishing program, similar to Adobe PageMaker(TM),
QuarkXPress(TM) or Adobe InDesign(TM). Scribus offers support for professional publishing features, such as CMYK color, easy PDF creation, Encapsulated Postscript import/export and creation of color separations. WWW: http://www.scribus.net PR: 211751
This commit is contained in:
parent
47dbc26a52
commit
8d9ccf677d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481275
5 changed files with 3098 additions and 0 deletions
|
@ -234,6 +234,7 @@
|
|||
SUBDIR += rubygem-rbpdf-font
|
||||
SUBDIR += rubygem-ttfunk
|
||||
SUBDIR += scribus
|
||||
SUBDIR += scribus-devel
|
||||
SUBDIR += sgf2tex
|
||||
SUBDIR += splix
|
||||
SUBDIR += system-config-printer
|
||||
|
|
61
print/scribus-devel/Makefile
Normal file
61
print/scribus-devel/Makefile
Normal file
|
@ -0,0 +1,61 @@
|
|||
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= scribus
|
||||
PORTVERSION= 1.5.4
|
||||
CATEGORIES= print editors
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \
|
||||
http://www.scribus.net/downloads/${PORTVERSION}/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= pkubaj@anongoth.pl
|
||||
COMMENT= Comprehensive desktop publishing program (development version)
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
|
||||
libboost_thread.so:devel/boost-libs \
|
||||
libhunspell-1.6.so:textproc/hunspell \
|
||||
libcairo.so:graphics/cairo \
|
||||
librevenge-0.0.so:textproc/librevenge \
|
||||
libcups.so:print/cups \
|
||||
libwpg-0.3.so:graphics/libwpg03 \
|
||||
libcdr-0.1.so:graphics/libcdr01 \
|
||||
libfreehand-0.1.so:graphics/libfreehand \
|
||||
libpagemaker-0.0.so:print/libpagemaker \
|
||||
libmspub-0.1.so:print/libmspub01 \
|
||||
libvisio-0.1.so:textproc/libvisio01 \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libtiff.so:graphics/tiff \
|
||||
libpoppler.so:graphics/poppler \
|
||||
libharfbuzz-icu.so:print/harfbuzz-icu \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libpodofo.so:graphics/podofo \
|
||||
libharfbuzz.so:print/harfbuzz \
|
||||
libicuuc.so:devel/icu
|
||||
|
||||
USES= cmake:outsource desktop-file-utils jpeg pkgconfig python qt:5 shared-mime-info ssl tar:xz
|
||||
USE_QT= buildtools_build core gui linguisttools_build network opengl \
|
||||
printsupport qmake_build qml quick widgets xml
|
||||
USE_GNOME= libxml2
|
||||
INSTALLS_ICONS= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${LN} -sf ../share/icons/1_5_1/scribus.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/man/de/man1 \
|
||||
${STAGEDIR}${PREFIX}/man/pl/man1
|
||||
${MV} ${STAGEDIR}${PREFIX}/share/man/de/man1/scribus.1 \
|
||||
${STAGEDIR}${PREFIX}/man/de/man1/
|
||||
${MV} ${STAGEDIR}${PREFIX}/share/man/man1/scribus.1 \
|
||||
${STAGEDIR}${PREFIX}/man/man1/
|
||||
${MV} ${STAGEDIR}${PREFIX}/share/man/pl/man1/scribus.1 \
|
||||
${STAGEDIR}${PREFIX}/man/pl/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
3
print/scribus-devel/distinfo
Normal file
3
print/scribus-devel/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1538746925
|
||||
SHA256 (scribus-1.5.4.tar.xz) = 6480925250b2bb07028e2f378c02b67fe3e33206743671e03c07c701cd05da03
|
||||
SIZE (scribus-1.5.4.tar.xz) = 72832248
|
8
print/scribus-devel/pkg-descr
Normal file
8
print/scribus-devel/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Scribus is a desktop publishing program, similar to Adobe PageMaker(TM),
|
||||
QuarkXPress(TM) or Adobe InDesign(TM).
|
||||
|
||||
Scribus offers support for professional publishing features, such
|
||||
as CMYK color, easy PDF creation, Encapsulated Postscript import/export
|
||||
and creation of color separations.
|
||||
|
||||
WWW: http://www.scribus.net
|
3025
print/scribus-devel/pkg-plist
Normal file
3025
print/scribus-devel/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue