summaryrefslogtreecommitdiff
path: root/textproc/ispell (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor update:Jean-Marc Zucconi1999-10-153-6/+21
| | | | | | | | | | | | | | New distfile: latest stable version of the ispell.el New patch file: texpatch-3.1.20c.gz Add patch level 'c' to the PKGNAME Append WWW: comment to the pkg/DESCR PR: ports/14302 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Reviewed by: jmz Notes: svn path=/head/; revision=22465
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-14/+14
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Portlint.Jean-Marc Zucconi1999-08-131-1/+0
| | | | Notes: svn path=/head/; revision=20679
* Use MLINKS for buildhash.1, findaffix.1, munchlist.1, tryaffix.1 and unsq.1Jean-Marc Zucconi1999-08-131-16/+16
| | | | | | | Portlint. Notes: svn path=/head/; revision=20678
* Make this quieter on the simple ``make fetch''.David E. O'Brien1999-07-041-2/+4
| | | | Notes: svn path=/head/; revision=19995
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Use ${WRKDIR} as yacc TMPDIR.Satoshi Asami1998-12-031-2/+2
| | | | | | | Reviewed by: jmz Notes: svn path=/head/; revision=15080
* I assume there's a reason why you're not exporting WRKDIR as TMPDIR,Satoshi Asami1998-12-021-2/+2
| | | | | | | so just prepend ${WRKDIRPREFIX} to ${.CURDIR} in there. Notes: svn path=/head/; revision=15046
* Add virtual category elisp.Jun Kuriyama1998-11-201-2/+2
| | | | | | | | Reminded by: wosch Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=14719
* None of these textproc tools were quite advanced enough to beTim Vanderhoek1998-08-191-9/+0
| | | | | | | | | able to textproc away the manpages in their PLISTs. I'll do it for them. Or, rather, bento.freebsd.org will do it for them under my direction. :-) Notes: svn path=/head/; revision=12658
* Make the "make french/british" comment clearer.Brian Somers1998-08-191-5/+5
| | | | Notes: svn path=/head/; revision=12656
* Oops, restore french dictAndrey A. Chernov1997-12-171-0/+1
| | | | Notes: svn path=/head/; revision=9116
* Add semi-official patch to handle HTML filesAndrey A. Chernov1997-12-162-2/+5
| | | | Notes: svn path=/head/; revision=9108
* Add ispell homepage to makefile commentAndrey A. Chernov1997-12-161-1/+2
| | | | Notes: svn path=/head/; revision=9101
* Remove warning: gets -> fgetsAndrey A. Chernov1997-12-162-0/+94
| | | | Notes: svn path=/head/; revision=9098
* Remove obsoleted dir.h (warning produced)Andrey A. Chernov1997-12-161-0/+14
| | | | Notes: svn path=/head/; revision=9097
* Remove the dependency on emacs since ispell.elc is no more compiled.Jean-Marc Zucconi1997-08-131-7/+2
| | | | | | | Create the emacs/site-lisp directory, and remove useless ${MKDIR} Notes: svn path=/head/; revision=7578
* Remove ispell.elc.Jean-Marc Zucconi1997-06-041-1/+0
| | | | Notes: svn path=/head/; revision=6768
* Never byte-compile ispell.el.Jean-Marc Zucconi1997-06-041-37/+30
| | | | Notes: svn path=/head/; revision=6767
* Add BUILD_DEPENDS to emacs, we need to compile an .elc file.Satoshi Asami1997-04-291-1/+3
| | | | Notes: svn path=/head/; revision=6360
* Move glimpse, isearch, ispell, mgdiff, rman and unroff to textproc.Satoshi Asami1997-04-271-2/+2
| | | | Notes: svn path=/head/; revision=6319
* Add checksum for the french dictionaryJean-Marc Zucconi1997-02-101-0/+1
| | | | Notes: svn path=/head/; revision=5571
* Print message about the possibility of building the french/english versionJean-Marc Zucconi1997-02-101-3/+2
| | | | | | | | before the build phase too (if the distfile was already here, no message was printed) Notes: svn path=/head/; revision=5570
* Enable the building of the french dictionary via a target (make french)Jean-Marc Zucconi1997-02-071-7/+19
| | | | | | | | and print an informative message announcing this feature, like for the british dict, so this possibility is not hidden in the makefile. Notes: svn path=/head/; revision=5558
* The master site for the french dictionary has changed and the versionOllivier Robert1997-02-031-3/+3
| | | | | | | | | as well. Obtained from: Usenet in fr.* Notes: svn path=/head/; revision=5513
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-182-15/+13
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Converted to MAN[1-8]David E. O'Brien1996-11-171-9/+5
| | | | | | | Converted p5* to use MASTER_SITE_PERL_CPAN Notes: svn path=/head/; revision=4541
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-2/+2
| | | | | | | Misc variable reordering, cleaning up, etc. Notes: svn path=/head/; revision=4385
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Change "utilities" category to "misc" in preparation for move to misc.Satoshi Asami1995-11-261-2/+2
| | | | Notes: svn path=/head/; revision=2466
* Upgrade to patchlevel 20.Jean-Marc Zucconi1995-11-222-5/+5
| | | | Notes: svn path=/head/; revision=2458
* Don't set CFLAGS hereJean-Marc Zucconi1995-09-231-1/+4
| | | | | | | | Check if /usr/share/dict/word exists (some people do not install the 'dict' distribution) Notes: svn path=/head/; revision=2193
* Add a post-configure target to set CFLAGSJean-Marc Zucconi1995-09-231-1/+4
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=2192
* Compile with -O2 -fno-strength-reduceJean-Marc Zucconi1995-09-181-0/+1
| | | | Notes: svn path=/head/; revision=2165
* A hack to avoid recompiling everything during installJean-Marc Zucconi1995-09-181-0/+37
| | | | Notes: svn path=/head/; revision=2164
* "I have made a couple of changes to the ispell port so thatJean-Marc Zucconi1995-07-212-2/+28
| | | | | | | | | | | you can have either a British dictionary or an American dictionary as they are already built into the prog." Reviewed by: Submitted by: Chris Stenton <jacs@gnome.co.uk> Obtained from: Notes: svn path=/head/; revision=2001
* Install lisp files in $PREFIX/share/emacs/site-lispJean-Marc Zucconi1995-07-112-2/+4
| | | | Notes: svn path=/head/; revision=1942
* Add lisp files for the emacs interfaceJean-Marc Zucconi1995-06-241-0/+2
| | | | Notes: svn path=/head/; revision=1873
* words are in /usr/share/dict, not /usr/dict.Jean-Marc Zucconi1995-04-191-0/+2
| | | | Notes: svn path=/head/; revision=1468
* Another round of Makefile updates, in utils!Satoshi Asami1995-04-151-4/+14
| | | | Notes: svn path=/head/; revision=1359
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-111-0/+1
| | | | Notes: svn path=/head/; revision=1327
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* French dictionary updatedJean-Marc Zucconi1995-03-091-1/+1
| | | | Notes: svn path=/head/; revision=1117
* Add support for french dictionaryJean-Marc Zucconi1995-03-072-2/+33
| | | | Notes: svn path=/head/; revision=1108
* Test if we can use sed. A version >19950206 is required.Jean-Marc Zucconi1995-02-071-0/+4
| | | | Notes: svn path=/head/; revision=904
* Upgrade to version 3.1.18Jean-Marc Zucconi1995-02-063-2/+6
| | | | Notes: svn path=/head/; revision=900
* Initial revisionJean-Marc Zucconi1995-01-141-0/+1
| | | | Notes: svn path=/head/; revision=775
* Changed master site to ftp.cs.ucla.eduJean-Marc Zucconi1995-01-141-1/+1
| | | | Notes: svn path=/head/; revision=774
* Jean-Marc Zucconi's ispell port.Jordan K. Hubbard1994-11-065-0/+55
Submitted by: jmz Notes: svn path=/head/; revision=322