aboutsummaryrefslogtreecommitdiff
path: root/www/screem/files
Commit message (Collapse)AuthorAgeFilesLines
* Add missed #include "support.h" into uploadWizard.c, so that there is noMaxim Sobolev2001-12-121-0/+13
| | | | | | | | | undefined reference to screem_show_warning() function. Prompted by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=51374
* Move <sys/types.h> upward to prevent breakage on a very recent -current.Maxim Sobolev2001-12-111-0/+15
| | | | Notes: svn path=/head/; revision=51361
* - Update to 0.4.1;Maxim Sobolev2001-11-132-3/+33
| | | | | | | | | - assign maintainership to John Merryweather Cooper <john_m_cooper@yahoo.com>. Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=49982
* Update to 0.3.0.Maxim Sobolev2000-08-211-0/+11
| | | | Notes: svn path=/head/; revision=31813
* Update to 0.2.10. Replace couple of patches with perl regex.Maxim Sobolev2000-07-251-39/+0
| | | | Notes: svn path=/head/; revision=31031
* Update to 0.2.8.Maxim Sobolev2000-07-211-52/+12
| | | | Notes: svn path=/head/; revision=30931
* Update SCREEM to 0.2.1.Will Andrews2000-03-211-3/+71
| | | | | | | | | | | | | | | | | | | | | | | Status: 1) Remove pth-devel dependency. I discovered that -pthread works too. In the process of testing a previous update, I also discovered that if you have linuxthreads installed (as I did on my -current box), it will use -lpthread instead of -pthread. So I had to patch configure further to make sure that we don't get "lost dependencies" down the road. 2) Add USE_LIBTOOL. Remove *.la from pkg/PLIST. 3) Shuffle pkg/PLIST around to make it more ordered. 4) New (and faster) MASTER_SITE. 5) New patch to fix uploadWizard plugin Makefile.in so it doesn't hardcode the pthread library. This commit also affects PR 17471, in that it will probably help Mikhail remove pth-devel so he can build Mozilla again. :-) PR: 17477 Submitted by: myself Notes: svn path=/head/; revision=26933
* Adding screem version 0.1.92Steve Price1999-12-271-0/+11
A GNOME/GTK-based HTML editor. PR: 14956 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=24141