summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Added ${MASTER_SITE_GNU} to MASTER_SITESmax1996-12-261-2/+3
|
* Trim down excessively long DESCR files in ports i either own, or wherejoerg1996-12-221-27/+0
| | | | | | i'm somehow related to (hpscan, that is). Requested by: asmi (long ago)
* Add files/md5 entries for files whose checksum should be ignored as well.asami1996-12-172-1/+3
| | | | Requires rev. 1.239 of bsd.port.mk.
* Install the man page to man/ja_JP.EUC/man1.max1996-12-123-11/+10
|
* Upgrade to 3.7.2ache1996-12-083-5/+5
|
* Oops, previous commit broke the installation of man page.max1996-12-081-2/+2
|
* Remove RESTRICTED and, instead, add NO_CDROM & NO_PACKAGE. (Redistributionmax1996-12-081-53/+22
| | | | | | | | | | | | | | | | | | | | | | | for charge is prohibited, no modification allowed.) Various cleanups include: List mmv.pch.Z as PATCHFILES instead of DISTFILES. Put full path to the MASTER_SITES. Instead of editing mmv.pch with scripts/makeitapatch, pass the name of the file to be patched to the patch command via PATCH_DIST_ARGS. Above three changes made do-fetch: & pre-clean:targets defined in this Makefile unnecessary. Call scripts/unshar via /bin/sh instead of giving it the execution bit in pre-extract: target. ln -> ln -fs rm -> ${RM} Use ${INSTALL_PROGRAM} and ${INSTALL_MAN}. Use MAN1 var to compress the man page. Reviewed by: asami
* Redirect outputs to /dev/null to perform the extraction silently.max1996-12-081-2/+2
|
* Now, string describing reason for defining these variables must be setmax1996-12-071-2/+2
| | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED.
* ${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.asami1996-12-032-7/+7
| | | | Hinted by: obrien
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toasami1996-11-302-7/+7
| | | | changes made in rev. 1.232 of bsd.port.mk.
* Put EXTRACT_SUFX in the right place. Use more predefined macros.asami1996-11-301-5/+5
|
* Take out "Tkcron is ", as mentioned in the handbook.asami1996-11-301-1/+1
|
* Add tkcron.tg1996-11-291-1/+2
|
* Second try: import of tkcron, a frontend to crontab.tg1996-11-297-0/+59
| | | | | | Closes PR 2064. Submitted by: Sander Vesik <sander@haldjas.folklore.ee>
* No need for "x11" in CATEGORIES, or half the ports tree will need that. :)asami1996-11-261-2/+2
|
* Activate xmaddressbook, xtar.tg1996-11-251-1/+3
|
* Import of xtar, a tar file browser.tg1996-11-259-0/+94
| | | | | | Closes PR 1526. Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
* Oops, forgot to compress one manpage.asami1996-11-212-6/+6
|
* Fix some typos I so eloquently introduced last night.asami1996-11-1912-24/+24
| | | | Found by: make index
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-1839-159/+161
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-5/+3
|
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-186-13/+12
|
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-6/+3
|
* Converted to MAN[1-8]obrien1996-11-1712-83/+31
| | | | Converted p5* to use MASTER_SITE_PERL_CPAN
* Added mgdiff.asami1996-11-151-1/+2
|
* Added xgas.asami1996-11-151-1/+2
|
* Ideal gas simulator. Maybe we should make a "physics" categoryasami1996-11-155-0/+52
| | | | | | for stuff like this. Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* Better workaround for manpath(1).tg1996-11-151-11/+11
|
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingasami1996-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.
* $DISTFILE changed. Update checksum.tg1996-11-131-1/+1
| | | | Noticed by: Andreas Klemm
* Moved LSOF from ports/misc to ports/sysutilsobrien1996-11-111-2/+1
|
* Upgrade from 1.8b5 to 1.8tg1996-11-114-19/+17
|
* CATEGORIES+= --> CATEGORIES=obrien1996-11-1136-90/+88
| | | | Misc variable reordering, cleaning up, etc.
* Add lsof.asami1996-11-071-1/+2
|
* Turned on splitvt port.obrien1996-11-031-1/+2
|
* New port, run two shells in a split window/terminal.obrien1996-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.
* Changed to use ${COMPRESS_MAN}obrien1996-11-031-6/+2
|
* Fix up the makefile to Satoshi's standard. :-)markm1996-11-011-6/+4
|
* Add dejagnumarkm1996-10-311-1/+2
|
* DejaGNU is an automated testing tool. It uses expect to run your tests.markm1996-10-315-0/+69
|
* sattrack is moved to astro too.asami1996-10-311-2/+1
|
* xephem is moved to astro.asami1996-10-311-2/+1
|
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.jfitz1996-10-242-2/+4
| | | | Submitted by: asami@freebsd.org
* Update for new perl5 portsjfitz1996-10-241-1/+5
|
* perl5 module to validate/generate credit card checksums/names.jfitz1996-10-245-0/+68
|
* perl5 module to print arrays of elements in sorted columnsjfitz1996-10-245-0/+45
|
* Upgrade to 1.8b5. Uses tk41 now.tg1996-10-214-70/+54
|
* Correctly list the all files installed.max1996-10-201-10/+17
|
* Strip the binaries.max1996-10-201-1/+2
|
OpenPOWER on IntegriCloud