naddy
6a4fc565e3
freetype build fixes; "OK, if I don't commit it today" marcm@
2004-11-08 14:59:17 +00:00
pvalchev
10a758ab51
- don't display $HOMEPAGE twice
...
- use LOCALBASE
2004-11-07 18:37:22 +00:00
pvalchev
0a88d9c9c2
amd64.ports is now SMP
2004-11-07 18:32:01 +00:00
couderc
49a5d10599
gpgme flavor fix from mpech@.
2004-11-07 17:45:54 +00:00
naddy
ffbf7686f2
- freetype build fix
...
- don't bother to run autoconf
2004-11-07 16:16:31 +00:00
sturm
2539d03f30
don't conflict with libgtop's gnome FLAVOR
...
ok marcm@
2004-11-07 14:46:32 +00:00
naddy
42ce301287
build fix for new freetype; ok alek@
2004-11-07 14:34:42 +00:00
couderc
3ebd9b8097
update to 0.7.5, thanks to Jon Trembley for the reminder.
2004-11-07 14:06:08 +00:00
grange
e7bec2f594
Update to 0.2.2, now you can run OpenBSD 2.3/arc with it ;-)
...
Help and ok sturm@
2004-11-07 11:39:07 +00:00
grange
3bf39a6b9a
Better fix for gcc3 inline function size limit; from form@.
...
Help with testing sturm@ naddy@.
2004-11-07 11:13:12 +00:00
espie
182373cbb4
fix X.org fallout, partly from the idiots at X.org, and from the morons
...
that do libwmf (how stupid can you get while looking for headers ???)
2004-11-07 10:11:23 +00:00
espie
e94445485e
provide a simple locking command in perl.
2004-11-07 10:09:35 +00:00
espie
e7e270f279
register info directories.
...
noticed by krw@
everyone else sleeping ?
2004-11-07 10:00:47 +00:00
brad
020d78476c
oops
2004-11-07 05:08:16 +00:00
naddy
7e893450a9
freetype build fixes
2004-11-07 00:46:10 +00:00
djm
ef8f30c8e6
+sqlite3
2004-11-07 00:25:31 +00:00
djm
ed904462a9
Import of sqlite3, a public-domain in-process SQL engine:
...
SQLite is a C library that implements an embeddable SQL database engine.
Programs that link with the SQLite library can have SQL database access
without running a separate RDBMS process. The distribution comes with a
standalone command-line access program (sqlite) that can be used to
administer an SQLite database and which serves as an example of how to
use the SQLite library. SQLite is not a client library used to connect to
a big database server. SQLite is the server. The SQLite library reads and
writes directly to and from the database files on disk.
Note that sqlite3 is not backwards compatible with sqlite2, but they can be
installed in parallel (thus the separate port). ok jolan@
2004-11-07 00:10:17 +00:00
naddy
c0bf56a26c
sync with mozilla-firefox: fix building against new freetype
2004-11-06 23:05:42 +00:00
david
ce2578cbf8
update to mod_security-1.8.6; pointed out by cloper
2004-11-06 22:25:48 +00:00
naddy
0d07ac4f4c
trivial freetype fix, sync patches
2004-11-06 20:32:09 +00:00
alek
d957551496
+ smarty
...
ok pvalchev@
2004-11-06 20:13:55 +00:00
alek
46fdf16dc2
Import Smarty 2.6.5
...
Although Smarty is known as a "Template Engine", it would be more
accurately described as a "Template/Presentation Framework." That is, it
provides the programmer and template designer with a wealth of tools to
automate tasks commonly dealt with at the presentation layer of an
application.
ok robert@ sturm@
2004-11-06 20:02:30 +00:00
naddy
1a313ddeea
freetype fixes, adapted from FreeBSD; ok brad@
2004-11-06 18:19:53 +00:00
naddy
285870d46f
update freetype includes
2004-11-06 16:15:08 +00:00
alek
d661833f65
Remove empty patch
...
noticed and ok naddy@
2004-11-06 14:28:28 +00:00
jolan
3aa827f7c1
fix freetype fallout
2004-11-06 02:26:05 +00:00
todd
5cfa47c495
sync with X rev
2004-11-05 20:38:35 +00:00
robert
803c986de2
update to the 20040916 snapshot
2004-11-05 15:50:52 +00:00
espie
d170ee34cb
%SHARED% before exec, of course.
...
problem noticed by fries@
2004-11-05 08:20:43 +00:00
jolan
c31b62b3a6
fix building againt new freetype, sync w/update-patches
2004-11-05 07:37:56 +00:00
wilfried
609d36e3ed
fix typo, ok maintainer
2004-11-05 07:33:12 +00:00
brad
babda17621
upgrade to lighttpd 1.3.6
2004-11-05 00:14:52 +00:00
alek
c2fae5b651
Update my email address
...
ok pvalchev@
2004-11-04 22:14:11 +00:00
naddy
3bcee8f332
+v5
2004-11-04 21:47:13 +00:00
naddy
9c6849964a
Import Jakarta Tomcat 5.0.28; submitted by Kurt Miller <truk@apache.org>.
...
Tomcat 5 is a Servlet/JSP container that implements the Servlet 2.4
and JavaServer Pages 2.0 specifications from the Java Community
Process. Tomcat can be run as a standalone web server with
Servlet and JSP support, or using Apache HTTP Server as its web
server via the mod_jk Apache module (the www/mod_jk package).
2004-11-04 21:46:04 +00:00
naddy
f65c29122d
- update to patchlevel 15
...
- reflect patchlevel in package name
2004-11-04 16:47:36 +00:00
jakob
7824a40ffe
nsd 2.1.4
2004-11-04 13:26:31 +00:00
xsa
5806fc431b
+p5-Device-Gsm
2004-11-04 13:01:17 +00:00
xsa
ab5c7d01fd
Initial import of p5-Device-Gsm-1.36
...
Device::Gsm class implements basic GSM functions, network registration
and SMS sending.
This class supports also PDU mode to send SMS messages, and should be
fairly usable.
Submitted and maintained by Matteo Cantoni <goony at openbeer.it>
2004-11-04 13:00:14 +00:00
djm
bca453fe39
the "nc" program in the nedit distribution is "ncl", not "nc1" (though it is
...
difficult to tell the difference with my font); spotted by mpech@
2004-11-04 08:07:11 +00:00
pvalchev
9f30b00695
sync, 2755 unzels
2004-11-04 07:41:08 +00:00
grange
1fcf458373
Fix gcc3 inlining; noticed by sturm@.
2004-11-04 05:08:00 +00:00
naddy
30b0ada6a9
fix build with CITRUS; from XF4 XawI18n.h
2004-11-03 23:46:11 +00:00
robert
516467afb7
update to 6.3.31; from MAINTAINER Chris Kuethe <chris.kuethe@gmail.com>
2004-11-03 20:42:07 +00:00
naddy
5afe4605d8
fix man page location
2004-11-03 19:30:37 +00:00
jakob
b48f786b0e
update to Cyrus SASL 2.1.20; thanks to Ben Hooper for diffs
2004-11-03 10:33:31 +00:00
alek
f030d58b1d
- update MAINTAINER email address
...
- new MASTER_SITES
ok xsa@
2004-11-02 21:10:03 +00:00
alek
b5a1adee0a
Not working, commercial, i386-only, use mplayer/vlc.
...
ok kevlo@ (MAINTAINER), sturm@
2004-11-02 06:37:58 +00:00
alek
f2b2d93ba9
Don't hardcode /usr/local
...
ok kevlo@
2004-11-02 06:05:10 +00:00
brad
96936acd99
print the date and time in the log output..
...
----
IRC log started Tue Sep 21 22:27
[Sep 21 22:27] *** Value of LOG set to ON
[Sep 21 22:27] > hello
[Sep 21 22:27] -> *drahn* hello
[Sep 21 22:28] *drahn* helloback
IRC log ended Tue Sep 21 22:28
----
From drahn@
2004-11-02 03:26:26 +00:00