summaryrefslogtreecommitdiff
path: root/Mk (unfollow)
Commit message (Expand)AuthorFilesLines
1995-04-15Yikes...typo (.package/ should have been .packages/).Satoshi Asami1-2/+2
1995-04-10Don't pass duplicate pkgdeps to pkg_createJordan K. Hubbard1-3/+3
1995-04-09Add new -P argument to pkg_create.Jordan K. Hubbard1-2/+2
1995-04-09Add 2 new targets to facilitate some things I'm thinking about.Jordan K. Hubbard1-1/+21
1995-04-091. Fix the first line (should be a proper comment - silly emacs).Jordan K. Hubbard1-3/+4
1995-04-09Add support for categorized subdirectories for packages. By default,Satoshi Asami1-6/+25
1995-04-04Add USE_X11 for ports which are X11 users but don't use IMAKE.Jordan K. Hubbard1-2/+3
1995-04-04Remove a `.' from the end of the echo lineGary Palmer1-2/+2
1995-04-01By default, KEYWORDS is a copy of CATEGORIES.Jordan K. Hubbard1-2/+2
1995-04-01Add default values and document them for CATEGORIES and KEYWORDS.Jordan K. Hubbard1-3/+3
1995-04-01Add support for new CATEGORIES and KEYWORDS fields.Jordan K. Hubbard1-2/+10
1995-03-28Add support for "distributed" patches and a little extra cleanup.Satoshi Asami1-13/+89
1995-03-27Added more standard package suport file names. INSTALL for theSatoshi Asami1-2/+13
1995-03-23Add a misssing `@' from before echo -n "|${MAINTAINER}"Gary Palmer1-3/+3
1995-03-22Add maintainer to the index line.Jordan K. Hubbard1-5/+13
1995-03-22Add new EXTRACT_BEFORE_FLAGS and EXTRACT_AFTER_FLAGS variables to makeJordan K. Hubbard1-5/+15
1995-03-21Make the fetch message a little more interesting and informative.Jordan K. Hubbard1-2/+2
1995-03-21Add fetch-list command for RodJordan K. Hubbard2-39/+63
1995-03-21Make the describe rule generate more thorough information that's actuallyJordan K. Hubbard1-8/+10
1995-03-21Document the index target.Jordan K. Hubbard1-1/+2
1995-03-20Don't do anything if BATCH is specified and the port is interactive forAndreas Schulz1-1/+3
1995-03-19Change the xmkmf call to a xmkmf -a call. This should be more correct forAndreas Schulz1-3/+3
1995-03-03Add support to miss out ``DUDS'' subdirectories. See thread in freebsd-portsGary Palmer1-10/+20
1995-03-03Back out my previous change. I need to really think about this.Jordan K. Hubbard1-2/+2
1995-03-03A small feature just for my own use.Jordan K. Hubbard1-2/+2
1995-02-17Always go to ${WRKDIR} before extraction. Modify the tar extract commandJordan K. Hubbard1-3/+6
1995-02-14Make the checksum target not bomb out if there is a mismatch, justGary Palmer1-2/+1
1995-02-06Allow arbitrarily named configure script for use w/ HAS_CONFIGURE.Jeffrey Hsu1-2/+5
1995-02-04Use absolute path to md5 program. It lives in /sbin and people are unlikelyPoul-Henning Kamp1-2/+2
1995-02-04Add long-awaited (:) support for sophisticated dependency checking. We nowSatoshi Asami1-5/+83
1995-02-01Start the ball rolling by sticking aGary Palmer1-1/+2
1995-01-30Make fetch a bit more forgiving of subdirs.Jordan K. Hubbard1-3/+3
1995-01-24Fix bogus tab in makesum target.Jordan K. Hubbard1-2/+1
1995-01-23Set PREFIX in the build target. Suggested by John Fieber.Jordan K. Hubbard1-5/+5
1995-01-22Oops. Fix up the checksum routine - my last commit broke it slightly.Gary Palmer1-20/+20
1995-01-17Put brackets around EXTRACT_CMD, can be several commands hereAndrey A. Chernov1-3/+3
1995-01-16Correct a small problem in that when there isn't a checksum for thatGary Palmer1-4/+11
1995-01-12Use absolute path for install passed to configureAndrey A. Chernov1-3/+3
1995-01-11Typo!Satoshi Asami1-3/+3
1995-01-11Add missing ! in front of pipeline for extract commands---otherwiseSatoshi Asami1-3/+3
1995-01-10Catch case where extraction fails. Thanks!Jordan K. Hubbard1-3/+7
1995-01-06Move pre-extract target inside COOKIEAndrey A. Chernov1-7/+8
1995-01-05Sort out dependencies. Now they look like:Satoshi Asami1-5/+5
1995-01-05Typo fix from Ollivier Robert.Jordan K. Hubbard1-3/+3
1995-01-05Rename check-md5 target to checksum.Jordan K. Hubbard1-3/+3
1995-01-04Gary Palmer's patches for checksumming and description.Jordan K. Hubbard1-7/+13
1995-01-04Put depends before configure. No reason that I can see for putting it after,Jordan K. Hubbard1-2/+2
1995-01-04Some of the doc here was less than adequately fleshed-out. Make someJordan K. Hubbard1-10/+20
1995-01-04Document describe target.Jordan K. Hubbard1-1/+3
1995-01-03Add describe target support.Jordan K. Hubbard2-2/+15