aboutsummaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* Reset cjh due to inactivity. We hope to see him back again soon.linimon2010-01-032-3/+1
| | | | Hat: portmgr
* - Unbreak and enable amd64 build, now that gcc42 port builds gcj42 onglarkin2009-12-312-8/+21
| | | | i386 and amd64
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcmiwi2009-12-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | PR: ports/136065 ports/127469 Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com> - Early identify port CONFLICTS PR: 137855 Submitted by: Piotr Smyrak <smyru@heron.pl> - Add --no-same-permissions to the EXTRACT_AFTER_ARGS command. Tijl Coosemans has been reported an issue that when root is extracting from the tarball, and the tarball contains world writable files (sysutils/policykit as an example), there is a chance that the files gets changed by malicious third parties right after the extraction, which makes it possible to inject code into the package thus compromise the system. Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@) - Fix some whitespaces Tested with: exp-run
* Remove an unneeded plist line to make QAT happy.delphij2009-12-292-1/+1
| | | | Pointy hat to: delphij
* - mark BROKEN on ia64dinoex2009-12-261-0/+3
|
* - Update to 2.13.9gahr2009-12-233-16/+21
|
* Fix broken installation.delphij2009-12-232-2/+8
| | | | | Submitted by: maintainer PR: ports/141900
* Update to 5.2.4ahze2009-12-2211-12150/+1868
|
* - Narrow down directories scanned by mktexlsr(1).hrs2009-12-223-31/+27
| | | | - Style clean-ups.
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-2116-37/+5
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken frombsam2009-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR/137956 by Ashish SHUKLA (thanks!). [1] Those ports which define EMACS_PORT_NAME to be "emacs21" were not touched (this time). They may be converted to the new world order by removing the above mentioned assignment. Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 (they do not compile): . lang/bigloo; . mail/wanderlust; . mail/wanderlust-devel; . www/emacs-w3m. Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: . japanese/egg-canna (the port version is dated as of 2001, does not compile with Emacs 23 and seems it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Changes that were made after (and as a result of) exp run. For those ports: . japanese/migemo-emacs21; . japanese/migemo-emacs22 EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate emacs port name. PR: ports/137956 [1], ports/141369 [2] Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1], bsam (me) [2] Exp-run by: miwi
* Update to 22.84.16.hrs2009-12-213-8/+6
|
* Fix build when WITH_FT_BRIDGE=1.hrs2009-12-211-6/+6
| | | | | Reported by: Naveen Nathan PR: ports/141798
* Update to 8.70. Changes include:hrs2009-12-208-1040/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This release fixes a large number of issues with transparency, especially as it interacts with color space conversion, mask contexts and patterns. There have also been a number of significant fixes to font handling, especially when generating PDF. And there are numerous robustness, correctness and performance improvements. - New generic Esc/Page devices, eplmono and eplcolor were added to the contrib directory. A new cdnj500 device was added to support the HP DesignJet 500. - The licensing of the Free version of the core Ghostscript code has been changed to GPLv3 or later. Previously, the core code was GPLv2 only. Ghostscript can now be used with GPLv3 applications, and can no longer be used with applications that are GPLv2-only. - This release also includes security fixes addressing CVE-2009-0583 and CVE-2009-0792. [Incompatible changes] - The size of PostScript integers has been limited to 32 bits. Previously they used the C long type resulting in 64 bits of precision on LP64 systems (like on x86_64). As of this release all platforms match the recommended implementation limits in the specification.
* Fix a updmap issue "psfonts_t1.map not found".hrs2009-12-192-4/+6
| | | | Reported by: Anton Shterenlikht and Naram Qashat
* - Mark BROKEN until gcj support is working on i386 and amd64glarkin2009-12-191-0/+2
| | | | | PR: ports/140783 Reported by: pointyhat
* Attempt to fix the build by bumping the minimum gcc version toerwin2009-12-191-1/+1
| | | | | | 4.4+ as java support was removed from earlier versions. Submitted by: pointyhat
* - Fix exit status of updmap when --nomkmap[1].hrs2009-12-163-4/+13
| | | | | | | - Fix pkg-plist when WITHOUT_X11[2]. Spotted by: stas[1] and Andy Clayton[2] PR: ports/140875 [2]
* - Backout incorrect fixpav2009-12-161-1/+0
|
* Reset maintainer at his request.linimon2009-12-161-1/+1
| | | | PR: ports/141647
* - fix crash using print command from Thunderbirddinoex2009-12-142-2/+17
| | | | Submitted by: Alexander Kabaev
* Make x11 optionalahze2009-12-143-4/+41
| | | | | PR: ports/139888 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
* - Get rip python 2.3+miwi2009-12-141-1/+1
| | | | | | | | Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr
* - dirrmtry share/cups/modelpav2009-12-131-0/+1
| | | | Reported by: pointyhat
* - Mark BROKEN: does not installpav2009-12-132-0/+4
| | | | Reported by: pointyhat
* - create empty model dirdinoex2009-12-121-0/+1
| | | | | PR: 141375 Submitted by: Boris Samorodov
* This port has been broken for 3+ months, thuspav2009-12-082-0/+4
| | | | | | - Mark DEPRECATED and schedule for expiration in one month With hat: portmgr
* - do not overwrite /etc/printcapdinoex2009-12-081-0/+3
| | | | this lets base lpd and cups coexist on the same system.
* - disable libusb support if deselected.dinoex2009-12-083-1/+15
| | | | | | | - support USB2 in base for FreeBSD 8-STABLE - clenup option CUPS_OVERWRITE_BASE PR: 141246 Submitted by: Matt Dawson
* - Update HsColour to 1.15pgj2009-12-074-8/+8
| | | | | | | | - Bump PORTREVISION for all affected ports PR: ports/138567, ports/138568 Submitted by: Ashish Shukla <wahjava (at) gmail.com> Approved by: maintainer
* - add missing option WITH_LIBUSBdinoex2009-12-051-0/+5
| | | | Reported by: Bruce Simpson
* Reinstate maintainer at his request.linimon2009-12-041-1/+1
|
* - Fix build with GNUTLSdinoex2009-12-021-3/+6
| | | | PR: 141014, 141039
* - disable -fpie -fPIE which seems broken on amd64 for FreeBSD >= 7dinoex2009-11-301-0/+5
|
* - cleanup REINPLACE for basedinoex2009-11-301-1/+1
|
* - Fix build of option WITH_PAMdinoex2009-11-291-12/+8
| | | | | - cleanup REINPLACE PR: 140996
* - update to 1.4.2dinoex2009-11-291-1/+1
|
* - Security update to 1.4.2dinoex2009-11-293-34/+4
| | | | | Security: STR #3367 Security: STR #3401
* - update to 1.4.1dinoex2009-11-298-1187/+340
|
* - Update to version 1.6thierry2009-11-292-6/+6
| | | | | | | | | - Bump PORTEPOCH. Changelog at <http://www.fpdf.org/en/histo.php>. PR: ports/140943 Submitted by: Guido Falsi <mad (at) madpilot.net>
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-298-152/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
* - Update my mail address to FreeBSDsylvio2009-11-283-3/+3
| | | | Approved by: miwi (mentor)
* Tiny RML2PDF is a component of the Open Report project. It can be used with themiwi2009-11-265-0/+95
| | | | | | | | | | Tiny Reporting Server to have a complete solution to render PDF file on the fly. WWW: http://tiny.be PR: ports/140781 Submitted by: Kevin Golding <ports at caomhin.org>
* Temporarily reassign ports maintained by chris@officialunix.com back tolinimon2009-11-261-1/+1
| | | | | | the pool for the duration of his upcoming move. Requested by: maintainer
* - Update to 0.6.3wen2009-11-222-4/+4
|
* - Update to 0.3.2wen2009-11-222-4/+4
|
* - Update to 0.2.3wen2009-11-222-4/+4
|
* - Update to 0.6.3wen2009-11-222-4/+4
|
* - Fix after update of ocaml-imagessylvio2009-11-211-2/+2
| | | | | | | - Bump PORTREVISION Approved by: stas@ (maintainer), miwi (mentor) pointy hat to Ion (mentor)
* - Mark MAKE_JOBS_UNSAFEpav2009-11-211-0/+1
| | | | Reported by: pointyhat
* - Update to 2.0.1miwi2009-11-202-10/+13
| | | | | PR: 140675 Submitted by: Ports Fury
* - Update to 2.3miwi2009-11-203-6/+11
| | | | | PR: 140676 Submitted by: Ports Fury
* - Mark MAKE_JOBS_UNSAFEpav2009-11-201-0/+1
| | | | Reported by: pointyhat
* - Mark MAKE_JOBS_UNSAFEpav2009-11-191-0/+1
| | | | Reported by: pointyhat
* - Update to 2.80miwi2009-11-172-5/+4
|
* - Update to 0.6.2wen2009-11-172-4/+4
|
* - Update to 0.6.2wen2009-11-172-4/+4
|
* - Fix build after the ocaml-images update.stas2009-11-151-1/+1
| | | | Reported by: erwin
* - Update to 2.13.6gahr2009-11-142-13/+30
|
* - Update to 0.6.1wen2009-11-122-7/+8
|
* - Update to 0.3.1wen2009-11-122-4/+4
|
* - Update to 0.2.2wen2009-11-122-4/+4
|
* rubygem-prawn-security is an extension of Prawn.wen2009-11-124-0/+26
| | | | WWW: http://rubyforge.org/projects/prawn/
* - Update to 0.6.1wen2009-11-122-4/+4
|
* - Update to 0.5.2wen2009-11-082-6/+5
| | | | - Update my mail address to FreeBSD
* - extend MASTER_SITE for option I18N_PACKAGE=yesdinoex2009-10-301-0/+1
| | | | | PR: 140072 Submitted by: Eugene Grosbein
* - Correct installation instructions in pkg-messageamdmi32009-10-301-8/+17
| | | | | | PR: 140022 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> Approved by: Tomas Verbaitis <tomasv@megalogika.lt> (maintainer)
* Fix A3 paper handling in the LIPS (Canon LBP series) driver.hrs2009-10-273-1/+36
|
* - Update to 1.3.5.araujo2009-10-262-4/+5
|
* - Update to 0.5.3wen2009-10-232-5/+5
| | | | | | - Update my mail address to FreeBSD Approved by: mentors(implicit)
* - Update to 2.13.5gahr2009-10-183-26/+16
|
* Update $MASTER_SITES.hrs2009-10-151-1/+2
| | | | | Submitted by: Sylvio Cesar PR: ports/139002
* Update $MASTER_SITES.hrs2009-10-151-1/+1
| | | | | Submitted by: Sylvio Cesar PR: ports/139001
* Update to 9.2. Multiple vulnerabilities which could cause thehrs2009-10-152-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | application to crash and could potentially allow an attacker to take control of the affected system have been fixed. Security: CVE-2007-0048 Security: CVE-2007-0045 Security: CVE-2009-2564 Security: CVE-2009-2979 Security: CVE-2009-2980 Security: CVE-2009-2981 Security: CVE-2009-2982 Security: CVE-2009-2983 Security: CVE-2009-2985 Security: CVE-2009-2986 Security: CVE-2009-2987 Security: CVE-2009-2988 Security: CVE-2009-2989 Security: CVE-2009-2990 Security: CVE-2009-2991 Security: CVE-2009-2992 Security: CVE-2009-2993 Security: CVE-2009-2994 Security: CVE-2009-2996 Security: CVE-2009-2997 Security: CVE-2009-2998 Security: CVE-2009-3431 Security: CVE-2009-3458 Security: CVE-2009-3459 Security: CVE-2009-3461 Security: CVE-2009-3462 Security: APSB09-15 Security: http://www.adobe.com/support/security/bulletins/apsb09-15.html
* Update to 8.1.7. Multiple vulnerabilities which could cause thehrs2009-10-1510-59/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | application to crash and could potentially allow an attacker to take control of the affected system have been fixed. Security: CVE-2007-0048 Security: CVE-2007-0045 Security: CVE-2009-2564 Security: CVE-2009-2979 Security: CVE-2009-2980 Security: CVE-2009-2981 Security: CVE-2009-2982 Security: CVE-2009-2983 Security: CVE-2009-2985 Security: CVE-2009-2986 Security: CVE-2009-2987 Security: CVE-2009-2988 Security: CVE-2009-2989 Security: CVE-2009-2990 Security: CVE-2009-2991 Security: CVE-2009-2992 Security: CVE-2009-2993 Security: CVE-2009-2994 Security: CVE-2009-2996 Security: CVE-2009-2997 Security: CVE-2009-2998 Security: CVE-2009-3431 Security: CVE-2009-3458 Security: CVE-2009-3459 Security: CVE-2009-3462 Security: APSB09-15 Security: http://www.adobe.com/support/security/bulletins/apsb09-15.html
* - Update to 0.81miwi2009-10-112-4/+4
| | | | | PR: 139473 Submitted by: V. Jahns" <vj562001@yahoo.de> (maintainer)
* Update to 9.1.3.hrs2009-10-102-4/+4
| | | | | | | Security: CVE-2009-1862 Security: APSB09-10 Security: http://www.adobe.com/support/security/bulletins/apsb09-10.html PR: ports/137331
* - Update to 1.3.4.araujo2009-10-052-5/+4
|
* - Update to 5.9.6.araujo2009-10-052-4/+4
|
* - Update to 4.4cmiwi2009-10-042-4/+4
| | | | | PR: 139282 Submitted by: "V. Jahns" <vj562001@yahoo.de> (maintaintainer)
* - Properly produce CFLAGS without optimizationsamdmi32009-10-012-0/+12
| | | | | | PR: 139225 Suggested by: Andriy Gapon Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Correct dependency line after the backoutpav2009-10-011-1/+1
| | | | Reported by: pointyhat
* - Update to 0.5.1wen2009-09-304-10/+10
| | | | | | - Update my mail address to FreeBSD Approved by: miwi(mentor)
* - Update to 0.2.1wen2009-09-304-10/+10
| | | | | | - Update my mail address to FreeBSD Approved by: miwi(mentor)
* - Add dependency on archivers/zipgahr2009-09-281-1/+3
| | | | | | | | - Bump PORTREVISION PR: 139159 Submitted by: Henry Miller <hank@millerfarm.com> Feature safe: yes
* - Update to 20090923miwi2009-09-263-7/+7
| | | | | | PR: 139120 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (Maintainer) Feature safe: yes
* - Downgrad to 1.13 (to many package build fails)miwi2009-09-214-8/+10
| | | | | | Reported by: pointyhat Ponity hat: myself Feature safe: yes
* - Update to 1.15miwi2009-09-202-4/+4
| | | | | | | PR: 138568 Submitted by: Ashish SHUKLA <wahjava@gmail.com> Approved by: maintainer Feature safe: yes
* - Updat eto 1.15miwi2009-09-202-4/+4
| | | | | | | PR: 138567 Submitted by: Ashish SHUKLA <wahjava@gmail.com> Approved by: maintainer Feature safe: yes
* - Update to 20090914miwi2009-09-173-11/+38
| | | | | | PR: 138886 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Feature safe: yes
* - Update to 0.3.2miwi2009-09-133-6/+7
| | | | | | PR: 138093 Submitted by: Ayumi Mitsui <ayu@commun.jp> Approved by: maintainer timeout
* Update to 1.8arved2009-09-112-5/+4
| | | | | PR: 137824 Submitted by: maintainer
* - Fix plist when NOPORTDOCS isnt defined (docs specified two times)bland2009-09-111-6/+3
| | | | | | | - Cleanups, use proper macro instead of cp -R - Assign maintainership PR: 138671
* - Update to 3.9.8 [1]beat2009-09-075-55/+76
| | | | | | | - Move LATEST_LINK to CONFLICTS section to make portlint happy PR: ports/138258 [1] Submitted by: Chris Petrik <chris AT officialunix.com> (maintainer) [1]
* - Fix buildamdmi32009-09-041-2/+3
| | | | | Reported by: pointyhat via pav Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bumppgj2009-09-027-47/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | port revision where appropriate - Add devel/hs-ghc-paths - Add devel/hs-QuickCheck - Add devel/hs-readline - Add devel/hs-haskeline - Add devel/hs-mmap - Remove lang/ghc-doc - Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4 - Set NHC98 as default compiler for devel/hs-hat as it does not compile with GHC 6.10.4 PR: ports/137055, ports/137058, ports/137059, ports/137060, ports/137061, ports/137062, ports/137063, ports/137063, ports/137064, ports/137065, ports/137066, ports/137067, ports/137068, ports/137069, ports/137070, ports/137071, ports/137072, ports/137074, ports/137075, ports/137076, ports/137077, ports/137078, ports/137079, ports/137080, ports/137081, ports/137082, ports/137083, ports/137084, ports/137085, ports/137086, ports/137087, ports/137088, ports/137090, ports/137091, ports/137092, ports/137093, ports/137094, ports/137095, ports/137096, ports/137097, ports/137098, ports/137099, ports/137102, ports/137103, ports/137104, ports/137107, ports/137108, ports/137109, ports/137110, ports/137111 Submitted by: Jacula Modyun (jacula (at) gmail (dot) com), Ashish Shukla (wahjava (at) gmail (dot) com) (amd64 support) Supported by: wxs (review, amd64 testing), tabthorpe (8.x testing) Approved by: tabthorpe (mentor), respective maintainers
* - Update to 2.13.3gahr2009-08-273-9215/+11843
| | | | - Fix documentation build
* - Rewrite pdfjoin to avoid bashismsjohans2009-08-242-1/+22
| | | | Submitted by: Eygene Ryabinkin
* - Take over maintainershipmiwi2009-08-231-1/+1
| | | | Approved by: Wen Heping (maintainer)
* - Fix fetch after recent Sourceforge migrationmiwi2009-08-231-1/+2
| | | | | PR: 138069 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Rewrite pdfjoin to avoid bashismsjohans2009-08-221-3/+3
| | | | | | - Remove dependency on bash Submitted by: Eygene Ryabinkin
* - Fix broken makefiles introduced with translation to new SF File Release Systemamdmi32009-08-221-2/+0
| | | | | Reported by: dan Pointyhat to: myself
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-2245-98/+64
| | | | starting with P,R,S
* - Update to version 1.21johans2009-08-205-153/+12
| | | | | | - Remove patches that have been merged upstream - Add dependency on bash (and don't call it /bin/bash) - Grab maintainership
* Mark BROKEN: checksum mismatcherwin2009-08-201-0/+2
|
* Reset maintainererwin2009-08-201-1/+1
| | | | | <yuanjue@yuanjue.net>: connect to yuanjue.net[208.73.210.27]:25: Connection refused
* - Update to 2.5miwi2009-08-182-6/+5
| | | | | PR: 137849 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
* Reset paul+ports@it.ca due to maintainer-timeouts and no responselinimon2009-08-172-3/+1
| | | | | | to email. Hat: portmgr
* - Update to 0.8hpav2009-08-172-4/+4
| | | | | PR: ports/137825 Submitted by: V. Jahns <vj562001@yahoo.de> (maintainer)
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-2/+2
|
* - Fix warnings with python 2.6miwi2009-08-152-1/+4
| | | | | | PR: 137396 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintianer timeout
* Mark BROKEN: checksum mismatcherwin2009-08-151-0/+2
|
* - Enable UTF8 Arphic font by defaultrafan2009-08-133-2/+73
| | | | | | - Make UTF8 font name compatible with Debian/Ubuntu's latex-cjk package, so that users can compile his/her latex files in both environment. - Bump PORTREVISION
* Update to 1.0.16ahze2009-08-102-5/+4
|
* - Update to 2.0.0miwi2009-08-086-84/+145
| | | | | PR: 137456 Submitted by: Tomas Verbaitis <tomasv@megalogika.lt> (maintainer)
* Update to 1.9.46ahze2009-08-082-5/+4
|
* - Update to 0.8fmiwi2009-08-072-4/+4
| | | | | PR: 137497 Submitted by: "V. Jahns" <vj562001@yahoo.de> (maintainer)
* - Connect print/hplip3 to buildamdmi32009-08-054-2/+5
| | | | - Add mutual CONFLICTS for hpijs, hplip and hplip3
* - Update to 3.9.6bamdmi32009-08-0515-1440/+1159
| | | | | | PR: 135702 Submitteed by: Chris Petrik <c.petrik.sosa@gmail.com> Thanks to: "Juergen Lock" <nox@jelal.kn-bremen.de>
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-055-16/+11
| | | | | | | | | | for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release notes can be found at: http://kde.org/announcements/4.3/index.php. We'd like to say thanks to all helpers and submitters. Tested by: pointyhat-exp-run (pav/miwi)
* Reset maintainer, address bounces:erwin2009-08-031-1/+1
| | | | | <brett@peloton.runet.edu>: connect to peloton.runet.edu[137.45.96.205]:25: Operation timed out
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-0321-20/+31
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-31118-90/+118
| | | | | | bumped or updated Requested by: edwin
* - Update boost to 1.39pav2009-07-287-7/+7
| | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
* - Update to 4.4bbeat2009-07-262-4/+4
| | | | | PR: ports/137149 Submitted by: V. Jahns <vj562001 AT yahoo.de> (maintainer)
* - Update to 1.1.23+nmu1pgollucci2009-07-232-5/+4
|
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-231-8/+1
| | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
* - Version of .so library required for detection in dependent ports.araujo2009-07-222-0/+3
| | | | | PR: ports/136952 Submitted by: Stas Timokhin <stast@bsdportal.ru>
* - update to jpeg7dinoex2009-07-1814-25/+28
| | | | Tested by: pav on pointyhat
* - Update to 4.4aamdmi32009-07-182-4/+4
| | | | | PR: 136864 Submitted by: "V. Jahns" <vj562001@yahoo.de> (maintainer)
* - Update to 0.8eamdmi32009-07-182-4/+4
| | | | | PR: 136863 Submitted by: "V. Jahns" <vj562001@yahoo.de> (maintainer)
* Change maintainer to scjamorim@bsd.com.brskreuzer2009-07-162-2/+2
| | | | | Submitted by: scjamorim@bsd.com.br (to ports@) Approved by: carpetsmoker@rwxrwxrwx.net (maintainer), wxs (mentor, implicit)
* - Update to 2.13.2gahr2009-07-164-33/+9
|
* - Update to 2.9a [1]beat2009-07-163-7/+5
| | | | | | | - Update WWW in pkg-descr PR: ports/136778 [1] Submitted by: Jochen Neumeister <jochen AT daten-chaos.de>
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-2/+3
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* - Make more sense OPTION IGNORE messagesacm2009-07-141-6/+6
| | | | Suggested by: Edward Sanford Sutton, III <mirror176 at cox.net> via email
* - Add some missing dependencymiwi2009-07-091-0/+3
| | | | | PR: 136600 Submitted by; Wen Heping <wenheping@gmail.com> (Maintainer)
* - Fix fetching by mirroring the distfile on FreeBSD.orgpav2009-07-081-6/+3
| | | | | | | - Give maintainership to the submitter PR: ports/136445 Submitted by: Dereckson <dereckson@gmail.com>
* - Fix build for customized PREFIX and LOCALBASElwhsu2009-07-081-0/+1
| | | | Submitted by: QAT
* - update to 0.3dinoex2009-07-073-6/+17
|
* Update to 7.0.4p4 release.ale2009-07-063-5/+6
|
* - Update to 20090622miwi2009-07-013-10/+13
| | | | | PR: 135977 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Update to 1.2.7.araujo2009-06-304-35/+10
| | | | | | | - Pass maintainer to submitter. PR: ports/136128 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
* - Update to 1.3.3.13amdmi32009-06-2912-1962/+1546
| | | | | | PR: 135422 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout
* - cups/driver may be used by other packagesdinoex2009-06-261-1/+1
|
* - Fix build with custom prefixkmoore2009-06-251-1/+2
| | | | | PR: 135483 Approved by: miwi (mentor) and maintainer timeout (dinoex; 14 days)
* Fix pkg-plist.hrs2009-06-242-0/+3
| | | | Spotted by: QAT
* Update to 20090522. Changes include:hrs2009-06-243-31/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added dvipdfm compatibility mode. This mode is triggered if dvipdfmx is called as "dvipdfm", and likewise extractbb as "ebb". (The latter mode was already present.) - Improved PDF version handling. A "Version" entry in the document catalog is now honored. Moreover, dvipdfmx accepts to write PDF 1.7, and extractbb doesn't complain about PDF versions any more. Encryption keys too long for PDF 1.3 now lead to an error instead of a silent change of PDF version. - Bug fix: \special{pdf:bann} ... \special{pdf:eann} (e.g., \hyperlink) cause a problem when it was surrounded by the pair \special{pdf:bcontent} ... \special{\special{pdf:econtent}. - Removed binary mode option "-b". In ebb, just ignore it. - xbb: Changed output-to-stdout option to "-O". - Fixed two problems with removal of PDF destinations: Non-link annotations produced a warning, and broken links were not detected if no valid destination existed. Removing unused destinations is now default behaviour and can be prevented by using the flag "-C 0x10". Since the feature is still new, this flag is set in dvipdfmx.cfg. Approved by: maintainer timeout (1 month)
* - Update some ftp sites on getweb scriptacm2009-06-242-3/+20
| | | | | | | - Use passive FTP with fetch PR: 135875 Submitted by: Tom Mende <tmende at optusnet.com.au>
* - Fix build with custom LOCALBASE.dhn2009-06-211-0/+4
| | | | | | PR: ports/135675 Submitted by: kmoore@ Approved by: ahze@
* - Update to 0.5.0.1miwi2009-06-202-6/+8
| | | | | PR: 135839 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* Rubygem-prawn-core is the core of Rubygem-prawn.miwi2009-06-204-0/+26
| | | | | | | WWW: http://rubyforge.org/projects/prawn/ PR: ports/135834 Submitted by: Wen Heping <wenheping at gmail.com>
* rubygem-prawn-format is an extension of Prawn that allowsmiwi2009-06-204-0/+30
| | | | | | | | | inline formatting. WWW: http://rubyforge.org/projects/prawn/ PR: ports/135837 Submitted by: Wen Heping <wenheping at gmail.com>
* - Update to 0.2.0.1miwi2009-06-202-5/+5
| | | | | PR: 135825 Submitted by: Wen Heping <wenheping@gmail.com>
* - Fix printing problem using cupsacm2009-06-201-0/+4
| | | | Reported by: Andriy Gapon <avg _a_t_ icyb.net.ua via email
* Update to 8.1.6 and 9.1.2.hrs2009-06-1811-29/+29
| | | | | | | | | | | | | | | | | | | | | | | Critical vulnerabilities have been identified in Adobe Reader 9.1.1 and Acrobat 9.1.1 and earlier versions. These vulnerabilities would cause the application to crash and could potentially allow an attacker to take control of the affected system. Security: http://www.adobe.com/support/security/bulletins/apsb09-07.html Security: CVE-2009-0198 Security: CVE-2009-0509 Security: CVE-2009-0510 Security: CVE-2009-0511 Security: CVE-2009-0512 Security: CVE-2009-0888 Security: CVE-2009-0889 Security: CVE-2009-1855 Security: CVE-2009-1856 Security: CVE-2009-1857 Security: CVE-2009-1858 Security: CVE-2009-1859 Security: CVE-2009-1861
* - Update to 20090530acm2009-06-1717-441/+2488
|
* - Update to 4.0.1acm2009-06-173-11/+13
| | | | - Bump PORTEPOCH
* - Update to 4.0.1acm2009-06-175-35/+92
| | | | | - Take maintainership - Remove pkg-message file. Now it can install filter ports optionally
* - Update to 2.79miwi2009-06-172-4/+4
|
* - Assign all unmaintained ruby ports to ruby@,stas2009-06-163-3/+3
| | | | so people will know where to send questions to.
* - Correcting wrong permission set by the current port on the installationpgollucci2009-06-162-4/+9
| | | | | | | | | directory. - Other Small fixes. PR: ports/133944 Approved by: maintainer Submitted by: Koji Yokota <uji@room520-1.yokota-s.otaru-uc.ac.jp>
* - Update to 0.5.2miwi2009-06-162-4/+4
| | | | | PR: 135566 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-093-3/+6
| | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
* - Update to 5.9.5.araujo2009-06-092-4/+4
|
* - Unbreak by patching the weird source age checkgabor2009-06-092-2/+23
|
* - Update lang/python26 and make Python 2.6.2 to the default Python versionmiwi2009-06-0912-253/+280
| | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3
* - Mark BROKEN, this does not build, instead it complains that the source is nowpav2009-06-091-0/+2
| | | | | | more than five years old Reported by: pointyhat
* - Update maintainer mail adressemiwi2009-06-083-3/+3
| | | | Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail)
* - Update to 0.8ddhn2009-06-062-4/+4
| | | | | PR: ports/135286 Submitted by: Veit Jahns <vj562001@yahoo.de> (maintainer)
* - Update to 4.4dhn2009-06-062-4/+4
| | | | | PR: ports/135287 Submitted by: Veit Jahns <vj562001@yahoo.de> (maintainer)
* Fix build and bump PORTREVISION.hrs2009-06-033-2/+42
| | | | Spotted by: pointyhat
* - Switch dependency away from cups-basepav2009-06-023-4/+10
| | | | | | PR: ports/134661 Submitted by: dinoex Reviewed by: maintainer timeout (ahze; 15 days)
* Fix LIB_DEPENDS line again.hrs2009-06-021-1/+1
| | | | Pointy hat to: hrs
* Fix LIB_DEPENDS line.hrs2009-06-021-2/+2
|
* Allow building ghostscript8 without CUPS support. The default iskeramida2009-06-021-3/+10
| | | | | | | | | | | | to link with CUPS, but it should now be possible to `make config' and disable any link options that refer to CUPS libraries. Approved by: doceng (hrs) Noticed by: Stefan Thurner thurners at nicsys.de Guido Falsi mad at madpilot.net [1], Helge Oldach ports-ghostscript8-may09 at oldach.net [1] [1] An almost identical patch was submitted to doceng.
* japanese/font-std, chinese/font-std, and dependency fixups duehrs2009-05-3111-112/+60
| | | | | | | | | | | | | | | | | | | | | | | | to it have been added. These are to install standard fonts used in the Ports Collection. Currently they contain: std.ja_JP/Mincho std.ja_JP/Gothic std.ja_JP/Ryumin-Light std.ja_JP/GothicBBB-Medium std.zh_CN/STHeiti-Regular std.zh_CN/STSong-Light std.zh_CN/MSung-Light std.zh_CN/MHei-Medium under ${PREFIX}/share/fonts/. They are just symlinks to corresponding font files. The symlink names are based on popular PostScript font names. Applications should refer the font files via XLFD or fontconfig first. If they need a direct reference to the font file, please use files in std.*/*. This is because direct reference to a specific font name in an application configuration file makes the maintenance difficult when the font file name is changed, for example.
* - Revert; previous commit was made based on a bad analysispav2009-05-261-1/+1
|
* Reset maintainerpgollucci2009-05-261-1/+1
| | | | | | | <freebsd@akherb.com>: host bsdevel.akherb.com[208.86.224.193] said: 554 5.7.1 <freebsd@akherb.com>: Relay access denied (in reply to RCPT TO command) Approved by: portmgr (pav)
* - Does not buildpav2009-05-241-0/+2
| | | | Reported by: pointyhat
* - Update to 0.5.3amdmi32009-05-204-35/+4
| | | | | PR: 134702 Sumitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
* Create an empty fonts.dir in case it is not created.hrs2009-05-193-0/+3
| | | | Submitted by: brian
* - depends on cups-imagedinoex2009-05-191-1/+1
| | | | | PR: 134651 Approved by: Eygene Ryabinkin
* - Add explicit dependency on math/libgmp4gahr2009-05-191-2/+3
| | | | | | - Bump PORTREVISION Reported by: Jan Henrik Sylvester <me@janh.de>
* Fix the CUPS dependency.marcus2009-05-191-2/+2
| | | | | PR: 134641 Submitted by: dinoex
* - Re-enable cups supportgahr2009-05-181-3/+3
| | | | | | | - Add dependency on print/cups-image - Bump PORTREVISION Suggested by: dinoex
* - add seperate pkg_descrdinoex2009-05-184-3/+14
|
* - extend COMMENT master and slave portsdinoex2009-05-171-1/+4
|
* - use cups-clientdinoex2009-05-171-1/+2
|
* - cleanup: no pkg_message for slave portsdinoex2009-05-161-0/+2
|
* - fix builddinoex2009-05-161-4/+5
| | | | - use cups-client
* - use slave port CUPS_IMAGEdinoex2009-05-162-38/+40
| | | | - new option WITH_GHOSTSCRIPT
* - new slave port cups-imagedinoex2009-05-162-0/+22
|
* - new slave port CUPS_IMAGEdinoex2009-05-162-7/+42
|
* - fix path in messagedinoex2009-05-161-1/+1
| | | | Reported by: AJ_Z0 on IRC
* CUPS backend for the canon proprietary USB over IP network printingpav2009-05-157-0/+65
| | | | | | | | | | | protocol, BJNP. This backend is based on reverse engineering using TCP/IP. It can be used with CUPS 1.2 and 1.3. This backend allows Cups to connect over the network to a Canon printers WWW: http://cups-bjnp.sourceforge.net/ PR: ports/134075 Submitted by: Stephen Hurd <shurd@sasktel.net>
* - Fix build by disabling CUPS support (cyclic dependency)gahr2009-05-151-0/+1
| | | | | PR: 134533 Reported by: dan <dseven@rocketmail.com>
* Chase libgmp and bump PORTREVISION.ale2009-05-131-1/+2
|
* Biblio-py is a package to manage bibliography written in python.miwi2009-05-135-0/+64
| | | | | | | | | | | | | Currently it contains two subpackages: * yapbib: Yet Another Python BIBliography manager tool, mainly for Bibtex files. * query_ads: A simple python tool that permits to query Harvard Database WWW: http://cabcat2.cnea.gov.ar/staff/fiol/biblio-py.html PR: ports/134418 Submitted by: Wen Heping <wenheping at gmail.com>
* Update to 9.1.1. Two critical vulnerabilities have been fixed:hrs2009-05-132-8/+7
| | | | | | | | | | | | | | | | | | | | | | | - CVE-2009-1492 The getAnnots Doc method in the JavaScript API in Adobe Reader and Acrobat 9.1, 8.1.4, 7.1.1, and earlier allows remote attackers to cause a denial of service (memory corruption) or execute arbitrary code via a PDF file that contains an annotation, and has an OpenAction entry with JavaScript code that calls this method with crafted integer arguments. - CVE-2009-1493 The customDictionaryOpen spell method in the JavaScript API in Adobe Reader 8.1.4 and 9.1 on Linux allows remote attackers to cause a denial of service (memory corruption) or execute arbitrary code via a PDF file that triggers a call to this method with a long string in the second argument. Security: CVE-2009-1492 Security: CVE-2009-1493 Security: http://www.adobe.com/support/security/bulletins/apsb09-06.html
* Update to 8.1.5. Two critical vulnerabilities have been fixed:hrs2009-05-139-27/+26
| | | | | | | | | | | | | | | | | | | | | | | - CVE-2009-1492 The getAnnots Doc method in the JavaScript API in Adobe Reader and Acrobat 9.1, 8.1.4, 7.1.1, and earlier allows remote attackers to cause a denial of service (memory corruption) or execute arbitrary code via a PDF file that contains an annotation, and has an OpenAction entry with JavaScript code that calls this method with crafted integer arguments. - CVE-2009-1493 The customDictionaryOpen spell method in the JavaScript API in Adobe Reader 8.1.4 and 9.1 on Linux allows remote attackers to cause a denial of service (memory corruption) or execute arbitrary code via a PDF file that triggers a call to this method with a long string in the second argument. Security: CVE-2009-1492 Security: CVE-2009-1493 Security: http://www.adobe.com/support/security/bulletins/apsb09-06.html
* - Update to 2.3lwhsu2009-05-115-466/+51
| | | | | PR: ports/131550 Submitted by: Wen Heping <wenheping AT gmail.com>
* Update KDE ports to 4.2.3makc2009-05-1012-0/+197
| | | | | | | | | | | | | | | | | | | | | | | | See original release announcement for details: http://kde.org/announcements/announce-4.2.3.php New ports: devel/kdebindings4: Meta port of KDE bindings for C#, Java, PHP, Python and Ruby. Currently only Python bindings are supported. devel/kdebindings4-python, devel/kdebindings4-python-krosspython, devel/kdebindings4-python-pykde4: Python bindings for KDE. print/kdeutils4-printer-applet: printer-applet is a system tray utility. It shows current print jobs, shows printer warnings and errors and shows when printers that have been plugged in for the first time are being auto-configured by hal-cups-utils. It replaces kjobviewer in KDE 3. print/system-config-printer-kde A port of Gnome system-config-printer to KDE.
* - Update to 2.3.9miwi2009-05-092-4/+4
| | | | | PR: 134293 Submitted by: Ports Fury
* - force build of cups-client if old cups is installeddinoex2009-05-081-0/+2
| | | | PR: 134352
* - fix mtreedinoex2009-05-072-1/+1
| | | | | no version bump needed Reported by: QAT
* - use cups-client as dependencydinoex2009-05-074-41/+32
| | | | PR: 133136
* CUPS Slave port for installing includes files and libs.dinoex2009-05-072-0/+23
|
* - new option CUPS_CLIENTdinoex2009-05-072-51/+98
| | | | | support for a new slave port PR: 133136
* update xfce to 4.6.1oliver2009-05-063-5/+5
| | | | bump PORTREVISION where necessary
* - fix builddinoex2009-05-063-5/+17
| | | | - require ghostscript
* - update to 1.3.10dinoex2009-05-055-212/+5
|
* - Pass maintainership to kimelto (at) gmail.commiwi2009-05-051-1/+1
|
* - Update to 5.9.4.araujo2009-04-282-4/+4
|
* relatorio is a templating library which provides a way to easily outputmiwi2009-04-275-0/+66
| | | | | | | | | | | | | all kind of different files (odt, ods, png, svg, ...). Adding support for more filetype is easy: you just have to create a plugin for this. relatorio also provides a report repository allowing you to link python objects and report together, find reports by mimetypes/name/python objects. WWW: http://relatorio.openhex.org/ PR: ports/133958 Submitted by: Wen Heping <wenheping at gmail.com>
* Fix plist with -DNOPORTDOCSitetcu2009-04-221-6/+7
| | | | Prompted by: QAT QA run
* Drop maintainerships.bms2009-04-211-1/+1
|
* Fix multiple integer overflows and lack of boundary check foundhrs2009-04-202-1/+990
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and marked as CVE-2009-583 and CVE-2009-584: CVE-2009-583: Multiple integer overflows in icc.c in the International Color Consortium (ICC) Format library (aka icclib), as used in Ghostscript 8.64 and earlier and Argyll Color Management System (CMS) 1.0.3 and earlier, allow context-dependent attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly execute arbitrary code by using a device file for a translation request that operates on a crafted image file and targets a certain "native color space," related to an ICC profile in a (1) PostScript or (2) PDF file with embedded images. CVE-2009-584: icc.c in the International Color Consortium (ICC) Format library (aka icclib), as used in Ghostscript 8.64 and earlier and Argyll Color Management System (CMS) 1.0.3 and earlier, allows context-dependent attackers to cause a denial of service (application crash) or possibly execute arbitrary code by using a device file for processing a crafted image file associated with large integer values for certain sizes, related to an ICC profile in a (1) PostScript or (2) PDF file with embedded images. Security: CVE-2009-583 Security: CVE-2009-584 Approved by: portmgr (pav)
* - Fix security problemsmiwi2009-04-185-0/+141
| | | | | | | | | | | | | | | | | | | Note: An integer overflow error within the "cff_charset_compute_cids()" function in cff/cffload.c can be exploited to potentially cause a heap-based buffer overflow via a specially crafted font. Multiple integer overflow errors within validation functions in sfnt/ttcmap.c can be exploited to bypass length validations and potentially cause buffer overflows via specially crafted fonts. An integer overflow error within the "ft_smooth_render_generic()" function in smooth/ftsmooth.c can be exploited to potentially cause a heap-based buffer overflow via a specially crafted font. Approved by: portmgr (pav) Obtained from: freetype git repo Security: http://www.vuxml.org/freebsd/20b4f284-2bfc-11de-bdeb-0030843d3802.html
* - Update lang/ocaml to 3.11.0. [1]stas2009-04-111-0/+1
| | | | | | | | | | | | | | | | | | - Fix devel/cil build with 3.11.0 by using proper object file name - Fix devel/deputy build with 3.11.0 by using proper object file name - Fix lang/mtasc. Ocamlp4 syntax has changed and usage of ';' as delimiters is not allowed now. - Fix usage message in lang/mtasc. - Implement a FreeBSD specific code for retriving the executable path in lang/mtasc. - Update devel/omake to 0.9.8.5. - Fix devel/omake compilation with 3.11 by dropping an unused reference from the code. - Fix www/geneweb build with 3.11 by not emitting errors for warnings. - Fix print/advi build. [2] - Update lang/cduce to 0.5.3 (this fixes build with ocaml 3.11.0). PR: ports/130845 [1] [2] (based on) Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [2]
* - Update to 3.6.7miwi2009-04-114-28/+42
| | | | | PR: 133560 Submitted by: bf <bf2006a@yahoo.com> (maintainer)
* - Update to 20090408miwi2009-04-113-11/+17
| | | | | PR: 133580 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Update to 2.78miwi2009-04-112-4/+4
|
* - Fix build by linking to a shared lcms library instead of static one.stas2009-04-101-2/+26
| | | | | | - Link with the shared version of jbig library. Reported by: pav
* Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-04-103-5/+7
| | | | | | | | | | | | | http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach.
* - convert to RUBYGEM_AUTOPLISTpgollucci2009-04-094-12/+3
| | | | | | | | | | | | | | | | | | | | remove x-generate-plist and friends - use RF macro and remove SUBDIR where possible - remove some uneeded GEM_NAME=${DISTNAME} (this c/should be handled better in bsd.*.mk) other deltas specific to individual ports: audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION devel/rubygem-rapt - adopt devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set devel/rubygem-ruby2ruby - add #' for vim highlight graphics/rubygem-extifr - drop PORTREVISION=0 graphics/rubygem-gd2 - add #' for vim highlight www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency Sponsored by: RideCharge Inc. Tested on: RideCharge's Tinderbox Reviewed by: stas
* - Fix building with boost 1.37lwhsu2009-04-071-0/+54
| | | | | PR: ports/133040 Submitted by: amdmi3
* - Fix building with boost 1.37lwhsu2009-04-0716-312/+324
| | | | | | PR: ports/133044 Submitted by: amdmi3 Approved by: maintainer
* Add missing dependencies: gdkpixbuf and libxml2.hrs2009-04-061-3/+3
| | | | PR: ports/133194
* - Connect acroread9 to the buildpav2009-04-021-0/+1
| | | | Forgotten by: hrs
* - Update to 2.76miwi2009-03-313-5/+5
|
* - Mark MAKE_JOBS_UNSAFEpav2009-03-301-0/+1
|
* Fix packing list.hrs2009-03-293-0/+7
|
* Fix packing list.hrs2009-03-293-1/+6
| | | | Spotted by: QAT
* Fix post-install target.hrs2009-03-291-3/+0
| | | | Spotted by: Jeff Molofee
* Update to 8.64. Changes include:hrs2009-03-2922-269/+280
| | | | | | | | | | | | | | | | | | | - Improvements to overprint and spot color support in documents with transparency, improvements to PDF and PS output, proper handling of PDF-specific text rendering modes and support for reading AES-encrypted PDF documents. - Improved handling of CJK text, especially in vertical writing modes. - Improved memory footprint processing some files at high resolution. - The handling of color spaces has been moved from PostScript code to C. - A number of the included printer drivers and cups wrappers have been updated to support a PDF-based workflow. Also fixed are several long-standing bugs in the pcl drivers with respect to duplex, resolution and paper tray selection.
* Add acroread9, Adobe Reader 9.1.0. For changes since Adobe Readerhrs2009-03-2912-29/+778
| | | | | | 8.x, see the following URL: http://blogs.adobe.com/acroread/2009/03/#entry-9871
* Update to 8.1.4. This version includes serious security fixes.hrs2009-03-299-26/+25
| | | | | | | | | | | | | Security: APSB09-04 Security: APSB09-03 Security: CVE-2009-0193 Security: CVE-2009-0658 Security: CVE-2009-0927 Security: CVE-2009-0928 Security: CVE-2009-1061 Security: CVE-2009-1062 Security: http://www.adobe.com/support/security/bulletins/apsb09-04.html PR: ports/133039
* - Mark MAKE_JOBS_SAFE for SMP compilationmiwi2009-03-261-0/+1
|
* - Fix probing HP PS 8250 printerpav2009-03-266-4/+36
| | | | | | PR: ports/127810 Submitted by: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> Approved by: maintainer timeout (5 months)
* Mark MAKE_JOBS_SAFE for SMP compilationlioux2009-03-251-0/+1
|
* - Mark BROKEN: does not fetchpav2009-03-211-0/+2
| | | | Reported by: pointyhat
* Fix build.ale2009-03-201-0/+4
|
* Update to 2.1.6 release.ale2009-03-202-4/+4
|
* Welcome to the new linux ports infrastructure which allows usingbsam2009-03-202-11/+3
| | | | | | | | | | | | | | | | | | | | | | | | both current (fc4) and future linux (f8) distributions at one ports tree. The patch contains full changes to ports/Mk files and all ports involved. But only infrastructure is changed. The resulting packages are the same as before. Hence no need to bump PORTREVISIONs. The idea was taken from bsd.gnome.mk and others. More than 130 ports are switched to follow a new linux infrastructure introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new bsd.linux-apps.mk. Thanks for all who was involved and helped me with this work. And help from Alexander Leidinger was incredible. Other changes are coming. Stay tuned! PR: ports/132510 Submitted by: bsam (me) Exp-run by: portmgr (pav)
* Release these ports into wild. I don't have time for these ports anymore. I ammezz2009-03-191-1/+1
| | | | keeping maintain two ports that don't require a lot of time to take care of.
* - update to 0.2dinoex2009-03-164-12/+11
|
* -improve textdinoex2009-03-151-4/+3
| | | | Submitted by: Alexey Dokuchaev
* - Chase libusb20 rename in r189585.stas2009-03-102-2/+8
| | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi
* Update to 2.18.6.marcus2009-03-083-4/+7
|