aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Modify Makefile copied from utils/. Delete beav (moved to editors/),asami1995-11-271-2/+3
| | | | add astrolog (moved from games/) and team (was totally missing!).
* Change "utilities" category to "misc" in preparation for move to misc.asami1995-11-2626-52/+52
|
* Add markm@freebsd.org as maintainer. Hey Mark, you are never goingasami1995-11-201-1/+4
| | | | to get a lemon meringue pie if you don't credit your work! :>
* Add buffer. Mark is too modest!asami1995-11-201-1/+2
|
* Drat. Correct the fetch directory name.markm1995-11-181-2/+2
|
* Add a stunningly useful utility.markm1995-11-185-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.
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-093-3/+3
| | | | lot of ports or what! ;>
* Shorten one-line comments.asami1995-10-251-1/+1
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* File moved on ftp site.asami1995-10-171-2/+2
| | | | Submitted by: se via me (really!)
* Expand directories.asami1995-10-041-5/+3
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Various EXEC_DEPENDS fixes.asami1995-10-041-2/+4
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Change version from 2.0.5 to 2.1. Not much has changed, but at leastasami1995-10-041-3/+3
| | | | it's different.
* EXEC_DEPENDS on wish4.0 -> LIB_DEPENDS on tk40asami1995-10-041-3/+3
| | | | EXEC_DEPENDS on rman -> RUN_DEPENDS
* RUN_DEPENDS on wish:tk.asami1995-10-021-2/+2
|
* Upgrade to mc-3.0torstenb1995-09-287-27/+194
|
* Edit patch to match latest changes to ls.1.asami1995-09-271-3/+3
|
* Remove hack to get around ncftp's inability to grab tarfiles generatedasami1995-09-231-15/+6
| | | | on-the-fly. Use ncftp2 instead, and depend on it via FETCH_DEPENDS.
* The distfile (ls.tar.gz) is generated on-the-fly by ftpd. Empty this fileasami1995-09-151-1/+0
| | | | for now, maybe we need a NO_CHECKSUM or something....
* the md5 file was wrong. I'm not sure why. the one currently injmacd1995-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.
* Use default make.conf settings for CFLAGS instead of simple -O.ache1995-08-291-2/+2
| | | | Don't strip already stripped file on install
* An astrology program for X and ascii, version 5.0.asami1995-08-267-0/+68
| | | | Submitted by: faulkner@mpd.tandem.com (Boyd Faulkner)
* Added ical.asami1995-08-231-1/+2
|
* Awww, I meant emulators/tkhfs and utils/tk{info,man}. Good thing theseasami1995-08-191-1/+3
| | | | two commit messages are going out as in one mail.... ;)
* Upgrade, 1.6 -> 1.7.3. Note this has a restrictive copyright, so thereasami1995-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!
* Add missing checksumache1995-07-171-0/+1
| | | | | | Reviewed by: Submitted by: Obtained from:
* add recode to the SUBDIRs listtorstenb1995-07-171-1/+2
|
* add mc to the SUBDIRs listtorstenb1995-07-161-1/+2
|
* Midnight Commander, a free Norton Commander Clonetorstenb1995-07-165-0/+51
|
* add git the SUBDIRs listtorstenb1995-07-161-1/+2
|
* git - GNU Interactive Tools, a filesystem browser for UNIX systemstorstenb1995-07-168-0/+148
|
* Clean up of utils. Lots of stuff are moved out to various subcategories.asami1995-07-131-16/+1
|
* Add pgp, remove pgp.*ache1995-07-081-3/+2
|
* Add beav, convert to new format.asami1995-07-061-10/+28
|
* Name of category is "utilities", not "utils"! ;)asami1995-07-021-2/+2
|
* team - portable multi-buffered tape streaming utilityjoerg1995-07-027-0/+126
|
* Add bonnie.asami1995-05-191-2/+2
|
* These belong to utilities, not x11, so change CATEGORIES to reflectasami1995-05-191-2/+2
| | | | | the fact. They will be moved via repository copy after the release when we reorganize the ports subdirectories.
* These belong to utilities, not x11, so change CATEGORIES to reflectasami1995-05-191-2/+2
| | | | | the fact. They will be moved via repository copy after the release when we reorganize the ports subdirectories.
* Fix multi-line comments. Thanks, Jordan!asami1995-05-1612-12/+0
| | | | Pointed-out by: jkh
* Put back vmsbackup, ftp site is up again.asami1995-05-151-3/+2
|
* Add BROKEN: vmsbackup (can't connect to ftp site).asami1995-05-141-1/+2
|
* Add lmbench.asami1995-05-141-3/+3
|
* Clean up subdir Makefiles. They now all look like this: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".
* Add NO_PACKAGE (restrictive copyright).asami1995-05-131-1/+4
|
* Source is .tar.Z, not .tar.gz.asami1995-05-131-1/+1
|
* Move mmv to "restricted".asami1995-05-131-3/+4
|
* Added kp.asami1995-05-091-2/+2
|
* kp - The Keyboard Practicer, a touch-typing practice program written inasami1995-05-095-0/+33
| | | | Tk, version 0.95.
* Add lmbench as a "BROKEN" target.asami1995-05-061-1/+2
|
* Added xbatt.asami1995-05-061-2/+2
|
* Added chord.asami1995-04-251-2/+2
|
* chord-3.6, produce PS sheet-music from text inputasami1995-04-256-0/+91
|
* Updated utils Makefiles!asami1995-04-233-27/+12
|
* Add cpm back. It's no longer broken.joerg1995-04-171-3/+3
|
* Re-add pcemu, it does have a PLIST now.joerg1995-04-171-3/+3
|
* Remove NCFTPFLAGS, ncftp defaults changedache1995-04-161-2/+1
|
* Upgradeache1995-04-164-6/+6
|
* Add cpm, pcemu and wine to BROKEN, add mmv to SUBDIR.asami1995-04-161-2/+5
|
* Remove bogus CATEGORIES inside a for loop.asami1995-04-161-2/+1
|
* Another round of Makefile updates, in utils!asami1995-04-1513-27/+62
|
* Cleanup.asami1995-04-151-5/+10
|
* And now the rest of the x11 ports Makefiles.asami1995-04-132-4/+11
|
* Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean upasami1995-04-122-7/+14
| | | | some Makefiles along the way.
* Bogus @cd removed.asami1995-04-111-1/+0
| | | | Submitted by: me
* New Makefile structure, fix Jordan's CATEGORIES.asami1995-04-111-14/+7
| | | | Submitted by: me
* Add MAINTAINER= jmz@FreeBSD.orgjmz1995-04-111-0/+1
|
* Upgrade.ache1995-04-083-5/+5
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-0119-16/+38
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Try to get most ports checksummedgpalmer1995-04-012-0/+2
|
* Add MAINTAINER. Yes, I know I screwed up the Submitted by: line on thejkh1995-03-281-2/+2
| | | | | import. Sorry! :( Submitted by: me
* Import Michael Elbel's mmv port.jkh1995-03-287-0/+220
|
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-241-1/+2
| | | | and some other minor cleanup.
* Submitted by: dwhite@anshar.shadow.net (Don Whiteside)asami1995-03-221-1/+1
| | | | | | | | | In the ports-current/util directory there's a port for mshell. The Makefile lists the master site as : src.doc.ic.ac.uk/usenet/alt.sources/articles/7000-7999 Either as a result of a typo or, more likely, a renumbering, the directory is now 07000-07999, so the install has a fit when it can't find it.
* Removed Canna, Wnn, kterm and nkf.asami1995-03-161-2/+2
|
* Added colorls.asami1995-03-091-2/+2
|
* Color patch for ls. Am I going to be killed for this? ;)asami1995-03-095-0/+396
|
* Added Canna.asami1995-03-061-3/+3
|
* Add package filesgpalmer1995-03-0136-0/+1176
|
* Correct path for manpagesgpalmer1995-03-011-6/+12
|
* Add amandagpalmer1995-03-011-3/+3
|
* Amanda, The Advanced Maryland Automatic Network Disk Archivergpalmer1995-03-0126-0/+285
|
* Correct the patch file so that the patches doesn't get rejected :-).ats1995-02-271-4/+4
|
* Move Wnn from clean to regular target. The "always building" problem wasasami1995-02-261-6/+2
| | | | fixed a long time ago, I forgot to put it back here.
* Add the Wnn port to a clean target. It is used from the mule port andats1995-02-261-1/+5
| | | | | gets built but doesn't get cleaned from a "cd /usr/ports ; make clean" otherwise.
* tkInfo is a tk script to read GNU "info" files and display them.jmz1995-02-246-0/+50
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Updatejmz1995-02-243-94/+153
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Upgrade.ache1995-02-226-48/+14
|
* add tua to the subdirs listtorstenb1995-02-161-2/+2
|
* Converted Makefiles as much as I could.asami1995-02-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
* Another patch for the "new" make :-). screen/doc/Makefile has some spacesats1995-02-111-0/+19
| | | | in it.
* Added xdu.asami1995-02-101-2/+2
|
* Not sure how this thing ever worked. Problems:asami1995-02-081-150/+89
| | | | | | | | | (1) The hunk about "manformat" was missing a "-l" (patch didn't apply) (2) "glimpseindex" wasn't defined at all (run-time error). Made it to be defined as "". Shouldn't this go to utils/ instead of x11/ though?
* Checksum.asami1995-02-081-0/+1
|
* Put back in the color patch, but not as default. User should explicitlyasami1995-02-071-1/+18
| | | | | type "make color" to get the color version. This should make both Andrew and people who requested color-less happy. :)
* Checksum.asami1995-02-061-0/+1
|
* Added nkf.asami1995-02-061-2/+2
|
* Add the COMMENT, DESCR and PLIST files in the pkg directory so that lessats1995-01-303-0/+8
| | | | can now also be build as a package.
* Upgradeache1995-01-184-45/+24
|
* Remove lhaache1995-01-151-2/+2
|
* Remove entries that have moved away.jkh1995-01-131-6/+4
|
* Nuke out Wnn - it's driving me nuts with its wanting to build EVERY time.jkh1995-01-061-2/+2
|
* Neaten this up a little, add acs port.jkh1995-01-031-3/+4
|
* arc addedache1995-01-011-2/+2
|
* unrar addedache1994-12-281-2/+2
|
* Added cpm to the Makefile, now that i know it's working.joerg1994-12-281-2/+2
|
* Add Mr. rmanjkh1994-12-281-2/+2
|
* Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> grants us his tkmanjkh1994-12-285-0/+186
| | | | | port. Spasibo, Thomas! Submitted by: thomas
* Use list of master sitesache1994-12-281-5/+2
|
* gshar+gunshar addedache1994-12-281-3/+3
|
* unarj addedache1994-12-281-2/+2
|
* lha addedache1994-12-261-2/+2
|
* zip added.ache1994-12-221-2/+2
|
* unzip.with_encryption added to restricted commentache1994-12-221-2/+3
|
* Move zip.with_encryption to restricted sectionache1994-12-221-2/+2
|
* Upgradeache1994-12-222-5/+4
|
* Upgrade.ache1994-12-172-5/+5
|
* Add pgps to restricted commentache1994-12-171-2/+2
|
* Marks pgp as restricted and remove itache1994-12-151-2/+4
|
* Add pgp and missing \ache1994-12-141-3/+3
|
* Added xsysstats.asami1994-12-131-2/+3
|
* Upgrade...ache1994-12-122-5/+5
|
* Upgrade to version 3.5.16betaache1994-12-023-34/+59
|
* Added Wnn.asami1994-11-231-2/+2
|
* Upgrade to version 252ache1994-11-222-57/+34
|
* add the missing packing listtorstenb1994-11-211-0/+5
| | | | (sorry..)
* Add the missing hfs to the SUBDIR list.ats1994-11-211-2/+2
|
* add screentorstenb1994-11-211-2/+2
|
* screen 3.5.2torstenb1994-11-214-0/+53
|
* less addedache1994-11-081-2/+2
|
* less 2.37ache1994-11-082-0/+93
|
* Add ispell port.jkh1994-11-061-4/+2
|
* document dialog,libmytinfo,libncursespst1994-10-301-1/+3
|
* Add unzip and zoo.jkh1994-10-181-2/+2
|
* Update the Makefile to sync with current ports.jkh1994-10-161-2/+2
|
* dialog removedache1994-10-081-2/+2
|
* libncurses removedache1994-10-071-2/+2
|
* libmytinfo removedache1994-10-071-2/+2
|
* Update from Jean-Marc Zucconi.jkh1994-10-061-12/+12
| | | | Submitted by: jmz
* Add calc to Makefilejkh1994-10-041-2/+2
|
* Add mshell and iozone to targetsjkh1994-09-261-2/+2
|
* Mshell port from Jean-Marc Zucconi (jmz@thud.cdrom.com). Jean-Marcjkh1994-09-249-0/+205
| | | | | is now our leading ports-supplier! Let's all give him a big THANK YOU! :) Submitted by: jmz
* dialog addedache1994-09-231-2/+2
|
* Remove pkg_install from the SUBDIR list.jkh1994-09-131-2/+2
|
* libncurses addedache1994-09-121-2/+2
|
* libmytinfo addedache1994-09-081-2/+2
|
* Add $Id$ lines to all the directory level Makefiles.jkh1994-08-231-0/+5
Submitted by: jkh