Commit graph

22 commits

Author SHA1 Message Date
jlam
dcc3f5e7b7 * Move info file entries into the PLIST.
* Honor PKGINFODIR and EMACS_INFOPREFIX.
2006-03-31 05:37:08 +00:00
jlam
eff0244b18 Fix paths to gzip and texi2html in installed files (thank goodness for
CHECK_WRKREF).  Bump PKGREVISION to 4.
2006-03-30 23:16:10 +00:00
jlam
2e67dcf513 Take advantage of USE_TOOLS+=texi2html. 2006-03-30 23:12:25 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
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-07-16 01:19:06 +00:00
kristerw
ccd2f2b5c0 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-07-10 10:32:33 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
7d837858f5 Adapt to texi2html-1.76 and depend on it.
Bump PKGREVISION.
2005-03-02 14:11:28 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
minskim
4e37dae8e0 Teach configure the correct perl path. Bump PKGREVISION. 2005-01-01 03:18:40 +00:00
wiz
1fe05e8632 Unused. 2004-04-25 22:59:48 +00:00
minskim
d35bcb2aca This package doesn't build anything; set NO_BUILDLINK=YES and
USE_LANGUAGES=#empty, and use *DEPENDS instead of including
buildlink2.mk.

Enable pkgviews installation.
2004-04-22 05:38:32 +00:00
seb
f78126744c Remove info files entries from PLIST. 2004-02-16 14:43:08 +00:00
jlam
b259a0a438 CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
2004-02-14 15:29:15 +00:00
kristerw
a4b306129b Override config.guess and config.sub to make the pkg recognize shark. 2003-10-28 23:22:54 +00:00
seb
8d15907ec2 USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
seb
bbd5884215 Convert to USE_NEW_TEXINFO. 2003-06-23 21:25:22 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
rh
7e649b6532 Initial import of papaya-0.1.7, a set of scripts for software development. 2002-10-16 04:46:30 +00:00