Commit Graph

8806 Commits

Author SHA1 Message Date
naddy
51f3c7f3c6 Import wmtime-1.0b2.
From Arthur H. Johnson II <arthur@linuxbox.nu>.  Somewhat cleaned up by me.

This is a very nice clock that runs in the WindowMaker "dock".  Either
digital or analog clock faces can be specified.
2000-12-26 18:22:13 +00:00
kevlo
ffe136d480 Add HOMEPAGE and @comment to packing list. 2000-12-26 16:07:10 +00:00
kevlo
dd43fa174f Add MAINTAINER. espie@ removed it accidently... 2000-12-26 15:59:24 +00:00
kevlo
fa0c8639d8 Add HOMEPAGE 2000-12-26 15:50:16 +00:00
reinhard
97a81261c6 The GdkPixbuf library is a replacement for Imlib. GdkPixbuf provides
the following: a basic data structure to provide reference-counted images,
functions to load images synchronously from disk or progressively from
arbitrary data buffers, and convenience functions to transform pixbufs
and render them to drawables.

From: Tom Knienieder <tom@knienieder.com>
2000-12-26 12:52:18 +00:00
reinhard
62c0c5926d typo while importing... <sigh> 2000-12-26 12:50:27 +00:00
reinhard
2f48d871ac +gdk-pixbuf
+xmedcon
2000-12-26 12:37:01 +00:00
reinhard
eb03298fc4 The project stands for Medical Image Conversion.
Released under the GPL licence, it comes with the full
C-source code of the library, a flexible command-line utility and a
neat graphical front-end using the Gtk+ toolkit. The supported
formats are:
 
Acr/Nema 2.0, Analyze (SPM), DICOM 3.0, Ecat/Matrix 6.4,
InterFile3.3 and Gif87a/89a.
 
The program also allows to read unsupported files without
compression, to print pixel values or to extract/reorder specified
images. It is possible to retrieve the raw binary/ascii image arrays or
to write annimated GIFs for desktop applications. The library could be
used as a framework for your own image formats.

From: Tom Knienieder <tom@knienieder.com>
2000-12-26 12:35:05 +00:00
reinhard
9e3a05c162 The GdkPixbuf library is a replacement for Imlib. GdkPixbuf provides
the following: a basic data structure to provide reference-counted images,
functions to load images synchronously from disk or progressively from
arbitrary data buffers, and convenience functions to transform pixbufs
and render them to drawables.

From: Tom Knienieder <tom@knienieder.com>
2000-12-26 12:31:58 +00:00
reinhard
5a598d979b +netcdf 2000-12-26 12:28:18 +00:00
reinhard
1b5847e8c3 NetCDF (network Common Data Form) is an interface for array-oriented
data access and a library that provides an implementation of the
interface. The netCDF library also defines a machine-independent
format for representing scientific data. Together, the interface,
library, and format support the creation, access, and sharing of
scientific data. The netCDF software was developed at the Unidata
Program Center in Boulder, Colorado.

From: Tom Knienieder <tom@knienieder.com>
2000-12-26 12:22:53 +00:00
brad
57cc2481d7 use "cc -shared" for 2.8 and up to create shared libraries. 2000-12-26 02:13:43 +00:00
brad
a360fa0b9f upgrade to Curl 7.5.1 2000-12-26 02:09:27 +00:00
brad
41a828db30 use "cc -shared" for 2.8 and up to create shared libraries. 2000-12-26 01:38:53 +00:00
brad
d955308d0c upgrade to pngcrush 1.5.3 2000-12-25 22:04:16 +00:00
brad
eca5967b7b spaces -> tab 2000-12-25 21:01:33 +00:00
kevlo
c870edef2c - Upgrade to 2.6a
- Add HOMEPAGE and @comment to PLIST
2000-12-25 12:59:07 +00:00
brad
8b1dfbc7a1 ensure that paths in the manpages are not hardcoded to /usr/local 2000-12-25 06:52:22 +00:00
brad
90d98d6193 add KAME IPv6 patch 2000-12-25 06:37:18 +00:00
brad
26cc173369 use KAME 12/25 IPv6 patch 2000-12-25 06:03:14 +00:00
itojun
020238ddd4 upgrade to 0.89a. 0.88 tar.gz was replaced by symlink to 0.89 <sigh> 2000-12-25 05:00:37 +00:00
brad
25701db117 - fixup Makefile
- add libtool patches
- stop splitting info page
- don't start COMMENT with a capital letter when it's not necessary
2000-12-25 03:53:36 +00:00
brad
efc52667fc %D/lib -> %B 2000-12-25 01:55:40 +00:00
naddy
020adcdb04 Add ari-yahoo.
(Which is a console Yahoo! messenger client.)
2000-12-24 14:11:47 +00:00
naddy
34721f5003 import of ari-yahoo 1.7
from Arthur Johnson <arthur@linuxbox.nu>, additional work by me
2000-12-24 14:08:53 +00:00
jakob
a2b3ac2ff0 import of the GNU MP library as a port as libgmp is removed from -current 2000-12-24 12:18:50 +00:00
kevlo
1b7c9f316d Oops, forgot to remove this patch. 2000-12-24 05:08:32 +00:00
kevlo
5016a8e529 - Upgrade to 0.08
- Update MASTER_SITES
- Add HOMEPAGE & @comment to packing list
2000-12-24 05:07:55 +00:00
espie
ec0ac95073 bug-fix from graywane. 2000-12-23 20:51:22 +00:00
avsm
7c627c5b5d Install additional man pages, created by Gerrit Pape, and available
as a separate distfile.

camield@ ok
2000-12-23 17:57:47 +00:00
reinhard
64f02cb85e increment PKGNAME; thx naddy@ for pointing out 2000-12-23 16:48:06 +00:00
kevlo
51a265441c Add HOMEPAGE 2000-12-23 15:32:00 +00:00
reinhard
5e2899097a Security update, from the original patch:
It has been pointed out that there is another bug in the signature
verification code of GnuPG.

         * This can easily lead to false positives *

All versions of GnuPG released before today are vulnerable!

To check a detached singature you normally do this:

  gpg --verify foo.sig foo.txt

The problem here is that someone may replace foo.sig with a standard
signature containing some arbitrary signed text and its signature,
and then modify foo.txt - GnuPG does not detect this - Ooops.

The solution for this problem ist not easy and needs a change in the
semantics of the --verify command: It will not any longer be
possible to do this:

  gpg --verify foo.sig <foo.txt

Instead you have to use this

  gpg --verify foo.sig - <foo.txt

The difference here is that gpg sees 2 files on the command lines
and thereby knows that it should check a detached signature.  We
really need this information and there is no way to avoid that
change, sorry.  You should make sure that you never use the first
form, because this will lead to false positives when foo.sig is not
a detached signature - gnupg does detect the other case and warns
you, but this is not sufficient.  If you use GnuPG from other
applications, please change it.

ok markus@
2000-12-23 15:20:59 +00:00
kevlo
a8d846a00c Add HOMEPAGE 2000-12-23 15:19:59 +00:00
kevlo
f5c0dd230d - Upgrade to 11.00
- Bump NEED_VERSION
- Update MASTER_SITES
- Add @comment to packing list
2000-12-23 15:12:01 +00:00
naddy
026cdd3300 Update to 0.9.7.2 by maintainer.
More new features have been added, as well as several bug fixes.
From Cameron Lerch <opcode@skylab.saturn5.yi.org>.
2000-12-23 13:04:53 +00:00
espie
2ccd1e70e7 synch 2000-12-23 12:46:14 +00:00
espie
45af2405c8 indentation 2000-12-23 12:27:17 +00:00
espie
c754691700 take the old non-fake code out of line, for greater clarity (and since
it's so seldom used now).

Remove a few targets that are not really needed (mirror-distfiles, use
mirror-maker instead).

More changes to fake to come, once they've been properly tested.
2000-12-23 12:25:57 +00:00
espie
4abae42e05 +trn 2000-12-23 12:12:20 +00:00
espie
a0ea077fa6 Threaded news reader 2000-12-23 12:11:37 +00:00
avsm
da394bb67a Upgrade to docbook-modular-1.60. Minor localisation fixes, and
a cure for the missing table-of-contents-entries bug.  Also support
for python's ClassSynopsis.
2000-12-22 20:20:58 +00:00
form
cf210ccbab Upgrade to 4.13 2000-12-22 10:55:03 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
naddy
d07f000718 Update to 1.13.18.
Since the GNU project seems to have abandoned the idea of releases, we might
as well integrate nine months of bug fixes.
2000-12-21 19:38:11 +00:00
reinhard
68080b565e +pptp 2000-12-21 14:10:49 +00:00
reinhard
a526a2a18b pptp-linux is an implementation of the PPTP protocol for Linux and
other Unix systems.

port based on NetBSD package.

thanks karma@altern.org and Alexander.Farber@t-online.de for testing.
2000-12-21 14:02:52 +00:00
naddy
4bdbf52ffa Update.
"Nano 0.9.24 is released.  This versions contains the last of the
security fixes for writing files, as well as for a nasty segfault
when nano is unable to open a file for reading, among other fixes.
Nano also now cowardly refuses to open device files, to stop silly
things like trying to open /dev/zero.  New features include being
able to use Meta-Meta-<key> as Control-<key>, and some new flags
have been added for Pico compatibility."
2000-12-20 21:00:26 +00:00
dugsong
814be5ac70 update checksum, i suk 2000-12-20 13:53:14 +00:00
dbt
5ccec6a41f Clear merge error and put man pages in the correct location 2000-12-19 17:54:29 +00:00