aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-238-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - Update to 2.14Pietro Cerutti2014-04-223-90/+9
| | | | | | | | Changes: * Rationalize buffer usage and suppress private buff module. Notes: svn path=/head/; revision=351858
* Switch from py-requests1 to py-requestsAntoine Brodin2014-04-221-3/+3
| | | | Notes: svn path=/head/; revision=351818
* Update to 4.5.3.Adam Weinberger2014-04-202-4/+4
| | | | Notes: svn path=/head/; revision=351632
* Fix buildAntoine Brodin2014-04-201-6/+4
| | | | | | | | | PR: ports/188387 Submitted by: maintainer Reported by: pkg-fallout Notes: svn path=/head/; revision=351628
* - Stop removing directories from BSD.local.dist.Bryan Drewery2014-04-192-58/+1
| | | | | | | | | | | | | | This fixes false-positive leftover (files removed) warnings in Redports/QAT/Tinderbox. Note that some of these ports still have Orphans which I did not address. With hat: portmgr Spotted by: new 'check-plist' Notes: svn path=/head/; revision=351583
* - Take maintainershipRene Ladan2014-04-181-10/+7
| | | | | | | | | - Unexpire - Stage - USE_GMAKE=yes -> USES=gmake Notes: svn path=/head/; revision=351532
* Remove expired ports:Rene Ladan2014-04-189-155/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared 2014-04-17 science/flounder: Unmaintained since 2002 2014-04-17 security/nbaudit: Unmaintained since 2002 2014-04-17 security/saint: Unmaintained since 2002 2014-04-17 graphics/gozer: Unmaintained since 2002 2014-04-17 misc/pdfmap: Unmaintained since 2002 2014-04-17 devel/showgrammar: Unmaintained since 2002 2014-04-17 biology/libgenome: Unmaintained since 2002 2014-04-17 deskutils/narval: Unmaintained since 2002 2014-04-17 devel/fampp: Unmaintained since 2002 2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002 2014-04-17 misc/wmfirew: Unmaintained since 2002 2014-04-17 x11-wm/e16utils: Unmaintained since 2002 2014-04-17 misc/salias: Unmaintained since 2002 2014-04-17 print/latex2slides: Unmaintained since 2002 2014-04-17 lang/sxm: Unmaintained since 2002 2014-04-17 textproc/pybook: Unmaintained since 2002 2014-04-17 mail/mailcrypt: Unmaintained since 2002 2014-04-17 japanese/elvis: Unmaintained since 2002 2014-04-17 devel/prototype: Unmaintained since 2002 2014-04-17 print/wprint: Unmaintained since 2002 2014-04-17 science/euler: Unmaintained since 2002 2014-04-17 multimedia/gopchop: Unmaintained since 2002 2014-04-17 science/gdis: Unmaintained since 2002 2014-04-17 net/googolplex: Unmaintained since 2002 2014-04-17 lang/logo: Unmaintained since 2002 2014-04-17 textproc/roap: Unmaintained since 2002 2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002 2014-04-17 games/yamsweeper: Unmaintained since 2002 2014-04-17 net-mgmt/echolot: Unmaintained since 2002 2014-04-17 security/pam_smb: Unmaintained since 2002 2014-04-18 devel/lua-redis-parser: Broken for more than 6 months 2014-04-18 biology/finchtv: Broken for more than 6 months 2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/) Notes: svn path=/head/; revision=351531
* - Update to 3.3.5Steve Wills2014-04-182-3/+3
| | | | Notes: svn path=/head/; revision=351511
* Bump portrevision for libxml2 shlib change.Niclas Zeising2014-04-161-1/+1
| | | | Notes: svn path=/head/; revision=351418
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-1643-39/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Update to version 4.7.2Marcus von Appen2014-04-162-3/+3
| | | | Notes: svn path=/head/; revision=351409
* Bump PORTREVISION since the previous commit changed the package list.Emanuel Haupt2014-04-161-0/+1
| | | | Notes: svn path=/head/; revision=351393
* Use @sample pkg-plist macro.Emanuel Haupt2014-04-162-4/+2
| | | | Notes: svn path=/head/; revision=351392
* - fix unknown encodings with ruby 1.9.3Dirk Meyer2014-04-162-4/+12
| | | | Notes: svn path=/head/; revision=351374
* textproc/py-sphinxcontrib-httpdomain: update to 1.2.1William Grzybowski2014-04-152-4/+3
| | | | Notes: svn path=/head/; revision=351363
* Update to 3.0.1Antoine Brodin2014-04-143-10/+10
| | | | Notes: svn path=/head/; revision=351277
* Lasem aims to be a C/GObject based SVG/MathML renderer and editor. It usesOlivier Duchateau2014-04-137-0/+108
| | | | | | | | | cairo and pango as it's rendering abstraction layer. WWW: https://wiki.gnome.org/Projects/Lasem Notes: svn path=/head/; revision=351230
* Remove expired ports:Rene Ladan2014-04-138-92/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-12 net/pvm++: Unmaintained since 2001 2014-04-12 devel/ixlib: Unmaintained since 2001 2014-04-12 mail/althea: Unmaintained since 2001 2014-04-12 graphics/claraocr: Unmaintained since 2001 2014-04-12 graphics/qvplay: Unmaintained since 2001 2014-04-12 print/guitartex: Unmaintained since 2001 2014-04-12 print/pnm2ppa: Unmaintained since 2001 2014-04-12 graphics/opendis: Unmaintained since 2001 2014-04-12 net/gnome-mud: Unmaintained since 2001 2014-04-12 graphics/maverik: Unmaintained since 2001 2014-04-12 biology/rasmol: Unmaintained since 2001 2014-04-12 mail/mail2procmailrc: Unmaintained since 2001 2014-04-12 science/felt: Unmaintained since 2001 2014-04-12 textproc/pardiff: Unmaintained since 2001 2014-04-12 lang/klone: Unmaintained since 2001 2014-04-12 net/rmsg: Unmaintained since 2001 2014-04-12 net/sharity-light: Unmaintained since 2001 2014-04-12 biology/genpak: Unmaintained since 2001 2014-04-12 net/forg: Unmaintained since 2001 2014-04-12 misc/txt2regex: Unmaintained since 2001 2014-04-12 textproc/ipdf: Unmaintained since 2001 2014-04-12 graphics/plotmtv: Unmaintained since 2001 2014-04-12 devel/happydoc: Unmaintained since 2001 2014-04-12 print/cpp2latex: Unmaintained since 2001 2014-04-12 graphics/svg2swf: Unmaintained since 2001 2014-04-12 devel/flick: Unmaintained since 2001 2014-04-12 mail/smail: Unmaintained since 2001 2014-04-12 net/net-http: Unmaintained since 2001 2014-04-12 security/cfv: Unmaintained since 2001 2014-04-12 graphics/camediaplay: Unmaintained since 2001 2014-04-12 math/umatrix: Unmaintained since 2001 Notes: svn path=/head/; revision=351202
* SassC is a wrapper around libsass (http://github.com/hcatlin/libsass) usedNicola Vitale2014-04-134-0/+39
| | | | | | | | | | to generate a useful command-line application that can be installed and packaged for several operating systems. WWW: http://libsass.org Notes: svn path=/head/; revision=351182
* Libsass is a C/C++ port of the Sass CSS precompiler.Nicola Vitale2014-04-135-0/+47
| | | | | | | | | | | | | The original version was written in Ruby, but this version is meant for efficiency and portability. This library strives to be light, simple, and easy to build and integrate with a variety of platforms and languages. WWW: http://libsass.org/ Notes: svn path=/head/; revision=351181
* Do not add 4.1.2/docbook.cat to catalogAntoine Brodin2014-04-121-2/+2
| | | | | | | | | | | This fixes docbook2man at runtime and unbreaks gnome-packagekit build Silence from: doceng Reported by: pkg-fallout since several weeks With hat: portmgr Notes: svn path=/head/; revision=351131
* Remove expired ports:Rene Ladan2014-04-1123-528/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-10 www/p5-CGI-modules: No more public distfiles 2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules 2014-03-10 www/sbox-dtc: No more public distfiles 2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc 2014-03-10 textproc/glimpse: No more public distfiles 2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse 2014-04-10 misc/tkman: Depends on expired textproc/glimpse 2014-04-09 devel/asl: Unmaintained since 1997 2014-04-09 net/pcnfsd: Unmaintained since 1997 2014-04-10 cad/chipmunk: Unmaintained since 1999 2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated. 2014-04-10 www/mambo: Broken for more than 6 months 2014-04-10 devel/lua-rds-parser: Broken for more than 6 months 2014-04-10 editors/the: Unmaintained since 1999 2014-04-10 japanese/exmh2: Unmaintained since 1999 2014-04-10 net/freewais-sf: Unmaintained since 1999 2014-04-10 editors/elvis: Unmaintained since 1999 2014-04-10 japanese/sed: Unmaintained since 1999 2014-04-10 x11-fm/xfm: Unmaintained since 1999 2014-04-10 print/rtf2latex: Unmaintained since 1999 2014-04-10 graphics/fbm: Unmaintained since 1999 2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000 2014-04-11 emulators/prodosemu: Unmaintained since 2000 2014-04-11 security/gtkportscan: Unmaintained since 2000 2014-04-11 graphics/xmfract: Unmaintained since 2000 2014-04-11 databases/xmbase-grok: Unmaintained since 2000 2014-04-11 emulators/svr4_base: Unmaintained since 2000 2014-04-11 math/freefem: Unmaintained since 2000 2014-04-11 graphics/tiff2png: Unmaintained since 2000 2014-04-11 math/wingz: Unmaintained since 2000 2014-04-11 lang/STk: Unmaintained since 2000 2014-04-11 graphics/kdc2tiff: Unmaintained since 2000 2014-04-11 math/xlispstat: Unmaintained since 2000 2014-04-11 databases/typhoon: Unmaintained since 2000 2014-04-11 graphics/dc20ctrl: Unmaintained since 2000 2014-04-11 www/fhttpd: Unmaintained since 2000 2014-04-11 graphics/xmorph: Unmaintained since 2000 2014-04-11 editors/axe: Unmaintained since 2000 2014-04-11 www/cgic: Unmaintained since 2000 Notes: svn path=/head/; revision=350942
* 2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the ↵Baptiste Daroussin2014-04-114-43/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 3.x version which is not compatible with 2.x 2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import 2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import 2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import Notes: svn path=/head/; revision=350933
* - Reassign to the heap at maintainer's requestFrederic Culot2014-04-111-1/+1
| | | | | | | With hat: portmgr-lurker Notes: svn path=/head/; revision=350892
* - Take Denis Pokataev's Perl ports maintainershipFrederic Culot2014-04-112-2/+2
| | | | | | | Approved by: Denis Pokataev <catone@cpan.org> (maintainer, via email) Notes: svn path=/head/; revision=350888
* Fix packaging/stagingBryan Drewery2014-04-111-1/+1
| | | | | | | | Reported by: pkg-fallout Pointyhat to: mat Notes: svn path=/head/; revision=350887
* Mark as broken non staged ports using the ruby frameworkBaptiste Daroussin2014-04-091-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=350669
* Upgrade to new upstream release 0.0.26. Upstream changes:Matthias Andree2014-04-073-18/+5
| | | | | | | | | | - fix build with automake 1.13+ - handle used css lists in epub format - fix broken noextensions option recognition (dropped from our patch) - searchpath option no longer produces a warning about bad shell syntax Notes: svn path=/head/; revision=350542
* Fix the compilation of the python modules. To not refer to the stagedir.Koop Mast2014-04-071-3/+4
| | | | Notes: svn path=/head/; revision=350529
* Support stageBaptiste Daroussin2014-04-071-5/+4
| | | | Notes: svn path=/head/; revision=350520
* support stageBaptiste Daroussin2014-04-072-16/+16
| | | | Notes: svn path=/head/; revision=350519
* Support stageBaptiste Daroussin2014-04-071-6/+5
| | | | Notes: svn path=/head/; revision=350518
* Support stageBaptiste Daroussin2014-04-071-7/+6
| | | | Notes: svn path=/head/; revision=350517
* Support stageBaptiste Daroussin2014-04-071-28/+12
| | | | Notes: svn path=/head/; revision=350516
* Mark as broken: not stage friendly, no more public distfilesBaptiste Daroussin2014-04-071-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=350514
* Mark as broken: not stage friendly, no more public distfilesBaptiste Daroussin2014-04-071-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=350513
* Mark as broken: does not fetchBaptiste Daroussin2014-04-071-1/+2
| | | | Notes: svn path=/head/; revision=350512
* Fix packaging as a userBaptiste Daroussin2014-04-071-0/+2
| | | | Notes: svn path=/head/; revision=350489
* - Update to 2014.04.06Sunpoet Po-Chuan Hsieh2014-04-072-3/+3
| | | | Notes: svn path=/head/; revision=350445
* - Update to 2014.04.06Sunpoet Po-Chuan Hsieh2014-04-072-3/+3
| | | | Notes: svn path=/head/; revision=350444
* - Update to 2014.04.06Sunpoet Po-Chuan Hsieh2014-04-072-3/+3
| | | | Notes: svn path=/head/; revision=350443
* Stage supportAntoine Brodin2014-04-061-13/+8
| | | | Notes: svn path=/head/; revision=350416
* Package somethingAntoine Brodin2014-04-061-3/+4
| | | | | | | Reported by: poudriere, make check-orphans Notes: svn path=/head/; revision=350412
* UnbreakAntoine Brodin2014-04-051-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=350213
* - Chase libexiv2.so shlib version bump after r350163Alexey Dokuchaev2014-04-041-4/+3
| | | | | | | | | - Fix nearby minor style issues while here (not all) Approved by: portmgr (bapt), some ports are still NO_STAGE :( Notes: svn path=/head/; revision=350164
* Correct licenseTom Judge2014-04-042-8/+5
| | | | Notes: svn path=/head/; revision=350135
* - Update to version 4.7.1Marcus von Appen2014-04-042-3/+3
| | | | | | | Changelog: https://lucene.apache.org/core/4_7_1/changes/Changes.html Notes: svn path=/head/; revision=350102
* Add Elasticsearch Marvel management plugin.Tom Judge2014-04-036-0/+341
| | | | | | | WWW: http://www.elasticsearch.com/marvel/ Notes: svn path=/head/; revision=350043
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!Max Brazhnikov2014-04-034-8/+6
| | | | | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc. Notes: svn path=/head/; revision=349983