1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

2392 Commits

Author SHA1 Message Date
Alexey Dokuchaev
ec238eebaf - Unbreak on 7.X by replacing getline() GNU extension with fgets()
- 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
2011-06-07 00:25:30 +00:00
Sunpoet Po-Chuan Hsieh
825ec0d521 - Update to 3.1.3
Changes:	http://cn.wordpress.org/2011/05/26/wordpress-3-1-3/
PR:		ports/157350
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2011-05-26 19:23:46 +00:00
Sunpoet Po-Chuan Hsieh
b88175af20 - Update to 3.1.3
Changes:	http://tw.wordpress.org/2011/05/26/wordpress-3-1-3/
PR:		ports/157349
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2011-05-26 19:23:05 +00:00
Xin LI
e0f171e1d7 ydict is a tool that looks up Yahoo! Dict in command line.
Submitted by:	Gea-Suan Lin <gslin gslin.org>
PR:		ports/154582
2011-05-25 22:34:25 +00:00
Sunpoet Po-Chuan Hsieh
dd6b8efb96 - Update to 1.4
Changes:
- Chase bsdconv update
- Minor code cleanup

PR:		ports/157307
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2011-05-25 14:32:20 +00:00
Alexey Dokuchaev
cbd6e31347 - Reformat to fit 80-char terminals better and fix indentation
- 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)
2011-05-22 12:38:16 +00:00
Alexey Dokuchaev
86ac388d15 Allow NLS support to be controlled via OPTIONS. 2011-05-20 17:34:25 +00:00
Jimmy Olgeni
18d8ecf519 Unbreak after upgrade to 0.9.6.
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.
2011-05-19 11:12:26 +00:00
Jimmy Olgeni
6233225d8c Adopt port. 2011-05-19 10:54:31 +00:00
Alexey Dokuchaev
bba397e1b4 * Update to version 1.6
* 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
2011-05-18 09:06:49 +00:00
Max Brazhnikov
a34b8d38b8 Update KDE Software Compilation ports to 4.6.3
Special thanks to Raphael Kubo da Costa for his work on this update.
2011-05-16 19:26:43 +00:00
Sunpoet Po-Chuan Hsieh
0b5d5ab284 - Update to 3.1.2
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)
2011-05-14 10:47:11 +00:00
Sunpoet Po-Chuan Hsieh
fbdf4bfea0 - Add py-cconv 0.5.0
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/
2011-05-09 07:40:22 +00:00
Sunpoet Po-Chuan Hsieh
34a3974434 - Add php5-cconv 0.6.4
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/
2011-05-09 07:26:07 +00:00
Sunpoet Po-Chuan Hsieh
1dd150fe49 - Add p5-cconv 0.6.1
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/
2011-05-09 07:24:49 +00:00
Sunpoet Po-Chuan Hsieh
d6125b5a25 - Fix spelling and grammer 2011-05-09 07:19:12 +00:00
TAKATSU Tomonari
c7bf4cf8a9 - Set CONFLICTS with unzip-iconv upcoming as a new port
PR:		ports/152006
Submitted by:	KOMATSU Shinichiro <koma2_AT_lovepeers_DOT_org>
2011-05-04 23:36:34 +00:00
Sunpoet Po-Chuan Hsieh
2181ec741f - Add cconv 0.6.2
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/
2011-05-03 13:09:40 +00:00
Sunpoet Po-Chuan Hsieh
875ba88dc1 - Update to 3.1.2
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)
2011-05-03 13:08:16 +00:00
Sunpoet Po-Chuan Hsieh
e954de6f93 - Update to 1.3
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer, via IRC)
2011-05-03 05:46:59 +00:00
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Baptiste Daroussin
fe6a713037 Remove unmaintained expired nvi related ports
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
2011-05-02 09:27:03 +00:00
Baptiste Daroussin
d92cba6bdf Removed ports that depends on iiimf expired ports + they are abandonware
japanese/iiimf-le-freewnn
japanese/iiimf-le-canna
chinese/iiimf-le-newpy
korean/iiimf-le-hangul
chinese/iiimf-le-ude
2011-05-01 19:18:22 +00:00
Kevin Lo
062537301c Fix config file path 2011-04-29 06:05:51 +00:00
Sunpoet Po-Chuan Hsieh
3f770b81fe - Add bug5 1.2
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>
2011-04-26 18:19:48 +00:00
Frederic Culot
9b329fba17 - Update to 1.3.11
PR:		ports/156562
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2011-04-24 09:17:27 +00:00
Sunpoet Po-Chuan Hsieh
b01c3f2517 - Update to 3.1.1
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)
2011-04-16 13:24:12 +00:00
Sunpoet Po-Chuan Hsieh
67492fca16 - Update to 3.1.1
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)
2011-04-16 13:23:50 +00:00
Alberto Villa
762fd7edc2 - Update KOffice to 2.3.3. 2011-04-13 07:33:32 +00:00
Alberto Villa
44b2f80d3d The FreeBSD KDE Team is pleased to announce April updates for KDE
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.
2011-04-07 12:03:34 +00:00
Alberto Villa
253cf9c6c3 - Update KOffice to 2.3.1.
- Force dependency on new libwpg.
2011-03-25 10:44:21 +00:00
Alberto Villa
c1f3de0f55 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
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
2011-03-25 10:33:51 +00:00
Chin-San Huang
4007b0f2b0 - Update to 1.6.0
- Take maintainership

Changelog:	http://www.csie.nctu.edu.tw/~cp76/gcin/download/Changelog.html
2011-03-23 14:36:25 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Martin Wilke
c65b06ee6b - Update to 3.1
PR:		155054
Submitted by:	Bo-Yi Wu <appleboy.tw@gmail.com>
Approved by:	maintainer
2011-03-17 13:13:11 +00:00
Martin Wilke
90f889be41 - Update to 3.1
PR:		155079
Submitted by:	Bo-Yi Wu <appleboy.tw@gmail.com>
Approved by:	maintainer timeout
2011-03-17 13:13:08 +00:00
Pav Lucistnik
4b4a959520 - Mark BROKEN: does not configure
Requested 'chewing = 0.3.2' but version of Chewing is 0.3.3

Reported by:	pointyhat
2011-03-16 22:12:16 +00:00
Chin-San Huang
4925e004bb - Update to 1.5.9
- Fix mirror issue, also mv LOCAL/chinsan to LOCAL/chinsan/gcin for better category.
2011-03-05 07:05:47 +00:00
Cheng-Lung Sung
3c17f5a3fb - Update to 0.3.3
PR:		ports/155089
Submitted by:	Jin-Sih Lin <linpct_AT_gmail dot com>
2011-03-03 05:55:55 +00:00
Martin Wilke
9992960752 - Move over to python2.5 or higher
- While here kick md5
2011-02-24 23:25:54 +00:00
Mark Linimon
e2b45782f3 Catch up with usage of SRC_BASE introduced in bsd.port.mk r1.662. This
should fix the builds on pointyhat-west.

Hat:		portmgr
2011-02-22 06:18:50 +00:00
Chin-San Huang
30069130ae - update to 1.5.8
- 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
2011-02-15 22:18:24 +00:00
Sunpoet Po-Chuan Hsieh
64f83afd4c - Revert previous commit of MAINTAINER address 2011-02-13 00:48:49 +00:00
Sunpoet Po-Chuan Hsieh
3ff591f4ce - Remove FETCH_ARGS and FETCH_BEFORE_ARGS
- 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)
2011-02-13 00:25:06 +00:00
Chin-San Huang
0bf2dd04e9 - Upgrade to 1.5.6
- Add LICENSE
2011-02-09 10:53:09 +00:00
Martin Wilke
d4a521f1e5 - Update to 3.0.5
With hat:	secteam (myself)
Security:	http://codex.wordpress.org/Version_3.0.5
Feature safe:	yes
2011-02-08 13:35:53 +00:00
Pav Lucistnik
0f8b80f706 - Mark BROKEN on 7.X
Reported by:	pointyhat
Feature safe:	yes
2011-02-03 17:59:28 +00:00
Sunpoet Po-Chuan Hsieh
152fc1ae33 - Unbreak this port
- Remove BROKEN, DEPRECATED and EXPIRATION_DATE
- Take maintainership

Feature safe:	yes
2011-01-22 17:15:11 +00:00
Andrey A. Chernov
850c000f19 Fix a typo in exp date
Feature safe: yes
2011-01-20 09:54:22 +00:00
Andrey A. Chernov
458c1a7455 Set DEPRECATED and EXPIRATION_DATE
Feature safe: yes
2011-01-20 08:30:26 +00:00