aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-3126-38/+38
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-3171-71/+71
| | | | Notes: svn path=/head/; revision=21145
* Use RUN_DEPENDS, not BUILD_DEPENDS.Jun Kuriyama1999-08-281-2/+2
| | | | | | | Found by: bento Notes: svn path=/head/; revision=21056
* env -> ${SETENV}Michael Haro1999-08-282-4/+4
| | | | Notes: svn path=/head/; revision=21052
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-276-25/+25
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-1/+1
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Update to version 0.28.2.1Chris Piazza1999-08-265-28/+88
| | | | | | | | | | | This port requires gcc 2.95.1 to build, so USE_NEWGCC isn't set until -current is upgraded to that version. PR: 13166 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=21001
* Add catalog file for package.Jun Kuriyama1999-08-261-1/+1
| | | | Notes: svn path=/head/; revision=20995
* Upgrade to v1.44.Jun Kuriyama1999-08-262-6/+6
| | | | Notes: svn path=/head/; revision=20994
* Upgrade to v2.0.14.Jun Kuriyama1999-08-263-22/+66
| | | | Notes: svn path=/head/; revision=20993
* Add expat.Dirk Froemberg1999-08-261-1/+2
| | | | Notes: svn path=/head/; revision=20991
* Initial import of expat, aDirk Froemberg1999-08-2611-0/+104
| | | | | | | XML 1.0 parser written in C. Notes: svn path=/head/; revision=20990
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Upgrade to 0.90.3, which is really change for the sake of change for us.Bill Fumerola1999-08-252-3/+3
| | | | | | | | | | | | 0.90.3 August 11 1999 Fixed small OS-specific bugs - broken isspace in Turbo C under DOS and %x was replaced %i for compatibility with SunOS 4. This however avoids PRs, e-mails, and questions on why we don't have the latest. Notes: svn path=/head/; revision=20929
* Upgrade to 19990822 version.Jun Kuriyama1999-08-242-4/+4
| | | | Notes: svn path=/head/; revision=20925
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.Chris Piazza1999-08-221-9/+3
| | | | Notes: svn path=/head/; revision=20886
* chmod -> ${CHMOD}Michael Haro1999-08-2210-28/+28
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Update to version 1.4.0.Steve Price1999-08-228-62/+42
| | | | | | | | PR: 12781 (2 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20858
* Fix a typo (psttoimg -> pstoimg).Chris Piazza1999-08-211-2/+2
| | | | | | | | PR: 13285 Submitted by: Alec Wolman <wolman@cs.washington.edu> Notes: svn path=/head/; revision=20839
* Upgrade to v1.43.Jun Kuriyama1999-08-203-35/+40
| | | | | | | Requested by: Rasmus Kaj <kaj@raditex.se> Notes: svn path=/head/; revision=20828
* Update to 19990813 version (without changing DISTNAME).Jun Kuriyama1999-08-193-4/+5
| | | | | | | Submitted by: KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp> Notes: svn path=/head/; revision=20817
* Change MAINTAINER: josh@quick.net -> ade@lovett.comSheldon Hearn1999-08-191-2/+2
| | | | | | | | | The previous maintainer is unreachable (mail bounces). PR: 13166 Notes: svn path=/head/; revision=20815
* egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza1999-08-171-5/+5
| | | | | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
* Mail to the maintainer's address bounces. Assign to ports@freebsd.org .Sheldon Hearn1999-08-161-2/+2
| | | | Notes: svn path=/head/; revision=20750
* 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
* Use lynx instead of lynx-current.Chris Piazza1999-08-061-2/+2
| | | | | | | | Submitted by: nik Prompted by: broken lynx-current Notes: svn path=/head/; revision=20575
* Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek1999-08-021-1/+1
| | | | | | | containing the ports editors/vim5, sysutils/star, and one other. Notes: svn path=/head/; revision=20500
* Use -pthread not -libc_rBill Fumerola1999-08-011-0/+90
| | | | | | | | | | | | | PR: ports/12488 Submitted by: Palle Girgensohn <girgen@partitur.se> NOTE: This patch actually patches two files, which is normally frowned upon. However, one of these files generates the other and really isn't used by the port, just for people who would use the port to make their own custom ht://dig. I don't think this is a problem. Notes: svn path=/head/; revision=20470
* Activate randChris Piazza1999-08-011-1/+2
| | | | Notes: svn path=/head/; revision=20464
* Import of rand, a cat-like utility that displays the lines of a fileChris Piazza1999-08-015-0/+29
| | | | | | | | | | or stream in random order. PR: 12822 Submitted by: Dominik Brettnacher <domi@saargate.de> Notes: svn path=/head/; revision=20463
* Update to version 0.95b.Steve Price1999-08-013-5/+9
| | | | | | | | PR: 12786 Submitted by: maintainer Notes: svn path=/head/; revision=20427
* Upgrade to v0.17.4 and sort PLIST.Jun Kuriyama1999-07-313-248/+393
| | | | Notes: svn path=/head/; revision=20408
* Update 0.10 -> 0.11:Sheldon Hearn1999-07-302-4/+4
| | | | | | | Performance improvements. Notes: svn path=/head/; revision=20399
* Upgrade to v2.0.13.Jun Kuriyama1999-07-303-238/+137
| | | | | | | Don't install sources. Notes: svn path=/head/; revision=20398
* upgrade to 0.10John-Mark Gurney1999-07-292-4/+4
| | | | Notes: svn path=/head/; revision=20384
* Upgrade to 1.1.0.Thomas Gellekum1999-07-292-7/+7
| | | | Notes: svn path=/head/; revision=20380
* Replace the MASTER_SITE which I removed after using a stupid browser toSheldon Hearn1999-07-291-2/+3
| | | | | | | check it. Notes: svn path=/head/; revision=20379
* make this port build by upgrading to 0.9John-Mark Gurney1999-07-292-4/+4
| | | | Notes: svn path=/head/; revision=20378
* Upgrade 0.7 -> 0.8:Sheldon Hearn1999-07-282-6/+5
| | | | | | | Bugfixes. Passes more of the GNU grep regression tests. Notes: svn path=/head/; revision=20372
* Upgrade 0.3 -> 0.7:Sheldon Hearn1999-07-272-6/+5
| | | | | | | | While this version doesn't pass the GNU regression tests, it gets through a ports build, which 0.3 did not. Notes: svn path=/head/; revision=20362
* Update to version 0.5.14-bw2.David E. O'Brien1999-07-234-6/+8
| | | | | | | Approved by: Munechika SUMIKAWA @ KAME Project (maintainer) Notes: svn path=/head/; revision=20330
* Activate gdict.Kris Kennaway1999-07-221-1/+2
| | | | Notes: svn path=/head/; revision=20313
* GTK app which queries a dictionary server and returns a word definition.Kris Kennaway1999-07-228-0/+96
| | | | | | | | | | Based on dict. PR: 12694 Submitted by: domi@saargate.de Notes: svn path=/head/; revision=20312
* Update to 19990708 version (without changing DISTNAME).Jun Kuriyama1999-07-202-4/+4
| | | | Notes: svn path=/head/; revision=20284
* Add WWW:. Reference fmt(1). Minor reformatting to keep this within 24 lines.Tim Vanderhoek1999-07-171-5/+8
| | | | Notes: svn path=/head/; revision=20240
* Activate freegrep.Sheldon Hearn1999-07-081-1/+2
| | | | Notes: svn path=/head/; revision=20124
* Import Jamie Howard's grep(1) implementation under BSD-friendly licenseSheldon Hearn1999-07-086-0/+42
| | | | | | | | | agreement. Severl developers are keen to see this brought into the base system to replace GNU grep. When that happens, this port can go away. Notes: svn path=/head/; revision=20123
* Updgrade to 1.42.Jun Kuriyama1999-07-073-12/+18
| | | | Notes: svn path=/head/; revision=20103