Up to [cvs.netbsd.org] / pkgsrc / inputmethod / ja-freewnn-lib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Tue Sep 13 07:23:16 2011 UTC (8 months, 1 week ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Changes since 1.15: +31 -88
lines
Diff to previous 1.15 (colored)
- bump to 1.10 to 1.1.1-a021
See ChangeLog, ChangeLog.en
(too many lines to be listed here)
Please note minimum security fixes had been updated after
1.10 was committed, so not really whole thing between 1.10
and 1.1.1-a021
- And more, a021 to a022 (CVS version) equivalent patches
- Thus
PKGNAME= ja-FreeWnn-{lib,server}-1.11alpha22
- DESTDIR support (That's why a022 patches added)
- package structure adjusted
from (-lib -dict -server -server-bin) to (-lib -server)
for minimum modification from DISTFILE to pkgsrc.
- some common VARIABLES have been moved to ja-freewnn-lib/Makefile.common
ja-freewnn-dict/{DESCR,Makefile,PLIST}
ja-freewnn-server-bin/{DESCR,Makefile}
Removed
ja-freewnn-lib/Makefile.common
More variables moved in
ja-freewnn-lib/patches
70 files added for a021 -> a022 updates
ja-freewnn-server/PLIST
- some executable moved sbin to bin
by following line in Makefile
+CONFIGURE_ARGS+= --disable-traditional-layout
- 23 of dictionary files in share/wnn/ja_JP/dic
moved from ja-freewnn-dict/PLIST to ja-freewnn-server/PLIST
Thanks obache@ for correcting/proofreading for above Changes.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Aug 15 02:43:50 2008 UTC (3 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.14: +5 -7
lines
Diff to previous 1.14 (colored)
Update MASTER_SITES, remove outdated sites, add sourceforge.jp. Noticed by Zafer Aydogan via private mail.
Revision 1.14 / (download) - annotate - [select for diffs], Tue May 20 19:14:21 2008 UTC (4 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
Honour PKGMANDIR
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jul 4 20:54:39 2007 UTC (4 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.12: +3 -1
lines
Diff to previous 1.12 (colored)
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Jul 5 06:53:13 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.11: +2 -5
lines
Diff to previous 1.11 (colored)
Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the proper variables so that the default INSTALL/DEINSTALL scripts from the pkginstall framework do the right thing. Where possible, move some post-install directions for package setup into MESSAGE files so that they may be re-inspected by querying the installed package using "pkg_info -D ...".
Revision 1.11 / (download) - annotate - [select for diffs], Fri Mar 10 22:29:08 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Don't create a do-nothing DEINSTALL script.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Mar 10 16:03:44 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.9: +2 -9
lines
Diff to previous 1.9 (colored)
Use the pkginstall framework to generate the INSTALL script from the
supplied template in ${FILESDIR}/INSTALL, and remove the unnecessary
additional targets for manual generation of the same.
Revision 1.9 / (download) - annotate - [select for diffs], Thu May 5 19:37:22 2005 UTC (7 years ago) by kei
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.8: +1 -3
lines
Diff to previous 1.8 (colored)
remove auto-registration of RCD_SCRIPTS. patch supplied by Jeremy C. Reed. also updated PKGREVISION of each package. works fine for me. Thank you!
Revision 1.8 / (download) - annotate - [select for diffs], Tue Apr 27 20:51:10 2004 UTC (8 years ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.7: +1 -4
lines
Diff to previous 1.7 (colored)
Installation of the RCD_SCRIPTS rc.d script is done automatic
here. So don't install it twice.
(Anyways, ${PREFIX}/etc/rc.d is not the correct location; the
RCD_SCRIPTS uses ${RCD_SCRIPTS_EXAMPLEDIR}.)
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 27 00:53:10 2004 UTC (8 years, 3 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 20 12:18:53 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 29 21:13:19 2003 UTC (8 years, 9 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Use the bsd.pkg.install.mk framework to generate the rc.d script. Bump PKGREVISION of ja-freewnn-server-bin to 2.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Mar 29 12:41:23 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 25 19:22:56 2002 UTC (9 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
Merge changes in packages from the buildlink2 branch that have buildlink2.mk files back into the main trunk.
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 18:47:34 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.2.2.1: +105 -0
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.2.2.1, Mon Jun 10 10:03:33 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.2: +0 -105
lines
FILE REMOVED
file Makefile.common was added on branch buildlink2 on 2002-06-23 18:47:34 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 10 10:03:33 2002 UTC (9 years, 11 months ago) by sakamoto
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
buildlink2-base
Branch point for: buildlink2
Changes since 1.1: +39 -17
lines
Diff to previous 1.1 (colored)
bump PKGREVISION. add buildlink.mk. DIST_SUBDIR=freewnn. apply to security-related patch ftp://ftp.etl.go.jp/pub/FreeWnn/patch-1.1.0-a01.gz.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri May 31 13:00:48 2002 UTC (9 years, 11 months ago) by seb
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Reimport of package ja-FreeWnn-lib from japanese/freewnn-lib into inputmethod/ja-freewnn-lib. This is part of the japanese category retirement. CATEGORIES adjusted.
Revision 1.1 / (download) - annotate - [select for diffs], Fri May 31 13:00:48 2002 UTC (9 years, 11 months ago) by seb
Branch: MAIN
Initial revision