aboutsummaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* New USES imake to handle the dependency on imake.bapt2013-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
* Update with new version of texinfo.texjohans2013-06-252-6/+4
|
* - Update to 0.12.0.4swills2013-06-232-7/+4
|
* - Update to 0.12.0swills2013-06-222-11/+6
|
* The PDF::Reader library implements a PDF parser conforming as much as possibleswills2013-06-224-0/+30
| | | | | | to the PDF specification from Adobe WWW: http://github.com/yob/pdf-reader
* A simple library to read Adobe Font Metrics files and use the data convenientlyswills2013-06-224-0/+22
| | | | WWW: http://github.com/halfbyte/afm
* Font Metrics Parser for Prawnswills2013-06-224-0/+22
| | | | WWW: http://rubygems.org/gems/ttfunk
* - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mksunpoet2013-06-221-3/+1
|
* plistkwm2013-06-222-0/+5
|
* Update to 0.9.18.kwm2013-06-222-4/+4
|
* Fix build with latest clang:bsam2013-06-202-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)
* Reset g.gonter@ieee.org: mbox full.linimon2013-06-201-6/+2
| | | | While here, modernize headers.
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-181-5/+0
| | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
* - Fix i18n manpagesmiwi2013-06-141-0/+4
|
* Fix package with bmake. The makefiles use :U and :L in .for loops.tijl2013-06-142-0/+2
| | | | Approved by: hrs (maintainer)
* . fix build with clang (CFLAGS+=-Wno-return-type);bsam2013-06-131-4/+2
| | | | . trim Makefile headers.
* - Fix plistmiwi2013-06-121-0/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* . fix build with clang;bsam2013-06-122-7/+12
| | | | | | . trim Makefile headers; . remove the indefinite article from COMMENT; . use WRKSRC_SUBDIR instead of WRKSRC.
* - Update to 2.17.20gahr2013-06-112-3/+3
|
* Deprecate print/lyx16 and expire it in 1 month.rakuco2013-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.
* Add a workaround to unbreak the build.hrs2013-06-101-0/+1
|
* - Unbreak buildmiwi2013-06-061-0/+1
| | | | Reported by: pkg dev build
* Enable disabled support for cairo, graphite and icu support. It was pointedkwm2013-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)
* * add LICENSEcrees2013-06-052-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)
* - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-051-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
* ifluatex –- provides the \ifluatex switchpgj2013-06-055-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>
* - Update to 2.17.19gahr2013-06-032-3/+3
| | | | Submitted by: Kim Shrier <kim@westryn.net>
* * update to 0.9.13pawel2013-06-035-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)
* Remove bin/biber. This is a prebuilt binary in the distfile for a specifichrs2013-06-032-2/+2
| | | | | | platform. Pointed out by: Nikola Lecic
* Update to version 0.4.3pawel2013-06-033-7/+11
| | | | | PR: ports/179073 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
* - Fix typo w.r.t. XDG_OPEN optioneadler2013-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)
* Explicitly use another name for the distfile.rakuco2013-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.
* Adjust the Python dependency; LyX does not support Python3 yet.rakuco2013-06-021-1/+1
|
* Fix pkg-plist.hrs2013-06-013-2/+4
| | | | Reported by: miwi
* - Do not try to remove dirs. not created by the portmiwi2013-05-311-3/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* Unbreak with clang using -Wno-error=return-type (old K&R code)antoine2013-05-311-0/+1
| | | | Approved by: miwi, eadler (mentors, implicit)
* - Update MASTER_SITES and WWW: linewg2013-05-292-2/+2
| | | | | | PR: ports/179060 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: jpaetzel (mentor)
* - Update to 1.3.8.araujo2013-05-272-8/+4
| | | | - Trim header.
* Do not try to delete directories not created by the portbapt2013-05-272-7/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Forgot to trim header on my latest commit.araujo2013-05-271-4/+1
|
* - Update to 6.6.22.araujo2013-05-272-3/+3
|
* Do not remove directories not actually created by the portbapt2013-05-271-2/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* USE_GNOME=desktopfileutils -> USES=desktop-file-utilsbsam2013-05-272-7/+2
|
* The FreeBSD x11 team proudly presentszeising2013-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!
* Remove a debugging information forgotten at the previous commit.bsam2013-05-251-1/+0
|
* . update to version 1.4.2;bsam2013-05-254-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)
* Remove duplicate files with print/texlive-infra.hrs2013-05-232-3/+3
| | | | Spotted by: Tony Morlan
* Fix build.hrs2013-05-231-1/+1
| | | | Spotted by: mandree
* Fix build.hrs2013-05-231-1/+1
| | | | Reported by: miwi
* Fix dependency.hrs2013-05-231-9/+8
| | | | Reported by: miwi
* - Fix duplicated pkg-plist entries.hrs2013-05-2220-30073/+30389
| | | | | | | - Split off documentation to print/texlive-docs from print/texlive-texmf. The document part was 1.3GB (30k files). Now the size of texlive-texmf package is 557MB (this was 1.5GB before the split). - do-texhash, do-fmtutil, do-updmap targets now run after post-install.
* Use USE_TEX for dependency.hrs2013-05-211-6/+2
|
* - Trim old-style header.hrs2013-05-214-95/+28
| | | | | | - Update MASTER_SITES. - Set USE_TEX. - Use OPTIONS_DEFINE.
* Add USE_TEX=texhash-bootstrap to fix initial ls-R file catalog generation.hrs2013-05-212-6/+6
|
* - Remove obsolete print/yatex-xemacs.hrs2013-05-2115-352/+52
| | | | - Simplify print/yatex.
* Set USE_TEX=tetex. This conflicts with print/tex-dvipdfmx.hrs2013-05-211-8/+3
| | | | PR: ports/178729
* Set USE_TEX=tetex because CJK 4.8.3 is included in TeXLive.hrs2013-05-211-2/+2
| | | | PR: ports/178729
* Update to 0.0.6.jkim2013-05-213-5/+4
|
* Add USE_TEX=texlive for TeXLive-specific ports.hrs2013-05-199-9/+9
|
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-191-2/+2
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* Adjust Qt dependencies to fix a bug which prevented images from being shown.rakuco2013-05-191-3/+3
| | | | | PR: ports/178558 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
* Update to 0.9.16.kwm2013-05-184-63/+168
|
* Unbreak after update to 2.4.12.kwm2013-05-172-1/+2
| | | | Submitted by: bdrewery@, madpilot@
* Update to 2.4.12 and add a new option, CFF_HINTING_ADOBE. Themezz2013-05-174-13/+19
| | | | | | | | CFF_HINTING_ADOBE is a CFF parsing and hinting engine by Adobe and Google. It is disable by default. PR: ports/178552 Submitted by: pfg
* Fix fmtutil.cnf issue (missing %D).hrs2013-05-172-2/+3
|
* Mark USE_TEX=texlive in TeXLive-specific ports.hrs2013-05-154-7/+4
|
* - Add explicit perl dependency (build + run)johans2013-05-151-0/+2
| | | | - Bump PORTREVISION
* Fix typo in OPTIONS_DEFINE, the second PYTHON should be PANGO.rakuco2013-05-151-1/+1
| | | | | PR: ports/178643 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* Update to 9.5.5.hrs2013-05-152-3/+3
| | | | | Security: APSB13-15 Security: http://www.adobe.com/support/security/bulletins/apsb13-15.html
* - Fix build with clangmiwi2013-05-154-13/+25
| | | | | | | | - Update MASTER_SITES - Support PLIST_FILES PR: 178578 Submitted by: Ports Fury
* Remove sk2ps from dependency.hrs2013-05-131-2/+3
|
* Fix all shebang linesbapt2013-05-131-2/+9
| | | | | Submitted by: John Marino (via irc) Obtained from: DPorts
* Use USE_TEX=full.hrs2013-05-131-1/+2
|
* - Convert to PEAR_AUTOINSTALLmiwi2013-05-131-14/+3
| | | | - Trim header
* - Update to 2.17.18gahr2013-05-132-3/+3
| | | | Submitted by: Kim Shrier <kim@westryn.net>
* - Add missing sharedmime to the list of USE_KDE4 components. It will bemakc2013-05-132-6/+1
| | | | | | | superseded by recently introduced USES= shared-mime-info later. - Remove no longer needed exec/unexec from plist and post-install calls for update-mime-database - Trim Makefile header while I'm here
* Use shared HUNSPELL description added in r317928.rakuco2013-05-121-1/+0
|
* Update to 1.12.rakuco2013-05-122-3/+3
| | | | | PR: ports/178518 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* Temporarily disable MAKE_JOBS_SAFE=yes until the cause becomes clear.hrs2013-05-121-1/+1
| | | | Reported by: Hiroto Kagotani
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-1264-79/+70
| | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk.
* Fix circular dependency via USE_TEX.hrs2013-05-101-1/+1
|
* Fix the case when LANG is not set.hrs2013-05-102-5/+9
| | | | Spotted by: Hiroto Kagotani
* - Update to 2.0.6.rakuco2013-05-106-109/+8
| | | | | | - Remove patch that has been upstreamed. - Adjust pkg-message now that texlive is in ports. - Update pkg-descr to its new format.
* Split off print/tex-dvipsk from print/texlive-base. libpaper supporthrs2013-05-1012-1714/+1822
| | | | will be added later.
* Copy print/tex-dvipsk from print/dvipsk-tetex. Changes will follow.hrs2013-05-105-0/+157
|
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-091-3/+3
| | | | | | | | While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file
* Add some shebangfix to allow building most of the ports tree without ↵bapt2013-05-071-2/+6
| | | | | | | /usr/bin/perl Submitted by: John Marino Obtained from: DPorts
* - Separate print/tex-dvipdfmx from print/texlive-base and add libpaperhrs2013-05-0726-60/+487
| | | | | | | | | | | | | | | | support. dvipdfmx's default paper size can be set by ${LOCALBASE}/etc/papersize and/or PAPERSIZE environment variable as other programs like print/psutils do. - Use absolute pathname in {fmtutil,texconfig,updmap}-sys programs because manually-installed and/or old TeXLive files can prevent them from working. [1] - Fix pkg-plist in print/texlive-texmf. - Remove DIST_SUBDIR from Mk/bsd.tex.mk. Reported by: bsam, Stephen Montgomery-Smith [1]
* Remove USE_GETTEXT leftover.ehaupt2013-05-071-1/+0
| | | | Approved by: portmgr (bapt)
* Convert from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-061-7/+5
| | | | While here do some conversion to new options framework
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-0663-217/+83
| | | | instead to make migration to TeXLive easier.
* TeXLive mega commit. The following ports have been added:hrs2013-05-0656-0/+108789
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Meta port - print/texlive-full: meta port to install all of the TeXLive components * Libraries - devel/tex-kpathsea: kpathsea library - devel/tex-web2c: WEB2C toolchain and TeX engines - print/tex-ptexenc: character code conversion library for pTeX * Base part of the TeXLive - print/texlive-base: binary programs in TeXLive - print/texlive-texmf: macro and font data in TeXLive - print/texlive-infra: tlmgr dependency (Perl modules) * TeX Formats - print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX, EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis - print/tex-aleph: Aleph/Lambda - print/tex-xetex: XeTeX - print/tex-luatex: LuaTeX - print/tex-jadetex: JadeTeX - print/tex-xmltex: XMLTeX - japanese/tex-ptex: pTeX * DVI ware - print/tex-xdvik: XDvi Mk/bsd.tex.mk is added for common part and USE_TEX knob [1]. Approved by: portmgr (old version) [1] PR: ports/171571 PR: ports/176399 [1]
* Fix build on currentbapt2013-05-051-1/+1
|
* - Update to use freetype2 2.4.11madpilot2013-05-042-45/+45
| | | | | | | | | - Convert to new options framework - Make dependency on freetype2 conditional - Bump PORTVERSION PR: ports/174823 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* Style fix.hrs2013-05-042-10/+9
|
* Chase security/libgcrypt updateehaupt2013-05-041-0/+1
|
* Fix installation of bin/ert. It should be installed when GS_epag is defined,hrs2013-05-0310-7/+16
| | | | | | not GS_dmprt. Spotted by: Andrzej Tobola
* - Trim old-style header.hrs2013-05-032-9/+10
| | | | | - Add LICENSE. - Use OPTIONS_DEFINE.
* - Use OPTIONS_MULTI and OPTIONS_GROUP.hrs2013-05-039-110/+81
| | | | | | - Add dependency on libpaper unconditionally to 8.x and 9.x. - Fix CONFLICTS_INSTALL. - Remove ABI version numbers from LIB_DEPENDS.
* - make bsdpatch happydinoex2013-05-036-25/+22
| | | | | | PR: 178220 - merge and cleanup patches
* Fix a build breakage when CFLAGS is defined in make.conf.hrs2013-05-022-3/+3
| | | | PR: ports/178292
* Bump PORTREVISION.hrs2013-05-012-2/+2
|
* Set CATEGORIES back to values prior to port removal.gjb2013-05-012-2/+2
| | | | | Submitted by: portmgr (erwin) Approved by: doceng (implicit)
* - fix package for OPTION EMACSdinoex2013-05-011-0/+2
|
* Use an old version of IPA fonts as Ryumin-Light and GothicBBB-Medium forhrs2013-05-015-6/+10
| | | | | | Ghostscript 7. This is because the latest version is not compatible with .optnttcidfont directive. The other versions of Ghostscript use the new version.
* Fix issues on 64-bit platforms.hrs2013-05-0125-6/+747
|
* Update with new version of htmlxref.cnfjohans2013-04-302-4/+3
|
* - convert remaining ports to USES= gettext in print categoryjgh2013-04-302-3/+2
| | | | Approved by: portmgr (bapt@)
* - convert to USES=gettext (but unused, at this time)jgh2013-04-301-6/+2
|
* Resurrect print/ghostscript7*. Ghostscript 7.x is incompatible with 8.xhrs2013-04-30105-0/+8138
| | | | | | | | | | | and 9.x in terms of CJK character support and they are still in demand. While I am here, the following changes have been added: - Add LICENSE. - Use OPTIONS_DEFINE for ghostscript drivers. - Add MAKE_JOBS_SAFE=yes. Discussed with: bapt
* - Update MASTER_SITES.hrs2013-04-302-16/+13
| | | | | - Trim old-style header. - Use OPTIONS_DEFINE.
* In preparation of removing devel/libusb (expires 2013-04-30), remove itrene2013-04-302-18/+7
| | | | | | | | | | | | | | | from these ports. Other changes: - convert Makefile header - convert to optionsNG - remove indefinite article from comment - drop support for FreeBSD < 8.0 - pet portlint (leave library ABI versions in LIB_DEPENDS) - net-mgmt/spectools: change option name from GTK to GTK2 to use default description from bsd.options.desc.mk Approved by: portmgr (bapt)
* Remove latest references to USE_BISONbapt2013-04-291-2/+1
|
* - Update to 2.17.17gahr2013-04-293-4/+4
| | | | | | - Pet portlint by fixing the WWW line in pkg-descr Submitted by: Kim Shrier <kim@westryn.net>
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-294-12/+3
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* Fix typos.hrs2013-04-291-2/+2
| | | | Spotted by: Scott Allendorf
* Update to 1.77. Changes include:hrs2013-04-292-9/+7
| | | | | | - last-command-char issue has been fixed. - %#DVIPDF now supports selection of dvi-to-pdf programs. - More PDF viewers added to the menu.
* Trim old-style header.hrs2013-04-293-15/+2
|
* Add print/ghostscript9-agpl{,-nox11}. Ghostscript 9.x has released underhrs2013-04-2947-0/+3445
| | | | | | | GNU Affero GPL version 3 since 9.07 while print/ghostscript9 (version 9.06) was under GNU GPL version 3. The difference between the two licenses is whether SaaS loophole is closed or not. For more detail, see http://www.gnu.org/licenses/why-affero-gpl.html.
* Merge print/html2ps-{a4,letter} to print/html2ps.hrs2013-04-289-30/+89
|
* - Add LICENSE.hrs2013-04-285-286/+160
| | | | | | - Convert script/configure and Makefile.inc to OPTIONS_DEFINE. - Add DOCS option and use PORTDOCS. - Trim lengthy pkg-descr.
* Do not create a directory in $HOME when building.rakuco2013-04-281-0/+11
| | | | | PR: ports/178021 Submitted by: John Marino <draco@marino.st>
* Convert the last USE_ICONV to USES=iconvbapt2013-04-282-2/+2
|
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-287-9/+7
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* Fix psutils-* and a2ps-* dependency.hrs2013-04-282-25/+5
| | | | Spotted by: Scott Allendorf
* Add a missing dependency.hrs2013-04-281-2/+4
|
* Fix a typo.hrs2013-04-281-1/+1
|
* Remove print/a2ps-letterdj missed in r316672.hrs2013-04-281-7/+0
| | | | Spotted by: dvl
* Add libpaper support to print/a2ps-*[1], print/c2ps-*, print/lprps-*,hrs2013-04-2839-186/+637
| | | | | | | graphics/jpeg2ps-*, and merge the papersize-suffixed versions into single ones respectively as print/psutils did. Approved by: dinoex (maintainer) [1]
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-262-4/+2
| | | | Approved by: portmgr (bapt)
* In preparation of the removal of USE_FREETYPE from bsd.port.mk: removebapt2013-04-263-16/+4
| | | | | | USE_FREETYPE from all ports using it While here trim some headers, and do some conversion to new options framework.
* - Update to 2.98miwi2013-04-262-4/+4
| | | | | PR: 178026 Submitted by: Ports Fury
* - Fix DISTFILESnivit2013-04-261-4/+1
| | | | - Remove post-install target
* Foxit Reader is a free PDF document viewer for the Linux platform, with a newnivit2013-04-265-0/+87
| | | | | | | | | | streamlined interface, user-customized toolbar, incredibly small size, breezing-fast launch speed and rich features. This empowers PDF document users with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection Tool, Snapshot, and Full Screen capabilities. Foxit Reader for Desktop Linux is provided by Foxit Corporation free for non-commercial use. WWW: http://www.foxitsoftware.com/pdf/desklinux/
* Add PORTSCOUT variable.mandree2013-04-251-0/+2
|
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-2522-22/+22
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-242-4/+2
| | | | Approved by: portmgr (bapt)
* Merge print/psutils-a4 and print/psutils-letter into a single porthrs2013-04-2427-217/+429
| | | | | print/psutils. The default paper size in the programs can be set via libpaper ($PAPERSIZE or etc/papersize configuration file).
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-2312-32/+14
|
* Update to 2.1.10 release.ale2013-04-232-8/+4
|
* - Fix LATEST_LINK by adding PKGNAMESUFFIXgahr2013-04-181-0/+1
| | | | | Reported by: indexbuild@FreeBSD.org Feature safe: yes
* - Resurrect and update to the latest development version 2.17.16gahr2013-04-188-0/+509
| | | | | | | Thanks to Kim Shrier <kim@westryn.net>, who has committed himself to helping me in maintaining it up to date. Feature safe: yes
* Fix typos which can prevent parallel build from working.hrs2013-04-181-0/+17
| | | | | Reported by: miwi Feature safe: yes
* - Update to 1.8.1bdrewery2013-04-182-11/+11
| | | | | | | | - Reset maintainership PR: ports/177842 Submitted by: Pedro Giffuni <giffunip@tutopia.com> (maintainer) Feature safe: yes
* - Fix plistmiwi2013-04-012-2/+1
| | | | | Reported by: pointyhat Approved by: portmgr
* Fix packaging.kwm2013-03-312-3/+1
| | | | | Submitted by: miwi Approved by: portmgr (miwi)
* GNU Emacs updatesashish2013-03-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
* - Update Haskell ports from the development repositorypgj2013-03-301-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Avoid self-dependency for print/hs-hscolour (when HSCOLOUR is set) Contributed by: ashish New ports (5): devel/hs-geniplate 0.6.0.3 devel/hs-uuid 1.2.9 net/hs-maccatcher 2.1.5 net/hs-publicsuffixlist 0.0.3 textproc/hs-regex-tdfa 1.1.8 Removed ports (1): math/hs-Agda-executable 2.3.0.1_3 Updated ports (115): archivers/hs-zip-archive 0.1.3.3 --> 0.1.3.4 archivers/hs-zlib-conduit 0.5.0.3_1 --> 1.0.0 audio/hs-OpenAL 1.4.0.1_3 --> 1.4.0.2 databases/hs-persistent 1.1.4 --> 1.1.5.1 databases/hs-persistent-sqlite 1.1.2 --> 1.1.5 databases/hs-persistent-template 1.1.2.1 --> 1.1.2.4 devel/hs-Boolean 0.1.2 --> 0.2 devel/hs-ansi-terminal 0.5.5.1 --> 0.6 devel/hs-base64-bytestring 1.0.0.0_1 --> 1.0.0.1 devel/hs-base64-conduit 0.5.1 --> 1.0.0 devel/hs-basic-prelude 0.3.2.0 --> 0.3.4.0 devel/hs-bifunctors 3.2 --> 3.2.0.1 devel/hs-blaze-builder-conduit 0.5.0.3_1 --> 1.0.0 devel/hs-classy-prelude 0.4.3 --> 0.5.3 devel/hs-classy-prelude-conduit 0.4.3 --> 0.5.3 devel/hs-cmdargs 0.10.1_1 --> 0.10.2 devel/hs-conduit 0.5.6 --> 1.0.2 devel/hs-darcs 2.8.3_1 --> 2.8.4 devel/hs-either 3.1 --> 3.4 devel/hs-errors 1.3.1 --> 1.4.1 devel/hs-filestore 0.6 --> 0.6.0.1 devel/hs-filesystem-conduit 0.5.0.2_1 --> 1.0.0 devel/hs-git-annex 3.20130124 --> 4.20130323 devel/hs-hashtables 1.0.1.8_1 --> 1.1.0.2 devel/hs-haskeline 0.6.4.7_3 --> 0.7.0.3 devel/hs-hint 0.3.3.5_1 --> 0.3.3.6 devel/hs-hoogle 4.2.15 --> 4.2.16 devel/hs-hspec 1.4.3 --> 1.4.4 devel/hs-lens 3.8.5 --> 3.8.7.3 devel/hs-logict 0.5.0.2_1 --> 0.6 devel/hs-monad-logger 0.2.3.2 --> 0.3.0.1 devel/hs-monad-par 0.3_3 --> 0.3.4.1 devel/hs-mueval 0.8.2_3 --> 0.9 devel/hs-profunctors 3.2 --> 3.3 devel/hs-project-template 0.1.1 --> 0.1.3 devel/hs-readline 1.0.1.0_8 --> 1.0.3.0 devel/hs-reflection 1.1.6 --> 1.1.7 devel/hs-resourcet 0.4.4_1 --> 0.4.5 devel/hs-show 0.4.1.2_4 --> 0.5 devel/hs-simple-reflect 0.2_1 --> 0.3.1 devel/hs-smallcheck 0.6.2 --> 1.0.2 devel/hs-testpack 2.1.2_3 --> 2.1.2.1 devel/hs-threads 0.5.0.1_1 --> 0.5.0.2 devel/hs-time-compat 0.1.0.2_1 --> 0.1.0.3 devel/hs-unix-time 0.1.4_1 --> 0.1.5 devel/hs-uulib 0.9.14_4 --> 0.9.15 mail/hs-email-validate 0.3.2_1 --> 1.0.0 mail/hs-mime-types 0.1.0.2 --> 0.1.0.3 math/hs-Agda 2.3.0.1_3 --> 2.3.2 math/hs-NumInstances 1.0_4 --> 1.2 math/hs-comonad 3.0.1.1 --> 3.0.2 math/hs-contravariant 0.2.0.2_3 --> 0.4 math/hs-distributive 0.3 --> 0.3.1 math/hs-math-functions 0.1.1.2_1 --> 0.1.3.0 net/hs-network-conduit 0.6.2.2 --> 1.0.0 net/hs-sendfile 0.7.8_1 --> 0.7.9 net/hs-simple-sendfile 0.2.10 --> 0.2.11 net/hs-socks 0.4.2_1 --> 0.5.0 security/hs-crypto-api 0.10.2_3 --> 0.11 security/hs-crypto-conduit 0.4.3 --> 0.5.0 security/hs-monadcryptorandom 0.5_1 --> 0.5.1 security/hs-skein 0.1.0.11 --> 0.1.0.12 security/hs-tls 1.1.1 --> 1.1.2 textproc/hs-HStringTemplate 0.6.12_1 --> 0.7.1 textproc/hs-attoparsec 0.10.3.0 --> 0.10.4.0 textproc/hs-attoparsec-conduit 0.5.0.3_1 --> 1.0.0 textproc/hs-blaze-html 0.5.1.3 --> 0.6.0.0 textproc/hs-case-insensitive 0.4.0.4 --> 1.0 textproc/hs-citeproc-hs 0.3.7 --> 0.3.8 textproc/hs-highlighting-kate 0.5.3.5 --> 0.5.3.8 textproc/hs-hs-bibutils 4.16 --> 4.17 textproc/hs-html-conduit 0.1.0.4_1 --> 1.1.0 textproc/hs-hxt-regex-xmlschema 9.0.4_4 --> 9.1.0 textproc/hs-pandoc 1.9.4.5_1 --> 1.11.1 textproc/hs-pandoc-types 1.9.1_3 --> 1.10 textproc/hs-tagstream-conduit 0.5.3_1 --> 0.5.4 textproc/hs-xml-conduit 1.0.3.3_1 --> 1.1.0.3 textproc/hs-xmlhtml 0.2.0.3_1 --> 0.2.1 textproc/hs-yaml 0.8.2 --> 0.8.2.3 www/hs-activehs 0.3.0.1_1 --> 0.3.1 www/hs-authenticate 1.3.2_1 --> 1.3.2.6 www/hs-fastcgi 3001.0.2.3_7 --> 3001.0.2.4 www/hs-gitit 0.10.1.2 --> 0.10.3.1 www/hs-hS3 0.5.6_5 --> 0.5.7 www/hs-hamlet 1.1.3.1 --> 1.1.6.3 www/hs-happstack-server 7.1.1_1 --> 7.1.7 www/hs-heist 0.11.0 --> 0.11.1 www/hs-hjsmin 0.1.4 --> 0.1.4.1 www/hs-http-conduit 1.8.7 --> 1.9.0 www/hs-http-reverse-proxy 0.1.1.1 --> 0.1.1.3 www/hs-http-server 1.0.1_1 --> 1.0.2 www/hs-http-types 0.7.3.0.1_1 --> 0.8.0 www/hs-shakespeare 1.0.2_1 --> 1.0.3.1 www/hs-shakespeare-css 1.0.2_1 --> 1.0.3 www/hs-shakespeare-js 1.1.1 --> 1.1.2.1 www/hs-snap 0.11.0 --> 0.11.2 www/hs-snap-core 0.9.2.2_1 --> 0.9.3.1 www/hs-snap-server 0.9.2.4_1 --> 0.9.3.3 www/hs-wai 1.3.0.1_1 --> 1.4.0 www/hs-wai-app-static 1.3.1_1 --> 1.3.1.2 www/hs-wai-extra 1.3.2 --> 1.3.2.4 www/hs-wai-test 1.3.0_1 --> 1.3.0.4 www/hs-warp 1.3.7.1 --> 1.3.7.4 www/hs-yesod 1.1.7.2 --> 1.1.9.2 www/hs-yesod-auth 1.1.3 --> 1.1.5.3 www/hs-yesod-core 1.1.7.1 --> 1.1.8.2 www/hs-yesod-default 1.1.3 --> 1.1.3.2 www/hs-yesod-form 1.2.0.2 --> 1.2.1.3 www/hs-yesod-json 1.1.2_1 --> 1.1.2.1 www/hs-yesod-platform 1.1.7.2 --> 1.1.8 www/hs-yesod-routes 1.1.1.1_1 --> 1.1.2 www/hs-yesod-static 1.1.1.2 --> 1.1.2.2 www/hs-yesod-test 0.3.3 --> 0.3.5 x11-wm/hs-xmonad-contrib 0.11 --> 0.11.1 x11/hs-X11 1.6.0.2 --> 1.6.1.1 Please note that port revisions for dependent ports are bumped. Obtained from: FreeBSD Haskell
* Add harfbuzz. Harfbuzz is a OpenType text shaping engine.kwm2013-03-297-0/+639
| | | | | The extra-src_hb-open-type-private.hh patch is from pkgsrc to fix the build with base gcc.
* Style: tab -> space.eadler2013-03-293-3/+3
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* Chase libkipi, marble, okular shlib bump after KDE 4.10.1 updatemakc2013-03-271-1/+1
|
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-2717-190/+61
| | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner
* ghostscript7 is very very outdated consider using newer version like ↵bapt2013-03-2698-7407/+0
| | | | | | print/ghostscript9 Approved by: doceng (gjb)
* - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE if it'smakc2013-03-251-1/+1
| | | | | already defined - Remove OPTIONS_DEFINE, if it contains only global options
* - Correct plist to avoid conflicts with texi2htmljohans2013-03-242-1/+384
| | | | | | | which installs files into texinfo's DATADIR - Bump PORTREVISION Reported by: bapt
* - Unbreak after switch to new options frameworkmva2013-03-241-2/+2
| | | | | PR: ports/177313 ports/177320 Submitted by: William Grzybowski <william88@gmail.com>, Yasuhiro KIMURA <yasu@utahime.org>
* - Update MASTER_SITESmiwi2013-03-241-2/+5
| | | | | PR: 177266 Submitted by: ports fury
* Fix build with glib 2.34.kwm2013-03-231-0/+4
| | | | Submitted by: John Marino <draco@marino.st>
* - Update to 1.9.63sunpoet2013-03-232-13/+11
| | | | | | | | | - Remove unnecessary -liconv from LDFLAGS - Cleanup Makefile header - Cosmetic change Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
* - convert USE_CMAKE to USESmakc2013-03-233-3/+3
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Mk/bsd.kde4.mk:makc2013-03-222-2/+2
| | | | | | | | | | - Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it) - Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH) - Remove now useless KDE4_BUILDENV KDE SC ports: - Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with 'USES= cmake:outsource' and add USE_LDCONFIG if needed
* Convert to new options framework ports in p* catoriesbapt2013-03-228-133/+96
|
* - Update to 0.0.5lwhsu2013-03-213-6/+4
|
* - Update poppler to 0.22.2.mezz2013-03-212-1/+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)
* update to 3.7.4bf2013-03-212-10/+4
|
* -OPTIONSng and remove pre-everything.mezz2013-03-201-20/+5
| | | | | | | -Remove the CJK stuff since it has been disabled for very long time. PR: ports/175640 Submitted by: Donald Stewart <dstewyls@gmail.com>
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-192-2/+2
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixkwm2013-03-191-7/+8
| | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt
* update master sites; trim headers; reposition LICENSE, WWWbf2013-03-191-6/+4
|
* In categories starting with [n-s], remove empty lines (and also few cases ofdanfe2013-03-171-1/+0
| | | | trailing slashes) from pkg-plist.
* Do not remove directories not owned by the portbapt2013-03-151-2/+0
|
* Update texinfo to 5.1johans2013-03-143-6/+6
|
* - Update to 5.4bdrewery2013-03-142-10/+5
| | | | | | | | - Trim header - Pass maintainership to submitter PR: ports/176920 Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer)
* - Fix texinfo arguments that cause problem during the buildgahr2013-03-112-5/+15
| | | | - Bison is build-dependency only
* - Convert to OPTIONSnggahr2013-03-111-5/+6
|
* Convert USE_BISON to USES= bisonbapt2013-03-082-7/+4
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-087-14/+35
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* - Please welcome back Chris Petrik as maintainer ofbdrewery2013-03-075-11/+7
| | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt
* Remove expired, unmaintained ports:rene2013-03-0613-737/+0
| | | | | | | | | | | | | | | | | | | | | 2013-03-01 sysutils/sge60: Ancient and unsupported release 2013-03-01 sysutils/sge61: Ancient and unsupported release 2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month 2013-03-05 misc/fep: Broken for more than 6 month 2013-03-05 devel/gauche-gaunit: Broken for more than 6 month 2013-03-05 games/tuxracer_golf: Broken for more than 6 month 2013-03-05 net/bfilter: Broken for more than 6 month 2013-03-05 graphics/fnlib: Broken for more than 6 month 2013-03-05 print/gfontview: Broken for more than 6 month 2013-03-05 print/hugelatex: Broken for more than 6 month 2013-03-05 misc/gtktalog: Broken for more than 6 month 2013-03-05 x11/wterm: Broken for more than 6 month 2013-03-05 databases/xapian-bindings10: Broken for more than 6 month 2013-03-05 databases/adstudio: Broken for more than 6 month 2013-03-05 misc/splitvt: Broken for more than 6 month 2013-03-05 sysutils/udesc_dump: Broken for more than 6 month 2013-03-05 textproc/gxditview: Broken for more than 6 month 2013-03-05 x11/powershell: Broken for more then 6 month
* - update to 1.1jgh2013-03-053-19/+12
| | | | | PR: 176497 Submitted by: maintainer, jimmy@mammothcheese.ca
* - Add CONFLICTS as a preparation of importing new TeX ports based on TeXLive.hrs2013-03-045-34/+30
| | | | | No functional change. - Style fixes.
* Fix footer of infolines outer theme when no \institute is defined.hrs2013-03-042-6/+13
| | | | Pointed out by: avg
* - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocationlwhsu2013-03-033-14/+7
|
* - Force commit to correct the entry:miwi2013-03-021-1/+1
| | | | | | | - Update to 2.97 PR: 176530 Submitted by: Ports fury
* - Update to 1.3.0miwi2013-03-022-5/+7
| | | | | PR: 176538 Submitted by: Ports Fury
* - Update to 435miwi2013-03-022-21/+24
| | | | | PR: 176576 Submitted by: Ports Fury
* - Update to 1.0.5miwi2013-03-024-72/+60
| | | | | PR: 176566 Submitted by: ports fury
* Fix a stupid typo, doh!danfe2013-02-271-1/+1
| | | | | Noticed by: rm Pointy hat to: danfe
* - Remove stray (commented out) line in Makefiledanfe2013-02-262-9/+8
| | | | | | | | | - Move LICENCE knob where it better belongs - Remove duplicate pcre entry from LIB_DEPENDS - HAS_CONFIGURE -> GNU_CONFIGURE - Fix minor wording bugs in port description Approved by: bsam (maintainer)
* PhotoPrint is a utility to print multiple images per sheet, usingbsam2013-02-265-0/+82
| | | | | | Gutenprint, with support for 16-bit images and ICC profiles. WWW: http://blackfiveimaging.co.uk
* - groups MASTER_SITES for option I18Ndinoex2013-02-261-5/+4
| | | | | Reported by: Sayetsky Anton PR: 176416
* Update texinfo additional files checksumsjohans2013-02-232-5/+5
|
* Update to 9.5.4. This includes security fix for arbitrary code executionhrs2013-02-222-3/+3
| | | | | | | | | vulnerabilities. Security: APSB13-07 Security: APSA13-02 Security: CVE-2013-0640 Security: CVE-2013-0641
* Update to 3.13.2makc2013-02-224-18/+19
| | | | | PR: ports/176341 Submitted by: delphij
* Remove textproc/libmspub and merge it with print/libmspub.jkim2013-02-225-33/+16
| | | | Pointyhat to: jkim
* - Update to version 0.4pawel2013-02-204-11/+52
| | | | | | | | | | | - Add optional support for DjVu and PostScript While here: - Respect CFLAGS, CXXFLAGS - Fix WWW line, convert tab -> space PR: ports/176244 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
* Update texinfo to 5.0johans2013-02-195-33/+61
| | | | | Includes two new tools: texi2any, pod2texi Changelog: http://lists.gnu.org/archive/html/info-gnu/2013-02/msg00006.html
* - Fix PLISTgahr2013-02-181-0/+1
| | | | Reported by: qat (via decke)
* QPDF is a program that can be used to linearize (web-optimize),pawel2013-02-176-0/+151
| | | | | | | | | | | | | | | | | | | | | | | encrypt (password-protect), decrypt, and inspect PDF files from the command-line. It does these and other structural, content-preserving transformations on PDF files, reading a PDF file as input and creating a new one as output. It also provides many useful capabilities to developers of PDF-producing software or for people who just want to look at the innards of a PDF file to learn more about how they work. QPDF understands PDF files that use compressed object streams (supported by newer PDF applications) and can convert such files into those that can be read with older viewers. It can also be used for checking PDF files for structural errors, inspecting stream contents, or extracting objects from PDF files. QPDF is not PDF content creation or viewing software -- it does not have the capability to create PDF files from scratch or to display PDF files. WWW: http://qpdf.sourceforge.net PR: ports/174982 Submitted by: Dmitry Kazarov <d.y.kazarov@mail.ru>
* - Update to 0.5.7wen2013-02-152-9/+4
| | | | - Trim Makefile headers
* - Fix MASTER_SITESgahr2013-02-151-1/+1
| | | | Approved by: miwi (portmgr)
* - New port: print/pdf4tclgahr2013-02-124-0/+43
| | | | | | Pure Tcl library to generate PDF files. WWW: http://pdf4tcl.berlios.de/
* - Update to svn revision 17820, unbreakak2013-02-123-2369/+2425
| | | | | | | | - Add confict with scribus-1.[0-4]* - Remove indefinite article from COMMENT PR: ports/168215 Submitted by: lbartoletti <coder@tuxfamily.org> (maintainer)
* - Respect PREFIXmiwi2013-02-101-0/+1
| | | | | PR: 174997 Submitted by: maintainer
* Various spelling correctionscrees2013-02-092-2/+2
| | | | | | | | | | PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi
* Add missing dependencypawel2013-02-081-6/+3
| | | | | | PR: ports/175938 Submitted by: myself Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* Fix a build breakage after r246085.hrs2013-02-082-5/+7
| | | | Reported by: Steve Kargl, jhb
* - Update to 6miwi2013-02-084-10/+74
| | | | | PR: 175586 Submitted by: Ports Fury
* - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/libffi update - Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE) Please note that port revision for all the Haskell ports without version changes are bumped. New ports (20): devel/hs-MonadRandom 0.1.8 devel/hs-base64-conduit 0.5.1 devel/hs-bifunctors 3.2 devel/hs-either 3.1 devel/hs-errors 1.3.1 devel/hs-generic-deriving 1.4.0 devel/hs-lens 3.8.5 devel/hs-profunctor-extras 3.3 devel/hs-profunctors 3.2 devel/hs-reflection 1.1.6 devel/hs-timezone-olson 0.1.2 devel/hs-timezone-series 0.1.2 math/hs-comonads-fd 3.0.1 math/hs-groupoids 3.0.1.1 math/hs-nats 0.1 math/hs-semigroupoid-extras 3.0.1 security/hs-cipher-rc4 0.1.2 security/hs-crypto-numbers 0.1.3 security/hs-crypto-pubkey 0.1.2 security/hs-crypto-random-api 0.2.0 Updated ports (107): archivers/hs-zip-archive 0.1.2.1 --> 0.1.3.3 archivers/hs-zlib-bindings 0.1.1.2 --> 0.1.1.3 audio/hs-libmpd 0.8.0.1 --> 0.8.0.2 benchmarks/hs-criterion 0.6.2.0 --> 0.6.2.1 converters/hs-aeson 0.6.0.2_2 --> 0.6.1.0 converters/hs-dataenc 0.14.0.4 --> 0.14.0.5 databases/hs-persistent 1.0.2.2 --> 1.1.4 databases/hs-persistent-sqlite 1.0.1 --> 1.1.2 databases/hs-persistent-template 1.0.0.2 --> 1.1.2.1 devel/hs-BNFC 2.4.2.1_1 --> 2.6.0.3 devel/hs-Boolean 0.1.1 --> 0.1.2 devel/hs-TypeCompose 0.9.7 --> 0.9.9 devel/hs-ansi-terminal 0.5.5_5 --> 0.5.5.1 devel/hs-ansi-wl-pprint 0.6.4_3 --> 0.6.6 devel/hs-basic-prelude 0.3.1.0 --> 0.3.2.0 devel/hs-checkers 0.2.9_2 --> 0.3.1 devel/hs-classy-prelude 0.4.1 --> 0.4.3 devel/hs-classy-prelude-conduit 0.4.1 --> 0.4.3 devel/hs-conduit 0.5.5 --> 0.5.6 devel/hs-configurator 0.2.0.1 --> 0.2.0.2 devel/hs-cpphs 1.15 --> 1.16 devel/hs-edit-distance 0.2.1.1 --> 0.2.1.2 devel/hs-file-embed 0.0.4.6 --> 0.0.4.7 devel/hs-filestore 0.5.0.1 --> 0.6 devel/hs-fsnotify 0.0.4 --> 0.0.6 devel/hs-ghc-paths 0.1.0.8_5 --> 0.1.0.9 devel/hs-git-annex 3.20121211 --> 3.20130124 devel/hs-hashable 1.1.2.5 --> 1.2.0.5 devel/hs-hastache 0.4.2 --> 0.5.0 devel/hs-hlint 1.8.39 --> 1.8.43 devel/hs-hoogle 4.2.14 --> 4.2.15 devel/hs-hspec 1.4.2 --> 1.4.3 devel/hs-largeword 1.0.3 --> 1.0.4 devel/hs-lifted-base 0.2 --> 0.2.0.2 devel/hs-monad-logger 0.2.3 --> 0.2.3.2 devel/hs-optparse-applicative 0.4.2 --> 0.5.2.1 devel/hs-pool-conduit 0.1.0.3 --> 0.1.1 devel/hs-project-template 0.1.0.1 --> 0.1.1 devel/hs-silently 1.2.4 --> 1.2.4.1 devel/hs-smallcheck 0.6.1_2 --> 0.6.2 devel/hs-system-fileio 0.3.10 --> 0.3.11 devel/hs-unix-compat 0.4.0.0 --> 0.4.1.0 devel/hs-unordered-containers 0.2.2.1 --> 0.2.3.0 devel/hs-vault 0.2.0.1 --> 0.2.0.4 devel/hs-void 0.5.8 --> 0.5.11 devel/hs-word8 0.0.2 --> 0.0.3 mail/hs-mime-types 0.1.0.0 --> 0.1.0.2 math/hs-categories 1.0.4 --> 1.0.5 math/hs-comonad 3.0.0.2 --> 3.0.1.1 math/hs-comonad-transformers 3.0 --> 3.0.1 math/hs-distributive 0.2.2_2 --> 0.3 math/hs-pointed 3.0.1 --> 3.0.2 math/hs-semigroupoids 3.0.0.1 --> 3.0.2 math/hs-semigroups 0.8.4.1 --> 0.9 net/hs-network-conduit 0.6.1.1 --> 0.6.2.2 net/hs-simple-sendfile 0.2.8 --> 0.2.10 print/hs-hscolour 1.20.3,1 --> 1.20.3_1,1 security/hs-certificate 1.3.3 --> 1.3.5 security/hs-cipher-aes 0.1.5 --> 0.1.7 security/hs-clientsession 0.8.0.1 --> 0.8.1 security/hs-cprng-aes 0.2.4 --> 0.3.4 security/hs-crypto-conduit 0.4.1 --> 0.4.3 security/hs-cryptocipher 0.3.6 --> 0.4.0 security/hs-cryptohash 0.7.9 --> 0.8.3 security/hs-pem 0.1.1_2 --> 0.1.2 security/hs-skein 0.1.0.10 --> 0.1.0.11 security/hs-tls 1.0.2 --> 1.1.1 security/hs-tls-extra 0.5.0 --> 0.6.1 sysutils/hs-angel 0.3.3 --> 0.3.4 textproc/hs-Diff 0.1.3_3 --> 0.2.0 textproc/hs-attoparsec 0.10.2.0_2 --> 0.10.3.0 textproc/hs-blaze-html 0.5.1.1 --> 0.5.1.3 textproc/hs-blaze-markup 0.5.1.2 --> 0.5.1.4 textproc/hs-case-insensitive 0.4.0.3 --> 0.4.0.4 textproc/hs-citeproc-hs 0.3.6 --> 0.3.7 textproc/hs-double-conversion 0.2.0.5 --> 0.2.0.6 textproc/hs-highlighting-kate 0.5.3.3 --> 0.5.3.5 textproc/hs-hs-bibutils 4.15 --> 4.16 textproc/hs-regex-pcre-builtin 0.94.4.3.8.31 --> 0.94.4.5.8.31 textproc/hs-texmath 0.6.1.1 --> 0.6.1.3 textproc/hs-yaml 0.8.1.1 --> 0.8.2 www/hs-gitit 0.10.0.2 --> 0.10.1.2 www/hs-hamlet 1.1.1.1 --> 1.1.3.1 www/hs-heist 0.8.2 --> 0.11.0 www/hs-hjsmin 0.1.3 --> 0.1.4 www/hs-http-conduit 1.8.4.3 --> 1.8.7 www/hs-http-date 0.0.3 --> 0.0.4 www/hs-http-reverse-proxy 0.1.0.6 --> 0.1.1.1 www/hs-shakespeare-js 1.1.0 --> 1.1.1 www/hs-snap 0.9.2.2 --> 0.11.0 www/hs-wai-app-static 1.3.0.4 --> 1.3.1_1 www/hs-wai-extra 1.3.0.4 --> 1.3.2 www/hs-warp 1.3.5 --> 1.3.7.1 www/hs-xss-sanitize 0.3.2_2 --> 0.3.3 www/hs-yesod 1.1.4.1 --> 1.1.7.2 www/hs-yesod-auth 1.1.2 --> 1.1.3 www/hs-yesod-core 1.1.6.1 --> 1.1.7.1 www/hs-yesod-default 1.1.2 --> 1.1.3 www/hs-yesod-form 1.2.0.1 --> 1.2.0.2 www/hs-yesod-persistent 1.1.0 --> 1.1.0.1 www/hs-yesod-platform 1.1.5 --> 1.1.7.2 www/hs-yesod-static 1.1.1.1 --> 1.1.1.2 www/hs-yesod-test 0.3.1.1 --> 0.3.3 x11-wm/hs-xmonad 0.10_4 --> 0.11 x11-wm/hs-xmonad-contrib 0.10_4 --> 0.11 x11/hs-X11 1.5.0.1_3 --> 1.6.0.2 x11/hs-xmobar 0.14_3 --> 0.16 Obtained from: FreeBSD Haskell
* - Add UPDATING entry for gnutls updatenovel2013-02-061-3/+3
| | | | - Chase shlib version bump for dependant ports
* Mark as deprecated a bunch of ports that are marked as broken for more than 6bapt2013-02-053-12/+9
| | | | month without a fix
* - Update to 1.0.4miwi2013-02-042-8/+4
| | | | - Convert header
* - Convert Headermiwi2013-02-041-7/+2
| | | | - Reset maintainership
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-043-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.makc2013-02-042-2/+3
| | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip
* Update ports that refer to net/samba34 to use newer net/samba36timur2013-02-013-3/+3
|
* Chase boost updatebapt2013-01-316-27/+13
|
* Update to latest htmlxref.cnf versionjohans2013-01-302-3/+3
|
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-231-1/+1
|
* - Fix shebang lines [1]makc2013-01-233-13/+38
| | | | | | | - Rename and update patch - Switch to USE_PKGCONFIG Reported by: AN <andy at neu.net> via mail [1]
* Update to new upstream release 2.9.2 (January 12th, 2013); changes:mandree2013-01-212-4/+3
| | | | | Fixed handling of empty author parts in rare cases. Fixes bug 1124. Fetchers work again: Import inspection dialog is not modal any more.
* - Update to 1.11 [1]culot2013-01-182-4/+6
| | | | | | | | - Add LICENSE (BSD) Changes: http://search.cpan.org/dist/Net-Printer/ChangeLog PR: ports/175348 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Trimmed Makefile header (forgot before previous commit)glarkin2013-01-181-5/+1
|
* - Updated to 1.45glarkin2013-01-182-4/+3
| | | | | | ChangeLog: http://www.pdflabs.com/docs/pdftk-version-history/ Reported by: portscout
* - Update to 1.7.2culot2013-01-172-3/+3
| | | | | PR: ports/175352 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer)
* Remove dead MASTER_SITEcrees2013-01-131-2/+1
| | | | | | PR: ports/174444 Submitted by: 4721 Approved by: maintainer timeout (acm, 2m-2d)
* Update texinfo files to latest versionjohans2013-01-132-7/+7
|
* - Update to 2.4.11mva2013-01-122-9/+5
| | | | | PR: ports/175106 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* Update to 9.5.3.hrs2013-01-102-3/+3
| | | | | | | Submitted by: Tsurutani Naoki PR: ports/175158 Security: APSB13-02 Security: http://www.adobe.com/support/security/bulletins/apsb13-02.html
* Update to 2.5.1.rakuco2013-01-092-3/+3
| | | | | | | See http://www.lyx.org/announce/2_0_5_1.txt for more information on what has changed. Submitted by: Mikhail T. <mi@aldan.algebra.com>
* - Update DESKTOP_ENTRIES:makc2013-01-071-1/+1
| | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category, if missing - Remove indefinite article and/or rephrase COMMENT - Trim Makefile header - Other minor changes
* Remove deprecation of print/freetype. This port is needed for thegjb2013-01-071-3/+1
| | | | | | textproc/docproj build with CJK set. Assign maintainer to doceng@ until a suitable replacement is found.
* Fix MimeTypes -> MimeType in .desktop file,mandree2013-01-022-3/+3
| | | | so that JabRef gets registered as application for text/x-bibtex files.
* - Update to 11.87.hrs2013-01-023-264/+273
| | | | | | | - Add LICENSE. PR: ports/174223 Submitted by: Jan Henrik Sylvester
* Bump PORTREVISION after .desktop file update.mandree2013-01-021-1/+1
|
* Update .desktop file.mandree2013-01-021-1/+1
| | | | Submitted by: Max Brazhnikov
* Avoid redirects in WWW: URL.mandree2013-01-021-1/+1
|
* Take port maintainership (was unmaintained).mandree2013-01-021-1/+1
|
* Fix Name in .desktop file, fix Icon path.mandree2013-01-022-2/+3
|
* Update to new upstream release 2.9.1.mandree2013-01-025-7/+28
| | | | | | | | | | | | | | | | Add .desktop and icon file. Changes since 2.9: - Command line option --importToOpen now also adds to an open tab when JabRef is launched. - Importing of entries works again. Fixes bug 1121. - Import inspection dialog is now modal. - Replaced Java launcher by launch4j. Fixes bugs 1100, 1103, 1123. - Menu font size can now be changed again. Help contents are also enlarged accordingly. Fixes bug 1122. Changes since 2.8.1: see http://jabref.sourceforge.net/revisionhistory.php
* - Update to 2.1bdrewery2013-01-022-8/+4
| | | | | | | | - Trim header PR: ports/174509 Submitted by: Roman Naumann <namor@hemio.de> Approved by: Veit Jahns <idolum@users.sourceforge.net> (maintainer)
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-302-0/+6
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* Backout on the WITH_LCD_FILTERING part. It's not enable by default, which itmezz2012-12-291-0/+16
| | | | | | | | was some different render that got enabled. The subpixel rendering is still patented. Therefore, add back the WITH_LCD_FILTERING optional for anyone that who want to enable it. Reported by: Jan Beich <jbeich@tormail.org>
* - Update to 2.4.11.mezz2012-12-294-127/+7
| | | | | | | | | | | | - Remove the LCD filtering option to enable because of patent issue. The patent has been expired and this option was already enabled for long time by now.[1] - Update the header to fit with our handbook guide. Reported by: Anders N. wicked@baot.se (need to update for security) Submitted by: eadler [1] Security: CVE-2012-5668 CVE-2012-5669 CVE-2012-5670
* Fix file installation when MDNSRESPONDER=onpawel2012-12-281-0/+4
| | | | | PR: ports/174352 (based on) Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info>
* - Update to 2.0.5.rakuco2012-12-264-16/+29
| | | | | | | - Convert to OptionsNG. - Install the .desktop file and PNG icon into ${PREFIX} instead of ${LOCALBASE}. This should make no difference to everyone else, but makes using `port test' easier with the port.
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-203-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2012.4.0.0 - Update Gtk2Hs to 0.12.4 - Transfer maintainership of math/hs-math-functions to haskell@ [1] Please note that port revisions for all the Haskell ports without version changes are bumped. Some further highlights of the update: - Trim Makefile headers - Enable dynamic libraries and dynamic linking by default - Enable bootstrapping by versions of GHC and HsColour already installed - Use GCC and binutils from ports New ports (32): devel/hs-List 0.5.1 devel/hs-ReadArgs 1.2.1 devel/hs-SafeSemaphore 0.9.0 devel/hs-activehs-base 0.3.0.2 devel/hs-async 2.0.1.3 devel/hs-basic-prelude 0.3.1.0 devel/hs-classy-prelude 0.4.1 devel/hs-classy-prelude-conduit 0.4.1 devel/hs-data-pprint 0.2.1.4 devel/hs-date-cache 0.3.0 devel/hs-fsnotify 0.0.4 devel/hs-hinotify 0.3.5 devel/hs-hspec-expectations 0.3.0.3 devel/hs-kqueue 0.1.2.4 devel/hs-monad-logger 0.2.3 devel/hs-optparse-applicative 0.4.2 devel/hs-project-template 0.1.0.1 devel/hs-setenv 0.1.0 devel/hs-simple-reflect 0.2 devel/hs-threads 0.5.0.1 devel/hs-time-compat 0.1.0.2 devel/hs-unix-time 0.1.4 devel/hs-word8 0.0.2 graphics/hs-dia-base 0.1.1.2 graphics/hs-dia-functions 0.2.1.3 mail/hs-mime-types 0.1.0.0 net/hs-network-info 0.2.0.3 net/hs-network-multicast 0.0.7 security/hs-cipher-aes 0.1.5 textproc/hs-hexpat 0.20.3 www/hs-activehs 0.3.0.1 www/hs-http-reverse-proxy 0.1.0.6 Updated ports (211): archivers/hs-tar 0.4.0.0_1 --> 0.4.0.1 archivers/hs-zip-archive 0.1.1.8_1 --> 0.1.2.1 archivers/hs-zlib 0.5.3.3_1 --> 0.5.4.0 archivers/hs-zlib-bindings 0.1.0.1_1 --> 0.1.1.2 archivers/hs-zlib-conduit 0.4.0.2 --> 0.5.0.3 archivers/hs-zlib-enum 0.2.2.1_1 --> 0.2.3 audio/hs-libmpd 0.8.0_1 --> 0.8.0.1 benchmarks/hs-criterion 0.6.0.1_2 --> 0.6.2.0 converters/hs-dataenc 0.14.0.3_2 --> 0.14.0.4 converters/hs-json 0.5_1 --> 0.7 databases/hs-persistent 0.9.0.4_1 --> 1.0.2.2 databases/hs-persistent-sqlite 0.9.0.2_1 --> 1.0.1 databases/hs-persistent-template 0.9.0.2_1 --> 1.0.0.2 devel/hs-Boolean 0.0.1_5 --> 0.1.1 devel/hs-DeepArrow 0.3.5_2 --> 0.3.7 devel/hs-HUnit 1.2.4.2_2 --> 1.2.5.1 devel/hs-MemoTrie 0.5_1 --> 0.6.1 devel/hs-MissingH 1.1.1.0_2 --> 1.2.0.0 devel/hs-MonadCatchIO-mtl 0.3.0.4_3 --> 0.3.0.5 devel/hs-QuickCheck 2.4.2_1 --> 2.5.1.1 devel/hs-Stream 0.4.6_2 --> 0.4.6.1 devel/hs-TypeCompose 0.9.1_2 --> 0.9.7 devel/hs-abstract-deque 0.1.5_1 --> 0.1.6 devel/hs-alex 3.0.1_1 --> 3.0.2 devel/hs-arrows 0.4.4.0_4 --> 0.4.4.1 devel/hs-asn1-data 0.6.1.3_1 --> 0.7.1 devel/hs-base-unicode-symbols 0.2.2.3_2 --> 0.2.2.4 devel/hs-base64-bytestring 0.1.2.0 --> 1.0.0.0 devel/hs-blaze-builder-conduit 0.4.0.2_1 --> 0.5.0.3 devel/hs-blaze-builder-enumerator 0.2.0.4_1 --> 0.2.0.5 devel/hs-blaze-textual 0.2.0.6_2 --> 0.2.0.8 devel/hs-bytestring-nums 0.3.5_2 --> 0.3.6 devel/hs-c2hs 0.16.3_3 --> 0.16.4 devel/hs-cmdargs 0.9.5_1 --> 0.10.1 devel/hs-conduit 0.4.2_1 --> 0.5.5 devel/hs-configurator 0.2.0.0_2 --> 0.2.0.1 devel/hs-cpphs 1.14 --> 1.15 devel/hs-darcs 2.8.1_1 --> 2.8.3 devel/hs-data-default 0.4.0_1 --> 0.5.0 devel/hs-directory-tree 0.10.1 --> 0.11.0 devel/hs-edit-distance 0.2.1_1 --> 0.2.1.1 devel/hs-fast-logger 0.0.2_2 --> 0.3.1 devel/hs-file-embed 0.0.4.4_1 --> 0.0.4.6 devel/hs-filemanip 0.3.5.2_6 --> 0.3.6.2 devel/hs-filestore 0.5_1 --> 0.5.0.1 devel/hs-filesystem-conduit 0.4.0_1 --> 0.5.0.2 devel/hs-gconf 0.12.1_3 --> 0.12.1.1 devel/hs-ghc-events 0.4.0.0_2 --> 0.4.2.0 devel/hs-ghc-mtl 1.0.1.1_2 --> 1.0.1.2 devel/hs-gio 0.12.3_1 --> 0.12.4 devel/hs-git-annex 3.20120807 --> 3.20121211 devel/hs-glib 0.12.3.1_1 --> 0.12.4 devel/hs-gtk2hs-buildtools 0.12.3.1_1 --> 0.12.4 devel/hs-haddock 2.10.0_1 --> 2.11.0 devel/hs-happy 1.18.9_1 --> 1.18.10 devel/hs-hashable 1.1.2.3_1 --> 1.1.2.5 devel/hs-hashed-storage 0.5.9_2 --> 0.5.10 devel/hs-hashtables 1.0.1.6_1 --> 1.0.1.8 devel/hs-haskell-src-exts 1.13.3_1 --> 1.13.5 devel/hs-hastache 0.4.1 --> 0.4.2 devel/hs-hint 0.3.3.4_1 --> 0.3.3.5 devel/hs-hlint 1.8.30 --> 1.8.39 devel/hs-hoogle 4.2.11_1 --> 4.2.14 devel/hs-hslogger 1.1.5_2 --> 1.2.1 devel/hs-hspec 1.2.0.1 --> 1.4.2 devel/hs-language-javascript 0.5.4_1 --> 0.5.7 devel/hs-largeword 1.0.1_2 --> 1.0.3 devel/hs-lifted-base 0.1.1_1 --> 0.2 devel/hs-logict 0.5.0.1_1 --> 0.5.0.2 devel/hs-monad-control 0.3.1.3_1 --> 0.3.1.4 devel/hs-mtl 2.1.1_1 --> 2.1.2 devel/hs-murmur-hash 0.1.0.5_2 --> 0.1.0.6 devel/hs-parallel 3.2.0.2_1 --> 3.2.0.3 devel/hs-pool-conduit 0.1.0.2_1 --> 0.1.0.3 devel/hs-primitive 0.4.1_2 --> 0.5.0.1 devel/hs-resource-pool 0.2.1.0_1 --> 0.2.1.1 devel/hs-resourcet 0.3.3.1 --> 0.4.4 devel/hs-silently 1.2.0.2 --> 1.2.4 devel/hs-split 0.1.4.3 --> 0.2.1.1 devel/hs-stm 2.3_1 --> 2.4 devel/hs-syb 0.3.6.1_1 --> 0.3.7 devel/hs-syb-with-class 0.6.1.3_2 --> 0.6.1.4 devel/hs-system-fileio 0.3.8 --> 0.3.10 devel/hs-system-filepath 0.4.6_1 --> 0.4.7 devel/hs-tagged 0.4.2.1_1 --> 0.4.4 devel/hs-temporary 1.1.2.3_1 --> 1.1.2.4 devel/hs-terminfo 0.3.2.4 --> 0.3.2.5 devel/hs-test-framework 0.6_1 --> 0.8 devel/hs-test-framework-hunit 0.2.7_2 --> 0.3.0 devel/hs-test-framework-quickcheck2 0.2.12.2_1 --> 0.3.0.1 devel/hs-text 0.11.2.0_1 --> 0.11.2.3 devel/hs-threadscope 0.2.1_3 --> 0.2.2 devel/hs-uniplate 1.6.7_1 --> 1.6.10 devel/hs-unix-compat 0.3.0.1_1 --> 0.4.0.0 devel/hs-unordered-containers 0.2.1.0_1 --> 0.2.2.1 devel/hs-uuagc 0.9.40.3_1 --> 0.9.42.2 devel/hs-uuagc-cabal 1.0.2.0_2 --> 1.0.4.0 devel/hs-vault 0.2.0.0_1 --> 0.2.0.1 devel/hs-vector 0.9.1_2 --> 0.10.0.1 devel/hs-vector-algorithms 0.5.4_1 --> 0.5.4.2 devel/hs-void 0.5.6 --> 0.5.8 ftp/hs-curl 1.3.7_3 --> 1.3.8 graphics/hs-cairo 0.12.3.1_1 --> 0.12.4 lang/hs-unlambda 0.1_6 --> 0.1.3 mail/hs-email-validate 0.2.8_1 --> 0.3.2 mail/hs-mime 0.3.3.2 --> 0.3.4 mail/hs-mime-mail 0.4.1.1_2 --> 0.4.1.2 math/hs-categories 1.0.3_1 --> 1.0.4 math/hs-comonad 1.1.1.6_1 --> 3.0.0.2 math/hs-comonad-transformers 2.1.2 --> 3.0 math/hs-data-lens 2.10.0_1 --> 2.10.2 math/hs-data-lens-template 2.1.5_1 --> 2.1.7 math/hs-math-functions 0.1.1.1_2 --> 0.1.1.2 [1] math/hs-mwc-random 0.12.0.0_1 --> 0.12.0.1 math/hs-pointed 2.1.0.2_1 --> 3.0.1 math/hs-semigroupoids 1.3.4 --> 3.0.0.1 math/hs-semigroups 0.8.3.2_1 --> 0.8.4.1 math/hs-statistics 0.10.1.0_1 --> 0.10.2.0 math/hs-vector-space 0.8.2 --> 0.8.6 multimedia/hs-gstreamer 0.12.1.1_1 --> 0.12.1.2 net/hs-network 2.3.0.13_1 --> 2.3.1.0 net/hs-network-conduit 0.4.0.1_1 --> 0.6.1.1 net/hs-pcap 0.4.5.1_4 --> 0.4.5.2 net/hs-sendfile 0.7.6_1 --> 0.7.8 net/hs-simple-sendfile 0.2.4 --> 0.2.8 net/hs-socks 0.4.1_1 --> 0.4.2 print/hs-hscolour 1.20.2,1 --> 1.20.3,1 security/hs-Crypto 4.2.5_1 --> 4.2.5.1 security/hs-HsOpenSSL 0.10.3.2 --> 0.10.3.3 security/hs-RSA 1.2.1.0_1 --> 1.2.2.0 security/hs-SHA 1.5.0.1_1 --> 1.6.1 security/hs-certificate 1.2.3_1 --> 1.3.3 security/hs-clientsession 0.7.5_1 --> 0.8.0.1 security/hs-cprng-aes 0.2.3_2 --> 0.2.4 security/hs-crypto-conduit 0.3.2_1 --> 0.4.1 security/hs-crypto-pubkey-types 0.1.1_1 --> 0.2.0 security/hs-cryptocipher 0.3.5 --> 0.3.6 security/hs-cryptohash 0.7.5_1 --> 0.7.9 security/hs-digest 0.0.1.1_1 --> 0.0.1.2 security/hs-monadcryptorandom 0.4.1_1 --> 0.5 security/hs-pureMD5 2.1.0.3_2 --> 2.1.2.1 security/hs-pwstore-fast 2.2_2 --> 2.3 security/hs-skein 0.1.0.7_1 --> 0.1.0.10 security/hs-tls 0.9.5_1 --> 1.0.2 security/hs-tls-extra 0.4.6_1 --> 0.5.0 sysutils/hs-angel 0.3.2_1 --> 0.3.3 textproc/hs-HStringTemplate 0.6.8_2 --> 0.6.12 textproc/hs-attoparsec-conduit 0.4.0.1_1 --> 0.5.0.3 textproc/hs-attoparsec-enumerator 0.3_2 --> 0.3.1 textproc/hs-blaze-html 0.5.0.0 --> 0.5.1.1 textproc/hs-blaze-markup 0.5.1.0_1 --> 0.5.1.2 textproc/hs-case-insensitive 0.4.0.1_2 --> 0.4.0.3 textproc/hs-citeproc-hs 0.3.4_1 --> 0.3.6 textproc/hs-double-conversion 0.2.0.4_2 --> 0.2.0.5 textproc/hs-highlighting-kate 0.5.1_1 --> 0.5.3.3 textproc/hs-hs-bibutils 4.12_4 --> 4.15 textproc/hs-html-conduit 0.0.1_1 --> 0.1.0.4 textproc/hs-hxt 9.2.2_1 --> 9.3.1.1 textproc/hs-lhs2tex 1.17_4 --> 1.18.1 textproc/hs-pandoc 1.9.4.2 --> 1.9.4.5 textproc/hs-parsec 3.1.2_1 --> 3.1.3 textproc/hs-regex-pcre-builtin 0.94.2.1.7.7_4 --> 0.94.4.3.8.31 textproc/hs-regex-posix 0.95.1_2 --> 0.95.2 textproc/hs-stringsearch 0.3.6.3_2 --> 0.3.6.4 textproc/hs-tagsoup 0.12.6_2 --> 0.12.8 textproc/hs-tagstream-conduit 0.3.2_1 --> 0.5.3 textproc/hs-texmath 0.6.0.6_1 --> 0.6.1.1 textproc/hs-xml-conduit 0.7.0.3_1 --> 1.0.3.3 textproc/hs-xml-types 0.3.2 --> 0.3.3 textproc/hs-xmlhtml 0.2.0.2 --> 0.2.0.3 textproc/hs-yaml 0.7.0.3 --> 0.8.1.1 www/hs-HTTP 4000.2.3_1 --> 4000.2.5 www/hs-authenticate 1.2.1.1_1 --> 1.3.2 www/hs-cookie 0.4.0_1 --> 0.4.0.1 www/hs-gitit 0.10.0.1 --> 0.10.0.2 www/hs-hamlet 1.0.1.4 --> 1.1.1.1 www/hs-happstack 7.0.0_1 --> 7.0.1 www/hs-happstack-server 7.0.3 --> 7.1.1 www/hs-heist 0.8.1.1 --> 0.8.2 www/hs-hjsmin 0.1.2_1 --> 0.1.3 www/hs-http-conduit 1.4.1.10 --> 1.8.4.3 www/hs-http-date 0.0.2_1 --> 0.0.3 www/hs-http-server 1_5 --> 1.0.1 www/hs-http-types 0.6.11_1 --> 0.7.3.0.1 www/hs-path-pieces 0.1.1_1 --> 0.1.2 www/hs-shakespeare 1.0.0.2_1 --> 1.0.2 www/hs-shakespeare-css 1.0.1.2_1 --> 1.0.2 www/hs-shakespeare-js 1.0.0.3_1 --> 1.1.0 www/hs-shakespeare-text 1.0.0.2_1 --> 1.0.0.5 www/hs-snap 0.9.0.1 --> 0.9.2.2 www/hs-snap-core 0.9.0 --> 0.9.2.2 www/hs-snap-server 0.9.0 --> 0.9.2.4 www/hs-wai 1.2.0.3 --> 1.3.0.1 www/hs-wai-app-static 1.2.0.4 --> 1.3.0.4 www/hs-wai-extra 1.2.0.5 --> 1.3.0.4 www/hs-wai-logger 0.1.4_1 --> 0.3.0 www/hs-wai-test 1.2.0.2_1 --> 1.3.0 www/hs-warp 1.2.2 --> 1.3.5 www/hs-yesod 1.0.1.6_1 --> 1.1.4.1 www/hs-yesod-auth 1.0.2.1_1 --> 1.1.2 www/hs-yesod-core 1.0.1.2_1 --> 1.1.6.1 www/hs-yesod-default 1.0.1.1_1 --> 1.1.2 www/hs-yesod-form 1.0.0.4_1 --> 1.2.0.1 www/hs-yesod-json 1.0.0.1_1 --> 1.1.2 www/hs-yesod-persistent 1.0.0.1_1 --> 1.1.0 www/hs-yesod-platform 1.0.5 --> 1.1.5 www/hs-yesod-routes 1.0.1.2_1 --> 1.1.1.1 www/hs-yesod-static 1.0.0.3_1 --> 1.1.1.1 www/hs-yesod-test 0.2.1 --> 0.3.1.1 x11-toolkits/hs-gtk 0.12.3.1 --> 0.12.4 x11-toolkits/hs-pango 0.12.3_1 --> 0.12.4 Removed ports (1): textproc/hs-xml2html 0.1.2.3_1 Approved by: wen (maintainer) [1] Obtained from: FreeBSD Haskell
* DeforaOS desktop PDF viewerbapt2012-12-194-0/+31
| | | | | PR: ports/172999 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
* Lbrary and tools providing ability to interpret and import Microsoft Publisherbapt2012-12-186-0/+65
| | | | content into various applications.
* Remove support for perl 5.8.tobez2012-12-181-14/+3
| | | | Nudged by: az