Commit Graph

21584 Commits

Author SHA1 Message Date
sturm
a8ed68f4f2 Initial import of scintilla 1.54
Scintilla is a free source code editing component. As well as features
found in standard text editing components, Scintilla includes features
especially useful when editing and debugging source code. These include
support for syntax styling, error indicators, code completion and call
tips. The selection margin can contain markers like those used in debuggers
to indicate breakpoints and the current line. Styling choices are more open
than with many editors, allowing the use of proportional fonts, bold and
italics, multiple foreground and background colours and multiple fonts.

WWW: http://www.scintilla.org/

from Joerg Sonnenberger <joerg@bec.de> with patches from Andrew Dalgleisch
2003-08-14 18:24:30 +00:00
brad
2c8dcde9dc upgrade to netris 0.52
fixes both a server side and a client side buffer overflow.

http://marc.theaimsgroup.com/?l=bugtraq&m=106080749025069&w=2

ok MAINTAINER
2003-08-14 16:07:31 +00:00
naddy
d1e3b2b512 Fix a typo that caused ports marked with FETCH_MANUALLY always to be skipped
for BATCH=Yes.  Reported by Kurt Miller <truk@optonline.net>.
2003-08-14 15:29:20 +00:00
kevlo
06360edfc4 oops, I forgot we have {MASTER_SITE_PACKETSTORM}.
Thanks to Xavier Santolaria for pointing that out.
2003-08-14 09:23:31 +00:00
kevlo
c6084d91b3 remove HOMEPAGE and update MASTER_SITES.
Pointed out by Xavier Santolaria <xavier@santolaria.net>
2003-08-14 02:51:59 +00:00
espie
f6b1011110 zap extra space 2003-08-14 01:06:51 +00:00
avsm
84bdc363ee correct LIB_DEPENDS, from Don Stewart <dons@cse.unsw.edu.au> 2003-08-14 01:01:16 +00:00
espie
980c98d525 oops, not really needed. @pkgcfl should be slightly smarter, even
the old version does stem-[0-9].*
2003-08-14 00:59:58 +00:00
espie
65db096bea Don't conflict with sdl-image.
(can happen with symetric checking of conflicts... Intelligent handling
of conflicts is needed)
2003-08-14 00:51:25 +00:00
espie
3dd5da8ea4 zap extra space 2003-08-14 00:39:59 +00:00
naddy
4fdfbe92d4 update to 1.2.2 2003-08-13 23:56:32 +00:00
naddy
3da57d9a6a work around an optimizer bug in gcc 2.95 on sparc64 2003-08-13 23:41:02 +00:00
fgsch
b6cf2a59ca update to fetchmail 6.2.4; bugfix release. 2003-08-13 23:28:24 +00:00
espie
79dfad4929 missed two readme, thanks Nick. 2003-08-13 19:41:01 +00:00
marcm
9ab02dd5bb Fix the cause, not the symptom. The essentially reverts my last diff
and does it right.  Gives pango a fighting chance on static arches.
Requires a fix to XFree86 as well, but that's in the works.
2003-08-13 16:57:51 +00:00
espie
89b2fe1eef zap extra space 2003-08-13 14:56:31 +00:00
espie
3bbac5b08c zap space 2003-08-13 14:36:00 +00:00
espie
7ec096fb01 zap space 2003-08-13 13:59:09 +00:00
espie
bb8c9ddb18 zap extra spaces 2003-08-13 13:34:29 +00:00
kevlo
738dc6c0ea upgrade to 2.5 2003-08-13 09:54:01 +00:00
espie
1807226303 somehow this didn't get committed along with the corresponding patch.
Thanks to kevlo@ for pointing that out.
2003-08-13 09:43:48 +00:00
jolan
b1d9bd5809 add gtkspell FLAVOR, minor cleanups
"as long as it compiles" brad@
2003-08-13 03:07:51 +00:00
espie
e6577353d8 zap extra space. 2003-08-13 01:43:44 +00:00
espie
3761ae11f6 #$!#@# typo 2003-08-13 01:41:16 +00:00
espie
3cf049ba7f adjust licensing for freetype1 2003-08-13 01:39:17 +00:00
brad
a40083eb8f upgrade to pure-ftpd 1.0.16a
this version introduces support for SSL/TLS.
--
From: Frank Denis <j at pureftpd dot org>
2003-08-12 23:18:35 +00:00
sturm
8238657cc7 - add new variables MODPY_LIBDIR and MODPY_SITEPKG
- make MODPY_CMD intern

from Xavier Santolaria <xavier@santolaria.net>
2003-08-12 20:23:20 +00:00
pvalchev
a5ad692b47 when overriding PATCH_DIST_ARGS as specified in bsd.port.mk, make sure to
still use -z ${DISTORIG} and just change what's actually needed...
2003-08-12 20:19:50 +00:00
pvalchev
1bf0d2e5c9 remove .orig files in distribution, as according to millert POSIX says
patch will try to patch those instead (and patches here fail to apply
with the new patch)
2003-08-12 20:03:34 +00:00
pvalchev
f4a7658ed3 mark as broken: gmake loops forever 2003-08-12 19:43:39 +00:00
jolan
9c17ea2805 the GNU in MASTER_SITE_GNU stands for GNU's Not Usable. The first
mirror site that actually has these files is 13th on the list.  Revert
to using the old MASTER_SITE.
2003-08-12 18:49:07 +00:00
avsm
d492df62cc Allow ghc to work with external libgmp instead of building its own; this
will help with the sparc port.

From Don Stewart <dons@cse.unsw.edu.au>
2003-08-12 13:25:18 +00:00
wilfried
38513b2e46 use MASTER_SITE_GNU, and fetch DICTS from there as well, ok lebel@ 2003-08-12 13:23:54 +00:00
wilfried
4b847d63b0 data accessed as double on sparc64 absolutely, positively has to be 8 byte aligned 2003-08-12 06:38:18 +00:00
jolan
61abd347ac +gtkspell 2003-08-12 06:31:20 +00:00
jolan
4c8befec2c import of gtkspell-2.0.4:
GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words
in a GtkTextView widget as you type.  Right-clicking a misspelled word
pops up a menu of suggested replacements.

WWW: http://gtkspell.sourceforge.net/
2003-08-12 06:29:36 +00:00
jolan
94b8df72a7 textproc/pspell is now part of textproc/aspell 2003-08-12 04:42:49 +00:00
jolan
a2d42bb599 Use new aspell (which includes pspell) for the pspell subpackage 2003-08-12 04:41:08 +00:00
jolan
720b0957e9 Update to 0.50.3. ok marcm@ and MAINTAINER (lebel@), but not tested by
MAINTAINER
2003-08-12 04:39:27 +00:00
jose
6e57160ac5 add tclcurl, ok brad@ 2003-08-12 02:23:15 +00:00
jose
faa24149d2 add TclCurl:
TclCurl gives the Tcl programmer a binding to libcurl, allowing you to
get a URL with FTP, TELNET, LDAP, GOPHER, DICT, FILE, HTTP or HTTPS
syntax.

maintainer: Jose Nazario <jose@crimelabs.net>

ok brad@, jolan@
2003-08-12 02:20:31 +00:00
jose
d0187468c6 bump to 2.2.0, ok brad@ jolan@ 2003-08-12 01:43:53 +00:00
brad
9b6e325944 I was going to add "# GPL" comment as part of the tcpflow update
but jolan@ beat me to the punch.
2003-08-12 01:24:24 +00:00
jolan
dd7a4aa7aa Update to 0.21, fixes a format string vulnerability:
http://www.atstake.com/research/advisories/2003/a080703-2.txt

Not exploitable as it is not installed setuid root.

from MAINTAINER.
2003-08-12 00:59:46 +00:00
marcm
4995d1d1a5 Don't build pangoft2topgm, a little example program that doesn't get
installed anyway - it breaks static builds.
2003-08-11 23:55:23 +00:00
marcm
b6763a7f26 Update this to something a little more recent... 1.0.31
ok naddy@
2003-08-11 23:49:45 +00:00
espie
c7ad8be2ab make sure non existent manpages don't get linked.
MORONIC cut&paste in Makefile. Some people really don't think.
Found out by fries and I, long story...
2003-08-11 23:11:29 +00:00
espie
08fa6014ce advisory license-check: warns if a package is apparently built from bad
sources.  Will returns some false positives.
2003-08-11 20:10:41 +00:00
espie
5018e3388c make sure the site selector has an entry for each :<digit>, ensuring
incorrect entries will be spotted.
2003-08-11 20:07:59 +00:00
sturm
9dca62c74b Unconditionally use do-extract and create that target in case it doesn't
exist with the old, regular EXTRACT_CASES stuff. This allows for systrace
protected extracts.

espie@ ok
2003-08-11 18:42:07 +00:00