summaryrefslogtreecommitdiff
path: root/misc/team
AgeCommit message (Collapse)AuthorFilesLines
2013-10-04Use modern C features like variadic functions.joerg2-44/+135
2013-09-12Add USE_TOOLS+=nroff to packages which generate catman pages.jperkin1-1/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2011-08-13Make this build with recent compilers: Include <stdio.h> andapb4-55/+70
<stdlib.h>, remove local declarations of things that are declared standard headers, and explicilty declare a function to return int. Bump PKGREVISION to 1. Both the old and new patch-aa do the same thing, despite looking so different. The new one was produced by mkpatches.
2010-02-04DESTDIR supportjoerg1-7/+4
2009-06-29Create missing directories.joerg1-1/+3
2006-07-18Honor *OWN, *GRP, and *MODE.minskim1-1/+4
2006-07-18Include stdlib.h to declare exit(), malloc(), and calloc() explicitly.minskim2-36/+47
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-11-10Depend on errno.h to provide errno.joerg2-48/+49
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-02-24Add RMD160 digestsagc1-1/+2
2004-06-13Make this package build when using gcc 3.3.kristerw2-29/+29
2003-09-15Add MANINSTALL to BUILD_DEFS for completeness.jmmv1-1/+5
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
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.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
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 distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-04Create PLIST so that it matches the setting of MANINSTALL.kim2-5/+18
This makes the registration accurate and allows creating a binary package (since all registered files will exist).
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+3
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch checksum files.agc1-0/+4
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-7/+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.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-07-03Don't mirror distribution files which are kept locally anyway.tron1-1/+3
1998-06-20Make packages which use NetBSD's bsd.man.mk work with automatic manualagc1-3/+6
page handling.
1998-05-22Make this work with MANZ and tidy up patchfiles; don't patch the samefrueauf7-693/+415
file in n patchfiles, just one per patch for better maintainance.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-04remove MANCOMPRESSED, add CAT1. Inspired by Chris Jones' PR 4937.hubertf1-2/+2
1998-01-24portlint: fix RCS Idhubertf1-1/+2
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-13Restore original FreeBSD RCS Id.agc1-2/+2
1997-10-13Set MANCOMPRESSED as team installs its manual page in gzipped form.agc2-1/+4
Modify PLIST to include the formatted page as well as raw one.
1997-10-13Add NetBSD RCS Id.agc1-0/+1
1997-10-13Mark FreeBSD RCS Id as such.agc4-19/+61
Make this compile on NetBSD: + __FreeBSD__ -> (defined(BSD) && BSD >= 199306) + eliminate compiler warnings by working around unusual definition in switch statement. + change the man directory location to reflect NetBSD reality.
1997-10-11Import as of 09/25/97hubertf10-0/+712