Commit Graph

23608 Commits

Author SHA1 Message Date
jolan
4e11e38230 import 1.05 2004-02-19 02:50:25 +00:00
djm
7e2916a830 +py-sqlite 2004-02-18 21:11:29 +00:00
djm
0166aa1e1f Import pysqlite, a set of Python bindings for the sqlite in-process database
engine.

help from Aleksander Piotrowski and sturm@ ; ok sturm@
2004-02-18 21:10:16 +00:00
djm
371e1d39a8 +sqlite 2004-02-18 21:05:14 +00:00
djm
706c813a35 Import of sqlite, 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.

with help from Aleksander Piotrowski; help & ok sturm@
2004-02-18 20:59:24 +00:00
sturm
41c4207a82 add PKG_ARCH 2004-02-18 20:05:14 +00:00
xsa
f8d898c380 remove MAINTAINER per his resquest;
via and ok ish@.
2004-02-18 20:05:11 +00:00
lebel
4c60ee226f update vim/stable to 6.2.270 2004-02-18 19:30:55 +00:00
jakob
195975a68e fix broken lexer; from nlnetlabs via phessler 2004-02-18 19:25:38 +00:00
sturm
a3f256c5a4 + cplay 2004-02-18 19:24:18 +00:00
sturm
cc2f3ff53a Initial import of cplay 1.49
cplay is a curses front-end for various audio players including
ogg123, splay, mpg123, mpg321, madplay, mikmod, xmp and sox.

WWW: http://www.tf.hut.fi/~flu/cplay/

from Victor Sahlstedt <cvss at home.se>
2004-02-18 19:23:40 +00:00
lebel
62a4a7b7a0 update mutt/snapshot to 1.5.6i 2004-02-18 18:56:57 +00:00
espie
996a5bf389 fix multiline string. 2004-02-18 17:10:12 +00:00
kevlo
7c81d94089 bad libtool 2004-02-18 13:31:35 +00:00
kevlo
5916497fa8 add USE_LIBTOOL 2004-02-18 13:24:37 +00:00
xsa
326ff73470 - update to 0.3.1
- remove MAINTAINER per his request (via ish@)

ok sturm@.
2004-02-18 08:31:50 +00:00
jolan
302ba4d8e0 gcc3 band-aid for powerpc 2004-02-18 01:27:08 +00:00
jolan
044e012c97 patch from Pedro Martelletto (again) to sync w/new separated read/write
statistics available in the kernel.  Pedro also did the kernel parts to
make this possible...
2004-02-17 21:37:15 +00:00
xsa
7da4ed7ff9 + rawdog 2004-02-17 20:55:42 +00:00
xsa
b527c7dfcb Import rawdog-1.9
rawdog is an RSS Aggregator Without Delusions Of Grandeur. Written in
Python, it uses Mark Pilgrim's feed parser. It runs from cron, collects
articles from a number of feeds, and generates a static HTML page
listing the newest articles in date order. It supports per-feed
customizable update times, and uses ETags, Last-Modified, and gzip
compression to minimize network bandwidth usage.

ok sturm@.
2004-02-17 20:54:31 +00:00
sturm
dd6c115ad6 fix @extraunexec 2004-02-17 20:50:35 +00:00
xsa
9fb998730d update to 2.0.0pre19; from maintainer Marc Balmer <marc at msys.ch>
ok sturm@.
2004-02-17 20:47:45 +00:00
kevlo
e2c4fd9423 support multiple flavors(sasl + bdb) 2004-02-17 07:22:17 +00:00
brad
277c0799e1 add BUILD_DEPENDS on automake for the compressed FLAVOR 2004-02-17 05:54:41 +00:00
kevlo
17a041562a Oops 2004-02-17 03:26:02 +00:00
pvalchev
b8364776c4 sync; 2532 unzels 2004-02-17 03:24:53 +00:00
kevlo
13e1b54e24 fix sasl flavor. ok jakob@ 2004-02-17 01:23:03 +00:00
espie
2c63dc60da sync XF4.4 2004-02-16 23:09:48 +00:00
xsa
6cd3af4649 + nicotine 2004-02-16 21:17:01 +00:00
xsa
3c8850529e Import nicotine-1.0.6
Nicotine is a SoulSeek client written in Python, based on the PySoulSeek
project by Alexander Kanavin.

It features, among other things, a completely rewritten graphical user
interface which uses the PyGTK-2 toolkit and a less strict user request
policy.

Submitted and maintained by Michael Coulter <mjc at bitz.ca>

ok sturm@.
2004-02-16 21:16:06 +00:00
djm
daf1a831e0 +p5-Template 2004-02-16 21:14:54 +00:00
xsa
05418ebbb8 + py-gtk2 2004-02-16 21:13:55 +00:00
xsa
ea30be9d17 Import py-gtk2-2.0.0
PyGTK allows you to write full featured GTK programs in
Python. It is targetted at GTK 2.x, and can be used in
conjunction with gnome-python to write Gnome applications.

Submitted and maintained by Michael Coulter <mjc at bitz.ca>

ok sturm@.
2004-02-16 21:12:50 +00:00
xsa
5a8c79a064 + makefaq 2004-02-16 21:09:46 +00:00
djm
732ab9515a Port of PERL Template Toolkit 2.13.
The Template Toolkit is a fast, powerful and extensible
   template processing system. It is ideally suited to the
   production and maintenance of web content and other dynamic
   document systems.

ok sturm@
2004-02-16 21:09:22 +00:00
xsa
a5bb100772 Import makefaq-2.4
makefaq is a Python program that creates a Frequently Asked Questions
(FAQ) list from a specially formatted text data file. For output, it can
generate either an HTML page, a text file, or a DocBook XML file.

ok sturm@.
2004-02-16 21:09:00 +00:00
sturm
151799673a update to symon 2.63
- some port cleanup
- @extra
- remove -web subpackage, will become independent port (maybe ;)

from maintainer Willem Dijkstra <wpd at xs4all.nl>
2004-02-16 20:09:03 +00:00
jcs
67d0759552 sync with freetds 2004-02-16 18:18:25 +00:00
avsm
eb493fb118 an attempt to unlink(2) a directory returns EPERM, not EISDIR. fixes folder
deletion in courier.

from Marc Balmer <marc at msys.ch>
2004-02-16 17:14:52 +00:00
mpech
c74694c54e ^lt; -> &lt; Spotted by form@.
Patch will be send to developers.

brad@, naddy@, pvalchev@ ok.
2004-02-16 14:04:57 +00:00
jakob
0017031556 update to v4.05
add chroot/privdrop from Michael Schubert
2004-02-16 12:33:18 +00:00
jakob
765d22c660 add user for security/stunnel 2004-02-16 12:04:29 +00:00
kevlo
9c3ea809f8 add flavor db4 to cyrus-sasl2 2004-02-16 11:09:50 +00:00
kevlo
e088f04a4b - don't need to use USE_LIBTOOL
- add flavor db4

Ok'd by jakob@
2004-02-16 11:08:46 +00:00
brad
b1f0d46719 add 29 of the latest distribution patches. 2004-02-16 10:21:20 +00:00
brad
1884bf6660 sync with CVS as of today, now includes entries for AMD64 and CATS. 2004-02-16 10:01:12 +00:00
jakob
2e0fe98e4c clean up the flavour packaging mess 2004-02-16 08:54:13 +00:00
djm
79fcffd6f1 Support combined TLS+IPv6 patch when using FLAVOR="tls ipv6"; ok jakob@ 2004-02-16 07:37:46 +00:00
jakob
ad655a521d update to nsd v2.0.0 2004-02-16 07:24:16 +00:00
kevlo
2d3711ddc9 upgrade to lftp 2.6.12. 2004-02-16 06:23:23 +00:00