summaryrefslogtreecommitdiff
path: root/emulators/doscmd
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-06-06Merge two patches fixing the same file (doscmd_loader.c); they were causingjmmv3-21/+7
problems as one was undoing changes done by the other.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-08-16Rather than mark it as broken on all versions, use the ONLY_FOR_PLATFORMagc1-4/+3
definition to mark it as good for NetBSD/i386 1.[345]. Broken on 1.6 and current systems, though.
2002-08-16Mark this package as broken - thanks to Matthias Drochner for the analysis.agc1-1/+3
- Makefile conflicts with bsd.pkg.mk. Maybe the system mk file is guilty in parts, but using it in a longliving pkg calls for trouble anyway... - mmap() portability: without MAP_FIXED, we don't get what we need anymore. - Some misguided change to use "objcopy", without considering the BSS, makes the emulator crash anyway. Whilst these could be fixed, now is not the time...
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-16Add patch provided by Andrew Dyer in pkg/11820 for better I/O supportwiz2-10/+44
for the printer port.
2001-03-16Standardize patches.wiz2-54/+42
2001-02-27Fix documentation bug (PR #11821).wiz2-6/+13
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-24Remove me as maintainer. I haven't used this in ages.tsarna1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-18makemake makemakepatchpatchsumsumchristos1-3/+3
1999-12-18Use objcopy to make the binary file and load it directly,christos2-111/+80
instead of using loadfile which is less portable. [suggested by Tron]
1999-12-18redochristos1-2/+2
1999-12-18typo in patchchristos1-2/+2
1999-12-18New patch checksumchristos1-3/+5
1999-12-18- Fix Makefile to work with elfchristos4-58/+241
- Fix RO string that got written - Add mmap() when we run ELF, because we need to map lomem - Fix uninitialized reference in di->location - Make doscmd_loader use loadfile() [Tested only with ELF]
1999-07-09Add package patch-sum filesagc1-0/+9
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-6/+2
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-10/+10
pattern match format. Minor pkglint along the way.
1998-11-29sigaddset() on an automatic variable works much better if preceded bysommerfe2-4/+28
sigemptyset(). (this used to work, by chance, when sigmasks fit in a register). doscmd now seems to work on 1.3I
1998-10-28Add changes to compile on current; still works on 1.3(.1)hubertf4-9/+57
Reported and tested by Bernhard Riedel <bernhard@sdg.de>
1998-08-23Remove unnecessery blank lines.frueauf2-3/+1
1998-08-20The Grand Homepagification:tsarna1-2/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc4-0/+8
1998-07-21Make this package install correctly if MANZ is defined.agc1-1/+7
1998-07-19Improve wordingtsarna1-3/+4
1998-07-18An MS-DOS emulator (NetBSD/i386 only)tsarna8-0/+79
1998-07-18An MS-DOS emulator (NetBSD/i386 only)tsarna1-0/+24