aboutsummaryrefslogtreecommitdiff
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-022-3/+2
| | | | | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly. Notes: svn path=/head/; revision=322191
* - Update to version 3.40Pawel Pekala2013-06-293-10/+11
| | | | | | | | | | - Hand maintainership to submitter PR: ports/180079 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Notes: svn path=/head/; revision=322038
* Remove USE_IMAKE leftoverBaptiste Daroussin2013-06-291-1/+0
| | | | Notes: svn path=/head/; revision=322029
* Convert to USES=imakeBaptiste Daroussin2013-06-282-7/+4
| | | | | | | Trim headers Notes: svn path=/head/; revision=322000
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-283-14/+6
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* Update with new version of texinfo.texJohan van Selst2013-06-252-6/+4
| | | | Notes: svn path=/head/; revision=321738
* - Update to 0.12.0.4Steve Wills2013-06-232-7/+4
| | | | Notes: svn path=/head/; revision=321620
* - Update to 0.12.0Steve Wills2013-06-222-11/+6
| | | | Notes: svn path=/head/; revision=321530
* The PDF::Reader library implements a PDF parser conforming as much as possibleSteve Wills2013-06-224-0/+30
| | | | | | | | | to the PDF specification from Adobe WWW: http://github.com/yob/pdf-reader Notes: svn path=/head/; revision=321529
* A simple library to read Adobe Font Metrics files and use the data convenientlySteve Wills2013-06-224-0/+22
| | | | | | | WWW: http://github.com/halfbyte/afm Notes: svn path=/head/; revision=321528
* Font Metrics Parser for PrawnSteve Wills2013-06-224-0/+22
| | | | | | | WWW: http://rubygems.org/gems/ttfunk Notes: svn path=/head/; revision=321523
* - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mkSunpoet Po-Chuan Hsieh2013-06-221-3/+1
| | | | Notes: svn path=/head/; revision=321510
* plistKoop Mast2013-06-212-0/+5
| | | | Notes: svn path=/head/; revision=321503
* Update to 0.9.18.Koop Mast2013-06-212-4/+4
| | | | Notes: svn path=/head/; revision=321501
* Fix build with latest clang:Boris Samorodov2013-06-192-1/+15
| | | | | | | | | | | | | | | | | | | | | | | ----- /usr/ports/print/scribus/work/scribus-1.4.2/scribus/plugins/scriptplugin/runscriptdialog.cpp:13:43: error: addition of default argument on redeclaration makes this constructor a default constructor RunScriptDialog::RunScriptDialog(QWidget* parent = 0, bool extEnable = false) : ^ ~ /usr/ports/print/scribus/work/scribus-1.4.2/scribus/plugins/scriptplugin/runscriptdialog.h:24:3: note: previous declaration is here RunScriptDialog(QWidget* parent, bool extEnable); ^ 1 error generated. *** Error code 1 ----- PR: ports/179042 Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Patch by: bsam (me) Tested by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Approved by: sylvio (maintainer, timeout 3+ weeks) Notes: svn path=/head/; revision=321333
* Reset g.gonter@ieee.org: mbox full.Mark Linimon2013-06-191-6/+2
| | | | | | | While here, modernize headers. Notes: svn path=/head/; revision=321320
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)Andrej Zverev2013-06-181-5/+0
| | | | | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=321187
* - Fix i18n manpagesMartin Wilke2013-06-141-0/+4
| | | | Notes: svn path=/head/; revision=320864
* Fix package with bmake. The makefiles use :U and :L in .for loops.Tijl Coosemans2013-06-132-0/+2
| | | | | | | Approved by: hrs (maintainer) Notes: svn path=/head/; revision=320844
* . fix build with clang (CFLAGS+=-Wno-return-type);Boris Samorodov2013-06-131-4/+2
| | | | | | | . trim Makefile headers. Notes: svn path=/head/; revision=320794
* - Fix plistMartin Wilke2013-06-121-0/+1
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320665
* . fix build with clang;Boris Samorodov2013-06-112-7/+12
| | | | | | | | | . trim Makefile headers; . remove the indefinite article from COMMENT; . use WRKSRC_SUBDIR instead of WRKSRC. Notes: svn path=/head/; revision=320635
* - Update to 2.17.20Pietro Cerutti2013-06-112-3/+3
| | | | Notes: svn path=/head/; revision=320551
* Deprecate print/lyx16 and expire it in 1 month.Raphael Kubo da Costa2013-06-111-0/+3
| | | | | | | | | | | | The final release of the 1.6 series was made around 2 years ago, and the 2.x series should be stable enough now. Concretely, this port probably has problems building with clang, and there isn't much point in keeping it around with duct tape just for the sake of it. Notes: svn path=/head/; revision=320544
* Add a workaround to unbreak the build.Hiroki Sato2013-06-091-0/+1
| | | | Notes: svn path=/head/; revision=320409
* - Unbreak buildMartin Wilke2013-06-061-0/+1
| | | | | | | Reported by: pkg dev build Notes: svn path=/head/; revision=320107
* Enable disabled support for cairo, graphite and icu support. It was pointedKoop Mast2013-06-063-660/+8
| | | | | | | | | | out to me that there is a subtle build failure in future webkit releases and that libreoffice 4.1 depends on the icu support in harfbuzz. Pointed out by: olivierd@ (via priv mail) and ftigeot (on IRC) Notes: svn path=/head/; revision=320104
* * add LICENSEChris Rees2013-06-042-3/+6
| | | | | | | | | | | | * change OPTIONS_SINGLE to OPTIONS_RADIO, enabling "none" as a valid choice * fix complaint of portlint in pkg-descr PR: ports/178201 Submitted by: r4721@tormail.org Approved by: maintainer timeout (acm, 9 weeks) Notes: svn path=/head/; revision=319897
* - Update The Glorious Glasgow Haskell Compiler to version 7.6.3Gabor Pali2013-06-041-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2013.2.0.0 Please note that port revisions for all the Haskell ports without version changes are bumped. Some highlights of the update: - Fix PDF generation for pandoc [1] - From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with portmaster(8) [2] - Experimental support for LLVM-based code generation (disabled by default) - Many simplifications, refactoring in bsd.cabal.mk New ports (11): devel/hs-asn1-types 0.1.3 devel/hs-data-default-class 0.0.1 devel/hs-data-default-instances-base 0.0.1 devel/hs-data-default-instances-containers 0.0.1 devel/hs-data-default-instances-dlist 0.0.1 devel/hs-data-default-instances-old-locale 0.0.1 devel/hs-extensible-exceptions 0.1.1.4 devel/hs-mmorph 1.0.0 devel/hs-quickcheck-io 0.1.0 x11-toolkits/hs-GLURaw 1.3.0.0 x11-toolkits/hs-OpenGLRaw 1.3.0.0 Updated ports (104): archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1 databases/hs-persistent 1.1.5.1 --> 1.2.0.1 databases/hs-persistent-sqlite 1.1.5 --> 1.2.0 databases/hs-persistent-template 1.1.2.4 --> 1.2.0 devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2 devel/hs-IORefCAS 0.2_3 --> 0.2.0.1 devel/hs-MonadRandom 0.1.8 --> 0.1.9 devel/hs-QuickCheck 2.5.1.1_1 --> 2.6 devel/hs-abstract-deque 0.1.6_1 --> 0.2 devel/hs-alex 3.0.2_1 --> 3.0.5 devel/hs-async 2.0.1.3_1 --> 2.0.1.4 devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0 devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1 devel/hs-byteorder 1.0.3_4 --> 1.0.4 devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2 devel/hs-classy-prelude 0.5.3 --> 0.5.7 devel/hs-cmdargs 0.10.2 --> 0.10.3 devel/hs-conduit 1.0.2 --> 1.0.5 devel/hs-data-default 0.5.0_1 --> 0.5.3 devel/hs-fsnotify 0.0.6 --> 0.0.11 devel/hs-generic-deriving 1.4.0 --> 1.5.0 devel/hs-git-annex 4.20130323_1 --> 4.20130601 devel/hs-haddock 2.11.0_1 --> 2.13.2 devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1 devel/hs-hlint 1.8.43 --> 1.8.45 devel/hs-hspec 1.4.4 --> 1.5.4 devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2 devel/hs-largeword 1.0.4 --> 1.0.5 devel/hs-lens 3.8.7.3 --> 3.9.0.2 devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5 devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1 devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1 devel/hs-monad-par 0.3.4.1 --> 0.3.4.2 devel/hs-pool-conduit 0.1.1_1 --> 0.1.2 devel/hs-profunctors 3.3 --> 3.3.0.1 devel/hs-reflection 1.1.7 --> 1.3.2 devel/hs-resourcet 0.4.5 --> 0.4.7.1 devel/hs-show 0.5 --> 0.6 devel/hs-split 0.2.1.1_1 --> 0.2.2 devel/hs-stm 2.4_1 --> 2.4.2 devel/hs-syb 0.3.7_1 --> 0.4.0 devel/hs-tagged 0.4.4_1 --> 0.6 devel/hs-text 0.11.2.3_1 --> 0.11.3.1 devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1 devel/hs-unix-time 0.1.5 --> 0.1.8 devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1 devel/hs-utility-ht 0.0.8_3 --> 0.0.9 devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3 devel/hs-uuid 1.2.9 --> 1.2.13 devel/hs-void 0.5.11 --> 0.6 math/hs-NumInstances 1.2 --> 1.3 math/hs-comonad-transformers 3.0.1_1 --> 3.0.2 math/hs-semigroups 0.9 --> 0.9.1 math/hs-statistics 0.10.2.0_2 --> 0.10.3.1 net/hs-network 2.3.1.0_1 --> 2.4.1.2 net/hs-publicsuffixlist 0.0.3 --> 0.1 net/hs-socks 0.5.0 --> 0.5.1 security/hs-certificate 1.3.5_1 --> 1.3.7 security/hs-cipher-aes 0.1.7 --> 0.1.8 security/hs-clientsession 0.8.1_1 --> 0.9 security/hs-crypto-api 0.11 --> 0.12.1 security/hs-crypto-conduit 0.5.0 --> 0.5.2 security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3 security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2 security/hs-cryptocipher 0.4.0_1 --> 0.5.0 security/hs-cryptohash 0.8.3_1 --> 0.9.0 security/hs-skein 0.1.0.12 --> 1.0.3 textproc/hs-HaXml 1.23.3_2 --> 1.24 textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1 textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1 textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5 textproc/hs-case-insensitive 1.0 --> 1.0.0.2 textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9 textproc/hs-hs-bibutils 4.17 --> 5.0 textproc/hs-polyparse 1.8_3 --> 1.9 textproc/hs-texmath 0.6.1.3 --> 0.6.1.5 textproc/hs-xml 1.3.12_4 --> 1.3.13 textproc/hs-yaml 0.8.2.3 --> 0.8.2.4 www/hs-HTTP 4000.2.5_1 --> 4000.2.8 www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1 www/hs-hamlet 1.1.6.3 --> 1.1.7.1 www/hs-happstack-server 7.1.7 --> 7.1.7.1 www/hs-heist 0.11.1 --> 0.12.0 www/hs-http-conduit 1.9.0 --> 1.9.3 www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6 www/hs-shakespeare 1.0.3.1 --> 1.0.5 www/hs-shakespeare-css 1.0.3 --> 1.0.5.1 www/hs-shakespeare-js 1.1.2.1 --> 1.1.4 www/hs-snap 0.11.2 --> 0.12.0 www/hs-wai-extra 1.3.2.4 --> 1.3.4 www/hs-wai-test 1.3.0.4 --> 1.3.1 www/hs-warp 1.3.7.4 --> 1.3.8.1 www/hs-yesod 1.1.9.2 --> 1.2.0.1 www/hs-yesod-auth 1.1.5.3 --> 1.2.0 www/hs-yesod-core 1.1.8.2 --> 1.2.0.4 www/hs-yesod-form 1.2.1.3 --> 1.3.0 www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0 www/hs-yesod-platform 1.1.8 --> 1.2.0.1 www/hs-yesod-routes 1.1.2 --> 1.2.0 www/hs-yesod-static 1.1.2.2 --> 1.2.0 www/hs-yesod-test 0.3.5 --> 1.2.0 x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1 x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1 x11/hs-xmobar 0.16_2 --> 0.17 Removed ports (2): www/hs-yesod-default 1.1.3.2 www/hs-yesod-json 1.1.2.1 PR: ports/179146 [1] Requested by: Omar Thameen <omar@biglist.com> [1] Reported by: sperber, bapt [2] Tested by: sperber [2] Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=319894
* ifluatex –- provides the \ifluatex switchGabor Pali2013-06-045-0/+67
| | | | | | | | | | | | | | The package looks for LuaTEX regardless of its mode and provides the switch \ifluatex; it works with Plain TEX or LATEX. The package is part of the oberdiek bundle. WWW: http://www.ctan.org/pkg/ifluatex PR: ports/179146 Requested by: Omar Thameen <omar@biglist.com> Notes: svn path=/head/; revision=319892
* - Update to 2.17.19Pietro Cerutti2013-06-032-3/+3
| | | | | | | Submitted by: Kim Shrier <kim@westryn.net> Notes: svn path=/head/; revision=319769
* * update to 0.9.13Pawel Pekala2013-06-025-82/+8
| | | | | | | | | | | | | * new MASTER_SITES (Makefile) * new project's home (pkg_descr) * pet portlint * removing patches accepted upstream PR: ports/179177 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) Notes: svn path=/head/; revision=319711
* Remove bin/biber. This is a prebuilt binary in the distfile for a specificHiroki Sato2013-06-022-2/+2
| | | | | | | | | platform. Pointed out by: Nikola Lecic Notes: svn path=/head/; revision=319700
* Update to version 0.4.3Pawel Pekala2013-06-023-7/+11
| | | | | | | | PR: ports/179073 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) Notes: svn path=/head/; revision=319685
* - Fix typo w.r.t. XDG_OPEN optionEitan Adler2013-06-022-2/+29
| | | | | | | | | | | | | | | | - Add a a backported patch from cups 1.6 which fixes an issue with regard to a timed out TCP connection. it should be deleted once the port is updated to 1.6. - Pet portlint a bit - remove unused CONFLICTS line PR: 178987 Submitted by: "r4721@tormail.org" <r4721@tormail.org> PR: 179194 Submitted by: Sayetsky Anton <vsjcfm@gmail.com> Approved by: c.petrik.sosa@gmail.com (maintainer) Notes: svn path=/head/; revision=319651
* Explicitly use another name for the distfile.Raphael Kubo da Costa2013-06-022-3/+2
| | | | | | | | | | | | | | | Quite a while ago I started mirroring ltablex.zip because some CTAN mirrors delivered a zip file with the same contents but a different checksum. The package build cluster seems to have mirrored one of those "wrong" versions, and every once in a while I get an email about package building failures which are actually caused by that. Work around the issue by renaming the ltablex.zip file I mirror to ltablex-1.0.zip, which should hopefully make ftp-master re-fetch it. Notes: svn path=/head/; revision=319647
* Adjust the Python dependency; LyX does not support Python3 yet.Raphael Kubo da Costa2013-06-011-1/+1
| | | | Notes: svn path=/head/; revision=319590
* Fix pkg-plist.Hiroki Sato2013-06-013-2/+4
| | | | | | | Reported by: miwi Notes: svn path=/head/; revision=319561
* - Do not try to remove dirs. not created by the portMartin Wilke2013-05-311-3/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=319521
* Unbreak with clang using -Wno-error=return-type (old K&R code)Antoine Brodin2013-05-301-0/+1
| | | | | | | Approved by: miwi, eadler (mentors, implicit) Notes: svn path=/head/; revision=319451
* - Update MASTER_SITES and WWW: lineWilliam Grzybowski2013-05-292-2/+2
| | | | | | | | | PR: ports/179060 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: jpaetzel (mentor) Notes: svn path=/head/; revision=319372
* - Update to 1.3.8.Marcelo Araujo2013-05-272-8/+4
| | | | | | | - Trim header. Notes: svn path=/head/; revision=319203
* Do not try to delete directories not created by the portBaptiste Daroussin2013-05-272-7/+1
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=319189
* - Forgot to trim header on my latest commit.Marcelo Araujo2013-05-271-4/+1
| | | | Notes: svn path=/head/; revision=319186
* - Update to 6.6.22.Marcelo Araujo2013-05-272-3/+3
| | | | Notes: svn path=/head/; revision=319183
* Do not remove directories not actually created by the portBaptiste Daroussin2013-05-271-2/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=319168
* USE_GNOME=desktopfileutils -> USES=desktop-file-utilsBoris Samorodov2013-05-262-7/+2
| | | | Notes: svn path=/head/; revision=319120
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* Remove a debugging information forgotten at the previous commit.Boris Samorodov2013-05-241-1/+0
| | | | Notes: svn path=/head/; revision=318996
* . update to version 1.4.2;Boris Samorodov2013-05-244-32/+423
| | | | | | | | | | | | | | . remove the indefinite article from COMMENT; . remove ABI version numbers from LIB_DEPENDS; . utilise USES+=desktop-file-utils pkgconfig shared-mime-info; . build with hunspell rather then aspell. PR: ports/178414 Submitted by: bsam (me) Approved by: sylvio (maintainer timeout, 2+ weeks) Notes: svn path=/head/; revision=318994