aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
Commit message (Collapse)AuthorAgeFilesLines
* - Chase converters/bsdconv shlib version bumpdhn2011-06-241-1/+2
| | | | - Bump PORTREVISION
* Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-163-0/+9
|
* Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-162-0/+6
|
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullavilla2011-06-142-4/+4
| | | | announcement here: http://kde.org/announcements/announce-4.6.4.php
* - Unbreak on 7.X by replacing getline() GNU extension with fgets()danfe2011-06-073-34/+16
| | | | | | | | | | - Replace ${DISTDIR}/${DIST_SUBDIR} with ${_DISTDIR} shortcut - Cleanup logging-related stuff since this option was dropped upstream - Turn explicit dependency on libXft into USE_XORG+=xft - Use gnomehack and drop two corresponding patches - Sort knobs and fix some whitespace Approved by: maintainer
* - Update to 3.1.3sunpoet2011-05-272-3/+3
| | | | | | Changes: http://cn.wordpress.org/2011/05/26/wordpress-3-1-3/ PR: ports/157350 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 3.1.3sunpoet2011-05-272-3/+3
| | | | | | Changes: http://tw.wordpress.org/2011/05/26/wordpress-3-1-3/ PR: ports/157349 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* ydict is a tool that looks up Yahoo! Dict in command line.delphij2011-05-264-0/+32
| | | | | Submitted by: Gea-Suan Lin <gslin gslin.org> PR: ports/154582
* - Update to 1.4sunpoet2011-05-252-5/+5
| | | | | | | | | Changes: - Chase bsdconv update - Minor code cleanup PR: ports/157307 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Reformat to fit 80-char terminals better and fix indentationdanfe2011-05-221-15/+15
| | | | | | | | | | | - Instead of telling how to (re)create config file by hand, advise to use -c command line option. This also shortens the message and thus makes it easier to read - Give information how to enable input method for xterm and clones - Fix a typo: configuraiton -> configuration - Prefer more widely used these days shortcut ~/ for $HOME/ Approved by: maintainer (earlier version of the patch)
* Allow NLS support to be controlled via OPTIONS.danfe2011-05-211-0/+4
|
* Unbreak after upgrade to 0.9.6.olgeni2011-05-192-5/+5
| | | | | | | | If you ever wonder how to test this (like I did), just do: Eterm --mencoding big5 --mfont "-kc-fixed-medium-r-normal--16-160-72-72-c-160-big5-0" then cat a Big5 encoded file.
* Adopt port.olgeni2011-05-191-1/+1
|
* * Update to version 1.6danfe2011-05-187-53/+24
| | | | | | | | | | | * Remove two offending and incorrect patches: GNU getline() should be replaced by standard fgets() with care, as they two return different things (number of characters read vs. pointer to the string). These two patches simply replaced one call with the other, leaving return value unmodified according to what caller had expected, which leads to all sorts of weird crashes and segfaults. Port itself checks for getline() presence and uses bundled implementation if it's not found * As usual, clean up Makefile and port description while I'm here
* Update KDE Software Compilation ports to 4.6.3makc2011-05-174-4/+97
| | | | Special thanks to Raphael Kubo da Costa for his work on this update.
* - Update to 3.1.2sunpoet2011-05-142-3/+3
| | | | | | | Changes: http://tw.wordpress.org/2011/04/27/wordpress-3-1-2/ PR: ports/156666 Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> Approved by: maintainer (timeout, 17 days)
* - Add py-cconv 0.5.0sunpoet2011-05-094-0/+44
| | | | | | | | | | | | | | | | | | This port is the Python wrapper of cconv (chinese/cconv). cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool between Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants. cconv source code is based on iconv, an excellent program which converts text from one encoding to another. Features: - iconv-like usage. - language-level Simplified-Traditional Chinese conversion. - idioms can be translated. WWW: http://code.google.com/p/cconv/
* - Add php5-cconv 0.6.4sunpoet2011-05-094-0/+42
| | | | | | | | | | | | | | | | | | This port is the PHP wrapper of cconv (chinese/cconv). cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool between Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants. cconv source code is based on iconv, an excellent program which converts text from one encoding to another. Features: - iconv-like usage. - language-level Simplified-Traditional Chinese conversion. - idioms can be translated. WWW: http://code.google.com/p/cconv/
* - Add p5-cconv 0.6.1sunpoet2011-05-095-0/+49
| | | | | | | | | | | | | | | | | | This port is the Perl wrapper of cconv (chinese/cconv). cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool between Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants. cconv source code is based on iconv, an excellent program which converts text from one encoding to another. Features: - iconv-like usage. - language-level Simplified-Traditional Chinese conversion. - idioms can be translated. WWW: http://code.google.com/p/cconv/
* - Fix spelling and grammersunpoet2011-05-091-7/+7
|
* - Set CONFLICTS with unzip-iconv upcoming as a new porttota2011-05-051-1/+1
| | | | | PR: ports/152006 Submitted by: KOMATSU Shinichiro <koma2_AT_lovepeers_DOT_org>
* - Add cconv 0.6.2sunpoet2011-05-035-0/+46
| | | | | | | | | | | | | | | | cconv (pronunciation: see-conv.) is iconv based simplified-traditional chinese conversion tool. It is NOT only transcoding programm, but also TRANSLATE tools between the Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants, cconv source code is based on iconv a excellent program converts text from one encoding to another encoding. Features: - iconv liked usage. - language level simplified-traditional chinese. - idioms can be translated. WWW: http://code.google.com/p/cconv/
* - Update to 3.1.2sunpoet2011-05-032-3/+3
| | | | | | | Changes: http://cn.wordpress.org/2011/04/27/wordpress-3-1-2/ PR: ports/156792 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 1.3sunpoet2011-05-032-4/+4
| | | | Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer, via IRC)
* Bump PORTREVISION after open-mofit updatemakc2011-05-024-3/+4
|
* Remove unmaintained expired nvi related portsbapt2011-05-024-57/+0
| | | | | | | | | | | | | 2011-05-01 editors/nvi-m17n: Distfile is no more available 2011-05-01 chinese/nvi-big5: Distfile is no more available 2011-05-01 chinese/nvi-euc-cn: Distfile is no more available 2011-05-01 chinese/nvi-euc-tw: Distfile is no more available 2011-05-01 editors/nvi-perl: Distfile is no more available 2011-05-01 japanese/nvi-euc-jp: Distfile is no more available 2011-05-01 japanese/nvi-iso-2022-jp: Distfile is no more available 2011-05-01 japanese/nvi-sjis: Distfile is no more available 2011-05-01 korean/nvi-euc-kr: Distfile is no more available 2011-05-01 korean/nvi-iso-2022-kr: Distfile is no more available
* Removed ports that depends on iiimf expired ports + they are abandonwarebapt2011-05-0222-562/+0
| | | | | | | | japanese/iiimf-le-freewnn japanese/iiimf-le-canna chinese/iiimf-le-newpy korean/iiimf-le-hangul chinese/iiimf-le-ude
* Fix config file pathkevlo2011-04-291-2/+1
|
* - Add bug5 1.2sunpoet2011-04-274-0/+51
| | | | | | | | | | | | | | | | | | | | | bug5 is a Big5 <-> UTF-8 translating layer in terminal. It's modified from script(1). Features that screen doesn't have: - UAO - Unpad padded ambiguous-width characters - ANSI-Broken Big5 (eg. Double Color) fixing - Optional Traditional-Simplified conversion - BSD License Features that both bug5 and screen has: - Optional ambiguous-width characters padding - Specify I/O conversion WWW: https://github.com/buganini/bug5 PR: ports/156620 Submitted by: Kuan-Chung Chiu <buganini@gmail.com>
* - Update to 1.3.11culot2011-04-242-3/+3
| | | | | PR: ports/156562 Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
* - Update to 3.1.1sunpoet2011-04-162-3/+3
| | | | | | | Changes: http://cn.wordpress.org/2011/04/05/wordpress-3-1-1/ PR: ports/156274 Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 3.1.1sunpoet2011-04-162-3/+3
| | | | | | | Changes: http://tw.wordpress.org/2011/04/05/wordpress-3-1-1/ PR: ports/156273 Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update KOffice to 2.3.3.avilla2011-04-134-8/+8
|
* The FreeBSD KDE Team is pleased to announce April updates for KDEavilla2011-04-073-4/+21
| | | | | | | Software Compilation: 4.6.2, codename "Congrats". Read the full announcement here: http://kde.org/announcements/announce-4.6.2.php. Special thanks to Raphael Kubo da Costa who ported the release.
* - Update KOffice to 2.3.1.avilla2011-03-258-10/+24
| | | | - Force dependency on new libwpg.
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMavilla2011-03-254-26/+81
| | | | | | | | | 4.4.10. The official 4.6.1 release notes can be found at: http://www.kde.org/announcements/announce-4.6.1.php We'd like to say thanks to all helpers and submitters. Tested by: exp-run via miwi
* - Update to 1.6.0chinsan2011-03-232-4/+4
| | | | | | - Take maintainership Changelog: http://www.csie.nctu.edu.tw/~cp76/gcin/download/Changelog.html
* - Get Rid MD5 supportmiwi2011-03-19104-213/+0
|
* - Update to 3.1miwi2011-03-172-3/+3
| | | | | | PR: 155054 Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> Approved by: maintainer
* - Update to 3.1miwi2011-03-172-3/+3
| | | | | | PR: 155079 Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> Approved by: maintainer timeout
* - Mark BROKEN: does not configurepav2011-03-171-0/+2
| | | | | | Requested 'chewing = 0.3.2' but version of Chewing is 0.3.3 Reported by: pointyhat
* - Update to 1.5.9chinsan2011-03-053-8/+9
| | | | - Fix mirror issue, also mv LOCAL/chinsan to LOCAL/chinsan/gcin for better category.
* - Update to 0.3.3clsung2011-03-032-4/+3
| | | | | PR: ports/155089 Submitted by: Jin-Sih Lin <linpct_AT_gmail dot com>
* - Move over to python2.5 or highermiwi2011-02-251-2/+2
| | | | - While here kick md5
* Catch up with usage of SRC_BASE introduced in bsd.port.mk r1.662. Thislinimon2011-02-222-7/+5
| | | | | | should fix the builds on pointyhat-west. Hat: portmgr
* - update to 1.5.8chinsan2011-02-167-88/+33
| | | | | | | | - remove noseeing - fix gcin-setup - fix qt4 detecting problem (path) - remove unused patch - use 'xdg-open(1)' to opens a file or URL in the user's preferred application
* - Revert previous commit of MAINTAINER addresssunpoet2011-02-131-1/+1
|
* - Remove FETCH_ARGS and FETCH_BEFORE_ARGSsunpoet2011-02-131-9/+7
| | | | | | | | | - Update MAINTAINER address [1] - Use GOOGLE_CODE macro PR: ports/148276 [1] ports/149963 [2] Submitted by: Eric L. Chen <eric@bsded.com> (maintainer, new address)
* - Upgrade to 1.5.6chinsan2011-02-099-65/+75
| | | | - Add LICENSE
* - Update to 3.0.5miwi2011-02-084-6/+6
| | | | | | With hat: secteam (myself) Security: http://codex.wordpress.org/Version_3.0.5 Feature safe: yes
* - Mark BROKEN on 7.Xpav2011-02-041-0/+4
| | | | | Reported by: pointyhat Feature safe: yes
* - Unbreak this portsunpoet2011-01-233-16/+12
| | | | | | | - Remove BROKEN, DEPRECATED and EXPIRATION_DATE - Take maintainership Feature safe: yes
* Fix a typo in exp dateache2011-01-201-1/+1
| | | | Feature safe: yes
* Set DEPRECATED and EXPIRATION_DATEache2011-01-201-1/+3
| | | | Feature safe: yes
* BROKEN=Obsoleted.ache2011-01-201-0/+2
| | | | Feature safe: yes
* - Use = instead of ?=sunpoet2011-01-161-1/+1
| | | | Feature safe: yes
* - Update to 1.3.9.2wen2011-01-153-3/+10
| | | | | | | PR: ports/153907 Submitted by: "Charlie &" <linpct@gmail.com> Approved by: maintainer Feature safe: yes
* - Remove unnecessary PKGNAMEPREFIX declarationsunpoet2011-01-0911-13/+0
| | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/153634 Submitted by: sunpoet (myself) Approved by: pav (with portmgr hat)
* - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5fluffy2011-01-082-4/+4
| | | | | | for FreeBSD. It's a bugfix-only release, January 2011 set.
* - Update to 3.0.4sunpoet2010-12-312-3/+3
| | | | | | Changes: http://cn.wordpress.org/2010/12/30/3-0-4-update/ PR: ports/153559 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 3.0.4sunpoet2010-12-312-3/+3
| | | | | | Changes: http://tw.wordpress.org/2010/12/30/3-0-4-%e9%87%8d%e8%a6%81%e5%ae%89%e5%85%a8%e6%80%a7%e6%9b%b4%e6%96%b0/ PR: ports/153558 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* Sync to final (for now) bsd.autotools.mkade2010-12-234-10/+12
|
* - Chase security/libksba shlib version bumpglarkin2010-12-161-1/+1
| | | | | Requested by: kwm Pointyhat to: glarkin
* - Update pkg-descrwen2010-12-151-8/+29
| | | | | PR: ports/153129 Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer)
* - Fix checksumpgollucci2010-12-131-2/+1
| | | | Reported by: QAT
* - Update to 1.3.6.20100730pgollucci2010-12-132-4/+4
| | | | | | | | - Remove MD5 PR: ports/149196 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: lihong@ieee.org (maintainer)
* - Update to 3.0.3sunpoet2010-12-122-3/+3
| | | | | | | Changes: http://cn.wordpress.org/2010/12/09/wordpress-3-0-3/ PR: ports/152985 Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 3.0.3pgollucci2010-12-122-3/+3
| | | | | | PR: ports/152984 Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> Approved by: joehorn@gmail.com (maintainer)
* Garbage collect old ports:rene2010-12-0517-334/+0
| | | | | | | | | | | | | | | 2010-11-15 archivers/linux-par2cmdline: Native version available 2010-11-15 audio/bmp-musepack: does not build with audio/musepack 2010-11-15 audio/libmpcdec: superseded by audio/musepack 2010-11-15 audio/py-musepack: does not build with audio/musepack 2010-12-01 chinese/chinput3: Development has ceased. 2010-12-01 emulators/dynagen-devel: Please install emulators/dynagen instead 2010-11-24 net-p2p/gift-fasttrack: unmaintained upstream 2010-11-24 net-p2p/gift-gnutella: unmaintained upstream 2010-11-24 net-p2p/gift-openft: unmaintained upstream 2010-11-24 net-p2p/pyslsk: unmantained upstream, use net-p2p/nicotine-plus 2010-11-11 security/pamsfs: SFS is dead, this project is dead, and site is gone 2010-11-10 www/p5-Catalyst-Plugin-CommandLine: The module is not needed any more. With new Catalyst (at least 5.7014) it works out of the box.
* Sync to new bsd.autotools.mkade2010-12-044-4/+4
|
* - Fix LATEST_LINKsunpoet2010-12-031-0/+2
| | | | | PR: ports/152798 Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
* KDE FreeBSD team presents KDE SC 4.5.4.makc2010-12-032-4/+4
|
* KDE FreeBSD team is glad to present Qt 4.7.1 in ports.makc2010-12-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Along with Qt4 the following ports are updated: PyQt4 ports to 4.8.1 devel/py-sip to 4.11.2 devel/qscintilla2 to 2.4.5 PyKDE3 to 3.16.7 PyQt3 tp 3.18.2-snapshot-20091119 New ports added: devel/qt4-declarative devel/py-qt4-declarative x11/qt4-graphicssystems-opengl This release has been contributed by: Thomas Abthorpe (tabthorpe) Max Brazhnikov (makc) Dima Panov (fluffy) Alberto Villa (avilla) We'd like to thank Martin Wilke (miwi) for exp-run.
* - Update to 3.0.2sunpoet2010-12-022-7/+6
| | | | | | | | - Add MASTER_SITES Changes: http://cn.wordpress.org/2010/12/01/wordpress-3-0-2/ PR: ports/152780 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 3.0.2sunpoet2010-12-022-4/+5
| | | | | | | | - Add MASTER_SITES Changes: http://tw.wordpress.org/2010/12/01/wordpress-3-0-2/ PR: ports/152779 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 4.0.0pav2010-11-3011-71/+300
| | | | | PR: ports/152615 Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer)
* - Update to 3.0.8pav2010-11-243-25/+13
| | | | | PR: ports/152534 Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
* phpBB is a free flat-forum bulletin board software solutionpav2010-11-237-0/+1293
| | | | | | | | | | | | | | | | | | | | | | that can be used to stay in touch with a group of people or can power your entire website. With an extensive database of user-created modifications and styles database containing hundreds of style and image packages to customise your board, you can create a very unique forum in minutes. No other bulletin board software offers a greater complement of features, while maintaining efficiency and ease of use. Best of all, phpBB is completely free. We welcome you to test it for yourself today*. If you have any questions please visit our Community Forum where our staff and members of the community will be happy to assist you with anything from configuring the software to modifying the code for individual needs. Learn more about phpBB. WWW: http://www.phpbb.com/ PR: ports/152049 Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com>
* - update to 1.12leeym2010-11-172-4/+3
|
* - Fix build by letting configure come up with its own value of ${CPP}pav2010-11-091-0/+1
| | | | Reported by: pointyhat
* - Update to 3.0.1sunpoet2010-11-082-5/+6
| | | | | | | | - Add LICENSE Changes: http://codex.wordpress.org/Version_3.0.1 PR: ports/151780 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* KDE FreeBSD team presents KDE SC 4.5.3.makc2010-11-042-6/+4
|
* Add iBus configurationkevlo2010-11-012-7/+28
|
* - Unbreak on 9 (tested with compiler-rt branch) [1]rene2010-10-316-19/+32
| | | | | | | | | - upgrade to 0.3.9 [1] - change WWW line in pkg-descr [1] - Remove MD5 checksum and zero PORTREVISION PR: ports/151484 Submitted by: Kuan-Chung Chiu [buganini gmail.com] [1]
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longererwin2010-10-294-4/+4
| | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp
* Punt autoconf267->autoconf268ade2010-10-164-8/+8
|
* Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.kmoore2010-10-162-2/+2
|
* Migration of final set of working ports from automake{19,110} -> 111ade2010-10-074-6/+6
|
* - Tarball rerolledsunpoet2010-10-062-3/+4
| | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION Changes: - Update language files - Update Akismet from 2.3.0 to 2.4.0 Updated files: wp-content/languages/zh_CN.mo wp-content/languages/zh_CN.po wp-content/plugins/akismet/akismet.php wp-content/plugins/akismet/legacy.php (new) wp-content/plugins/akismet/readme.txt wp-content/themes/twentyten/languages/zh_CN.mo wp-content/themes/twentyten/languages/zh_CN.po PR: ports/151139 Submitted by: Joe Horn <joehorn at gmail.com> (maintainer) Approved by: pgollucci (mentor)
* KDE FreeBSD team presents KDE SC 4.5.2.makc2010-10-063-30/+6
| | | | | | | | kdebase4-workspace is now shipped with FreeBSD-branded wallpapers [1] (set by default for new accounts). Thanks to Ivan Cukic from KDE for making the wallpapers! [1] http://ivan.fomentgroup.org/blog/2010/09/05/stripes-kde-be-free-freebsd/
* - Development has ceased.miwi2010-09-301-0/+2
| | | | | | | - Website is not reachable. PR: 151013 Submitted by: Simon Olofsson <simon@olofsson.de>
* - Update for 1.5.21rafan2010-09-272-12/+12
|
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-247-7/+0
| | | | | | so standarize and remove it With Hat: perl@
* - Update MAINTAINER to my FreeBSD.org addresssunpoet2010-09-231-1/+1
| | | | Approved by: pgollucci (mentor)
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-168-18/+14
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* KDE FreeBSD team presents KDE SC 4.5.1.makc2010-09-034-211/+76
| | | | | New ports added: misc/kde4-l10n-ia - Interlingua localization for KDE
* Remove chinese/gcin-devel, older than stable, broken and unmaintainedgarga2010-08-319-366/+0
|
* Update KOffice l10n ports to 2.2.2makc2010-08-284-12/+12
|
* - Change master port to net/tintin++lwhsu2010-08-241-1/+1
| | | | | PR: ports/146736 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
* Update distinfo.hrs2010-08-232-6/+6
| | | | Reported by: pav
* - Update to 3.0.1lwhsu2010-08-202-12/+11
| | | | | | | - Add LICENSE setting PR: ports/149778 Submitted by: Joe Horn <joehorn AT gmail.com>
* Use better spelling (I copied original one from the English page of thedanfe2010-08-032-2/+2
| | | | website, but main (Chinese) page spells it correctly).
* - Update to version 3.6.3danfe2010-08-033-16/+43
| | | | | | | | | | - Remove obsolete master sites - Add LICENSE - Utilize OPTIONS - Correctly track dependencies (prevent silent dependency injection) - Minor Makefile cleanups Approved by: maintainer timeout
* Fix an embarrassing typo.danfe2010-08-031-1/+1
|
* Clean up pkg-message and provide better port description.danfe2010-08-022-7/+13
| | | | Approved by: maintainer timeout
* Update to 1.3.5.20100706arved2010-07-282-8/+6
| | | | | | PR: 148983 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: maintainer
* - Update to 0.15clsung2010-07-122-4/+4
| | | | Changes: http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
* Promote dependencies to build dependencies. This fixes a builddelphij2010-07-021-2/+4
| | | | | | | issue introduced by previous revision by me. Submitted by: wen Feature safe: yes
* respect $(CC) to make clang happy.vanilla2010-06-303-10/+10
| | | | Feature safe: yes
* Update to 1.3.8.delphij2010-06-303-52/+28
| | | | | | | | This is based on an earlier patch revised by maintainer but all bugs are mine. Approved by: maintainer timeout Feature safe: yes
* Present KDE SC 4.4.5 for FreeBSD.makc2010-06-302-6/+6
| | | | Feature safe: yes
* - Removed shells/bash from RUN_DEPENDSwen2010-06-252-6/+58
| | | | | | PR: ports/147826 Submitted by: Ju Pengfei <jupengfei@gmail.com> (maintainer) Feature safe: yes
* - Update to WP 3.0miwi2010-06-202-12/+9
| | | | | | | | PR: 147966 [1] 147945 [2] Submitted by: Joe Horn <joehorn@gmail.com> [1] Yuan-Chung Hsiao <ychsiao@ychsiao.org> [2] Feature safe: yes
* - Update KOffice (and its l10n packs) to 2.2.0 releasefluffy2010-06-198-16/+34
| | | | | | | | | | | | Major changes: Kexi now returns back New import filters for MS OOXML (Office 2007) Formats Improved OO.org and MS Office traditional formats compatibility Improved stability at all Discussed with: miwi, itetcu Approved by: portmgr (erwin) Feature safe: yes
* Connect gimp-help portsmakc2010-06-151-0/+1
|
* Add new ports for GIMP Manual:makc2010-06-151-0/+18
| | | | | | | | | | The GIMP User Manual is distributed as a set of HTML pages for use with the internal GIMP help browser or any web browser. WWW: http://docs.gimp.org/ PR: ports/145650, ports/145652 Submitted by: SimaMoto, RyoTa <liangtai.s4 at gmail.com>
* BROKEN should not be quoted.erwin2010-06-131-1/+1
| | | | No functional change.
* Present KDE SC 4.4.4 for FreeBSD.makc2010-06-022-6/+6
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-3114-13/+14
|
* Update MASTER_SITESkevlo2010-05-211-1/+1
|
* Mark BROKEN: does not build.erwin2010-05-141-0/+2
|
* - Update KOffice to 2.1.2 releasefluffy2010-05-118-16/+12
| | | | | | - Add ca@valencia localization for KOffice With hat on: kde@
* - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-116-56/+150
| | | | With hat on: kde@
* Reset bg1tpt@gmail.com due to maintainer-timeouts and no response tolinimon2010-04-261-1/+1
| | | | | | email. Hat: portmgr
* Add kde4kevlo2010-04-122-1/+16
|
* WordPress is a state-of-the-art semantic personal publishing platformwen2010-04-095-0/+93
| | | | | | | | | | | | with a focus on aesthetics, web standards, and usability. More simply, Wordpress is what you use when you want to work with your blogging software, not fight it. WWW: http://tw.wordpress.org/ PR: ports/144369 Submitted by: Joe Horn <joehorn@gmail.com>
* upgrade to 0.8.15.vanilla2010-04-072-4/+5
|
* - Correct Latest link (I'm pretty sure no one is going to do 'pkg_add -r yes`)pav2010-03-311-1/+0
|
* - fix build with option WITHOUT_NLSdinoex2010-03-301-0/+2
|
* - update to 1.4.1dinoex2010-03-2834-32/+34
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Mark BROKEN: fails to build with new utmpxmiwi2010-03-204-3/+25
| | | | Reported by: pointyhat
* WordPress is a state-of-the-art semantic personal publishing platformwen2010-03-165-0/+93
| | | | | | | | | | | | with a focus on aesthetics, web standards, and usability. More simply, Wordpress is what you use when you want to work with your blogging software, not fight it. WWW: http://cn.wordpress.org/ PR: ports/144370 Submitted by: Joe Horn <joehorn@gmail.com>
* - Update MASTER_SITESmiwi2010-02-131-3/+1
| | | | | PR: 143391 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
* English-Chinese/Chinese-English dictionaries for StarDict.wen2010-02-076-0/+82
| | | | | | | | | Traditional Chinese (a.k.a. BIG5 code) encoded. WWW: http://stardict.sourceforge.net/ PR: ports/143508 Submitted by: Ju Pengfei <jupengfei@gmail.com>
* Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-074-8/+6
| | | | | | | release can be found at http://kde.org/announcements/announce-4.3.5.php. KDE 4.3.5, the last bugfix release in 4.3.x series. We'd like to say thanks to all helpers and submitters.
* - update to jpeg-8dinoex2010-02-0532-21/+32
|
* - Remove stardict2-dict-zh_CNwen2010-01-315-79/+0
|
* - Connect stardict-dict-zh_CNwen2010-01-311-0/+1
|
* - Repocopy completewen2010-01-313-5/+17
| | | | | | | - Pass maintainership to submitter PR: port/142967 Submitted by: Ju Pengfei <jupengfei@gmail.com>
* - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-291-3/+1
| | | | | | (part 17). Approved by: portmgr (itetcu)
* - Update download urlmiwi2010-01-281-1/+1
| | | | | PR: 143292 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
* The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.makc2010-01-226-29/+39
|
* - remove broken/expired ports@ portspgollucci2010-01-1815-242/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: portmgr (miwi) audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months devel/adabindx||2010-01-18|Has expired: has been broken for 3 months devel/agide||2010-01-18|Has expired: has been broken for 6 months devel/asis||2010-01-18|Has expired: has been broken for 3 months devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind devel/florist||2010-01-18|Has expired: has been broken for 3 months editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months graphics/gephex||2010-01-18|Has expired: has been broken for 3 months graphics/irit||2010-01-18|Has expired: has been broken for 3 months graphics/pixieplus||2010-01-18|Has expired: has been broken for 6 months japanese/expect||2010-01-18|Has expired: has been broken for 3 months lang/pnetc||2010-01-18|Has expired: has been broken for 5 months mail/libnewmail||2010-01-18|Has expired: has been broken for 3 months net-mgmt/flowscan||2010-01-18|Has expired: has been broken for 5 months net/astmanproxy||2010-01-18|Has expired: has been broken for 3 months palm/prc-tools||2010-01-18|Has expired: has been broken for 4 months print/latex-msc||2010-01-18|Has expired: has been broken for 3 months science/xloops-ginac||2010-01-18|Has expired: has been broken for 3 months shells/bush||2010-01-18|Has expired: has been broken for 3 months textproc/iiimf-gnome-im-switcher||2010-01-18|Has expired: has been broken for 4 months textproc/iiimf-gtk||2010-01-18|Has expired: has been broken for 3 months x11-toolkits/gtkada-devel||2010-01-18|Has expired: has been broken for 3 months x11-toolkits/gtkada||2010-01-18|Has expired: has been broken for 3 months x11-wm/ion-2||2010-01-18|Has expired: has been broken for 4 months
* - Add files/pkg-message.inwen2010-01-112-0/+22
| | | | | PR: ports/142527 Submitted by: Ju Pengfei <jupengfei@gmail.com> (maintainer)
* - Use SUB_FILES for PKGMESSAGErafan2010-01-092-4/+1
| | | | | PR: ports/142415 (based on) Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk>
* - Remove unusable mirror sitesrafan2009-12-291-6/+2
| | | | | - Pass maintainership to clsung@ as I don't use it anymore and he agreed to take over
* - Explicitly disable setup-tool. The configure requires additional patchrafan2009-12-271-1/+2
| | | | (fixed in later version).
* Chewing engine for IBus.wen2009-12-275-0/+51
| | | | | | | WWW: http://code.google.com/p/ibus PR: ports/141951 Submitted by: "Eric L. Chen" <lihong@ieee.org>
* Mark BROKEN on 9.x: does not build.erwin2009-12-271-0/+4
|
* - Update to 1.2.2 which is compatible with libchewing >= 0.3.2rafan2009-12-277-64/+33
| | | | - oxim-setup is now removed
* scim-array is an SCIM IMEngine module for array 30. It supportswen2009-12-245-0/+55
| | | | | | | | | array 6.0 Unicode CJK Extension B and special input code. WWW: http://scimarray.openfoundry.org/ PR: ports/141927 Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org>
* Upgrade to 1.1.vanilla2009-12-238-237/+5
| | | | | PR: ports/141902 Submitted by: maintainer
* The KDE FreeBSD team is proud to announce the release of KOffice2 suite for ↵fluffy2009-12-2213-152/+156
| | | | | | | | | | | | FreeBSD. The official KOffice 2.1.0 notes can be found here (http://www.koffice.org/news/koffice-2-1-released/) We'd like to say thanks to all helpers, testers and submitters. Happy Installing. Approved by: miwi (mentor)
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-2119-56/+2
| | | | | | | | 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.
* Style: exist() should not have space before that.delphij2009-12-201-1/+1
| | | | Submitted by: maintainer
* - Add e-mail for creator;delphij2009-12-201-1/+6
| | | | | | | | - Mark IGNORE if games distribution is not installed; - Use full path for strfile in case it is not in PATH [1]; Reported by: pav [1] Submitted by: maintainer
* really replace with STRIP_CMDmakc2009-12-201-2/+2
|
* Fix QT4 option usage (in preparation for Qt-4.6.0 update)makc2009-12-201-8/+10
| | | | Replace strip with ${STRIP_CMD} while here
* Fix QT4 option usage (in preparation for Qt-4.6.0 update)makc2009-12-201-11/+15
| | | | | | | While here: Replace strip with ${STRIP_CMD} Use DISTVERSION Mark IGNORE, chinese/gcin is newer
* - Update to 0.3.3pav2009-12-193-8/+8
| | | | | PR: ports/141750 Submitted by: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
* - Update to 0.3.2clsung2009-12-186-45/+9
| | | | | PR: ports/140991 Submitted by: Denny Lin <dennylin93_AT_cnmc32 dot hs dot ntnu dot edu dot tw>
* New port: chinese/fortune A very classic fortune file in Chinesedelphij2009-12-185-0/+80
| | | | | PR: ports/141712 Submitted by: Ju Pengfei <jupengfei 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
* 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
* The FreeBSD KDE is please to announce the release of KDE 4.3.4,miwi2009-12-022-6/+6
| | | | | | | a bugfix, translation and maintenance update. Release note can be found at http://kde.org/announcements/announce-4.3.4.php We'd like to say thanks to all helpers and submitters.
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.3miwi2009-11-274-10/+21
| | | | | | | | | | | | | for FreeBSD. For lists of bugfixes and improvements please see: http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php The KDE FreeBSD team would like to say thanks to all the helpers and submitters. Tested by: pointyhat-exp-run (myself)
* - Update to Qt-4.5miwi2009-11-274-12/+0
| | | | | | | The KDE FreeBSD team would like to say thanks to all the helpers and submitters. Tested by: pointyhat-exp-run (myself)
* - Mark MAKE_JOBS_UNSAFEpav2009-11-234-0/+4
| | | | Reported by: pointyhat
* - Update to 1.2.0.20090915wen2009-11-202-5/+4
| | | | | PR: ports/140664 Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
* - update to 1.0leeym2009-11-203-5/+7
|
* - Mark MAKE_JOBS_UNSAFEpav2009-11-191-0/+1
| | | | Reported by: pointyhat
* - Update to 3.6.2lwhsu2009-10-185-28/+47
| | | | | | | - Pass maintainership to submitter PR: ports/139692 Submitted by: "Denise H. G." <darcsis@gmail.com>
* Update to 8.1.7. Multiple vulnerabilities which could cause thehrs2009-10-152-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix the terminal initial problem with color redrawavl2009-10-075-48/+84
| | | | | | | - Pass maintainership to submitter PR: ports/137858 Submitted by: Hung-Yi Chen <gaod@hychen.org>
* Fix typo in previous commit.erwin2009-10-011-1/+1
|
* The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-024-8/+8
| | | | | | | | a bugfix, translation and maintenance update. Release note can be found at http://kde.org/announcements/announce-4.3.1.php We would like to thank all our contributors and testers. My personal thanks to miwi and makc for coaching me through my first KDE commit.
* Mark BROKEN on all branches: does not builderwin2009-08-301-7/+3
|
* Mark BROKEN on 6.x: does not builderwin2009-08-301-0/+4
|
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and nolinimon2009-08-2918-19/+17
| | | | | | response to email. Hat: portmgr
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-2216-27/+17
| | | | starting with B,C
* Reset maintainererwin2009-08-202-2/+2
| | | | | <yuanjue@yuanjue.net>: connect to yuanjue.net[208.73.210.27]:25: Connection refused
* Fix a few common typos in pkg-descr ("separate", "compatible").olgeni2009-08-161-1/+1
|
* - Update to 0.14clsung2009-08-152-4/+4
| | | | Changes: http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
* Fix the build w/ libtool22.mezz2009-08-092-0/+6
| | | | Reported by: erwin (i386 8-exp)
* clean upmakc2009-08-082-6/+0
|
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-056-36/+182
| | | | | | | | | | 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)
* - Update Qt4 to 4.5.2miwi2009-08-053-7/+10
| | | | | | | The KDE FreeBSD team would like to say thanks to all the helpers and submitters. Tested by: pointyhat-exp-run (pav/miwi)
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-035-5/+5
| | | | | | | | | | | | | | | | | | -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-3126-12/+26
| | | | | | bumped or updated Requested by: edwin
* - Fix build after mail/mutt-devel upgraded to 1.5.20rafan2009-06-292-52/+52
|
* Update to 8.1.6 and 9.1.2.hrs2009-06-182-6/+6
| | | | | | | | | | | | | | | | | | | | | | | 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
* - Broken on amd64/8pav2009-06-141-1/+7
| | | | Reported by: pointyhat
* Remove chinese/wordpress which has been mark FORBIDDEN over 6 months ago.erwin2009-06-136-578/+0
|
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+2
| | | | | | | | | | | | | 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)
* BROKEN, doesn't fetchitetcu2009-06-081-0/+2
| | | | Reported by: QAT
* Fix post-patch to allow for CFLAGS containing a slash (which happensgerald2009-06-051-1/+1
| | | | in case of pathnames).
* The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-032-6/+6
| | | | | | release in 4.2.x series. The official KDE 4.2.4 release changelog can be found at: http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php.
* Use RUN_DEPENDS instead of BUILD_DEPENDS.hrs2009-06-021-2/+2
|
* Fix with custom LOCALBASE. Not the right way, but fixed.itetcu2009-06-021-2/+4
| | | | Prompted by: QATty
* - Honor PREFIX/LOCALBASEpgollucci2009-06-021-2/+2
| | | | | | (its GNU Configure) Reported by: QAT
* - Respect PREFIX/LOCALBASEamdmi32009-06-022-9/+10
| | | | Reported by: QATty
* Fix build with custom LOCALBSE and respect CFLAGS a little more.itetcu2009-06-021-0/+5
| | | | Reported by: QATty
* Patch Makefile to respect PREFIX and use our INSTALL macros.itetcu2009-06-012-16/+15
| | | | Reported by: QATty
* Patch Makefile to respect PREFIX and use our INSTALL macros.itetcu2009-06-012-19/+20
| | | | Repoerted by: QATty
* Fix PLIST.hrs2009-05-311-6/+6
| | | | Spotted by: QAT
* japanese/font-std, chinese/font-std, and dependency fixups duehrs2009-05-315-5/+50
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* Remove qt4 build tools from run dependencies.makc2009-05-281-4/+4
| | | | Approved by: maintainer
* - Correct plistpav2009-05-221-0/+1
| | | | Reported by: pointyhat
* - Update to 0.13clsung2009-05-202-4/+4
| | | | Changes: http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
* - Update MASTER_SITESlwhsu2009-05-181-3/+2
|
* - Add an option to make default paper size A4lwhsu2009-05-181-1/+10
| | | | | PR: ports/134638 Submitted by: Chun-Chung Yang <chunchung AT cs.nctu.edu.tw>
* - Update to 1.4.5chinsan2009-05-175-175/+21
|
* - Pass maintainership to lwhsu@chinsan2009-05-161-1/+1
|
* Update to 8.1.5. Two critical vulnerabilities have been fixed:hrs2009-05-132-6/+6
| | | | | | | | | | | | | | | | | | | | | | | - 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
* clive has has his ports bit retaken for safekeeping.linimon2009-05-132-2/+2
| | | | Hat: portmgr
* Update KDE ports to 4.2.3makc2009-05-102-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* Fix typo.daichi2009-04-301-1/+1
|
* Fix plist with -DNOPORT*.itetcu2009-04-081-0/+3
| | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
* Fix pathname of Fontmap.GS, which has been changed in GS 8.64.hrs2009-04-033-3/+3
|
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-024-14/+6
| | | | | | | | | | for FreeBSD. The official KDE 4.2.2 release changelog can be found at: http://www.kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php. Also mark some ports MAKE_JOBS_SAFE. New Ports: misc/kde4-l10n-sk - Slovak
* Upgrade to 0.8.13.vanilla2009-04-023-17/+49
|
* Update to 8.1.4. This version includes serious security fixes.hrs2009-03-292-6/+6
| | | | | | | | | | | | | 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
* - Replace INSTALLS_SHLIB with USE_LDCONFIGpav2009-03-261-1/+1
|
* PinYin engine for IBus.pav2009-03-265-0/+106
| | | | | | | WWW: http://code.google.com/p/ibus PR: ports/128371 Submitted by: Henry Hu <henry.hu.sh@gmail.com>
* bump PORTREVISION after cmake updatemakc2009-03-251-1/+1
|
* - Update to 1.4.5.pre2chinsan2009-03-254-9/+9
|
* - Reduce depenency on japanese/anthychinsan2009-03-242-2/+171
| | | | | | | - Bump PORTREVISION Suggested by: kevlo@ Source from: caleb
* Update KDE to 4.2.1.makc2009-03-092-6/+6
| | | | | | | multimedia/phonon port has been split into phonon itself, phonon-xine and phono-gstreamer backends. After updating phonon port you have to install at least one backend. phonon-xine backend is recommended for KDE.
* - Mark BROKEN on FreeBSD 6.xpav2009-03-031-0/+4
| | | | Reported by: pointyhat
* - Update to 0.35rafan2009-02-152-4/+7
|
* - Fix build after devel/mutt-devel updaterafan2009-02-112-57/+57
|
* add missing fileijliao2009-02-111-0/+1
|
* upgrade to 0.0.4ijliao2009-02-113-7/+9
| | | | drop maintainership
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-094-42/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release notes can be found at: http://kde.org/announcements/4.2/index.php. New supported languages include Arabic, Icelandic, Basque, Hebrew, Romanian, Tajik and several Indian languages (Bengali India, Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in this part of Asia. New ports for KDE 4.2.0: arabic/kde4-l10n Arabic hebrew/kde4-l10n Hebrew misc/kde4-l10n-bn_IN Bengali (India) misc/kde4-l10n-eu Basque misc/kde4-l10n-gu Gujarati misc/kde4-l10n-is Icelandic misc/kde4-l10n-kn Kannada misc/kde4-l10n-mai Maithili misc/kde4-l10n-mr Marathi misc/kde4-l10n-ro Romanian misc/kde4-l10n-tg Tajik math/eigen2 Lightweight library for vector and matrix math graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins sysutils/policykit-kde PolicyKit manager for KDE Unfortunately FreeBSD 6.4 support is dropped. We'd like to say thanks for feedback and help to: Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer, David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe, Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
* 2009-01-19 games/emacs-chess: has been broken for more than 6 monthsmiwi2009-02-045-92/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port 2009-01-19 devel/hs-hat: has been broken for more than 6 months 2009-01-19 devel/hs-hpl: has been broken for more than 6 months 2009-01-19 databases/mysqlbigram: has been broken for more than 6 months 2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months 2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months 2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months 2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by STIX fonts for Firefox 3.x 2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months 2009-01-31 x11-wm/expocity: project has been abandoned 2009-01-19 x11/bbuname: has been broken for more than 6 months 2009-01-19 security/squidclam: has been broken for more than 6 months 2009-01-19 print/virtualpaper: depends on broken, expired port 2009-01-19 print/ifhp: has been broken for more than 6 months 2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months 2009-01-19 palm/pdbc: has been broken for more than 6 months 2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months 2009-01-19 net-im/sulci: has been broken for more than 6 months 2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months 2009-01-19 multimedia/helixplayer: has been broken for more than 6 months 2009-01-19 lang/quack: has been broken for more than 6 months 2009-01-19 misc/pybliographer: has been broken for more than 6 months 2009-01-19 net/versuch: has been broken for more than 6 months 2009-01-19 net/py-mantissa: has been broken for more than 6 months 2009-01-19 net/libunpipc: has been broken for more than 6 months 2009-01-19 net/gnometelnet: has been broken for more than 6 months 2009-01-19 net/gacxtool: depends on expired, broken port 2009-01-19 devel/py-coro: has been broken for more than 6 months 2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months 2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months
* - Update to 0.2.6chinsan2009-02-022-7/+5
|
* - Update to 1.4.4chinsan2009-02-014-19/+90
|
* - Update download locationpav2009-01-312-4/+6
| | | | Reported by: -fetch-original pointyhat run
* Fix typo.kuriyama2009-01-251-1/+1
|
* - Update to 3.7chinsan2009-01-242-8/+8
|
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-242-1/+2
| | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
* kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release ↵makc2009-01-146-12/+12
| | | | | | | | | | | | | | in 4.1.x series. You have only two weeks to play with it -- KDE 4.2.0 is coming ;) Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age. For lists of bugfixes and improvements please see: http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php Approved by: miwi (mentor)
* kde@freebsd team is pleased to announce the update for Qt4 ports.makc2009-01-142-6/+6
| | | | | | | | Qt4 ports have been updated from 4.4.1 to 4.4.3. With this update new port misc/qt4-l10n has been added. This port provides localisation support for Qt4 developers tools designer, linguist, etc. Approved by: miwi (mentor)
* - Update to 1.4.3.pre13chinsan2009-01-123-7/+11
|
* - :build targets need to use ${NONEXISTENT} for their depobjpav2009-01-091-1/+1
|
* - Remove conditional checks relevant only on FreeBSD 5.x and olderpav2009-01-069-58/+7
|
* - Add chinese/CNS11643-font's RESTRICTEDchinsan2009-01-031-2/+6
| | | | - fix build
* Add CNS11643-font, a combine of Kai and Sung with CNS11643 TrueType Fonts.chinsan2009-01-034-0/+43
| | | | WWW: http://www.cns11643.gov.tw/web/
* - Update to 1.4.3.pre12chinsan2009-01-033-7/+7
|
* - Fix compiling warning.chinsan2009-01-023-5/+25
| | | | | PR: ports/129819 Submitted by: Hung-Yi Chen <gaod@hychen.org>