summaryrefslogtreecommitdiff
path: root/textproc/sp
AgeCommit message (Collapse)AuthorFilesLines
2003-08-12Make this build on arm by instantiating Vector<size_t>.kristerw2-4/+4
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2003-02-06Use install -c instead of just install.jmmv3-4/+26
Mark unreal targets in Makefile.prog as .PHONY... let's see if this solves the problem shown in bulk build.
2003-01-29Use textproc/xmlcatmgr/catalogs.mk to register the installed catalog file,jmmv4-13/+11
with the SGML_CATALOGS variable. Also set the default catalog to be SGML_DEFAULT_CATALOG. Bump PKGREVISION.
2003-01-19Define INSTALL=${BSD_INSTALL} in patch-aa, remove unnecessary MAKE_ENV.salo3-6/+5
2003-01-11Register the installed catalog file in share/sgml/catalog using xmlcatmgr.jmmv4-9/+16
Also set the default catalog to be PKG_SYSCONFDIR/catalog. Bump PKGREVISION to 1.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-3/+3
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-22Add one file (sorry, can't reproduce bulk build failure)wiz1-1/+2
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-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-26regen.bad1-4/+4
2001-03-26Instantiate Vector<size_t> on __sparc__ too.bad2-4/+4
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-09Okay, do this the Hard Way. Activate the size_t instantiation block iftv4-44/+11
one of __alpha__ or __sparc64__ are defined. I'll look into a better fix later.
2000-10-07Add fix for alpha; explicitly instantiate Vector<size_t>, as size_t istv3-0/+61
"unsigned long" on alpha. Nuke instantiation of Vector<unsigned int> and finish the halfassed LP64 fix that's already here by changing a Vector<unsigned int> to Vector<size_t> in the code. NOT TESTED but appears to fix the problem for alpha; tested not to cause problems on i386.
2000-06-07add CONFLICTS on sp/opensphubertf1-1/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-16Fix default sgml catalog path, add NetBSD id to patch, correctmjl4-32/+45
PLIST.
1999-12-16Updated to 1.3.4. Changes are bugfixes (no details available).mjl4-34/+11
1999-07-09Add package patch checksum files.agc1-0/+3
1999-06-28Include bsd.prefs.mk before any != ${CC} --version assignment, just inagc1-1/+3
case CC is set to something non-standard, so that we execute the right compiler.
1999-03-22add conflict with jaderh1-1/+3
1999-03-13Initial import of sp-1.3, an SGML system conforming to ISO-8879 asrh7-0/+160
provided by Martin Laubach (with a few modifications to work under NetBSD-1.3.3 as well as -current) -- thanks!