summaryrefslogtreecommitdiff
path: root/editors/mule
AgeCommit message (Collapse)AuthorFilesLines
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-30Convert to USE_NEW_TEXINFO.seb2-52/+8
Register all info files. A '@unexec...${MKDIR}' looked like a thinko, should have been '@unexec...${RMDIR}'. Anyway rewrote into the usual idiom. XXX Too much unusual '@.*exec' in there IMHO. To be removed in a future rototil.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-11-29fixed build problem noted by Ken Nakajima in port-powerpc-ja mailing list.kei3-4/+17
confirmed on i386 and macppc.
2002-11-27Mark as BROKEN; compilation has some problems.uebayasi1-1/+3
2002-10-13buildlink1 -> buildlink2 (untested).wiz1-5/+6
2002-07-24Update to mule-2.3nb1:hubertf2-1/+19
* adjust bdf-path (for any2ps, m2ps, ...) from really non-useful (/usr/share/fonts) to where pkgsrc/fonts/intlfonts puts it's BDF-files. (The intlfonts pkg still needs to be installed manually!) * Fix character-set=>bdf-file mapping for a few cases (latin, jis); mule seems to expect other filenames than what intl installs. This intends to fix PRs 17589 and 17336.
2002-06-12use inputmethod/{canna-lib,ja-freewnn-lib}/buildlink.mk.sakamoto1-5/+5
2002-06-12Wildcard ja-freewnn-lib dependency.wiz1-2/+2
2002-05-31Adjust various pathnames to use newly reimported packages from the japaneseseb1-3/+3
category. This is part of the japanese category retirement.
2002-04-05Give canna-lib (and canna-server) a nice dewey pkg-version, and fixwiz1-2/+2
all depends to use it.
2002-04-04Modify DEPENDS line (Canna-lib-3.5b2 -> Canna-lib>=3.5b2).uebayasi1-2/+2
2002-02-18Introduce new framework for handling info files generation and installation.seb2-47/+49
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll1-3/+3
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-13mkdir -> ${MKDIR}skrll1-5/+5
chmod -> ${CHMOD}
2002-01-08Remove references to the USE_LOCALBASE_FOR_X11 definition, which wasagc1-7/+1
removed some time ago.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-05-23make it compile with USE_CANNA == YES.kei1-2/+2
2001-05-16Apply fix for Canna library support from PR 12959 by NAGAI Yutakaagc1-2/+2
(nagai@hc.uec.ac.jp).
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-18* Fixed alpha support. Patch supplied and submitted by kay@kaynet.or.jp tokei4-28/+85
tech-pkg-ja@jp.netbsd.org. Tested on macppc.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-16emacs and mule install files with the same name in info -- makewiz1-1/+3
them CONFLICT.
2000-12-16Don't patch $Revision$ in the file (otherwise this patch would neverwiz2-4267/+2849
apply cleanly).
2000-12-16patch-bb was broken. Problem reported by Thomas Klausner by a private message.kei2-6/+6
Thanks Thomas!
2000-11-21Import of "Mule" package:kei30-0/+7515
Multilingual GNU editing macros (editor) It was based on Mule ports of FreeBSD and Emacs ports of NetBSD originally, lots of changes are adapted as a result of discussion on tech-pkg-ja@jp.NetBSD.ORG mailing list.