summaryrefslogtreecommitdiff
path: root/textproc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN for ELF:Justin M. Seger1998-10-141-1/+3
| | | | | | | | | | | | cc -O -pipe -o nsgmls nsgmls.o SgmlsEventHandler.o RastEventHandler.o StringSet.o nsgmls_inst.o -lstdc++ -L/usr/ports/textproc/sp/work/sp-1.2.1/nsgmls/../lib -lsp /usr/lib/libstdc++.so: undefined reference to `log' /usr/lib/libstdc++.so: undefined reference to `sqrt' /usr/lib/libstdc++.so: undefined reference to `cosh' /usr/lib/libstdc++.so: undefined reference to `cos' /usr/lib/libstdc++.so: undefined reference to `sin' Notes: svn path=/head/; revision=14004
* Unbreak.Justin M. Seger1998-10-131-3/+2
| | | | | | | Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=13962
* Mark BROKEN for ELF.Justin M. Seger1998-10-131-1/+3
| | | | | | | | | | cd index ; make cc -O -pipe -O -DSTRUCTURED_QUERIES=1 -L../agrep -L../libtemplate/template -L../libtemplate/util -L../compress -o buildcast buildcast.o region.o dir.o io.o build_in.o filetype.o simpletest.o getword.o memlook.o lib.o partition.o -lagrep -ltemplate -lutil /usr/libexec/elf/ld: cannot open -ltemplate: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=13948
* Activate libxml.Vanilla I. Shu1998-10-101-1/+2
| | | | Notes: svn path=/head/; revision=13858
* Import XML parser library.Vanilla I. Shu1998-10-1012-0/+92
| | | | | | | | PR: ports/8227 Submitted by: <nakai@technologist.com> Notes: svn path=/head/; revision=13857
* Update to version 1.4.9.Steve Price1998-10-104-20/+10
| | | | | | | | PR: 8218 Submitted by: maintainer Notes: svn path=/head/; revision=13827
* Fix the emacsclient bug.Motoyuki Konno1998-10-091-0/+22
| | | | | | | PR: ports/8208 Notes: svn path=/head/; revision=13788
* Cleanup junk files.Jun Kuriyama1998-10-091-1/+2
| | | | Notes: svn path=/head/; revision=13781
* Prepend ${WRKDIRPREFIX} to WRKDIR definitions.Satoshi Asami1998-10-081-5/+5
| | | | Notes: svn path=/head/; revision=13755
* Make startup script quiet according to my own guidelines.Satoshi Asami1998-10-071-2/+2
| | | | Notes: svn path=/head/; revision=13720
* ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to beSatoshi Asami1998-10-0716-1047/+2464
| | | | | | | | | | 19.28). PR: 8178 Submitted by: taoka@infonets.hiroshima-u.ac.jp Notes: svn path=/head/; revision=13703
* New master site.John Fieber1998-09-301-2/+2
| | | | Notes: svn path=/head/; revision=13557
* No response from MAINTAINER on this. Original tarball no longer availableJordan K. Hubbard1998-09-291-2/+2
| | | | | | | at current location so use the master backup site instead. Notes: svn path=/head/; revision=13540
* Upgrade from 1.1.1 to 1.2.John Fieber1998-09-286-10/+22
| | | | Notes: svn path=/head/; revision=13529
* Upgrade to 1.67.Thomas Gellekum1998-09-232-4/+4
| | | | Notes: svn path=/head/; revision=13357
* Make CFLAGS from environment apply.Mark Murray1998-09-221-0/+11
| | | | Notes: svn path=/head/; revision=13306
* Add patch for jpja localization.Jun Kuriyama1998-09-203-1/+9
| | | | | | | Submitted by: myself Notes: svn path=/head/; revision=13262
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-3/+3
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Upgrade to 1.7.John Fieber1998-09-152-5/+6
| | | | | | | | | | The only change is to check if /usr/bin/perl is version 5 and use that rather than ${PREFIX}/bin/perl if it is. Submitted by: John Hay <jhay@mikom.csir.co.za> Notes: svn path=/head/; revision=13158
* This port doesn't build:Satoshi Asami1998-09-151-2/+4
| | | | | | | | | | | | | | | | === : c++ -O2 -pipe -DHAVE_CONFIG_H -c -o html-table.o html-table.cc html-table.cc:19: declaration of C function `char * alloca(int)' conflicts with /usr/include/stdlib.h:133: previous declaration `void * alloca(unsigned int)' here gmake: *** [html-table.o] Error 1 *** Error code 2 === While I'm here, portlint. Notes: svn path=/head/; revision=13138
* update to Version 0.002Peter Hawkins1998-09-144-733/+27
| | | | Notes: svn path=/head/; revision=13103
* Update from v1.10 to v1.13.Jun Kuriyama1998-09-083-30/+16
| | | | | | | Founded by: Bill Fenner's "unfetchable distfiles" mail Notes: svn path=/head/; revision=13058
* Added link to ASCII and PDF DocBook documentation.Wolfram Schneider1998-08-301-0/+3
| | | | Notes: svn path=/head/; revision=12921
* Enable nfbtrans.Masafumi Max NAKANE1998-08-301-1/+2
| | | | Notes: svn path=/head/; revision=12916
* New port, nfbtrans:Masafumi Max NAKANE1998-08-309-0/+204
| | | | | | | | | | | | | | | | NFBTRANS is a very accurate Grade Two braille translator. It can also back translate a Grade Two file into normal text. The program has many options which allow the user to customize its operation. Formatting commands can be used to generate Tables of Contents, ink print page numbers, running headers and much more. Translation rules are in a text file and can easily be modified by the user. The program can be configured to hyphenate words to save space. Because the copyright status is unclear, I'm marking this as RESTRICTED until I can find out from the author. Notes: svn path=/head/; revision=12915
* None of these textproc tools were quite advanced enough to beTim Vanderhoek1998-08-1916-55/+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
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12624
* Update to 1.10.Jun Kuriyama1998-08-153-25/+37
| | | | Notes: svn path=/head/; revision=12524
* Upgrade to 3.0.6.Thomas Gellekum1998-07-303-5/+5
| | | | Notes: svn path=/head/; revision=12215
* Another batch of add homepage. In general I've avoided any linksTim Vanderhoek1998-07-282-0/+4
| | | | | | | | | | | | except to official homepages, but in this batch there were a few cases where a link was desireable anyways. For these, the form http://url/ (FAQ/whatever) was used. Notes: svn path=/head/; revision=12181
* Make it more 8bit cleanAndrey A. Chernov1998-07-241-0/+727
| | | | Notes: svn path=/head/; revision=12100
* automatically sense Cyrillic build modeAndrey A. Chernov1998-07-241-1/+3
| | | | Notes: svn path=/head/; revision=12096
* Actiate yodl.Donald Burr1998-07-201-1/+2
| | | | Notes: svn path=/head/; revision=12040
* PR: ports/4974Donald Burr1998-07-206-0/+156
| | | | | | | | | Submitted by: me Import of new port textproc/yodl, an easy to use but powerful document formatting/preparation language. Notes: svn path=/head/; revision=12039
* Turn on gxditview.Steve Price1998-07-201-1/+2
| | | | Notes: svn path=/head/; revision=11998
* Port to build gxditview that is part of the base OS' groff code.Steve Price1998-07-205-0/+58
| | | | | | | | PR: 7260 Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk> Notes: svn path=/head/; revision=11997
* Turn on txt2html.Steve Price1998-07-121-1/+2
| | | | Notes: svn path=/head/; revision=11869
* Initial import of txt2html version 1.25.Steve Price1998-07-125-0/+57
| | | | | | | | | | Text processing utilities (does not include desktop publishing). PR: 7121 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=11868
* Add a PKGNAME for version tracking.Nik Clayton1998-07-071-1/+2
| | | | Notes: svn path=/head/; revision=11775
* Update maintainer address.Joseph Koshy1998-07-072-4/+4
| | | | Notes: svn path=/head/; revision=11773
* Upgrade to 1.54.Thomas Gellekum1998-07-061-3/+3
| | | | Notes: svn path=/head/; revision=11754
* NO_PATCH is a no-op. By the way, didn't NO_INSTALL work for you?Satoshi Asami1998-07-031-2/+1
| | | | Notes: svn path=/head/; revision=11681
* Added 'docproj'Nik Clayton1998-06-291-1/+2
| | | | Notes: svn path=/head/; revision=11610
* Meta-port for tools used by the Documentation project.Nik Clayton1998-06-294-0/+35
| | | | | | | | PR: ports/7087 Submitted by: nik@freebsd.org Notes: svn path=/head/; revision=11609
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-277-20/+7
| | | | Notes: svn path=/head/; revision=11552
* Upgrade from 1.07 to 1.08.Jun Kuriyama1998-06-193-195/+253
| | | | Notes: svn path=/head/; revision=11472
* 1) email author asking him to integrate patch-aaTim Vanderhoek1998-06-181-1/+1
| | | | | | | | | | | 2) commit updated port 3) go to bento and test on -current 4) get checksum mismatch 5) email author again.... Arg!!! He has been appropriately reprimanded. ;-) 6) It sure is faster to commit these little things from bento, at least.. :) Notes: svn path=/head/; revision=11470
* Upgrade to 0.35.Tim Vanderhoek1998-06-183-18/+9
| | | | | | | | | This is an extremely minor upgrade, but the author requested it because apparently he was getting too many complaints from Linux-ites getting catdoc from our ports system (old ver. didn't work on Linux). Notes: svn path=/head/; revision=11469
* Activate textutils.Matthew Hunt1998-06-161-1/+2
| | | | Notes: svn path=/head/; revision=11462