summaryrefslogtreecommitdiff
path: root/www/haskell-cgi
AgeCommit message (Collapse)AuthorFilesLines
2011-03-17user-destdir installation support.obache1-6/+8
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+1
2007-02-22HOMEPAGE is gone, comment it out. From Sergey Svishchev.wiz1-3/+3
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-09-28Fixed pkglint warnings.rillig1-2/+2
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-02-24Add RMD160 checksums.wiz1-1/+2
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.
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-06Use HUGS_PREFIX.jtb1-4/+4
2001-05-06Add NO_SRC_ON_FTP -- it's already in ${MASTER_SITE_LOCAL}.jtb1-9/+13
Remove unnecessary sed redirection.
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 distinfoagc1-1/+1
+ 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-12-06Initial import of new "haskell-cgi" package:jtb5-0/+47
CGI module for the Hugs Haskell 98 interpreter