Commit graph

658 commits

Author SHA1 Message Date
dmcmahill
4d9d8cbdf2 this is no longer interactive so don't mark it that way. 2001-03-27 18:03:27 +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
bad
722a0e3534 Fix thinkos in previous. Really depend on ispell-base-*. 2001-03-19 04:32:27 +00:00
bad
2e3cacd254 Depend on ispell-base instead of ispell. 2001-03-19 04:30:22 +00:00
tron
7ce85a757c Don't try to remove directory "share/fonts" any more because it is a
distribution directory now.
2001-03-16 17:23:45 +00:00
dmcmahill
337c57e256 don't include ELF shared symlinks which are not installed for a compat_osf1
program.
2001-03-11 16:49:24 +00:00
wiz
ed62ce3be5 Add patch supplied by Brook Milligan in pkg/12365 to fix pdf printing. 2001-03-09 15:49:53 +00:00
jlam
6a377ea2dd Update cups to 1.1.6.3nb2. Changes from version 1.1.6.3nb1 include two fixes
from the mailing list:

	1) Use /dev/urandom instead of /dev/random for random device.
	2) Read configuration file before creating certificates as the conf
	   file may redefine the location of the certs directory.
2001-03-07 04:09:58 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
jtb
a9ee0b1d04 Added support for XEmacs. 2001-03-01 18:50:05 +00:00
jlam
d4699dea3c Update CUPS to 1.1.6.3nb1 from source distribution 1.1.6-3. Changes from
version 1.1.6.2nb1 include incorporation of USB fixes from NetBSD pkgsrc,
security fixes from SuSE, lpr-compatibility fixes from Caldera, and:

- Fix problem exposed by the MaxJobs directive where the scheduler was
  losing count of the number of jobs.  This fix, stored in patch-ah, was
  gleaned from the CUPS mailing list, and bumps the cups packages version
  number to 1.1.6.3nb1.
- The updated cupsTempFile() function did not return the filename when
  called with a filename buffer of NULL (previously it used a static
  buffer.)
- DeletePrinter() didn't remove the printer from any classes it was a member of.
- DeletePrinterFromClass() didn't preserve the implicit status of a class.
- DeletePrinterFromClasses() didn't remove printers from implicit classes.
- StartJob() didn't send the job-sheets, job-priority, and job-hold-until
  attributes to remote printers.
- LoadAllJobs() was looking for job-sheets-completed instead of
  job-media-sheets-completed.  This would prevent accumulation of page data
  after a restart of the scheduler.
- The pstops and imagetops filters now generate copies using the appropriate
  method for a Level 1, 2, or 3 printer since some Level 2/3 printers don't
  support the /#copies variable anymore.
- The IPP backend didn't handle version-not-supported errors and revert to
  IPP/1.0 (previously it only checked for a bad-request error)
2001-02-27 17:37:53 +00:00
tron
eaa668697f Use "PKGLOCALEDIR" instead of "LOCALEDIR". 2001-02-26 20: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
tron
b0b2c0b2fe Hardcode version number in dependence on "dialog" package because "0.6z"
is not a correct dewey number.
2001-02-22 13:25:10 +00:00
dmcmahill
d1437e297d revert previous change. We don't have ELF symlinks installed for a package
which runs under compat_sunos.
2001-02-19 14:01:30 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
dmcmahill
55ebabdd2f add verilog support. tried to contact the last known author/maintainer
for lgrind to feed patch back to, but email bounced.
2001-02-15 07:18:57 +00:00
jlam
e1e485642e Remove extra #endif 2001-02-13 20:21:36 +00:00
tron
dd09712ae5 Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
2001-02-13 11:47:00 +00:00
fredb
07f43d0602 Remove CATEGORIES setting. It's a no-op, as CATEGORIES is set
unconditionally in ../ghostscript-nox11/Makefile.common.
2001-02-12 14:13:57 +00:00
jlam
4cbcdacb90 Update cups to 1.1.6.2nb1. Changes from version 1.1.6.1 include:
- Added changes to support NetBSD startup scripts.
	- The mime.types file contained syntax errors.
	- Updated the FreeBSD USB device filenames to use the /dev/unlptN files
	  so that the USB device is not reset prior to printing (causes print
	  corruption on many printers)
	- Added new cupsTempFd() function to avoid serious security bug in
	  glibc fopen() function.  The glibc fopen() function unlinks a file
	  before creating it, which opens up possible symlink attacks.
	- Now reject 0-length names in add-printer and add-class
	  requests.
	- cupsGetPPD() didn't reconnect when a HTTP connection
	  was lost.
	- Many security-related fixes from SuSE.
2001-02-08 19:05:00 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
jlam
73314543a9 Add patch-sum. 2001-01-30 16:38:31 +00:00
jlam
ca3d7c830e Update xpp to 1.0. Changes from version 0.7:
- Let jobs from standard input get the name "STDIN" instead of
     "(stdin)", because the parantheses caused problems with Samba
     or Windows servers.
   - Let the first printer be selected when CUPS does not report a
     default printer
   - Banner page support
   - Raw output support
   - Renamed "Cancel" button of main window to "Close"
   - Added comment in "Instances" to tell the user that he has to
     copy an existing instance of the desired printer when he wants
     to add an instance.
   - Support for adding, copying, renaming, and deleting printer
     instances.
   - Rearranged option widgets for media settings on the "Basic" tab
     of the "Options" dialog: Now there is a seperate widget for the
     media type and widgets for options which are not supported
     according to the PPD file are grayed out.
   - Fixed bug of the duplex widget on the "Basic" tab of the
     "Options" dialog: The widget was sometimes linked to the
     "Duplexer installed?" option.
   - All sliders for numerical options (both CUPS and CUPS-O-MATIC)
     have fields for typing the values now.
2001-01-30 16:37:55 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
jlam
46f139dd48 Update cupsomatic-ppds to 20010128 -- over 50 new PPDs for various
printers.
2001-01-28 04:00:58 +00:00
jlam
fe06314b7b Update cups to 1.1.6.1. Changes from version 1.1.5.2 include bug fixes,
additions to the documentation, plus the following changes:

	- Fixed another possible DoS attack in httpGets().
	- Added check for "LANGUAGE = PCL" and "LANGUAGE = POSTSCRIPT" in
	  mime.types.
	- The printers.conf and classes.conf files are now written with
	  restricted permissions.
	- If LoadAllJobs() is unable to determine the file type of a print
	  job, assume "application/vnd.cups-raw".
	- The web interface now provides a job_printer_name value for any
	  corresponding job_printer_uri value.
	- The cups-lpd mini-daemon now logs the client address and hostname
	  as well as all commands and errors in the syslog file.
	- The IPP backend now detects the supported file formats and only
	  specifies the document format if it is supported.  This makes IPP
	  printing to network print servers and cards more reliable without
	  affecting the capabilities of CUPS servers.
	- The time_at_xyz attributes are now converted to human-readable
	  dates and times for the web interfaces.
	- The file type logging code in the scheduler referenced the optional
	  document-format attribute; the new code uses the resolved MIME type
	  instead.
	- The client.conf parsing code now removes trailing whitespace.
	- The lpadmin command now supports setting of options and user-level
	  access control.
	- Added "-E" option to all printing commands to force encryption.
	- The socket backend now starts retries at 5 seconds and increases
	  the interval to 30 seconds.  This should provide faster printing
	  when multiple jobs/files are queued for a printer.
	- The filters and backends no longer buffer output to stderr.  This
	  should provide much more accurate status reporting.
2001-01-28 02:05:36 +00:00
hubertf
77e2d45720 Make sure lib/html2ps dir exists. If not, the install procedure asks,
stalling bulk builds.
2001-01-26 18:20:27 +00:00
jlam
c4527c3354 Makefile uses GNU make-isms ... define USE_GMAKE. 2001-01-25 15:57:25 +00:00
dmcmahill
59baaea66e fix path for locale files. fixes recently noted build problems. 2001-01-23 22:49:25 +00:00
drochner
563d5baa03 update to 1.1.6
changes:
Warning!:
One warning before we list the new features: The file format in LyX
1.1.6 is not backwards compatible to 1.1.5 and previous versions, so
you should be carefull before upgrading.

- many popups have been rewritten to use the new GUI-I scheme. In the
  process they have received a nice cleanup: the Document and Paragraph
  popups now contain in one single place what was previously scattered
  in many places. Similarly, the citation and cross reference popups
  have been overhauled.

- LyX now has a Preference popup where you can change most of your
  lyxrc settings.

- the menus can now be defined in a text file, and they automatically
  display the keyboard bindings associated with commands.

- it is now possible to provide your own icons for the toolbar.

- last but not least, work has begun on a KDE and a Gnome frontend for
  LyX. They are not officially supported for this version, but this
  will give you an idea of what is happening.
Other major changes in 1.1.6 include:

- the table support has been completely rewritten. It is now a modular
  object (inset), each cell of which owns a (also) newly written text
  inset. This now permits automatic text-wrap inside a tabular
  cell (if you define a width), multiparagraph mode AND setting of
  layouts for the paragraphs (lists inside a tabular cell!). Last but
  not least, a wide tabular now scrolls automatically so that all of it
  is visible without the need to enlarge the window!

  While there are as yet no other new features, they will be now MUCH
  easier to add. It may be that because of being "young" code some
  features may not work right now, but at least it is much
  better than before.

- new external material inset: this is a new kind of very powerful
  inset which will allow LyX to interface intelligently with external
  applications. Among other good things, it will finally allow you to
  include GIF, JPEG, TIF, PNG, or just about any other raster format
  images in your document. It will even do an approximate ascii
  rendering when you do Ascii export if you have gifscii installed.

- The code which converts from LyX format to anything else (for
  viewing or exporting purposes) and from anything else to LyX has been
  rewritten. In particular, it is now possible to export to PDF, and to
  import from HTML/MSWord. In fact it's now possible to add new import/export
  formats without recompiling LyX by specifying external programs or scripts
  in lyxrc settings
  (note that the old import/export lyxrc settings no longer work).

- LyX can do command line exports without opening any GUI components.

- The multilingual support has been improved. It is now possible to use in a
  document languages with different encodings, e.g. German (iso8859-1) and
  Czech (iso8859-2). Such a document can be viewed on screen using an
  iso10646-1 (Unicode) font. However, it is (currently) not possible to
  have differently encoded languages in the same paragraph.
  The languages and the encodings are defined in text files.

- Improved support for Hebrew and Arabic (also present in 1.1.5fix2).

- included files work now with docbook and linuxdoc; new layout
  docbook-book.

- PSpell library and Aspell spell checker support now included thanks
  largely to Kevin Atkinson (PSpell and Aspell maintainer).
2001-01-15 18:16:26 +00:00
drochner
4d16e4fc57 update to 3.03
Changes:
Fixes bugs related to text positioning and text box formatting
Fixes bugs in the graphics engine, mostly related to arc drawing and subpath handling
Fixes an ActiveX crash in the open_image() function.
Improves internal accuracy and output accuracy of floating point numbers for better positioning
Fine-tunes UPR and encoding handling
Allows the base 14 fonts to be embedded
Makes TIFF and JPEG handling more robust against bad files.
Detects more illegal function call sequences
Makes exceptions thrown by the font machinery configurable in favor of error return values
Many improvements for using PDFlib on IBM S/390 (iServer zSeries), including fixes for several crashes, and an EBCDIC-safe Java wrapper (binaries available soon)
Introduces a dedicated PDFlib distribution for EBCDIC systems
Adds more documentation on using the language bindings in diverse environments, e.g. Java application servers
Splits the manual in two editions: one for the PDFlib ActiveX edition, and one for the other language bindings.
Adds more examples and algorithms to the PDFlib manual
Adds examples and documentation for using PDFlib with Allaire ColdFusion
Introduces support for querying several of the existing PDFlib parameters
2001-01-15 18:09:02 +00:00
jlam
ab1247594e s/sysconfdif/sysconfdir/ 2001-01-12 18:34:23 +00:00
dent
a8ad3b5624 Update HOMEPAGE. 2001-01-12 13:08:48 +00:00
jlam
bfa4a03f52 Update cups to 1.1.5.2. No functional changes from 1.1.5.1, but NetBSD
changes were folded back into the main source tree.
2001-01-11 19:00:42 +00:00
wiz
a9c311e6f9 Better handling of CFLAGS in program's Makefile, remove -O.
Pkglint-silence a bit.
2001-01-11 01:53:28 +00:00
jlam
9bfff556af s/@@PREFIX@@/@PREFIX@/ 2001-01-11 00:31:50 +00:00
wiz
6e1005229f Sort. 2001-01-08 02:15:52 +00:00
jlam
1669476b10 Set SHLIB_HANDLING=NO and fix the PLIST on i386. Other platforms may need
similar fixes.
2001-01-05 17:59:17 +00:00
wiz
1977f4df09 regen 2001-01-04 16:49:37 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
wiz
01cfc15cf9 Update to 1.3.119 because 1.3.86 didn't compile with python-2.0.
Changes since 1.3.86: Lots of bugfixes, new info documentation, and
some new functionality.
2000-12-28 17:04:23 +00:00
jlam
1c2cb843d3 Set correct permissions on /etc/cups/certs and /var/spool/cups. This also
fixes a bad chown command during binary package installation.
2000-12-28 02:22:18 +00:00
jlam
901b10a6f6 Note conflict with print/cups.
Add INSTALL/DEINSTALL scripts to handle the configure files.
Replace lprng.sh with a rc.d-style script LPRng.sh.
Fix problems with setting the default paths for LPRng.
2000-12-28 00:13:08 +00:00
jlam
b417d89785 Note conflict with LPRng-core. 2000-12-28 00:09:38 +00:00
jlam
1bb4b8cfc6 Update cups to 1.1.5.1. Changes from version 1.1.5 are only fixes to the
build process.
2000-12-21 16:59:31 +00:00
jlam
01168ffc82 Add and enable cupsomatic-ppds 2000-12-21 15:06:36 +00:00
jlam
e98158ca48 cupsomatic-ppds: free software printer drivers for use with CUPS 2000-12-21 15:06:05 +00:00
jlam
310bb44327 Split off the PPDs from the cupsomatic filter script. CUPS will copy the
PPD to /etc/cups/ppd when a printer is added, so now even if the
cupsomatic-ppds are uninstalled, your CUPS setup will still work as long
as the cupsomatic package is still installed.
2000-12-21 15:02:26 +00:00
jlam
5c6edcdd63 Update cups to 1.1.5. Relevant changes since version 1.1.4 include lots of
bug and security fixes, improvements to the efficiency of the server and
utilities, improvements to the documentation, plus the following:

     * Security updates - new default configuration does not broadcast
       printer information and only allows access from the local system.
     * EXPERIMENTAL encryption support - CUPS now optionally supports TLS/SSL
       encryption via the OpenSSL library.
     * Updated PDF filter to Xpdf 0.91.
     * Added PPD files for 9-pin and 24-pin OKIDATA printers.
     * Changed all sprintf's that use string formats to snprintf's, even if
       the destination buffer is larger than the source string(s); this
       protects against buffer overflows caused outside of CUPS...
     * Changed all strcpy's to strncpy's between local and global variables,
       even if the destination buffer is larger than the source string; this
       protects against buffer overflows caused outside of CUPS...
     * Added new mime.types rules to allow automatic raw printing of PCL and
       ESC/P files; PJL headers are parsed to differentiate between
       PostScript and PCL job files. This should eliminate a lot of the
       reports of SAMBA printing problems due to the missing "-oraw" or "-l"
       options.
     * Jobs are now assigned to printers in a class round-robin style. This
       should prevent the first server in the class from bearing the brunt of
       the jobs.
     * The serial backend didn't support the higher baud rates with the old
       termios interface. It now supports 57600 and 115200 baud.
     * The serial backend now supports different types of flow control;
       previously it ignored the flow=XYZ option in the device URI.
     * The serial backend now supports DTR/DSR flow control, which is popular
       on dot-matrix printers (access with "flow=dtrdsr" in the device URI)
     * Added new job-originating-host-name attribute for jobs. The new
       attribute provides the hostname or IP address of the machine that
       submitted the job.
     * Added quota and allow/deny user support for printers and classes.
2000-12-21 14:59:37 +00:00
rh
f4046ed494 s/gkd-pixbuf/gdk-pixbuf/ 2000-12-17 09:28:23 +00:00
jlam
12e8b340a3 Only some of those config files are supposed to be editted by the user,
so differentiate them from the CUPS-generated ones.
2000-12-15 21:57:38 +00:00
wiz
6959c4c435 fltk lives in x11, not graphics 2000-12-15 20:07:16 +00:00
wiz
1f608d4386 Add dependency on gdk-pixbuf. 2000-12-15 19:14:04 +00:00
jlam
493b7f7fe5 Deal with init script in a better way. Also update various patches to
versions sent back to Easy Software.
2000-12-14 17:04:44 +00:00
kei
12ef2ff147 Add and enable "LPRng-core" and "LPRng-doc" packages. 2000-12-13 00:40:06 +00:00
kei
37a5f5da78 set PKGNAME to LPRng-doc-3.6.13. 2000-12-13 00:37:10 +00:00
kei
5febb8ed32 add plist file removed accidentaly in previous commit. 2000-12-13 00:34:31 +00:00
kei
d6cde4da99 make "LPRng" package to meta-package which depends on "LPRng-core" and
"LPRng-doc" packages.
2000-12-13 00:31:05 +00:00
kei
bcada70d38 Splitted "LPRng" package into "LPRng-core" and "LPRng-doc" packages.
Also updated -core to 3.6.26, -doc to 3.6.13.

Install DVI document as well.
2000-12-12 20:12:06 +00:00
kei
287ffdeed3 Splitted "LPRng" package into "LPRng-core" and "LPRng-doc" packages.
Also updated "LPRng-core" to 3.6.26, "LPRng-doc" to 3.6.13.

fixes CERT Advisory CA-2000-22.
2000-12-12 20:09:42 +00:00
jlam
eeacd671b6 Add ${USE_PAM}-triggered PAM support. 2000-12-12 16:04:06 +00:00
jlam
c42e57435f Add ${USE_PAM}-triggered PAM authentication support. 2000-12-12 16:03:13 +00:00
drochner
9ae5e5231c Arghh - the distfile changes without changing its name.
Put it into a DIST_SUBDIR to get a chance to fetch a usable one from
a distfile mirror.
2000-12-12 11:14:49 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00
jlam
8c40a62fe7 Substitute for @ADDGROUP@ in pkg/INSTALL file. 2000-12-11 09:00:51 +00:00
jlam
aaa8b64cb5 Set ADDUSER and ADDGROUP appropriately. 2000-12-11 08:53:07 +00:00
jlam
05ff9af2c2 s/Cyrus User/CUPS user/g 2000-12-11 08:42:03 +00:00
jlam
61365de702 Some tweaks to the DEINSTALL/INSTALL scripts and improvements to the
cupsd rc.d script.
2000-12-09 22:18:24 +00:00
jlam
db395d9c63 s/CYRUS/CUPS/g 2000-12-09 05:53:39 +00:00
jlam
c1a1bc2e81 Add CUPS_USER and CUPS_GROUP to the BUILD_DEFS. 2000-12-09 05:53:06 +00:00
jlam
fc336b9d76 Remove accidentally committed file. 2000-12-08 17:01:44 +00:00
jlam
d8cb6686df Add and enable cupsomatic 2000-12-08 16:57:58 +00:00
jlam
440d87e621 cupsomatic - system for using free software printer drivers with CUPS 2000-12-08 16:57:23 +00:00
jlam
24275d2460 Add and enable xpp. 2000-12-08 16:36:53 +00:00
jlam
34e2858e72 xpp - The X Printing Panel
This is a useful X11 frontend to printing with CUPS.
2000-12-08 16:36:24 +00:00
jlam
5e7e6b3ab6 We have a ${PREFIX}/share/doc/html for HTML documentation, so use it. 2000-12-08 16:23:16 +00:00
jlam
93750e54e2 Honor CFLAGS passed in from environment during build. 2000-12-08 07:24:22 +00:00
jlam
7f0c7f923b Update cups to 1.1.4. Changes from version 1.1 include a large number of
bugfixes, security fixes, improvements to the web admin interface, addition
of new printer drivers, improved documentation, and improvements to the CUPS
API for client development.
2000-12-07 20:33:05 +00:00
rh
224a7afec4 Sync w/ reality 2000-12-07 12:46:47 +00:00
abs
e0d3ae3b1d Update to 1.3 - tweak comments to pacify earlier perl pod2man parsers.
No functional change
2000-12-05 15:49:37 +00:00
tv
8637a971d6 Add p5-Font-AFM. 2000-12-04 02:14:07 +00:00
tv
46976b9d08 Perl package for interpreting Adobe Postscript font metrics. (Used by
the p5-HTML-Format package, among others.)
2000-12-04 02:12:45 +00:00
jtb
55f87b2394 Add and enable "auctex". Fixes PR pkg/11397 by Jason Beegan. 2000-12-02 07:52:59 +00:00
jtb
2a23332b17 Initial import of new "auctex" package:
Enhanced LaTeX mode for Emacs
2000-12-02 07:49:25 +00:00
tron
e8a2ca47ae Remove unnecessary entries for ".so" links for shared libraries which cause
problems with the latest package list handling changes in "bsd.pkg.mk".
2000-11-29 15:22:33 +00:00
hubertf
4b7d3aa96c Give binary packages a chance to work:
* for jadetex, include the jadetex and pdfjadetex binaries
 * for both packages, move the texmf.cnf file around properly, i.e. move
   aside before putting the pkgs' file in-place, and move our backup back
   after removing it.
2000-11-27 22:59:46 +00:00
rh
7da6bd1dae Update gnome-print to 0.25. Changes are bugfixes only. 2000-11-25 13:53:08 +00:00
rh
5a4edd7baf Undo accidential commit of gnome-print. 2000-11-23 14:01:52 +00:00
rh
1a41dbff49 Add and enable pcps 2000-11-23 13:47:36 +00:00
rh
2b86ffd2db Initial import of pcps-8.40, a text to postscript converter. Closes PR
10534 by John Refling <refling@comet.lbl.gov>
2000-11-23 13:47:00 +00:00
wiz
9819e2c225 remove trailing empty line 2000-11-17 14:03:09 +00:00
abs
232b23e61d Ensure first head1 line is 'NAME' to pacify older perl pod2man
Update to 1.2
2000-11-15 12:17:00 +00:00
tron
0b8c00eac4 Use "MASTER_SITE_SOURCEFORGE". 2000-11-11 14:48:34 +00:00
wiz
f4107d364a add and enable dvidvi-1.0 2000-10-26 22:34:25 +00:00
wiz
ab70a6cfcf Import of dvidvi-1.0: select and/or rearrange pages in a TeX dvi file. 2000-10-26 22:33:50 +00:00
tsarna
8d74319dea nuke no longer needed patches 2000-10-22 20:04:29 +00:00