Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-12 | Add DESTDIR support. | joerg | 1 | -9/+10 | |
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -3/+3 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -4/+3 | |
2006-06-02 | Fix INSTALLATION_DIRS and move readme into share/doc/pcal. Bump revision. | joerg | 2 | -7/+7 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -3/+3 | |
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-08 | Make this compile on non-NetBSD systems by setting HOST_CC=CC instead of | kristerw | 1 | -3/+2 | |
relying on bsd.sys.mk. | |||||
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-04-28 | Use :sh instead of != to define WWWSERVER to defer evaluation until it's | jlam | 1 | -2/+2 | |
used in the make targets. | |||||
2005-03-20 | Security fix for CAN-2004-1289. | salo | 4 | -2/+33 | |
"Multiple buffer overflows in the getline function in pcalutil.c and the get_holiday function in readfile.c for pcal 4.7.1 allow remote attackers to execute arbitrary code via a crafted calendar file." Partial patch from Debian. Bump PKGREVISION. | |||||
2005-02-23 | Add RMD160 checksums. | wiz | 1 | -1/+2 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2002-12-09 | Replace "true" by "${TRUE}". | tron | 1 | -2/+2 | |
2002-10-25 | the original master site went out of business - switch to something | drochner | 2 | -13/+9 | |
which calls itself "temporary home" | |||||
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -2/+2 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-05-02 | Add libexec/cgi-bin directory to standard /usr/pkg hierarchy. Remove all | jlam | 1 | -2/+1 | |
the per-package code that attempt to remove this directory if it's empty. | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -10/+8 | |
+ 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 | |
2000-12-22 | Make this pass pkglint, create ${PREFIX}/libexec/cgi-bin if it doesn't | jlam | 2 | -20/+23 | |
already exist, and remove any empty directories after uninstalling. | |||||
2000-12-21 | initial import of "pcal" package. | kei | 11 | -0/+191 | |
"Pcal" Version 4.7 This is a new release of "Pcal", the PostScript calendar program. The major new features are the "-H" flag for generating output in HTML table form, expansion of "%y" in the "include" filename into the last two digits of every applicable year in "year all" mode, and the addition of build-time support for A4 size paper. |