summaryrefslogtreecommitdiff
path: root/misc/dync
AgeCommit message (Collapse)AuthorFilesLines
2013-04-06Fixes:rodent1-8/+8
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2010-02-11DESTDIR supportjoerg1-1/+9
2009-05-22update master site.zafer1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-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-08Prevent a reference to build directories on machines that dokristerw1-2/+2
not need ldconfig.
2005-06-25Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-3/+3
rather than the autoconf cache variables.
2005-06-23Prevent paths to the build directories from being included in the package.kristerw1-2/+5
Bump PKGREVISION.
2005-04-30Update MASTER_SITES and HOMEPAGE.agc1-3/+3
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-08Make this package build after the mk/wrapper changes.kristerw4-17/+38
Make sure that a temporary library name buffer is nul-terminated. PKGREVISION++.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
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-08-24Fix this program to work on ELF systems.wiz4-8/+29
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-6/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
1999-07-09Add package patch checksum files.agc1-0/+3
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-9/+9
pattern match format. Minor pkglint along the way.
1999-04-05Disable second test which didn't consider different timezoneshubertf1-0/+16
1998-11-13pkglint: move NOT_FOR_ARCHS where it belongs.frueauf1-3/+3
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-08-20The Grand Homepagification:tsarna1-1/+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-13Initial addition of dync, an awk-like utility which uses C as aagc5-0/+50
language, to the NetBSD packages collection.