Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-03 | Shortened the Makefile a bit, cleaned up the code, removed unnecessary | rillig | 1 | -29/+17 | |
code, made the PAPERSIZE check at load time, removed automatic stripping of the binary files. | |||||
2006-10-01 | The .gz extension for manual pages need not be given in the PLIST. | rillig | 1 | -21/+21 | |
2006-09-09 | Rename variable MAKEFILE to MAKE_FILE. | obache | 1 | -2/+2 | |
2006-05-06 | Do not depend on papersize. It can be installed later if desired. | reed | 1 | -4/+2 | |
The page size at build time is based on PAPERSIZE tunable. Bump PKGREVISION. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -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-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 1 | -2/+2 | |
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
useful. | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-02-17 | bl3ify | jlam | 1 | -6/+9 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-11-03 | take over maintainership | dillo | 1 | -2/+2 | |
2003-09-07 | Remove "-Wall" flag from CFLAGS to make this compile with non-gcc compilers | jschauma | 2 | -4/+4 | |
that do not support "-Wall". | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 | |
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. | |||||
2002-11-26 | Make this package install its configuration file in the examples directory | jmmv | 2 | -5/+12 | |
and use PKG_SYSCONFDIR to copy it to the right place. (Bump PKGREVISION to 1 for this). Also add a HOMEPAGE, as the program has one. Approved by wiz. This closes my own PR 18991. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
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-07-10 | - Remove ugly "configure" hack, use patches and "MAKEFILE" instead. | tron | 4 | -26/+62 | |
- Make this package work under Solaris. | |||||
2001-05-08 | Move to sha1 digest, and add distfile size | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -13/+11 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-11 | Better handling of CFLAGS in program's Makefile, remove -O. | wiz | 3 | -4/+18 | |
Pkglint-silence a bit. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-10-05 | Incorporate Solaris changes. | agc | 1 | -2/+6 | |
1999-09-05 | Update dependencies for papersize (wildcard except for a2ps). | kim | 1 | -2/+2 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+9 | |
1999-06-16 | papersize-1.0 had a bug: when setpapersize was run, magicfilter's filter | cgd | 1 | -2/+2 | |
scripts (.../libexec/magicfilter/*-filter) would as a side effect have their executable bit set. Fix that, bump the papersize revisions to 1.0.1, and update other packages' DEPENDS lines to compensate. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1998-11-11 | Read the config file only where necessary. | agc | 7 | -12/+184 | |
Cross-reference setpapersize(1) from the relevant man pages. | |||||
1998-11-10 | s/echo/${ECHO}/g | agc | 1 | -7/+7 | |
s/tr/${TR}/g Move DEPENDS up in the file to satsify pkglint. | |||||
1998-11-09 | Read the default paper size from a configuration file at run-time. | agc | 1 | -0/+86 | |
1998-11-09 | Modify this package to use the papersize package, so that default paper | agc | 1 | -11/+22 | |
size is read from a configuration file at run-time. If this doesn't exist, or is in the wrong format, use the compiled-in default. Correct the inclusion of system files. | |||||
1998-08-16 | Let us support PAPERSIZE=Letter for all packages. | kim | 1 | -8/+10 | |
1998-08-14 | Letter->letter, fixes pr 5971 by Brian Grayson. | frueauf | 1 | -2/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+3 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -5/+1 | |
1998-06-10 | Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it | agc | 1 | -2/+2 | |
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not. | |||||
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -2/+2 | |
1998-04-17 | this needs perl for the fix* scripts | hubertf | 1 | -1/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-02-23 | Don't include /etc/mk.conf explicitly. It's not necessary. | agc | 1 | -50/+20 | |
1998-02-22 | /usr/bin/perl -> $PREFIX/bin/perl. | frueauf | 1 | -1/+1 | |
1998-02-22 | Sort, add NetBSD id, add @dirrm for share/psutils. | frueauf | 1 | -18/+20 | |
1998-02-22 | - include mk.conf/make.conf to get user defined PAPERSIZE | frueauf | 1 | -25/+37 | |
- add post-install rule that strips the binaries - some reformating and echo->${ECHO} | |||||
1998-02-22 | Initial importf of psutils-p17 FreeBSD port. | frueauf | 6 | -0/+144 | |