Commit graph

53 commits

Author SHA1 Message Date
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
minskim
fead9d69c2 ${DESTDIR} shouldn't be included in ${SGML_CATALOGS}.
Bump PKGREVISION.
2009-04-12 07:19:22 +00:00
joerg
d0076c3403 Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
2009-04-08 22:43:23 +00:00
joerg
cea09e3ae7 DESTDIR support. 2008-08-08 14:57:39 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
rillig
0e8a130fdb Fixed pkglint warnings. 2006-07-04 09:58:18 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
wiz
dcc67eb111 Remove empty lines at EOF. 2005-02-18 16:10:24 +00:00
wiz
9c48f7b13d Update to 4.4: Add docbook-4.3 and docbook-4.4 files. 2005-02-18 16:09:15 +00:00
xtraeme
3be38dae2b Enable pkgviews installation. 2004-06-04 23:58:12 +00:00
grant
07b67e72c0 s/NetBSD.ORG/NetBSD.org/ 2004-02-25 11:50:35 +00:00
grant
239fb37f36 these packages don't need a compiler. 2004-02-25 11:48:15 +00:00
minskim
c94e87c294 bl3ify 2004-02-19 21:47:00 +00:00
minskim
132daf860e Do not modify installed read-only files; do it at build time.
Approved by wiz@.
2004-02-09 15:46:51 +00:00
jmmv
39bd9e1ae9 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1 2004-01-23 17:18:31 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
cjep
1b39677b6e Remove unnecessary blank lines. 2004-01-12 09:46:04 +00:00
danw
cc350517cb Use SITES_${DISTFILE} variables to avoid lots of unnecessary 404s.
Update some out-of-date references in DESCR
2003-11-15 02:16:31 +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
jmmv
a6e9ce0b4a Install sane catalog files for DocBook 4.1 and 4.2. Closes PR pkg/20339 by
Joachim Koenig-Baltes.  Bump PKGREVISION to 3.
Also fix trailing whitespace to make pkglint happy.
2003-03-22 10:31:06 +00:00
uebayasi
5d85b1b282 `USE_BUILDLINK2=...' once. 2003-02-26 01:00:09 +00:00
jmmv
1a8e00e341 Use textproc/xmlcatmgr/catalogs.mk to register the installed catalog files,
through the SGML_CATALOGS variable.  Bump PKGREVISION.
2003-01-29 21:15:07 +00:00
jmmv
30dc3bb6c6 Register installed catalog files in share/sgml/catalog using xmlcatmgr.
Bump PKGREVISION to 1.
2003-01-11 22:11:50 +00:00
tron
1cb5116102 Use "${TRUE}" instead of "true". 2002-12-06 23:16:01 +00:00
jlam
d808437a7f Trivially use buildlink2. 2002-09-21 10:46:45 +00:00
martti
f93107463b Updated docbook to 4.2
Real changes unknown (read ChangeLog and try to figure out those lines...)
2002-08-22 11:20:26 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
skrll
88af130dfa Move to sha1 digests, and add distfile sizes. 2001-04-20 15:04:54 +00:00
agc
bbc67fac91 + 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:53:33 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
ad02d69ab2 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:31:58 +00:00
wiz
0e65a3f45e remove whitespace to silence pkglint 2000-09-03 13:34:42 +00:00
hubertf
22c3041df6 Add docbook public identifier 2000-07-10 02:54:59 +00:00
kleink
1c94cc4350 Update distname to reflect 4.0 -> 4.1 bump. 2000-06-27 05:03:49 +00:00
hubertf
958a1d6bf0 Update to 4.1. Changes:
No user-visible changes; removed some 4.0 future use comments that had
accidentally been left in the DTD and fixed a couple of incorrect FPIs.
See 40chg.txt for a list of the significant changes.
2000-06-27 00:51:40 +00:00
hubertf
a72cafad27 The trailing "--" wasn't (only) for optical reasons, it's some
comment delimiter in SGML.
2000-06-07 22:15:54 +00:00
hubertf
42eb26fa64 Update to DocBook V4.0. Changes from DocBook V3.1 to DocBook V4.0:
Markup:

- RFE  17: Added a common attribute 'Condition' for generic effectivity
- RFE  38: The nav.class elements (ToC|LoT|Index|Glossary|Bibliography) are
           now allowed at the beginning and end of components and sections
- RFE  58: The 'optmult' and 'reqmult' attribute values have been
           removed from Group
- RFE  65: Added several class attribute values to Filename and SystemItem
           at the request of the Linux community
- RFE  73: Removed BookBiblio and SeriesInfo
- RFE  81: Added SidebarInfo to Sidebar
- RFE  87: Added 'xmlpi' and 'emptytag' as class values of SGMLTag
- RFE  92: Added 'CO' to Synopsis and LiteralLayout
- RFE  99: Added SimpleMsgEntry as an alternative to MsgEntry in order
           to provide a simpler MsgSet construct
- RFE 103: Added RevDescription as an alternative to RevRemark in
           RevHistory; this allows longer descriptive text in a revision
- RFE 104: Added 'Specification' to the list of document classes on Article
- RFE 108: Allow admonitions in Answers
- RFE 110: Allow a RevHistory on QandAEntry
- RFE 115: Allow optional Title on OrderedList and ItemizedList
- RFE 116: Added LineNumbering attribute to linespecific environments for
           presentation of line numbers
- Added a common attribute 'Security' for effectivity
- Added synopsis markup for modern programming languages (e.g, object
  oriented languages like Java, C++, and IDL)
- Renamed DocInfo to PrefaceInfo, ChapterInfo, AppendixInfo, etc.

Other:

- RFE  88: Added PEs to include/ignore dbnotn.mod and dbcent.mod
- RFE 102: Fixed some outstanding namecase problems
- RFE 105: Added PNG notation
- RFE 106: Removed some odd *.content PEs that interfered with
           customization layers
- RFE 109: Added FPI to content of dbgenent.mod (for consistency)
- RFE 111: Added the Euro symbol
- Fixed bug in cals-tbl.dtd; a model group was used for the element
  declaration, but the attlist declaration used "Table" literally.
2000-06-07 20:32:00 +00:00
drochner
8b4448e3c3 new archive subdir 2000-05-12 18:18:18 +00:00
wiz
2ef359fa24 $() -> ${} 2000-02-05 06:57:11 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
drochner
f06a746fd1 install version 3.1 too
fetch files from new master site www.oasis-open.org (sadly, .zip only)
1999-06-27 14:17:59 +00:00