Commit graph

4009 commits

Author SHA1 Message Date
rh
90e3ce0bcb Initial import of libxml-1.0.0, an XML parser library, mainly used by
the GNOME project.
1999-05-03 17:43:58 +00:00
garbled
388860d23f add USE_X11=yes 1999-04-26 19:25:05 +00:00
kleink
cac35f55f3 Get rid of old-style chown usage. 1999-04-23 12:33:19 +00:00
tron
23e0063766 Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
tsarna
7b95123f33 Update to 3.13 1999-04-15 17:43:38 +00:00
agc
79e49eaba2 s/netbsd/${LOWER_OPSYS}/g 1999-04-08 18:51:48 +00:00
agc
171e025b4a Rewrite the extraction commands to be more intuitive.
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}
1999-04-01 14:07:52 +00:00
agc
363146f85e Update to tk version 8.0.5. This seems to be primarily a bug-fix release. 1999-04-01 13:38:43 +00:00
hubertf
2c493cbd36 Add man/man1/unroff-html-me.1.gz 1999-03-29 13:35:16 +00:00
hubertf
2a3cc4f55a Add libtool-generated .la files. 1999-03-29 13:33:31 +00:00
rh
e7f946fa2c add conflict with jade 1999-03-22 16:38:11 +00:00
rh
b0ecf2c0a8 Remove 'FreeBSD' from description 1999-03-15 16:29:00 +00:00
rh
2439c2eedb enable jade 1999-03-15 08:49:46 +00:00
rh
1d729c77c4 convert FreeBSD port to NetBSD package 1999-03-15 08:48:15 +00:00
rh
4f4f8db188 Initial import of FreeBSD port for jade. 1999-03-15 08:43:27 +00:00
rh
10f6811f6b add homepage 1999-03-14 19:19:38 +00:00
rh
f09ad1b321 Add iso12083 1999-03-14 16:18:08 +00:00
rh
ca2c291e97 convert FreeBSD port of iso12083 DTDs to NetBSD 1999-03-14 16:17:42 +00:00
rh
2b86360eb7 Initial import of the FreeBSD port for the iso12083 SGML DTDs from
The Electronic Publishing Special Interest Group
1999-03-14 16:15:52 +00:00
rh
9cbf0f7455 Enable docbook 1999-03-14 15:45:23 +00:00
rh
bdf088d3cf convert FreeBSD docbook port to NetBSD package 1999-03-14 15:44:55 +00:00
rh
bb2adedb0a Initial import of FreeBSD docbook port: an SGML DTD designed for computer
documentation
1999-03-14 15:41:43 +00:00
rh
57dcdfd193 enable iso8879 1999-03-14 15:35:04 +00:00
rh
ec0e94b276 NetBSD specific changes for the iso8879-1986 package 1999-03-14 15:34:36 +00:00
rh
88883017c3 Initial import of FreeBSD character entity sets from ISO 8879:1986 (SGML) 1999-03-14 15:31:00 +00:00
rh
bc5559f55c enable sp. 1999-03-13 13:59:20 +00:00
rh
edefd85474 Initial import of sp-1.3, an SGML system conforming to ISO-8879 as
provided by Martin Laubach (with a few modifications to work under
NetBSD-1.3.3 as well as -current) -- thanks!
1999-03-13 13:57:40 +00:00
agc
1bb3007c04 s/make/${MAKE}/g 1999-03-08 10:53:55 +00:00
kim
fdcad496c4 Surprise, makeinfo can now be found in /usr/bin as well. 1999-03-06 02:30:21 +00:00
jwise
d3a4381c3b Enable mswordview 1999-03-02 20:21:38 +00:00
jwise
009ddb9120 Import of mswordview-0.5.2, a MS Word 8.0 (Office 97) to HTML converter. 1999-03-02 20:20:04 +00:00
agc
12cb5d8840 Correct things which shouldn't have been committed when moving LANG to
ISPELL_LANG, as pointed out by Hubert Feyrer.

Cleanup this Makefile, whilst I'm here.
1999-02-23 08:45:48 +00:00
agc
8e2ac8a943 Allow for customised groups of packages at the top-level of pkgsrc.
If SPECIFIC_PKGS is defined (at the top-level of pkgsrc), then instead of
looping through all the categories and then all the packages within that,
simply loop through ${SITE_SPECIFIC_PKGS}, ${HOST_SPECIFIC_PKGS},
${GROUP_SPECIFIC_PKGS} and ${USER_SPECIFIC_PKGS}, which are whitespace
separated lists of categories/packages e.g.
SITE_SPECIFIC_PKGS+= devel/cvs security/ssh
The default behaviour is unchanged - if SPECIFIC_PKGS is not defined,
the whole hierarchy will be traversed.

Modify mk.conf.example to reflect the settings of SPECIFIC_PKGS,
SITE_SPECIFIC_PKGS, HOST_SPECIFIC_PKGS, GROUP_SPECIFIC_PKGS and
USER_SPECIFIC_PKGS.

Modify the ispell package to use the make definition ISPELL_LANG,
rather than just LANG (which can clash with the environment variable
of the same name), and modify mk.conf.example accordingly.
1999-02-21 21:25:02 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
kleink
bf237c0e31 Get rid of obsolete chown(8) operand usage. 1999-01-09 20:49:26 +00:00
frueauf
c3bd14b4bb Handle info file correctly:
- use makeinfo to genarate it
- use the .info name scheme
- add dir info to the texinfo source file
- add hooks to PLIST to make sure it gets installed to info/dir

Fixes pr 6600 and 6601 by Greg A. Woods.
1998-12-21 00:35:59 +00:00
hubertf
17c72282ee fix tyop 1998-12-06 16:45:17 +00:00
tv
e93d43a7b2 Add ePerl, a text preprocessor that interprets Perl embedded in text
documents.
1998-12-05 16:14:53 +00:00
tv
6ad78390b7 Add and enable eperl. 1998-12-05 16:14:22 +00:00
frueauf
56ce175394 Update glimpse to 4.1, provided in pr 6508 by Johnny C. Lam.
Fixes some bugs, including a serious bug involving Boolean searches
of length 1 between versions 4.0 and 4.1.
1998-12-03 12:39:42 +00:00
tron
4ab5272860 Use "${WRKDIR}" as temporary directory as suggested by William O Ferry
in PR pkg/6482.
1998-11-22 21:21:38 +00:00
agc
2cd5eb4894 Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
1998-11-19 15:40:45 +00:00
tv
e80fc7a6aa Reengineer shared build environment: don't "reach over" to the other
directory except to grab patches.
1998-11-13 16:29:18 +00:00
tv
898843af62 Do not override libtool's interpretation of installation.
(This pkg should be better designed to make use of t1lib's patches, not cd
to its directory and run there!)
1998-11-13 15:44:44 +00:00
tv
277aea6671 Do not override libtool's perception of installation. Breaks NOPIC. 1998-11-13 15:41:08 +00:00
mycroft
c5045e14fa Add the info file to the PLIST, and install it. 1998-11-13 15:26:06 +00:00
frueauf
fe14dec52d pkglint: move NOT_FOR_ARCHS where it belongs. 1998-11-13 01:50:21 +00:00
frueauf
076963458b Remove unnecessary blank line. 1998-11-12 23:51:12 +00:00
tsarna
24437dcebd Add and enable lout 1998-11-09 18:10:54 +00:00
tsarna
63fa801d41 Basser Lout, A TeX/troff-like formatter with PostScript/PDF output 1998-11-09 18:05:10 +00:00
garbled
bbc69449c6 document and enable t1lib, t1libx, and wormz 1998-11-05 08:34:25 +00:00
garbled
1e06e2a0cb initial import of t1libx-0.8:
an X11 library for generating bitmaps from Adobe Type 1 fonts

note: I did not install the python modules that come with this, if someone
with python clue wants to make a separate pkg for that, please do.
1998-11-05 08:28:48 +00:00
garbled
1305bd1739 Initial import of t1lib-0.8:
a library for generating bitmaps from Adobe Type 1 fonts
1998-11-05 08:26:03 +00:00
garbled
13455fa30a Add patch to fix spelling of "disappear". Pointed out in PR# 6240 by
Dave Sainty.
1998-10-28 05:34:31 +00:00
garbled
17296a052b Fix lots of warnings about pointers cast to integers and the like on
alpha.  Fixes PR# 5454 by Johnny C. Lam.  Now builds cleanly on LP64.
1998-10-27 07:21:19 +00:00
hubertf
3543d93705 -Dunix 1998-10-20 22:28:44 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
tsarna
5e9cc577b8 Automatically append HOMEPAge to DESCR files, and remove homepage URLs
from individual DESCR files that had them.
1998-08-26 16:50:48 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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-20 15:16:34 +00:00
frueauf
2090b735c7 Update rman to 3.0.6. Remove MIRROR_DISTFILE=no as the license allows
noncomercial redistribution. Set RESTRICTED accordingly. Closes pr 5969.
1998-08-15 10:07:30 +00:00
frueauf
c9cc505a63 remove me as MAINTAINER. 1998-08-08 12:35:41 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
agc
fe5c541485 Set MANCOMPRESSED explicitly if MANZ is set. 1998-06-22 09:10:24 +00:00
tv
4b136d027d Nuke .gz on manpages. 1998-06-21 15:24:16 +00:00
tv
168d3df4c2 Automanpage handling. 1998-06-21 15:22:19 +00:00
tron
3d0ee93507 Fix "${MASTER_SITES}", problem pointed out by Bernd Ernesti. 1998-06-20 21:39:58 +00:00
frueauf
8207332170 Add and enable catdoc. 1998-06-19 23:39:53 +00:00
frueauf
c81ea2024e Initial addition of catdoc, which reads MS-Word file and puts out its
content as plain text.
1998-06-19 23:38:17 +00:00
agc
666273802a Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it
explicitly in the commands before ${MAKEFILE}; modify package
Makefiles to conform to this rationalisation.  This was used
inconsistently in many packages, some including it, some not.
1998-06-10 08:02:08 +00:00
agc
1ec3af542f Include bsd.prefs.mk, in case variables are set in /etc/mk.conf 1998-06-03 13:57:28 +00:00
tv
ff753716be texi2html is NOT a web utility--it is a text utility. It does not
interact directly with web servers or clients; its only relationship to
the web is that web servers typically use HTML for content.
1998-05-15 15:02:57 +00:00
hubertf
f44fdd1be8 Add to category www 1998-05-15 06:10:47 +00:00
tv
d761840f81 Add texi2html, a TeXinfo-to-HTML translator. 1998-05-14 23:49:29 +00:00
agc
28382d138c Upgrade to rman version 3.0.5, and tkman 2.0.6. This is unfortunately
necessary because mirroring of distfiles on ftp.netbsd.org is not
permitted by the author of this software.
1998-05-06 09:51:02 +00:00
agc
6e7b5cf644 Move to relative paths in the pkgsrc tree. 1998-04-24 09:20:33 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
frueauf
22739b597b Remove "avaliable" from languages/english/english.2. Closes pr 5181 by
Dave Sainty.
1998-04-16 12:48:15 +00:00
frueauf
c63ebb7a13 Add SCRIPTS_ENV="LANG=${LANG}"; fixes pr 5126 by Dave Sainty. 1998-04-16 12:44:26 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
agc
16e1a66971 Enable unroff. 1998-03-31 13:07:02 +00:00
agc
8b5820608e Add NetBSD RCS Id.
Add manual pages.

Set MAINTAINER.

Clean up after patching, so that *.orig files don't get installed.
1998-03-31 13:00:52 +00:00
agc
2df8ad8b0c Update for NetBSD - correct the location of the elk files, correct the
filenames so that a -p1 arg to patch is no longer needed.
1998-03-31 12:58:46 +00:00
agc
fa64477c64 Add NetBSD RCS Id.
Add some files that had been overlooked.

Delete directories created by this package.
1998-03-31 12:55:44 +00:00
agc
0b8133a32f Don't bother gzipping the manual pages. 1998-03-31 12:54:06 +00:00
agc
f532fb0588 Initial import of unroff-1.0.2, a troff-like text formatter which can
output html, into the NetBSD packages collection, from the FreeBSD
port.
1998-03-31 12:51:46 +00:00
hubertf
d95adfaa43 s/pre-fetch/pre-extract/ 1998-02-22 00:14:35 +00:00
hubertf
1064417e5c portlint: fix typo on RCS ID :) 1998-01-24 23:44:39 +00:00
hubertf
85cbbefbea portlint: fix RCS Id 1998-01-24 23:44:25 +00:00
hubertf
bf2be31000 portlint: remove empty line 1998-01-24 23:42:01 +00:00
hubertf
fd348aa795 portlint: remove DISTFILES, PKGNAME, extra spaces; use cmd macros 1998-01-24 23:41:36 +00:00
agc
65c222c486 Set MIRROR_DISTFILE to "no" in package Makefiles which might have
restrictions placed on the redistribution of their distfiles.  Please
note that I've erred on the side of caution here.
1998-01-22 10:26:36 +00:00
agc
7c6b57854f Enable ispell, par and rman 1998-01-12 11:52:30 +00:00
agc
39c636e856 Add NetBSD RCS Ids. 1998-01-12 11:52:16 +00:00
agc
a3e5664b99 Add NetBSD RCS Ids.
The PLIST is only valid for the default American dictionary.  If
French or British is specified, the package won't delete cleanly, nor
will a binary package contain the right files. This is currently being
worked on.
1998-01-12 11:47:43 +00:00
agc
c9ce289901 Initial import of par, a text formatter like fmt(1) which can handle
UTF characters and uses different (lazy) algorithms for formatting,
into the NetBSD packages collection, from the FreeBSD port.
1998-01-12 11:23:38 +00:00
agc
54a1343212 Initial import of ispell-3.1.20, an interactive spelling checker, into
the NetBSD packages collection, from the FreeBSD port.
1998-01-12 11:16:42 +00:00
hubertf
3a5af168f0 update for V3.0.4, from FreeBSD 1997-12-17 16:00:29 +00:00
hubertf
9a1d93c087 Import of some more missing categories
(only directories and pkg-descriptions!)
1997-11-20 21:01:17 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
hubertf
8d2d144381 Add glimpse 1997-10-30 01:40:52 +00:00
hubertf
fa7f2eaa2b Fix RCS Id 1997-10-30 01:40:32 +00:00
hubertf
cd15897492 needed for tkman, etc. 1997-10-30 01:34:52 +00:00
hubertf
9d681a2ee1 Fix RCS Id 1997-10-30 01:15:27 +00:00
hubertf
ed1363da58 Uncomment all for now, fix RCS Ids 1997-10-30 01:08:22 +00:00
hubertf
0641a96c3e import rman & Makefile 1997-10-30 01:04:20 +00:00