summaryrefslogtreecommitdiff
path: root/cad/fastcap
AgeCommit message (Collapse)AuthorFilesLines
2012-10-20Use more void.joerg4-12/+72
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-2/+1
2012-02-16Needs tex-metapost for groff.enc.hans1-1/+2
2010-10-03MAKE_JOBS_SAFE=noobache1-1/+2
2010-09-29- Use \special syntax that dvipsk understands.minskim14-8/+266
- Run TeX commands with absolute paths.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-02-25Let fastcap depend on dvipsk because teTeX-bin no longer provides dvips.minskim1-1/+3
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg1-2/+2
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-47/+49
their files via a custom do-install target.
2006-08-10Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removedminskim1-2/+2
shortly.
2006-05-13Remove references to teTeX1.minskim1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
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-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-3/+3
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-08convert to use tex.buildlink3.mktonio1-2/+4
use LATEX_DEPMETHOD=build, and allow version 1,2 and 3 of teTeX
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-05-22Remove the old tools framework and references to _USE_NEW_TOOLS.jlam1-8/+2
2005-05-20Set EXTRACT_USING to force extraction using gtar.jlam1-2/+6
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-19use GNU tar to extract. pax fails on the distfile. Lets this pkgdmcmahill1-1/+4
extract and build again after being broken for a long time.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-09-21update to fastcap-2.0.19920918. Old distfile was no longer available.dmcmahill3-33/+28
New version is the same code but with a newer and less restrictive license. Also update the homepage.
2004-06-16Do not use stime as a variable name, because it conflicts withminskim2-1/+26
stime(2) on Linux.
2004-05-07s/malloc.h/stdlib.h/ (for darwin/freebsd)danw2-1/+15
2004-04-11Convert to buildlink3.snj1-2/+2
2004-03-22obey CFLAGS. Among other benefits this should help with non-gcc compilersdmcmahill2-4/+4
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-25Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw1-2/+2
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-2/+2
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-2/+2
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs1-2/+2
is accepted. Suggested by Grant.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2002-09-29buildlink1 -> buildlink2 and use gcc/buildlink2.mk instead of Makefile.gcc.jlam1-3/+3
2002-04-20On arm32, use gcc-2.95.3 to avoid an internal egcs compiler error.cjep1-1/+6
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-22Don't ignore checksums for three ps files, and add checksums and sizeswiz2-12/+13
to distinfo.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-5/+6
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-11/+9
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-05-12make all pkgs for which I'm the maintainer point to my netbsd email.dmcmahill1-2/+2
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch-sum filesagc1-0/+5
1998-09-14Force uncompression of docs via uncompress -f.agc1-3/+3
Change the name of the package to be more consistent.
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-3/+0
from individual DESCR files that had them.
1998-08-20The Grand Homepagification:tsarna1-16/+17
- 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.