71af FreshPorts -- print/scribus-devel
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
scribus-devel 1.5.0_5 print on this many watch lists=0 search for ports that depend on this port
Comprehensive desktop publishing program
Maintained by: coder@tuxfamily.org search for ports maintained by this maintainer
Port Added: 20 Jan 2011 22:25:30
Also Listed In: editors
License: not specified in port


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
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/python27
  2. devel/cmake
  3. devel/pkgconf
  4. x11-toolkits/qt4-gui
  5. devel/qt4-linguist
  6. devel/qt4-moc
  7. net/qt4-network
  8. devel/qmake4
  9. devel/qt4-rcc
  10. devel/qt4-uic
  11. textproc/qt4-xml
  12. devel/desktop-file-utils
Required To Run:
  1. x11-toolkits/py-tkinter
  2. graphics/py-imaging
  3. misc/shared-mime-info
  4. lang/python27
  5. x11-toolkits/qt4-gui
  6. net/qt4-network
  7. textproc/qt4-xml
  8. devel/desktop-file-utils
  9. devel/gio-fam-backend
  10. print/ghostscript9
Required Libraries:
  1. graphics/jpeg
  2. graphics/lcms
  3. graphics/png
  4. graphics/tiff
  5. print/cups-base
  6. print/freetype2
  7. x11-fonts/fontconfig
  8. graphics/podofo
  9. devel/boost-libs
  10. textproc/aspell
  11. graphics/cairo
  12. devel/libexecinfo
  13. graphics/poppler
  14. graphics/osg
  15. devel/glib20
  16. devel/pcre
  17. graphics/libart_lgpl
  18. textproc/libxml2
There are no ports dependent upon this port

To install the port: cd /usr/ports/print/scribus-devel/ && make install clean
To add the package: pkg_add -r scribus


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/
  9. http://download.tuxfamily.org/bartcoding/FreeBSD/
  10. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/

Number of commits found: 16

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Apr 2013 14:20:28
Original commit files touched by this commit  1.5.0_5
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
22 Mar 2013 20:06:15
Original commit files touched by this commit  1.5.0_5
makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
21 Mar 2013 05:27:16
Original commit files touched by this commit  1.5.0_5
mezz search for other commits by this committer
- Update poppler to 0.22.2.
- Bump the rest ports that depend on the poppler and poppler-qt because of
  shared library version have been changed.
- Add a note in the UPDATING for require to rebuild all ports that depend
  on poppler.

Submitted by:	kwm (poppler* part)
02 Mar 2013 22:32:49
Original commit files touched by this commit  1.5.0_4
lwhsu search for other commits by this committer
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
12 Feb 2013 05:51:15
Original commit files touched by this commit  1.5.0_3
ak search for other commits by this committer
- Update to svn revision 17820, unbreak
- Add confict with scribus-1.[0-4]*
- Remove indefinite article from COMMENT

PR:	ports/168215
Submitted by:	lbartoletti <coder@tuxfamily.org> (maintainer)
05 Feb 2013 15:07:11
Original commit files touched by this commit  1.5.0_2
bapt search for other commits by this committer
Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix
31 Jan 2013 13:38:43
Original commit files touched by this commit  1.5.0_2
bapt search for other commits by this committer
Chase boost update
10 Jun 2012 13:51:24
Original commit files touched by this commit  1.5.0_1
pav search for other commits by this committer
- Mark BROKEN: incorrect plist (%%DATADIR%% followed with literal value of
  DATADIR, removal of shared directories, missing installed files, etc..)

Reported by:    pointyhat
06 Jun 2012 06:44:38
Original commit files touched by this commit  1.5.0_1
miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
01 Jun 2012 05:26:28
Original commit files touched by this commit  1.5.0_1
dinoex search for other commits by this committer
- update png to 1.5.10
28 May 2012 22:55:32
Original commit files touched by this commit  1.5.0
beech search for other commits by this committer
- Update to 1.5.0
- Using SVN now

PR:             ports/168215
Submitted by:   lbartoletti <coder@tuxfamily.org> (maintainer)
14 Nov 2011 03:26:46
Original commit files touched by this commit  1.3.9
rakuco search for other commits by this committer
Remove CMAKE_USE_PTHREAD from the ports using it.

This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:    avilla (mentor), portmgr (miwi)
Feature safe:   yes
13 Oct 2011 19:11:19
Original commit files touched by this commit  1.3.9
pav search for other commits by this committer
- Fix build with new cups

PR:             ports/161557
Submitted by:   Bartoletti <coder@tuxfamily.org> (maintainer)
11 Aug 2011 19:20:17
Original commit files touched by this commit  1.3.9
  Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
20 Jan 2011 22:33:56
Original commit files touched by this commit  1.3.9
makc search for other commits by this committer
Update to 1.3.8 for Qt4 [1]
Update to 1.3.9 [2]
Pass maintainership to submitter.

PR:             ports/149849 [1]
Submitted by:   Loic BARTOLETTI <coder at tuxfamily.org> [1], bsam@ [2]
Feature safe:   yes
20 Jan 2011 22:25:18
Original commit files touched by this commit  1.3.3.14
makc search for other commits by this committer
Forced commit to note repocopy from print/scribus to print/scribus-devel

Feature safe:   yes

Number of commits found: 16

283c
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24524
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 6
new 48 hours11
new 7 days27
new fortnight58
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0