Commit graph

26 commits

Author SHA1 Message Date
wiz
aeaceb273d Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
jlam
39843c2c61 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 19:21:10 +00:00
obache
edb6c28faa Change MASTER_SITES to new location, noticed by Zafer Aydogan in private mail.
HOMEPAGE is also gone away, comment possible new location.
2008-01-04 06:04:42 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
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.
2007-01-07 09:13:46 +00:00
rillig
046cb76e13 Fixed hard-coded paths. Bumped PKGREVISION. 2006-06-16 17:48: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
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jlam
419428ec4a Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
2005-05-15 22:02:26 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
martti
1ba8eec232 COMMENT should start with a capital letter. 2003-07-21 17:01:11 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
hubertf
09c1f15d9d Adjust format a bit:
* 75 * '='
 * RCS ID
 * blank line
 * message text
 * optional blank line
 * 75 * '='
2001-11-11 06:17:26 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
zuntum
ad35b676fd Update colorize to 0.3.0
* README update
  * HTML title change (s/colorize /colorize.pl /)
  * *fix* device and script name in colorize-fifo.sh
  * *fix* the init.d scripts (restart looks bad)
  * *fix* apache log format catch
    (when user is set in access.log), thanks jamie
  * user catch moved later in catch list

  * *changed* --convertdate switch to --convert-date

  * !new! procmail log format (feature req. from Anh Lai)
  * !new! facility remove switch (feature req. from Mw3 and [drewie])
2001-06-13 14:02:50 +00:00
zuntum
e48bc8ecbf Add Size entries to distinfo 2001-05-21 05:43:22 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
zuntum
06df2bd465 Update colorize to 0.2.8
colorize (0.2.8) unstable; urgency=low

  * *fixed* the address catch
  * it's really support exim log now
  * some code cleanup
    (free some variable after use, 'userfriendly' comments, etc.)
  * *fixed* script name in examples. After all, you don't must read it
    before use (blah, why? :)

  * s/squid/proxy/ (i love oops, and log format is equivalent)
  * message function rewrite

  * !new! added ipv6 IP support
    (it's only just seek for :: before and after a word character[s])
  * !new! option --convertdate or -C to convert unix timestamp to readable
    format [toma's idea]
  * !new! format: oops.log
  * !new! good word: done, check
  * !new! bad word: offline
  * !new! number catch
  * !new! system words
2001-04-09 14:57:20 +00:00
zuntum
6d6c132ae8 Update to 0.2.7:
colorize (0.2.7) unstable; urgency=medium

  * file exists test was in wrong place *fixed* (thanks HoFi for report)
  - ohh, i hate, that i can't release a stable version :(
2001-03-29 13:47:29 +00:00
zuntum
7f336785f7 Initial import of colorize-0.2.6
colorize is a log colorize perl script, with some ugly functions:
 * Many known log format (including: daemon [classic log format],
   squid [and oops], apache [access, error], xferlog, exim, and more)
 * Extreme regexp matches (email, url, size, address, version, file etc.)
 * Some usefull matches (user, service, protocol)
 * Theme support (with multiple config files)
 * HTML output support (with valid HTML and CSS code)
2001-03-26 04:11:11 +00:00