Commit graph

7956 commits

Author SHA1 Message Date
bouyer
44356574d9 works on solaris 2000-01-04 18:06:32 +00:00
tsarna
ae5ca061a6 permissions botch 2000-01-03 16:34:27 +00:00
tsarna
b8aaa43722 Initial import of package for DTML and StructuredText from Zope 2.1.1,
also independently useful.
2000-01-02 04:48:45 +00:00
wiz
4d99ebb0ca Don't install ispell.el to share/emacs/site-lisp, since the one
coming with emacs is much newer
2000-01-02 03:50:04 +00:00
wiz
e133ff3249 changed PKGNAME to p5-${DISTNAME} 1999-12-28 12:49:56 +00:00
rh
8ad83e61c9 Add and enable html2text 1999-12-28 10:44:02 +00:00
rh
393e51a3f7 Initial import of html2text-1.2.1, an advanced HTML to text converter. 1999-12-28 10:42:20 +00:00
mjl
040eb41c69 Fix default sgml catalog path, add NetBSD id to patch, correct
PLIST.
1999-12-16 22:03:12 +00:00
mjl
473618175b Updated to 1.3.4. Changes are bugfixes (no details available). 1999-12-16 20:56:20 +00:00
bouyer
7cc6613303 Add textutils 1999-12-16 15:01:19 +00:00
bouyer
81575110f3 Remember to run 'cvs add' before 'cvs commit'. 1999-12-16 15:00:07 +00:00
bouyer
89b994fc72 Adapt to NetBSD 1999-12-16 14:59:12 +00:00
bouyer
48a632f48c Initial import of FreeBSD's "textutils" package:
GNU textutils utilities.
1999-12-16 14:54:17 +00:00
bouyer
c00f239f94 gawk moved (via repository copy) to ../lang, as suggested by Greg A. Woods. 1999-12-12 21:18:31 +00:00
bouyer
f3614670aa Add findutils and gawk. 1999-12-10 17:40:48 +00:00
bouyer
6e6364c43d Ops, shoudlt't have been here ! 1999-12-10 17:39:55 +00:00
bouyer
56b3477621 A package for the GNU awk utility. 1999-12-10 17:33:39 +00:00
rh
1d688b208f Back out previous commit. This was not supposed to make it into the tree.
Seems like all this defuzzing got me a little dizzy ;-)
1999-12-08 14:14:13 +00:00
rh
9ecf200006 defuzz 1999-12-08 14:11:33 +00:00
fredb
91dc92100b Update to t1lib-1.0. Also update homepage, ftp site.
From the Changes file:

November 1999: t1lib-1.0:
-------------------------


- Bug-fixes.


- There happen to exist different assumptions about what exactly ISOLatin1Encoding
  is. Especially the name for char 45 (dec) is not uniquely specified in
  ISO 8859-1. Thus t1lib provides two encoding files ISOLatin1Encoding one
  which (PSLatin1.enc) is compatible with PostScript Level 2 and above.
1999-12-02 21:19:12 +00:00
rh
a7969ae52d Add and enable p5-Convert-BER 1999-12-02 17:04:44 +00:00
rh
6f24b3ab48 Import of p5-Convert-BER-1.26, a perl class to encode and decode objects
using Basic Encoding Rules (BER).
1999-12-02 17:02:12 +00:00
rh
6536d210a6 Add and enable p5-Filter. 1999-12-02 16:42:56 +00:00
rh
a9f747676b Import of p5-Filter-1.16, a set of source filter classes for perl. 1999-12-02 16:39:35 +00:00
fredb
a25309f18d Regen patches to apply without fuzz. 1999-11-14 04:45:16 +00:00
soren
65d08227c8 Workaround for IsoLatin2.enc not being publically readable
in the distribution archive.
1999-11-05 21:44:13 +00:00
agc
0d60cd1982 Make this package compile on Solaris, by cleaning up the package
Makefile sed(1) commands.
1999-10-28 14:29:20 +00:00
agc
5f395dcea1 Make this package conform to hier(7) - put files in share/catdoc, not
lib/catdoc.
Sync PLIST with reality.
1999-10-25 23:25:18 +00:00
agc
1a239ab1ac Update to version 0.91.2 of this package, a bug fix release - the old
version of the distfile was no longer around on the MASTER_SITE.
Removed old patches ac and ad, and added a new one to include CPPFLAGS
in CFLAGS, passed from the package Makefile through the environment.
Fixed the manual page handling on NetBSD.
1999-10-25 23:14:58 +00:00
agc
638ab53719 Update to version 0.91.1 - seems to be a major rewrite.
As prodded in pkg PR 8647 by Jaromir Dolecek.
Changes from old pkgsrc version:

   0.90.1 Nov 26 1998
          Top-level Makefile now uses $MAKE instead of make
	  fixed missing end-line escaping in wordview.tcl
	  All occurences of strcpy, strcat and sprinf investigated
	  to avoid buffer overflows.
   0.90   Oct 29 1998
   	  Fixed bug with charset names redeclared locally in main()
	  Fixed problem in configure with wish 8.0.3
          Catdoc considered to be stable enough for release
   0.90b5 Oct 14 1998
          Fixed handling of 0x1F char (soft hyphen in Word 6.0),
	  now it is translated to 0x00AD (unicode soft hyphen)
	  Fixed permissions for manual page
	  Added --with-install-root configure arg to simplify
	  building of binary packages.
   0.90b4 September 17 1998
          Added proper configuration of library dir in wordview.
	  Added --disable-charset-check config option
	  Added 0x2026 symbol in ascii.rpl
	  Added more Windows codepages in distribution
   0.90b3 September 11 1998
   	  Added -x switch to simplify debugging of substitution maps
   0.90b2 September 10 1998
          Added some symbols is 0x2000-0x20FF range to substituton maps
	  These symbols occurs in cp1251 so they are frequently found
	  in Word files. Fixed some filename-handling problems in
	  wordview.tcl
   0.90b1 September 8 1998
   	  Added us-ascii.charset, fixed small bugs in confugre,
	  install is used for all installation files. Code is
	  considered stable enough to be beta.
   0.90a3 September 7 1998
          Fixed small bug in table handling, which caused catdoc to
          output extra column delimiter just before row delimiter. Added
          autoconf configuration. install is back, although not for
          charsets
   0.90a2 August 18 1998
          version 0.90 was tested on BSDI and Solaris platform. Makefile
          was rewritten to avoid use of highly incompatible
          /usr/{ucb,bin}/install
   0.90a1 August 13 1998
          Catdoc undergone major rewrite. Now it has proper charset
          handling, including UNICODE and runtime configurability.
1999-10-21 16:54:00 +00:00
agc
edd09fb5be s/EXTRA_DICT/ISPELL_EXTRA_DICT/ to make it obvious which package uses
this definition.
1999-10-19 08:59:37 +00:00
jlam
37fe82e7a0 * Substitute for @VERSION@ in xmlConf.sh;
* Ensure that `xml-config --libs' returns the proper linker flags.
1999-10-11 00:19:23 +00:00
jlam
6a0e02ce18 * Substitute for @VERSION@ in xmlConf.sh;
* Note dependency on zlib (for Solaris);
* Ensure xml-config --libs returns proper linker flags.
1999-10-11 00:14:43 +00:00
dmcmahill
75e5b72147 update to 2.6 to keep in sync with the main ted package 1999-10-10 19:42:39 +00:00
dmcmahill
ed1706f7e5 - added US mirror site
- Update to Ted-2.6:
Changes since Ted-2.5 include:
*     Picture files and spelling dictionaries are now read in a
      machine independent way: This avoids problems on 64 bit
      machines.
*     The HTML produced is now simpler. Some bugs and peculiarities
      in the nesting of tags have been removed.
*     Support for multiple line spacing.
*     Support for right and center tabs.
*     In version 2.5 too much of the screen was redrawn while
      typing.
*     Hyperlinks are no longer automatically underlined. They are
      printed in blue.
*     Better support for character sets different from latin 1. In
      paritcular for Latin2 documents.
*     Subsequent steps in moving from the X11 layout on screen to
      the exact PostScript layout.
*     Various bugs and annoyances removed. A very disturbing one
      with the file selection dialog in particular. Used Electric
      Fence to debug memory management.
1999-10-10 19:39:41 +00:00
rh
f84ef2eca9 Update libxml to 1.7.3. Changes include bugfixes and improved
documentation.
1999-10-10 15:23:37 +00:00
jlam
4a397089f7 * simplify package Makefile
* alterations to depend on libungif instead of giflib
1999-10-09 20:21:47 +00:00
jlam
d043b6411c Change to use wildcard dependency on tiff. 1999-10-08 21:12:47 +00:00
soren
3a94a4cd47 Use a relative path for bsd.pkg.mk instead of relying on the search path. 1999-09-28 20:40:02 +00:00
simonb
fcbc6e367b Regen. 1999-09-28 13:16:59 +00:00
simonb
ca822a179e Compile with optimisation (-O2). On the mips, we get an error from the
assembler about a branch offset being too large in z06.c.  Optimising
must make a function small enough...
1999-09-28 13:15:03 +00:00
fredb
0af03c2d47 Remove obsolete package t1libx. 1999-09-24 15:42:59 +00:00
fredb
c337dffb7e Disable obsolete t1libx -- t1lib now installs "libt1x" and "xglyph". 1999-09-24 01:09:20 +00:00
fredb
22bd670c97 Update t1lib to 0.9.2
Closes PR pkg/7746, t1lib-0.8beta->t1lib-0.9, by Kazuki Sakamoto
- - consolidate (and make obsolete) t1libx, as discussed on "packages"
- - install LaTeX doc sources and add message explaining how to build
    t1lib_doc.dvi in order to remove dependence on teTeX
- - install sample fonts
- - construct and install a sane configuration for NetBSD
1999-09-24 01:00:03 +00:00
dmcmahill
b80707829d add and enable:
ted-cs
     ted-da
     ted-de
     ted-en-gb
     ted-en-us
     ted-es
     ted-fr
     ted-it
     ted-nl
     ted-no
     ted-pt
     ted-sv
1999-09-19 11:32:52 +00:00
dmcmahill
96435a910d add ted-nl-2.5.
Dutch spelling dictionary for the Ted word processor.
1999-09-19 11:30:46 +00:00
dmcmahill
3a55bdae7d add ted-sv-2.5.
Swedish spelling dictionary for the Ted word processor.
1999-09-19 11:29:36 +00:00
dmcmahill
87e92e2f66 add ted-pt-2.5.
Portuguese spelling dictionary for the Ted word processor.
1999-09-19 11:29:18 +00:00
dmcmahill
b2755dda8f add ted-no-2.5.
Norwegian spelling dictionary for the Ted word processor.
1999-09-19 11:28:59 +00:00
dmcmahill
5808a2af8f add ted-it-2.5.
Italian spelling dictionary for the Ted word processor.
1999-09-19 11:28:12 +00:00
dmcmahill
f90f8768f6 add ted-fr-2.5.
French spelling dictionary for the Ted word processor.
1999-09-19 11:27:54 +00:00
dmcmahill
d850575f9a add ted-es-2.5.
Spanish spelling dictionary for the Ted word processor.
1999-09-19 11:27:36 +00:00
dmcmahill
bc9431fc24 add ted-en-us-2.5.
US English spelling dictionary for the Ted word processor.
1999-09-19 11:27:19 +00:00
dmcmahill
1a3fe7c399 add ted-en-gb-2.5.
UK English spelling dictionary for the Ted word processor.
1999-09-19 11:26:59 +00:00
dmcmahill
ca118ec8ce add ted-de-2.5.
German spelling dictionary for the Ted word processor.
1999-09-19 11:25:13 +00:00
dmcmahill
23b4d649e8 add ted-da-2.5.
Danish spelling dictionary for the Ted word processor.
1999-09-19 11:23:13 +00:00
dmcmahill
71d81adcd7 add ted-cs-2.5.
Czech spelling dictionary for the Ted word processor.
1999-09-19 11:22:51 +00:00
dmcmahill
f803a09b14 update CATEGORIES to reflect moving ted. (was print, is textproc) 1999-09-19 02:05:48 +00:00
dmcmahill
83552942d6 add and enable ted 1999-09-19 02:03:07 +00:00
dmcmahill
dc343841be Moved from print/ted/pkg/PLIST,v 1999-09-19 01:57:58 +00:00
dmcmahill
e6b7a228fa Moved from print/ted/pkg/MESSAGE,v 1999-09-19 01:57:49 +00:00
dmcmahill
fb6825f3b1 Moved from print/ted/pkg/DESCR,v 1999-09-19 01:57:40 +00:00
dmcmahill
e323d026b9 Moved from print/ted/pkg/COMMENT,v 1999-09-19 01:54:47 +00:00
dmcmahill
a1c792a44e Moved from print/ted/patches/patch-aa,v 1999-09-19 01:54:35 +00:00
dmcmahill
5c424a4059 Moved from print/ted/files/README.ind,v 1999-09-19 01:54:18 +00:00
dmcmahill
64cea3c6f1 Moved from print/ted/files/patch-sum,v 1999-09-19 01:54:01 +00:00
dmcmahill
d1cb730160 Moved from print/ted/files/md5,v 1999-09-19 01:53:53 +00:00
dmcmahill
9387e1c855 Moved from print/ted/Makefile,v 1999-09-19 01:52:40 +00:00
rh
08637f8397 Update libxml to 1.6.1.
Changes:
 - improves validation support
 - adds namespace support for attributes
 - lot of progress in the XPath implementation.
1999-09-03 07:12:45 +00:00
agc
f721b0e129 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
1999-08-18 08:28:09 +00:00
fredb
90bd6c74c9 Don't let emacs try to generate ispell.info; makeinfo does fine.
Fixes pr pkg/7088.
1999-08-16 15:52:57 +00:00
rh
d492171ebc Update libxml to version 1.4.0.
Features some parser enhancements and bug fixes.
1999-07-31 19:02:03 +00:00
tron
2f0976879a Use "files" and "patches" directory of the "dict-server" package. 1999-07-28 16:26:12 +00:00
tron
e50283abd8 Add and enable "dict-server". Fixes PR pkg/7999 by Michael Santos. 1999-07-28 16:18:49 +00:00
tron
2c4770fdae New "dict-server" package submitted by Michael Santos in PR pkg/7999:
Dictionary Service Protocol server.
1999-07-28 16:17:19 +00:00
tron
090585eb7d Add and enable "dict-client" package. Fixes PR pkg/7998 by Michael Santos. 1999-07-27 22:03:20 +00:00
tron
ff20873c52 Import "dict-client" package submitted by Michael Santos in PR pkg/7998:
Dictionary Service Protocol client.
1999-07-27 22:00:21 +00:00
thorpej
e85d2d9db4 Fix this on ELF platforms. 1999-07-09 18:50:02 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set.  If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile.  This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.

Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
drochner
bf33b05c83 enable dsssl-docbook-modular 1999-07-01 11:36:16 +00:00
agc
3eda7bfc1f Make this package work on Solaris as well as NetBSD - Solaris doesn't have
a decent flock(3).
1999-06-30 13:13:03 +00:00
agc
b62fd555df Include bsd.prefs.mk before any != ${CC} --version assignment, just in
case CC is set to something non-standard, so that we execute the right
compiler.
1999-06-28 11:50:24 +00:00
drochner
4c15e9978d DSSL stylesheets for docbook. Derived from the FreeBSD port, but using
docbook-3.1. (Thus too different to justify an import of the original.)
1999-06-27 14:25:18 +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
drochner
538a46f069 Disable C++ compiler optimization. "jade" dumps core on some files if
compiled with -O2. Might be a compiler bug, or something deep inside the
code...
1999-06-27 14:05:48 +00:00
hubertf
ebae1bacce complete last 1999-06-15 12:37:47 +00:00
hubertf
0c72e14d94 Add the binary, reported in PR 7780 by
Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
1999-06-15 12:19:22 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
hwr
ffd760c9f0 Put Images etc in share, not lib. 1999-05-23 22:18:14 +00:00
hwr
cae621ae44 Revert to original version by Jim Wise except for newer version of
mswordview.
1999-05-23 22:16:57 +00:00
hwr
36d36dc63b A Word 8 to HTML converter for Unix. 1999-05-23 21:06:57 +00:00
tron
02e48b67b3 Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-20 20:09:49 +00:00
bad
ff668bfb3d Add and enable p5-XML-Parser. 1999-05-18 16:15:26 +00:00
bad
a92ae0b832 Initial import of p5-XML-Parser, a Perl interface to James Clark's
XML parser, expat.
1999-05-18 16:13:37 +00:00
jwise
b3c6806dc8 Somewhere along the line, ISPELL_FR broke. Fix it. 1999-05-18 02:18:18 +00:00
rh
6496864f58 Add and enable libxml 1999-05-03 17:44:44 +00:00
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