Commit graph

34 commits

Author SHA1 Message Date
agc
7d757ead9a Move to sha1 digests, and add distfile sizes. 2001-04-19 11:00:59 +00:00
agc
d7d36b3561 + 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 10:57:56 +00:00
tron
cebb231563 Add german mirror site. 2001-02-17 16:03:31 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
abs
8b39dc5b98 Updated pico versoin to 4.0. Missed in last. 2001-02-16 10:16:31 +00:00
abs
43117ca183 pine updated to 4.33, and pico adjusted for new distfile
Patch supplied by martti.kuparinen@iki.fi in PR pkg/12222

Changes in 4.33
 *  NNTP authentication causes crash
 *  Attachment viewing broken
 *  Display-Filters and Url-Viewers with quoted arguments in config
    broken
 *  Reverse sorting doesn't work correctly with filters
 *  Some combinations of non-ascii characters in subject cause crash
 *  Add version information to PC-Pine
 *  Top line in news index was painted incorrectly at times
 *  Crash caused by debugging when > 1K config lines are present
 *  PC-Pine LDAP crash caused by using incorrect memory free routine
 *  Save size check was disabled in multi append

Changes in 4.32
 *  File attaching broken (double filename) in PC-Pine
 *  Postponing loses second reply-to address
 *  Obscure crash when sorting by Threads
 *  Temporary file vulnerabilities
 *  Crash when NNTP authentication aborted
 *  Make /secure work again (broken in 4.30)
 *  Setup printer list problems with $PRINTER
 *  Recognize Re[arbitrary stuff]: reply syntax
 *  Allow for attaching files on a Windows network drive

Changes in 4.31
 *  Crashes when sorting by Threads
 *  Text of last message could be invisible with header larger than 4096
    bytes
 *  Fixed a few buffer overflow possibilities
 *  Many problems if compiled without -DDEBUG
 *  Eliminated length restriction on address book comments
 *  Couldn't expand collections when selecting if combined-folder-display
    set
 *  List options set only in fixed config didn't work
 *  Filtering based solely on scores didn't work
 *  Filtering to non-existent folder didn't ask to create the folder
 *  Save to default folder didn't work if the folder didn't already exist
 *  Crash when using WhereIs in Setup/Kolor with color turned off
 *  News collections would sometimes show up doubled until restarting
 *  Crash when accepting default in shuffle folder list command
 *  PC-Pine didn't always save window position
 *  Last-folder-used rule didn't always save the name of first saved
    folder
 *  Rule editor address selector should allow multiple addresses
 *  Added Replicate command for Rules
 *  News validation doesn't validate against multiple news servers
 *  Reply to some text/html messages with attachments incorrectly set
    content-type to text/html
 *  mail-directory setting in pine.conf doesn't work
2001-02-16 10:13:35 +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
hubertf
1d38120416 Update to 3.8.
Comes with pine 4.30 - no special feature list available, sorry.
2000-11-09 03:34:13 +00:00
jlam
d1024f14aa USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 02:58:23 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
bouyer
26e02a503e Make it compile on solaris 1999-12-02 17:01:05 +00:00
jwise
3cffd30290 Update to Pico-3.7, from pine-4.21 1999-11-22 00:59:42 +00:00
tv
41aa400058 Update Pico to 3.6, Pine to 4.20. Also move pine.conf and pine.conf.fixed
to .../share/examples/pine and copy pine.conf to .../etc only if it doesn't
exist.
1999-11-11 17:40:16 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
tv
7f6b91d553 Update Pico to 3.5 and Pine to 4.10. 1999-05-02 03:16:58 +00:00
abs
f5ec34238b Shorten some comments to fit neatly in pkg_info display, without losing any
information.
1999-02-23 06:31:45 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tv
67b0e025e4 Update pico to 3.4 (from Pine 4.05) 1998-11-13 15:56:24 +00:00
tv
c6bee31888 Update Pico to use the Pine 4.03 souerce tarball (no pico-specific
changes, and still the same version number).
1998-09-10 03:38:45 +00:00
agc
42e5872f32 Define USE_LIBTOOL, and use the ${LIBTOOL} definition appropriately. 1998-09-01 14:29:28 +00:00
agc
164fd008e6 Define USE_LIBTOOL. 1998-08-20 15:50:00 +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
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
tv
9571e7bc12 Update Pico to 3.2 (without the lots of U's this time).
Update Pine to 4.02.  Many bug fixes over 4.00.
1998-07-22 02:45:45 +00:00
tv
6f157217cb Revert pico back to 3.0. Some bug in the updated libpico caused those
nice strings of `U's at the beginning of the pine and pico commit
messages.  (None here, this time, I hope.  :)  The libpico API didn't
change, so pine 4.01 can make use of libpico from Pico 3.0.
1998-07-21 21:16:15 +00:00
tv
df8c278224 UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUpdate to 3.1. (No major changes beyond bumping the library minor
number.)
1998-07-21 19:44:27 +00:00
tv
b388d6348b Re-add pine-3.96 to the CONFLICTS list. 1998-07-19 03:49:13 +00:00
tv
35c5c36d7f Update pico to 3.0, part of the pine 4.00 distribution. Build libpico
with libtool, enabling a libpico shared object useable with pine.
1998-07-19 03:37:46 +00:00
tv
81a47cfdb5 Remove libpico from installation - it's static only, and we're not
installing headers for it, so it is basically useless.  However, this
should be re-added when libpico is made shared (it will reduce pico and
pilot to less than 8K each).
1998-06-27 14:05:46 +00:00
tv
070f9f3454 Install pilot, too - a small file browser that uses the Pico core, and is
built by the pkg already.
1998-06-27 03:29:04 +00:00
agc
9e05f2d76a Update package Makefiles for automatic manual page handling. 1998-06-22 12:27:08 +00:00
frueauf
e0e695c115 Initial addition of a handy text editor that ships with Pine.
Fixes pr 5548 by Tim Rightnour, some portlint cleanups.
1998-06-07 19:48:47 +00:00