Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.20060303_8 18 Jun 2021 03:09:47 |
Guangyuan Yang (ygy) |
chinese/docproj: Remove deprecated ports
Approved by: delphij (maintainer), lwhsu (mentor)
Differential Revision: https://reviews.freebsd.org/D30745 |
0.1.20060303_8 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.1.20060303_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.20060303_8 25 Nov 2019 23:25:52 |
brooks |
Fix build with src r354909 applied.
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>. |
0.1.20060303_8 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.1.20060303_7 01 Apr 2015 23:16:08 |
jgh |
- remove do_nada from target
Approved by: portmgr (blanket) |
0.1.20060303_7 21 Jul 2014 20:55:29 |
bapt |
Fix with TEX_DEFAULT=texlive |
0.1.20060303_7 20 May 2014 00:43:07 |
delphij |
Make it possible to stage without privilege.
No PORTREVISION bump because this does not change results
of the build.
Reported by: Andrzej Tobola <ato iem pw edu pl> |
0.1.20060303_7 19 May 2014 13:49:14 |
delphij |
Staging support, LICENSE, and remove pkg-plist in favor of PLIST_FILES. |
0.1.20060303_6 20 Sep 2013 16:01:22 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese) |
0.1.20060303_6 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
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) |
0.1.20060303_6 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
0.1.20060303_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.1.20060303_5 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
0.1.20060303_4 09 Jan 2011 11:13:41 |
sunpoet |
- Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here
PR: ports/153634
Submitted by: sunpoet (myself)
Approved by: pav (with portmgr hat) |
0.1.20060303_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.1.20060303_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.1.20060303_2 19 Aug 2007 04:39:20 |
rafan |
- Chase chinese/CJK -> print/latex-cjk move
Noticed by: portsnap INDEX builder |
0.1.20060303_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.1.20060303_1 12 Jan 2007 09:12:57 |
rafan |
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago) |
0.1.20060303_1 07 Jul 2006 08:20:31 |
delphij |
html2text dependency has been moved to textproc/docproj
for now. PORTREVISION intentionally not bumped. |
0.1.20060303_1 26 Mar 2006 15:06:50 |
clive |
Allow lower case in encoding name.
PR: ports/94948
Submitted by: Intron <intron (at) intron.ac>
Prodded by: MAINTAINER (delphij) |
0.1.20060303 16 Mar 2006 06:28:27 |
delphij |
Separate the PNG embedding utility (fixrtf) out of the port, as
it can be used for all languages, not just CJK.
Requested by: hrs
Approved by: clive |
0.1.20060226 25 Feb 2006 20:10:15 |
delphij |
Add zh-docproj, a set of supportive tools to help the build of PDFs
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) |