summaryrefslogtreecommitdiff
path: root/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converted to MAN[1-8]David E. O'Brien1996-11-1712-83/+31
| | | | | | | Converted p5* to use MASTER_SITE_PERL_CPAN Notes: svn path=/head/; revision=4541
* Added mgdiff.Satoshi Asami1996-11-151-1/+2
| | | | Notes: svn path=/head/; revision=4477
* Added xgas.Satoshi Asami1996-11-151-1/+2
| | | | Notes: svn path=/head/; revision=4471
* Ideal gas simulator. Maybe we should make a "physics" categorySatoshi Asami1996-11-155-0/+52
| | | | | | | | | for stuff like this. Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=4470
* Better workaround for manpath(1).Thomas Gellekum1996-11-151-11/+11
| | | | Notes: svn path=/head/; revision=4468
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-132-7/+4
| | | | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. Notes: svn path=/head/; revision=4440
* $DISTFILE changed. Update checksum.Thomas Gellekum1996-11-131-1/+1
| | | | | | | Noticed by: Andreas Klemm Notes: svn path=/head/; revision=4430
* Moved LSOF from ports/misc to ports/sysutilsDavid E. O'Brien1996-11-111-2/+1
| | | | Notes: svn path=/head/; revision=4402
* Upgrade from 1.8b5 to 1.8Thomas Gellekum1996-11-114-19/+17
| | | | Notes: svn path=/head/; revision=4390
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-1136-90/+88
| | | | | | | Misc variable reordering, cleaning up, etc. Notes: svn path=/head/; revision=4385
* Add lsof.Satoshi Asami1996-11-071-1/+2
| | | | Notes: svn path=/head/; revision=4331
* Turned on splitvt port.David E. O'Brien1996-11-031-1/+2
| | | | Notes: svn path=/head/; revision=4273
* New port, run two shells in a split window/terminal.David E. O'Brien1996-11-035-0/+45
| | | | | | | | | Note that this duplicates the functionality of window(1). However I didn't know this existed when I made the port. Also, it may be useful for those in a hetrogenious environment, if they want the same programs on all OS's. Notes: svn path=/head/; revision=4272
* Changed to use ${COMPRESS_MAN}David E. O'Brien1996-11-031-6/+2
| | | | Notes: svn path=/head/; revision=4270
* Fix up the makefile to Satoshi's standard. :-)Mark Murray1996-11-011-6/+4
| | | | Notes: svn path=/head/; revision=4231
* Add dejagnuMark Murray1996-10-311-1/+2
| | | | Notes: svn path=/head/; revision=4224
* DejaGNU is an automated testing tool. It uses expect to run your tests.Mark Murray1996-10-315-0/+69
| | | | Notes: svn path=/head/; revision=4223
* sattrack is moved to astro too.Satoshi Asami1996-10-311-2/+1
| | | | Notes: svn path=/head/; revision=4215
* xephem is moved to astro.Satoshi Asami1996-10-311-2/+1
| | | | Notes: svn path=/head/; revision=4214
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1996-10-242-2/+4
| | | | | | | Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
* Update for new perl5 portsJames FitzGibbon1996-10-241-1/+5
| | | | Notes: svn path=/head/; revision=4112
* perl5 module to validate/generate credit card checksums/names.James FitzGibbon1996-10-245-0/+68
| | | | Notes: svn path=/head/; revision=4110
* perl5 module to print arrays of elements in sorted columnsJames FitzGibbon1996-10-245-0/+45
| | | | Notes: svn path=/head/; revision=4109
* Upgrade to 1.8b5. Uses tk41 now.Thomas Gellekum1996-10-214-70/+54
| | | | Notes: svn path=/head/; revision=4059
* Correctly list the all files installed.Masafumi Max NAKANE1996-10-201-10/+17
| | | | Notes: svn path=/head/; revision=4058
* Strip the binaries.Masafumi Max NAKANE1996-10-201-1/+2
| | | | Notes: svn path=/head/; revision=4057
* Take the setting of NOMANCOMPRESS into account.Masafumi Max NAKANE1996-10-201-2/+4
| | | | | | | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> We don't need --prefix=${PREFIX} for CONFIGURE_ARGS when GNU_CONFIGURE=yes. Notes: svn path=/head/; revision=4054
* Complete upgrade by removing "gitmatch" that no longer exists. AlsoSatoshi Asami1996-10-164-38/+30
| | | | | | | sort part of pkg/PLIST so it's easier to read. Notes: svn path=/head/; revision=4008
* Upgrade to version 0.96. The author (that's me :) also convertedSatoshi Asami1996-10-162-5/+7
| | | | | | | this port to use tcl-7.5/tk-4.1 instead of tcl-7.3/tk-3.6. Notes: svn path=/head/; revision=4006
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-1019-19/+19
| | | | | | | | | | | | | 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
* Update checksum (whoops) and correct PLIST file for new manpage name.Gary Palmer1996-10-082-2/+2
| | | | | | | Pointed out by: Satoshi Notes: svn path=/head/; revision=3935
* Update to 3.2.1Gary Palmer1996-10-011-4/+4
| | | | Notes: svn path=/head/; revision=3904
* Make tkinfo work with tk-4.1.Thomas Gellekum1996-09-272-5/+5
| | | | Notes: svn path=/head/; revision=3885
* Remove package nameAndrey A. Chernov1996-09-141-1/+1
| | | | Notes: svn path=/head/; revision=3772
* Some Makefile cleanup, pointed out by Satoshi.Chuck Robey1996-08-241-4/+3
| | | | Notes: svn path=/head/; revision=3693
* Add Andy Kohout's unclutter port to the misc/Makefile.Chuck Robey1996-08-241-1/+2
| | | | Notes: svn path=/head/; revision=3690
* Andy Kohout's port of unclutter.Chuck Robey1996-08-245-0/+35
| | | | Notes: svn path=/head/; revision=3688
* Added xephem.Satoshi Asami1996-08-191-1/+2
| | | | Notes: svn path=/head/; revision=3657
* Added figlet.Satoshi Asami1996-08-091-1/+2
| | | | Notes: svn path=/head/; revision=3555
* Figlet is a program that creates large ASCII art characters out of ordinarySatoshi Asami1996-08-096-0/+98
| | | | | | | | | | | | | | | screen characters _ _ _ _ _ _ | (_) | _____ | |_| |__ (_)___ | | | |/ / _ \ | __| '_ \| / __| | | | < __/ | |_| | | | \__ \_ |_|_|_|\_\___| \__|_| |_|_|___(_) Submitted by: David O'Brien (obrien@cs.ucdavis.edu) Notes: svn path=/head/; revision=3554
* Added plan.Satoshi Asami1996-08-061-1/+2
| | | | Notes: svn path=/head/; revision=3530
* Add new port zorro to misc Makefile.Chuck Robey1996-08-041-1/+2
| | | | Notes: svn path=/head/; revision=3519
* Add new port, logsurfer.Chuck Robey1996-07-301-1/+2
| | | | Notes: svn path=/head/; revision=3455
* New port, logfile manager.Chuck Robey1996-07-3014-0/+168
| | | | Notes: svn path=/head/; revision=3454
* Upgrade to 321Andrey A. Chernov1996-07-264-7/+5
| | | | Notes: svn path=/head/; revision=3432
* Fix charset problemAndrey A. Chernov1996-07-151-2/+19
| | | | Notes: svn path=/head/; revision=3392
* Fix file name case for ephemerisAndrey A. Chernov1996-07-142-5/+6
| | | | Notes: svn path=/head/; revision=3390
* Upgrade to 5.20Andrey A. Chernov1996-07-148-50/+129
| | | | Notes: svn path=/head/; revision=3389
* Added xcalendar.Satoshi Asami1996-07-101-1/+2
| | | | Notes: svn path=/head/; revision=3362
* Added cal.Satoshi Asami1996-07-101-1/+2
| | | | Notes: svn path=/head/; revision=3359