summaryrefslogtreecommitdiff
path: root/converters/xdeview (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* These three were easy. Now tell my why some of the other pkg/DESCRsTim Vanderhoek1999-05-021-1/+1
| | | | | | | | | must insist on using such oddball formats.... [Add WWW: where appropriate] Notes: svn path=/head/; revision=18341
* The extra checksum wasn't bogus after all. Both are required sinceSteve Price1999-02-251-0/+1
| | | | | | | | | | | despite the fact that the files from both MASTER_SITES are the same size and when extracted a diff -urN is empty, they have different checksum. Noticed by: Andrew Gordon <arg@arg1.demon.co.uk> Notes: svn path=/head/; revision=16896
* Remove extraneous checksums.Steve Price1999-02-221-1/+0
| | | | Notes: svn path=/head/; revision=16819
* Remove regexp support for uulib.Steve Price1998-09-261-3/+3
| | | | Notes: svn path=/head/; revision=13421
* tk80 has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13387
* Manpages? What manpages?Tim Vanderhoek1998-08-171-1/+0
| | | | Notes: svn path=/head/; revision=12572
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Add homepage.Tim Vanderhoek1998-07-241-0/+2
| | | | Notes: svn path=/head/; revision=12091
* Fix MASTER_SITES.Tim Vanderhoek1998-06-141-3/+3
| | | | Notes: svn path=/head/; revision=11429
* Back out changes to use tcl81.Thomas Gellekum1998-03-201-3/+3
| | | | | | | | | I have left out zircon, which seems to have provisions for tcl81, and hfsutils and filerunner, which have been upgraded and probably checked in the meantime. Notes: svn path=/head/; revision=10236
* Upgrade to use tcl8.1 and tk8.1.Justin M. Seger1998-02-241-4/+4
| | | | Notes: svn path=/head/; revision=9912
* Don't need FETCH_BEFORE_ARGS=-t anymore. (Yay!)Tim Vanderhoek1998-02-181-2/+1
| | | | Notes: svn path=/head/; revision=9819
* Add hash for distfiles from tsx-11.mit.edu.Tim Vanderhoek1998-01-101-0/+1
| | | | Notes: svn path=/head/; revision=9307
* Remove bad MASTER_SITE.Justin M. Seger1997-11-261-3/+2
| | | | Notes: svn path=/head/; revision=8855
* Fix LIB_DEPENDS to actually depend on tk. Stylistic nit.Tim Vanderhoek1997-11-211-4/+4
| | | | Notes: svn path=/head/; revision=8731
* Don't depend on ports/converters/uulib's files/ dir.David E. O'Brien1997-11-083-2/+17
| | | | Notes: svn path=/head/; revision=8517
* 2 (two!) lines to upgrade to tk80, plus misc. minor fixes.Tim Vanderhoek1997-10-232-8/+12
| | | | Notes: svn path=/head/; revision=8346
* Adjust uulib's new path (ports/converters).Satoshi Asami1997-04-271-3/+3
| | | | Notes: svn path=/head/; revision=6321
* This is a new category for non-archival, non-encryption character codeSatoshi Asami1997-04-261-2/+2
| | | | | | | converters. Notes: svn path=/head/; revision=6316
* Make this puppy *really* link with the shared uulib.David E. O'Brien1997-04-021-0/+13
| | | | Notes: svn path=/head/; revision=6109
* - Link with shared libuu rather than static one.David E. O'Brien1997-04-011-8/+2
| | | | | | | - split up mega patchfile to one patchfile / soruce file Notes: svn path=/head/; revision=6095
* Share the files/ dir and contents with devel/uulibDavid E. O'Brien1997-03-303-7/+2
| | | | | | | Suggested-by: Satoshi Notes: svn path=/head/; revision=6074
* Don't look for malloc.h from configure. Not only malloc.h in FreeBSDSatoshi Asami1997-03-301-0/+11
| | | | | | | | useless, you might find the one installed by devel/libmalloc, which will cause the build to fail. Notes: svn path=/head/; revision=6067
* This is a powerful and easy-to-use tcl/tk-based programDavid E. O'Brien1997-03-296-0/+66
which can decode BinHex, uuencoded, xxencoded, and Base64 formats. Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> Partically closes PR: ports/2701 Notes: svn path=/head/; revision=6060