summaryrefslogtreecommitdiff
path: root/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete some garbage (line noise?).Satoshi Asami1995-12-091-3/+3
| | | | Notes: svn path=/head/; revision=2543
* - Upgrade to version 1.7.5Thomas Gellekum1995-12-073-19/+19
| | | | | | | | | - Add MAINTAINER - Remove `.ifdef (NOMANCOMPRESS)' in post-install target; doesn't make sense to check because we package up the gzip'd man page. Notes: svn path=/head/; revision=2536
* Move dependency's path from utils/rman to misc/rman.Satoshi Asami1995-11-271-2/+2
| | | | Notes: svn path=/head/; revision=2494
* Modify Makefile copied from utils/. Delete beav (moved to editors/),Satoshi Asami1995-11-271-2/+3
| | | | | | | add astrolog (moved from games/) and team (was totally missing!). Notes: svn path=/head/; revision=2483
* Change "utilities" category to "misc" in preparation for move to misc.Satoshi Asami1995-11-2626-52/+52
| | | | Notes: svn path=/head/; revision=2466
* Add markm@freebsd.org as maintainer. Hey Mark, you are never goingSatoshi Asami1995-11-201-1/+4
| | | | | | | to get a lemon meringue pie if you don't credit your work! :> Notes: svn path=/head/; revision=2439
* Add buffer. Mark is too modest!Satoshi Asami1995-11-201-1/+2
| | | | Notes: svn path=/head/; revision=2438
* Drat. Correct the fetch directory name.Mark Murray1995-11-171-2/+2
| | | | Notes: svn path=/head/; revision=2431
* Add a stunningly useful utility.Mark Murray1995-11-175-0/+51
| | | | | | | | | | | | | | if you ever nhave needed to do something like: tar cf - <big_dir> | rsh cat > /dev/tape then you will appreciate this. do something like tar cf - <big_dir> | buffer | rsh othersys "cat | buffer > /dev/tape" to enjoy HUGE increases in speed while your tape drive does not incessantly back/forth/stop/start. Notes: svn path=/head/; revision=2430
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-093-3/+3
| | | | | | | lot of ports or what! ;> Notes: svn path=/head/; revision=2402
* Shorten one-line comments.Satoshi Asami1995-10-251-1/+1
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2363
* File moved on ftp site.Satoshi Asami1995-10-171-2/+2
| | | | | | | Submitted by: se via me (really!) Notes: svn path=/head/; revision=2342
* Expand directories.Satoshi Asami1995-10-041-5/+3
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2245
* Various EXEC_DEPENDS fixes.Satoshi Asami1995-10-041-2/+4
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2244
* Change version from 2.0.5 to 2.1. Not much has changed, but at leastSatoshi Asami1995-10-041-3/+3
| | | | | | | it's different. Notes: svn path=/head/; revision=2243
* EXEC_DEPENDS on wish4.0 -> LIB_DEPENDS on tk40Satoshi Asami1995-10-041-3/+3
| | | | | | | EXEC_DEPENDS on rman -> RUN_DEPENDS Notes: svn path=/head/; revision=2240
* RUN_DEPENDS on wish:tk.Satoshi Asami1995-10-021-2/+2
| | | | Notes: svn path=/head/; revision=2210
* Upgrade to mc-3.0Torsten Blum1995-09-277-27/+194
| | | | Notes: svn path=/head/; revision=2201
* Edit patch to match latest changes to ls.1.Satoshi Asami1995-09-271-3/+3
| | | | Notes: svn path=/head/; revision=2200
* Remove hack to get around ncftp's inability to grab tarfiles generatedSatoshi Asami1995-09-231-15/+6
| | | | | | | on-the-fly. Use ncftp2 instead, and depend on it via FETCH_DEPENDS. Notes: svn path=/head/; revision=2179
* The distfile (ls.tar.gz) is generated on-the-fly by ftpd. Empty this fileSatoshi Asami1995-09-151-1/+0
| | | | | | | for now, maybe we need a NO_CHECKSUM or something.... Notes: svn path=/head/; revision=2155
* the md5 file was wrong. I'm not sure why. the one currently inJoshua Peck Macdonald1995-09-111-1/+1
| | | | | | | | /usr/ports/distfiles on freefall and thud is different from the one on ftp.freebsd.org, listed as the master site. Notes: svn path=/head/; revision=2141
* Use default make.conf settings for CFLAGS instead of simple -O.Andrey A. Chernov1995-08-291-2/+2
| | | | | | | Don't strip already stripped file on install Notes: svn path=/head/; revision=2130
* An astrology program for X and ascii, version 5.0.Satoshi Asami1995-08-267-0/+68
| | | | | | | Submitted by: faulkner@mpd.tandem.com (Boyd Faulkner) Notes: svn path=/head/; revision=2110
* Added ical.Satoshi Asami1995-08-231-1/+2
| | | | Notes: svn path=/head/; revision=2100
* Awww, I meant emulators/tkhfs and utils/tk{info,man}. Good thing theseSatoshi Asami1995-08-191-1/+3
| | | | | | | two commit messages are going out as in one mail.... ;) Notes: svn path=/head/; revision=2080
* Upgrade, 1.6 -> 1.7.3. Note this has a restrictive copyright, so thereSatoshi Asami1995-08-196-157/+113
| | | | | | | | | is going to be NO_PACKAGE. It uses wish4.0 too. It's the first port to depend on Tk-4.0! Notes: svn path=/head/; revision=2075
* Add missing checksumAndrey A. Chernov1995-07-171-0/+1
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=1984
* add recode to the SUBDIRs listTorsten Blum1995-07-171-1/+2
| | | | Notes: svn path=/head/; revision=1982
* add mc to the SUBDIRs listTorsten Blum1995-07-151-1/+2
| | | | Notes: svn path=/head/; revision=1978
* Midnight Commander, a free Norton Commander CloneTorsten Blum1995-07-155-0/+51
| | | | Notes: svn path=/head/; revision=1977
* add git the SUBDIRs listTorsten Blum1995-07-151-1/+2
| | | | Notes: svn path=/head/; revision=1976
* git - GNU Interactive Tools, a filesystem browser for UNIX systemsTorsten Blum1995-07-158-0/+148
| | | | Notes: svn path=/head/; revision=1975
* Clean up of utils. Lots of stuff are moved out to various subcategories.Satoshi Asami1995-07-121-16/+1
| | | | Notes: svn path=/head/; revision=1950
* Add pgp, remove pgp.*Andrey A. Chernov1995-07-071-3/+2
| | | | Notes: svn path=/head/; revision=1934
* Add beav, convert to new format.Satoshi Asami1995-07-061-10/+28
| | | | Notes: svn path=/head/; revision=1930
* Name of category is "utilities", not "utils"! ;)Satoshi Asami1995-07-021-2/+2
| | | | Notes: svn path=/head/; revision=1912
* team - portable multi-buffered tape streaming utilityJoerg Wunsch1995-07-017-0/+126
| | | | Notes: svn path=/head/; revision=1910
* Add bonnie.Satoshi Asami1995-05-191-2/+2
| | | | Notes: svn path=/head/; revision=1788
* These belong to utilities, not x11, so change CATEGORIES to reflectSatoshi Asami1995-05-191-2/+2
| | | | | | | | the fact. They will be moved via repository copy after the release when we reorganize the ports subdirectories. Notes: svn path=/head/; revision=1786
* These belong to utilities, not x11, so change CATEGORIES to reflectSatoshi Asami1995-05-191-2/+2
| | | | | | | | the fact. They will be moved via repository copy after the release when we reorganize the ports subdirectories. Notes: svn path=/head/; revision=1785
* Fix multi-line comments. Thanks, Jordan!Satoshi Asami1995-05-1612-12/+0
| | | | | | | Pointed-out by: jkh Notes: svn path=/head/; revision=1762
* Put back vmsbackup, ftp site is up again.Satoshi Asami1995-05-151-3/+2
| | | | Notes: svn path=/head/; revision=1754
* Add BROKEN: vmsbackup (can't connect to ftp site).Satoshi Asami1995-05-141-1/+2
| | | | Notes: svn path=/head/; revision=1749
* Add lmbench.Satoshi Asami1995-05-141-3/+3
| | | | Notes: svn path=/head/; revision=1741
* Clean up subdir Makefiles. They now all look like this:Satoshi Asami1995-05-141-4/+5
| | | | | | | | | | | | | | | | | | | | | | ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep". Notes: svn path=/head/; revision=1740
* Add NO_PACKAGE (restrictive copyright).Satoshi Asami1995-05-131-1/+4
| | | | Notes: svn path=/head/; revision=1724
* Source is .tar.Z, not .tar.gz.Satoshi Asami1995-05-131-1/+1
| | | | Notes: svn path=/head/; revision=1720
* Move mmv to "restricted".Satoshi Asami1995-05-131-3/+4
| | | | Notes: svn path=/head/; revision=1719
* Added kp.Satoshi Asami1995-05-091-2/+2
| | | | Notes: svn path=/head/; revision=1670