summaryrefslogtreecommitdiff
path: root/devel/rdp
AgeCommit message (Collapse)AuthorFilesLines
2002-02-25Use the default EXTRACT_CMD instead of a hand-crafted one, as the defaultjlam1-3/+1
is sufficient.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-09Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}wiz1-2/+2
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-20Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic onewiz1-3/+1
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as the implicit one.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
1999-07-09Add package patch-sum filesagc1-0/+3
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-3/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1998-08-20The Grand Homepagification:tsarna2-5/+2
- 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.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-01Use the zipped archive instead of the uncompressed tar file, the faktor isfrueauf3-12/+79
nearly 4!
1998-07-31Addition of rdp-1.5, which compiles attributed LL(1) grammars intoagc5-0/+44
recursive descent compilers, into the NetBSD packages collection.