aboutsummaryrefslogtreecommitdiff
path: root/textproc/textutils
Commit message (Collapse)AuthorAgeFilesLines
* - Remove GNU textutils, they are replaced by GNU coreutils package,Pav Lucistnik2004-01-225-114/+0
| | | | | | | | | available as sysutils/coreutils. Approved by: maintainer Notes: svn path=/head/; revision=98741
* - Add CONFLICTS against newly added coreutils port.Pav Lucistnik2003-12-171-0/+2
| | | | Notes: svn path=/head/; revision=95998
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69421
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Use the gettext port instead of own static libintl. No need to removeJeremy Lea2000-10-012-30/+11
| | | | | | | | | share/locale, it is handled by the gettext port. Approved by: maintainer Notes: svn path=/head/; revision=33300
* (1) /usr/share/info/dir was renamed to dir-tmpl.Satoshi Taoka2000-07-191-1/+0
| | | | | | | | | | | | | | | | (2) Now it is not necessary to exist a file "info/dir" when install-info is executed. By (1) and (2), I removed the next line: [ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir from PLIST or Makefile CV: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=30867
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27429
* Update to version 2.0.Steve Price1999-09-184-10/+65
| | | | | | | | PR: 13315 Submitted by: maintainer Notes: svn path=/head/; revision=21719
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-5/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Build fix.Satoshi Asami1999-02-131-3/+1
| | | | | | | | PR: 9788 Submitted by: maintainer Notes: svn path=/head/; revision=16717
* Mark this broken while maintainer works on fixing the makeinfo problem.Satoshi Asami1999-01-281-1/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=16398
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* None of these textproc tools were quite advanced enough to beTim Vanderhoek1998-08-191-24/+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
* Import of GNU textutils 1.22, including GNU cat and so forth. TheMatthew Hunt1998-06-165-0/+102
programs are installed wit the prefix "g", a la gmake. This produces the interesting program /usr/local/bin/god. PR: 6050 Submitted by: Adrian Wontroba <aw1@stade.co.uk> Notes: svn path=/head/; revision=11461