aboutsummaryrefslogtreecommitdiff
path: root/chinese/docproj
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-063-3/+0
|
* Fix build with src r354909 applied.Brooks Davis2019-11-251-2/+1
| | | | | | | | | | | | | | The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into errors causing these ports that declare them and use the FreeBSD make infrastructure as part of their build to fail. When the offending variables occur in a BSD Makefile, NO_MAN becomes MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and MK_PROFILE=no respectively. When declared in the environment they become WITHOUT_<FOO>. Notes: svn path=/head/; revision=518434
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* - remove do_nada from targetJason Helfman2015-04-011-3/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=382969
* Fix with TEX_DEFAULT=texliveBaptiste Daroussin2014-07-211-2/+1
| | | | Notes: svn path=/head/; revision=362486
* Make it possible to stage without privilege.Xin LI2014-05-202-1/+6
| | | | | | | | | | No PORTREVISION bump because this does not change results of the build. Reported by: Andrzej Tobola <ato iem pw edu pl> Notes: svn path=/head/; revision=354588
* Staging support, LICENSE, and remove pkg-plist in favor of PLIST_FILES.Xin LI2014-05-193-6/+10
| | | | Notes: svn path=/head/; revision=354540
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-7/+2
| | | | | | | chinese) Notes: svn path=/head/; revision=327713
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-0/+4
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - Remove unnecessary PKGNAMEPREFIX declarationSunpoet Po-Chuan Hsieh2011-01-091-1/+0
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/153634 Submitted by: sunpoet (myself) Approved by: pav (with portmgr hat) Notes: svn path=/head/; revision=267539
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Chase chinese/CJK -> print/latex-cjk moveRong-En Fan2007-08-191-1/+1
| | | | | | | Noticed by: portsnap INDEX builder Notes: svn path=/head/; revision=197894
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Use USE_ICONV instead of LIB_DEPENDSRong-En Fan2007-01-121-1/+2
| | | | | | | Approved by: portmgr (erwin, few weeks ago) Notes: svn path=/head/; revision=182166
* html2text dependency has been moved to textproc/docprojXin LI2006-07-071-2/+1
| | | | | | | for now. PORTREVISION intentionally not bumped. Notes: svn path=/head/; revision=167124
* Allow lower case in encoding name.Clive Lin2006-03-262-8/+15
| | | | | | | | | PR: ports/94948 Submitted by: Intron <intron (at) intron.ac> Prodded by: MAINTAINER (delphij) Notes: svn path=/head/; revision=158152
* Separate the PNG embedding utility (fixrtf) out of the port, asXin LI2006-03-165-545/+5
| | | | | | | | | | it can be used for all languages, not just CJK. Requested by: hrs Approved by: clive Notes: svn path=/head/; revision=157376
* Add zh-docproj, a set of supportive tools to help the build of PDFsXin LI2006-02-258-0/+949
written in far east languages (GB2312, GBK, BIG5, EUCJP, EUCKR and UTF-8 encodings). The code were written by intron <intron at intron dot ac> Obtained from: The FreeBSD Simplified Chinese Project CVS Approved by: portmgr (marcus) Notes: svn path=/head/; revision=156793