Commit graph

11 commits

Author SHA1 Message Date
Martin Wilke
6d93596b18 - Convert USE_SCONS to USES 2014-02-13 14:18:58 +00:00
Guido Falsi
0a0bcfbc54 Import a bunch of iconv fixes.
Submitted by:	marino
Approved by:	portmgr (bapt, implicit)
2013-09-27 15:17:26 +00:00
Baptiste Daroussin
f5750c6a0e Add NO_STAGE all over the place in preparation for the staging support (cat: chinese) 2013-09-20 16:01:22 +00:00
Sunpoet Po-Chuan Hsieh
e25ddcf079 - Fix build on 10-CURRENT: disable iconv functionality by removing iconv.h detection
- While I'm here:
  - Remove leading indefinite article from COMMENT
  - Remove LICENSE_FILE for well-known licenses
  - Covnert to new LIB_DEPENDS format
  - Use USES=gmake

PR:		ports/182079
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
Approved by:	Zhihao Yuan <zy@miator.net> (maintainer)
2013-09-14 08:51:34 +00:00
Baptiste Daroussin
e2eefe5472 Convert all c categories to USE=pkgconfig 2013-04-23 06:34:47 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Xin LI
3a318be3f7 - Host the distfile at FreeBSD's site;
- Remove maintainer's URL from master sites;
 - Recompress to make the file smaller.

Requested by:	maintainer
2012-07-19 23:51:34 +00:00
Xin LI
df5e20fd06 Update to 2.0.4 RC 2
PR:		ports/170008
Submitted by:	Zhihao Yuan <lichray gmail com> (maintainer)
2012-07-19 23:35:57 +00:00
Wen Heping
6507fdb245 - Update to 2.0.4rc1
PR:		167863
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-05-25 07:25:44 +00:00
Cheng-Lung Sung
46d27fe6b7 - bump PORTREVISION
- Make chinese/sunpinyin 2.0.4-compatible, XDG-compatible, etc.
1. patch-2.0.4-compatible
sunpinyin-2.0.4 is not released, but I'm porting a front-end which uses several changes from the newer version. This patch is enough.

2. patch-xdg
Change the config dir from .sunpinyin to .config/sunpinyin. It's safe because we have no front-ends in ports tree, so no one has these configured :)

3. patch-src...
Remove the unneeded and repeated message on terminal.

PR:		ports/162465
Submitted by:	maintainer (Zhihao Yuan)
Feature safe:	yes
2011-11-11 15:38:55 +00:00
Cheng-Lung Sung
4f88e888c0 SunPinyin is a statistical language model based Chinese input method, which
was firstly developed by Sun Beijing Globalization team, and opensource'd
to community with opensolaris project, with LGPLv2 and CDDL dual-licenses.

WWW:	http://code.google.com/p/sunpinyin/

Feature safe:	yes
2011-11-11 02:46:16 +00:00