Commit Graph

1553 Commits

Author SHA1 Message Date
steven
037647bdb7 drop the conflict and rename zzuf's zzcat utility to zzufcat instead
ok naddy@
2010-10-28 10:17:54 +00:00
steven
9937dceb18 zziplib and zzuf conflict (zzcat executable)
pointed out by naddy@
2010-10-28 09:04:19 +00:00
stephan
e6b7f4d2f0 update to 1.9 2010-10-27 17:46:04 +00:00
steven
a22df9fec0 update to 0.13
* various fixes for Linux, FreeBSD, OS X and OpenBSD libc calls.
 * network host filtering support.
 * support for memory limits on OS X.
 * massive testsuite improvements.
 * support most cat options in zzcat, which is now fully programmable.

from dawedawe at gmx.de

set USE_LIBTOOL while here
2010-10-27 09:49:12 +00:00
ajacoutot
a919555b98 Fix MASTER_SITES.
from Brad Tilley (maintainer)
2010-10-24 21:57:47 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
naddy
e181dc182a proactively fix for gmake 3.82 2010-10-24 15:39:01 +00:00
jasper
516c87e532 - use MODCPAN_EXAMPLES and install more examples now 2010-10-23 11:59:11 +00:00
matthieu
5196d49e4d omconsole uses mandoc. ok jasper@, sthen@, naddy@ 2010-10-22 04:44:16 +00:00
naddy
ca9c6bdd67 ports that preformat man pages with mandoc via bsd.man.mk don't need groff 2010-10-20 15:23:04 +00:00
sthen
6c4df69385 fix tabs 2010-10-19 09:21:04 +00:00
espie
3075d068d4 USE_GROFF=Yes 2010-10-18 20:52:05 +00:00
jasper
b0a8cebee9 - use_x11 comes from gnome.port.mk now 2010-10-18 13:41:15 +00:00
sebastia
23897e5379 Update memcached to 1.4.5
OK landry@, maintainer timed out
2010-10-14 12:33:03 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
jasper
47ecb222f0 - switch to MODCPAN_EXAMPLES 2010-10-03 15:21:13 +00:00
jasper
d560f9212d switch to MODCPAN_EXAMPLES and install a bunch of missing files 2010-10-03 15:16:24 +00:00
jasper
e62fb299a4 mark as BROKEN, they've been (ab)using functions that have been marked
deprecated for years and years. and to no surprise, the deprecated functions
was removed and dates broke. tough luck.
2010-10-01 10:07:46 +00:00
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +00:00
martynas
814a52ad6b switch master_sites to openbsddistfiles.com so that the ports are
fetchable again.  reported by hal.gi@t-online.de via miod@.
2010-09-26 20:08:11 +00:00
sthen
d053315499 bump 2010-09-24 15:29:20 +00:00
jasper
2d4a122bfb - reset maintainer, requested by reinhard@ 2010-09-22 09:02:42 +00:00
fgsch
3f5faaf88d Update homepage. 2010-09-22 08:00:43 +00:00
millert
b17401cadd Update py-imdb to version 4.6. With help from landry@, fgsch@, sthen@
OK sthen@
2010-09-17 13:25:00 +00:00
jasper
1a7c68e409 - add HOMEPAGE 2010-09-14 07:53:05 +00:00
ajacoutot
96519d2939 Remove Brad from maintainer, per his request. 2010-09-14 05:12:35 +00:00
jasper
fab4167387 - move distfiles/ to a proper mirroring location. 2010-09-12 16:49:08 +00:00
nicm
9e2ce2a169 Fix build with ncursesw.
ok landry
2010-09-06 18:38:07 +00:00
ajacoutot
330aebe695 +redshift 2010-09-06 06:22:44 +00:00
ajacoutot
491cfdea06 Ooops tyop. 2010-09-06 06:22:08 +00:00
ajacoutot
1201e8903c Import redshift-1.5
Redshift adjusts the color temperature of your screen according to your
surroundings. This may help your eyes hurt less if you are working in
front of the screen at night.
<...>


Input and ok sthen@ kili@
2010-09-06 06:21:19 +00:00
ajacoutot
8f808cd00c Minor update to contacts-0.12. 2010-09-03 14:43:21 +00:00
jasper
ee60367edf - update p5-Business-Creditcard to 0.31
- remove espie@ as maintainer, prodded by himself

ok espie@
2010-09-02 08:26:54 +00:00
ajacoutot
053c1f6758 Fix PKGNAME after the python bump batch. 2010-09-01 06:20:56 +00:00
fgsch
0915f5b894 Bump revision after python's default change. 2010-08-30 17:11:35 +00:00
ajacoutot
8961f0c15a Disable optional gnomevfs2 support.
Switch to new depend/revision.

ok jasper@
2010-08-26 10:16:32 +00:00
robert
4deea005bc update to 4.7.0.8 and fix ftp support by not using
linux specific ai_flags
2010-08-17 20:28:59 +00:00
dcoppa
5810dc985e Unbreak misc/calentool:
Remove a conflicting malloc declaration

In xview-lib, use XAllocIDs instead of several calls to XAllocID
that lead to segfaults with newer libX11

At least it runs now...

OK naddy@
2010-08-06 06:17:10 +00:00
naddy
d7367484a6 Remove need for -fwritable-strings so this can be built with gcc4.
From a slightly newer "upstream" version that is floating around
on the net.

Add missing includes.
2010-08-04 14:05:46 +00:00
sebastia
3709df79c5 Revert to 1.1, using INSTALL_DATA is a no go in pre-configure, prevents non-root builds
pointed out by naddy@
2010-08-03 14:19:52 +00:00
naddy
78ecb14735 fix include order to appease -Werror; no changes to package 2010-07-30 15:28:14 +00:00
sebastia
19018a3c34 Use install-data instead of cp in pre-configure.
Pointed out by ajacoutot@
2010-07-29 10:58:02 +00:00
sebastia
819a4cdb13 add net/tcludp graphics/tkimg misc/memchan to the build 2010-07-28 17:50:46 +00:00
sebastia
bf3739bfcd import memchan at the right place
in-memory channels for Tcl, chunks and fifos

Memchan is an extension to Tcl implementing memory channels, 
i.e. channels storing the data placed into them in memory, 
not on disk.

OK landry@
2010-07-28 17:24:01 +00:00
landry
e2b1cd5b1f Don't use -Wredundant-decls. 2010-07-21 14:07:43 +00:00
robert
d063088532 add a missing sample
from Kirill Bychkov
2010-07-18 19:03:08 +00:00
sthen
d55e1837f6 use REVISION 2010-07-13 20:14:21 +00:00
espie
b660df6b9b zap reeeally old variable 2010-07-06 22:25:53 +00:00
ajacoutot
795471e3f6 Remove myself from MAINTAINER. 2010-07-02 17:40:18 +00:00
robert
642485c7ee Update to mc-4.7.0.6 2010-06-26 16:34:28 +00:00
espie
3f23754c82 +shared-desktop-ontologies 2010-06-19 19:33:11 +00:00
espie
71e9212b11 it's small, it's arch-independent, kde4 wants it, and I have absolutely no
idea what the fuck it's actually useful for.
just the page of people standing behind it makes you shiver
(thales, ibm, sap... and others)
2010-06-19 19:32:27 +00:00
naddy
da0f8a4ed5 update to 20100528 2010-05-31 19:11:45 +00:00
espie
deebdc0033 zap warning option that gcc4 does not understand 2010-05-23 16:15:50 +00:00
espie
b1d99a4074 prototype fixes for gcc4 2010-05-23 16:13:33 +00:00
espie
0180178b3a fix build for gcc4 2010-05-23 16:06:37 +00:00
espie
f47623639b fix 2010-05-22 21:28:21 +00:00
espie
11e343a5ca kill prototype hacks, insist on the real thing 2010-05-22 13:26:59 +00:00
espie
73358bd6bc fixes compile for g++4 2010-05-21 20:30:52 +00:00
espie
68f76e6011 fix for gcc4 2010-05-20 09:25:31 +00:00
espie
21c19df3ed preproc trick to avoid our getmntent when we define a static of the
same name.

Appeases gcc4
2010-05-19 13:45:15 +00:00
kili
11b55b8d95 Argh! I shouldn't have stop reading at the `ok william@' line ;-
Tweak COMMENT, zap COPYING and CHANGES, and apply proper military look to do-install,
as suggested by william@.
2010-05-18 20:54:25 +00:00
kili
c56c4e0c2c +tpp 2010-05-18 20:44:13 +00:00
kili
c1f7b0d18c tpp stands for text presentation program and is an ncurses-based
presentation tool. The presentation can be written with your favorite
editor in a simple description format and then shown on any text
terminal that is supported by ncurses - ranging from an old VT100
to the Linux framebuffer to an xterm.

ok william@
2010-05-18 20:43:32 +00:00
kili
d26a991805 Update to rlwrap-0.37, which removes the arm-crashing kaboom.c and
fixes some bugs.

Remove deanna@ as maintainer (she currently doesn't have enough time
for ports work).

Move MASTER_SITES down and set it to ${HOMEPAGE}.

ok jasper@
2010-05-11 18:48:54 +00:00
dcoppa
a23b8ae1f8 Unbreak python scripts
Fix PLISTs

OK sthen@, ckuethe@ (MAINTAINER)
2010-05-11 18:36:13 +00:00
jasper
d675dce953 - update gramps to 3.2.1 2010-05-07 17:48:54 +00:00
jasper
18bc816f97 - unbreak on a clean box by renegerating WANTLIB 2010-05-01 07:28:23 +00:00
jasper
102108f671 - unbreak by regenerating WANTLIB 2010-04-29 08:26:45 +00:00
jasper
2fdc765d05 - remove old glib1 junk. for diffing and merging there's xxdiff and others around.
ok ajacoutot@
2010-04-29 08:12:15 +00:00
jasper
a8b09ad95a - sync 2010-04-29 08:09:56 +00:00
ajacoutot
a6cb9c68c6 Bugfix update to shared-mime-info-0.71. 2010-04-27 11:08:09 +00:00
naddy
91db013e33 fix build and WANTLIB after libXp removal 2010-04-24 20:18:39 +00:00
jasper
f404475a24 SECURITY UPDATE of memcached to 1.4.3
* resolves the DoS in CVE-2010-1152

ok MAINTAINER
2010-04-21 12:23:37 +00:00
ajacoutot
ce7c969358 Stupid poor blank lines, stupid poor blank lines... 2010-04-15 14:58:24 +00:00
ajacoutot
67f084abd7 left overs from previous spring cleaning. 2010-04-15 14:44:02 +00:00
ajacoutot
5985d2ef24 Consistency: remove the 1, 2 or even 3 empty blank lines.
sthen@ agrees
2010-04-15 14:11:01 +00:00
stephan
2f827923f7 update to 0.57, from Daniel Dickman (didickman at gmail.com),
with minor tweak by me.

ok jasper@, sthen@, landry@
2010-04-09 17:58:19 +00:00
matthieu
bb5eac7c7b Update to omconsole 1.1.
Main changes:
- use a separate reader process, a la 'cu' (from dermiste, thanks)
- mandoc fixes for omconsole.1
2010-04-06 21:46:56 +00:00
jasper
330db5fb5d - update rlwrap to 0.36
from Alexandr Shadchin, maintained timed-out
2010-04-02 08:15:21 +00:00
robert
0c73ea9f02 Update to version 4.7.0.3;
original diff from Alexandr Shadchin, modifications by me
2010-03-28 18:28:47 +00:00
jasper
b3067884bd - update wmtimer to 2.92, which switches it to gtk2
ok wilfried@ (MAINTAINER)
2010-03-25 06:22:41 +00:00
jasper
f18aeaf758 - zap gacc 2010-03-23 11:59:09 +00:00
jasper
49a7628f2c - remove old and unmaintained gacc. a proper alternative would be gnucash.
ok kevlo@ (MAINTAINER)
2010-03-23 11:58:44 +00:00
jasper
c627ba7922 - update p5-Spreadsheet-WriteExcel to 2.37
from daniel dickman, thanks.
2010-03-21 11:43:31 +00:00
jasper
ba0d311c2a - update plan to 1.10.1
* Among fixes, is read-only ical/vcal support.
2010-03-21 10:52:21 +00:00
jasper
99c462b4ab Add back homepage/master_sites.
ok benoit@ (MAINTAINER), sthen@

ports is unlocked for a while only for those who have been informed.
if I DID NOT MAIL YOU, DO NOT COMMIT!
2010-02-23 20:09:12 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
jolan
ca7dbb81a7 fix MASTER_SITES, ok naddy@ 2010-01-30 19:08:30 +00:00
jasper
13d502e738 - fix potential 64-bit issues.
ok robert@ (MAINTAINER), ajacoutot@
2010-01-17 18:42:08 +00:00
sthen
f6ca898acb update findutils to 4.4.2, ok landry@ 2010-01-12 08:46:49 +00:00
jasper
9aa784ab71 - sort 2010-01-04 10:56:34 +00:00
jasper
4b4fa3396c - bugfix update of openbabel to 2.2.3
ok ajacoutot@ (MAINTAINER)
2010-01-03 22:56:42 +00:00
robert
ee510d6d18 Update to mc-4.7.0 which brings many many new features and bugfixes
like UTF-8 support. diff from Alexandr Shadchin <alexandr.shadchin@gmail.com>
2010-01-01 19:21:05 +00:00
ajacoutot
7db7dbcda4 Minor update to gramps-3.1.3. 2009-12-21 22:35:03 +00:00
ajacoutot
398b784847 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 22:15:32 +00:00
kili
f85afedfdd Tell configure to use -lm.
Adjust WANTLIB-motif and bump.
2009-12-16 14:59:40 +00:00
kili
ea761357e1 Add -lm to unbreak after openmotif update.
Adjust WANTLIB and bump.
2009-12-16 14:20:48 +00:00
sthen
b25a84bbcf mirror, upstream distfile disappeared.
Reported by Steve Andre.
2009-12-07 19:16:02 +00:00
jasper
b80239f561 - update contacts to 0.11
* translation updates
2009-11-10 16:44:31 +00:00
steven
003ee4edcd update MASTER_SITES, use tk module;
clean up and bring this port to modern standards...

from new maintainer Stuart Cassoff
2009-10-29 23:10:53 +00:00
jasper
f905d9f62f - fix LIB_DEPENDS/WANTLIB 2009-10-20 15:08:52 +00:00
sthen
d54ce5bc2e update to 1.2.98 for new slang. 2009-10-13 21:48:30 +00:00
sthen
b280b89a8f update to 5.0.0a for new slang, ok william@ (maintainer). 2009-10-13 21:47:59 +00:00
nicm
763ca8e8a5 Update to 20071216.
Change log says "modify VT420 rectangle tests to provide ANSI/ISO colors and
line-drawing as test-options" and some configure changes.

ok naddy
2009-10-13 16:52:40 +00:00
jasper
3bc0727b98 - update p5-Acme-LOLCAT to 0.0.5
THIS COMMIT WAZ FUELED BY GUENTHR AN SUNSHINE GIRLS. KTHXBYE
2009-10-12 23:13:40 +00:00
jasper
6149a77278 - update dates to 0.4.8
* unbreaks after evolution-data-server update
- regen WANTLIB
2009-10-12 18:07:11 +00:00
nicm
ecec87e08c +uniutils 2009-10-12 12:41:02 +00:00
nicm
275e6c25a4 Import uniutils, a set of Unicode utility programs ok aja 2009-10-12 12:38:28 +00:00
sthen
b64fd1cdad update to 0.5.2, seems ok to maintainer. 2009-10-11 21:59:02 +00:00
jasper
d7cc315b7b - merge PFRAG.shared into PLIST 2009-10-11 20:51:38 +00:00
steven
c925cc8b48 update to 0.55 2009-10-11 09:44:59 +00:00
ajacoutot
85e42769f4 Update to shared-mime-info-0.70
ok jasper@
2009-10-09 17:37:07 +00:00
jasper
ec506a3698 - update gramps to 3.1.2
- reorder dependencies
2009-09-16 18:29:13 +00:00
jasper
ae8034ed56 tmux was imported into base before 4.6, so it can go from ports now
ok nicm@ aja@
2009-09-15 20:10:52 +00:00
jasper
2e6da560dc - move distfiles to another site 2009-09-10 22:12:55 +00:00
sthen
476866fe63 +ent 2009-09-06 11:15:23 +00:00
sthen
b8a36d4680 import misc/ent, from maintainer Brad Tilley
ent - a program which applies various tests (Entropy, Chi-square,
Arithmetic Mean, Monte Carlo Value for Pi, Serial Correlation
Coefficient) to sequences of bytes stored in files and reports the
results of those tests. The program is useful for evaluating pseudo
random number generators for encryption and statistical sampling
applications, compression algorithms, and other applications where the
information density of a file is of interest.
2009-09-06 11:15:00 +00:00
sthen
0c57f95b5f +vmware-vncpasswd 2009-08-21 11:18:28 +00:00
sthen
f8255869a7 (try again in the right directory...)
import vmware-vncpasswd (PERMIT_*=no due to missing license).

vmware-vncpasswd is a simple tool to generate the obfuscated password line
for VMware's in-built VNC server which can be enabled by setting the following
parameters in the .vmx file.

RemoteDisplay.vnc.enabled = "true"
RemoteDisplay.vnc.port = "5902"
RemoteDisplay.vnc.key = "<obfuscated password>"
2009-08-21 11:17:00 +00:00
jolan
ff4dd21047 update to 0.98a16 2009-08-18 23:58:56 +00:00
jasper
67d9e30366 - remove maintainer per his request; any takers? 2009-08-10 18:46:49 +00:00
sthen
bc7a093630 Set MODPY_EGG_VERSION and regen PLIST; mainly to use MODPY_VERSION
in the PLIST entry rather than hardcoded IMDbPY-py2.5.egg-info,
which fixes packaging when MODPY_VERSION is set to 2.6.

ok millert@.
2009-08-10 13:57:40 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
jasper
4c60f3ab4b - update memcached to 1.4.0 ("many improvements have been made, upgrading is
recommended")

from Scott Vokes (MAINTAINER), thanks
2009-08-07 10:46:41 +00:00
naddy
b390f31390 fix the db4 dependency of the db flavor; ok maintainer Olivier Cherrier 2009-07-19 18:58:54 +00:00
kili
5ed04ae613 Let update-mime-database create all the mime .xml snippets on install
and remove them on uninstall.

ok ajacoutot@

(and sorry for causing so much confusion about this diff)
2009-07-19 10:44:59 +00:00
naddy
09ddba7b03 fix package specs in depends; ok sthen@ 2009-07-17 16:38:48 +00:00
ajacoutot
60c90e6e1a openbabel-2.2.2: major bugfix release and a stable upgrade
It includes the new Standardized InChI identifier, fixes for many
stereochemistry errors, significantly improved aromatic/Kekule bond
assignment, and coordinate generation. Many more bugfixes and small
improvements are included.
2009-07-13 09:40:02 +00:00
sthen
d3a36e76b9 fix wantlib, bump 2009-06-19 09:24:14 +00:00
ajacoutot
45eb496c30 Bump after recent gconf2 MODULE change. 2009-06-11 18:27:02 +00:00
landry
50f00c99f5 Fix menu->quit & fix WRKSRC/WRKDIST confusion while here, bump.
Noticed by & same diff from phessler@
2009-06-09 15:10:19 +00:00
benoit
c739cf896c - remove HOMEPAGE
- change MASTER_SITES
- bump

ok ajacoutot@
2009-06-08 21:46:58 +00:00
ajacoutot
c98dbf1ba3 Update to version 0.10.
Make use of the gnome MODULE.
2009-06-08 18:21:46 +00:00
ajacoutot
726683d492 Bump after recent gconf2 MODULE changes.
"yep, bumps are cheap" kili@
2009-06-08 16:58:15 +00:00
sturm
89fc12b802 remove cdrchive here as well 2009-06-07 09:59:22 +00:00
landry
0a9ac8481a +xkcd-viewer, for slacking purposes only 2009-06-07 09:03:29 +00:00
landry
1f9d8d7084 Import xkcd-viewer, now that we have a recent enough p5-Gtk2:
Using this program you can easily enjoy xkcd comics by
Randall Munroe without any browser, simply using this
graphical front-end.
Totally useless and slacking-compliant, so we need it in the portstree.
2009-06-07 09:01:39 +00:00
ajacoutot
4f5a750d1c Convert to using the new gconf2.port.mk module. 2009-06-07 05:59:47 +00:00
jasper
a8ccf9dd35 *cough* bring back two rather important files.. 2009-06-07 00:29:06 +00:00
jasper
8932775609 - remove more old and orphaned qt2 programs
cheering from a bunch of frogs
agreed by espie@
2009-06-07 00:19:53 +00:00
jasper
5fade6214d - update gnuwatch to 3.2.8 2009-06-04 00:18:31 +00:00
nicm
65293da194 COMES_WITH= 4.6.
From and ok merdely
2009-06-02 07:48:40 +00:00
ajacoutot
12bac90d5c - add HOMEPAGE 2009-05-29 08:21:16 +00:00
benoit
44034054f8 - update figlet to 2.2.2
- change maintainer
- regen PLIST & patches

ok ajacoutot@
2009-05-27 10:24:50 +00:00
benoit
8d15ccc688 - update ytree to 1.92
- regen PLIST
- OK from maintainer

ok ajacoutot@
2009-05-26 14:08:22 +00:00
benoit
c119b3379f - update to WordGenerator 1.9
- change maintainer
- SUBST_CMD and MODTK_BIN usage

ok ajacoutot@
2009-05-25 09:46:08 +00:00
benoit
8f9c4b5880 - update to bsdiff 4.3
- change maintainer
- regen PLIST

ok ajacoutot@
2009-05-20 13:22:47 +00:00
jim
92a353d4a5 Replace defunct master sites.
ok sthen@
2009-05-16 13:39:10 +00:00
simon
a0f32a9aaf add p5-File-MMagic-XS 2009-05-13 00:14:55 +00:00
simon
663e24abba import p5-File-MMagic-XS
This is a port of Apache2 mod_mime_magic.c in Perl, written in XS with
the aim of being efficient and fast especially for applications that
need to be run for an extended amount of time.
2009-05-13 00:14:51 +00:00
sthen
8b51ee159a - maintenance update to 1.2.8 from Scott Vokes (maintainer).
- set REGRESS_TARGET to something more useful.
2009-05-01 02:00:02 +00:00
ajacoutot
2c5f8a533a CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module 2009-04-26 11:01:04 +00:00
merdely
055fbd29c2 Update tmux to 0.8. Thanks NicM!
ok sthen@
2009-04-21 20:57:45 +00:00
ajacoutot
6c671ad525 - set GPL version
- regen PLIST / add @bin markers
- bump
2009-04-08 16:27:12 +00:00
naddy
f4f099a01e fix name clash with openlog(3) and sync patches 2009-03-26 18:25:28 +00:00
fgsch
2c3bfaf197 Update to 1.43.
From Ben Lovett <ben at tilderoot dot com>, martynas and myself.
2009-03-25 22:31:22 +00:00
naddy
334c39acdb fix link order 2009-03-25 14:28:38 +00:00
jasper
e02bddf871 - ....more bumps 2009-03-25 08:43:57 +00:00
jasper
2e87c1a60e - more missing package name bumps 2009-03-24 18:14:09 +00:00
naddy
84d77ecc17 fix link order 2009-03-24 14:58:25 +00:00
jasper
096b67eb99 - more missing bumps 2009-03-23 20:17:57 +00:00
naddy
fd16232a9e remove gratuitous C99-ism to allow building with gcc2 2009-03-23 17:42:40 +00:00
sthen
cb16bf5d1a package specs, mostly pointed out by Nigel J. Taylor 2009-03-23 09:57:54 +00:00
naddy
240674e882 fix library order to allow static linking 2009-03-22 15:53:04 +00:00
kili
d4d18dc107 Bump for python deps. 2009-03-16 22:20:02 +00:00
sthen
9d6bbb64df autoconf build depends 2009-03-16 19:46:57 +00:00
jasper
a1af74843a - fix potential 64-bit issue due to missing header 2009-03-15 21:23:09 +00:00
ajacoutot
7a9fa7cf72 - update to shared-mime-info-0.60
ok jasper@
2009-03-14 10:48:12 +00:00
sthen
c0ffc2300c convert to tk.port.mk to fix pkgspec; add license marker and some
PERMIT...=Yes (at some point this was changed to Artistic License).
bump.
2009-03-13 22:36:38 +00:00
sthen
1959f64184 convert to tk.port.mk, update license marker, bump. fixes pkgspec 2009-03-13 22:14:56 +00:00
sthen
2648669288 bump following tk dep changes 2009-03-11 21:37:27 +00:00
sthen
4dbce00f53 fix WANTLIB and bump 2009-03-08 23:14:36 +00:00
jasper
0361c6d41e - add p5-User 2009-03-04 20:29:54 +00:00
jasper
2657f4ae6d import p5-User 1.8
This module is allows applications to retrieve per-user characteristics.
2009-03-04 20:27:36 +00:00
giovanni
830800c060 Add a patch to let mgpnet(1) work
"if it works for you" sthen@
2009-02-18 08:15:50 +00:00
jasper
7ef8649822 - use -pthread instead of -lpthread
- fix WANTLIB a bit

"should be ok" ckuethe@ (MAINTAINER), "looks ok to me" ajacoutot@
2009-02-17 07:45:11 +00:00
giovanni
3a31fb191a Fix a segfault when using unicode chars with ttf fonts
ok sthen@
2009-02-13 13:57:17 +00:00
sthen
26809b86e4 bugfix update to 0.5.1, ok maintainer. 2009-02-11 20:49:35 +00:00
ckuethe
9971817501 update to gpsd 2.38. ok mbalmer 2009-02-10 23:23:27 +00:00
wcmaier
f8153abe76 Update to 0.7. 2009-02-08 14:56:32 +00:00
jasper
ca5ab9330b - update p5-Spreadsheet-ParseExcel to 0.49 2009-02-03 23:12:04 +00:00
sturm
de7f150e61 fix WANTLIB 2009-01-30 20:01:15 +00:00
sturm
03c7bf0a18 fix WANTLIB 2009-01-30 10:16:10 +00:00
sthen
79513ab8e1 update to 0.5, ok with Emilien Gaspar (maintainer) 2009-01-30 01:33:00 +00:00
sthen
227608866a - this port is used as an example in the FAQ; add a reminder to
update the relevant page if the port is updated.

- more precise license marker.

No package change. ok Brad (maintainer) after a small adjustment
to my diff.
2009-01-27 08:19:38 +00:00
sthen
824f5f7aad fix the missing package bump for kevlo's PLIST change (add @conflict marker). 2009-01-23 09:11:57 +00:00
kevlo
cfccbde5ad add @conflict marker 2009-01-23 02:33:17 +00:00
matthieu
258b21309a +omconsole 2009-01-21 20:43:40 +00:00
matthieu
c9a37fe9f7 Add omconsole, a small utility to access the OpenMoko console using
the DebugBoard. ok sthen@.
2009-01-21 20:43:23 +00:00
ajacoutot
5f2c72663c - regen WANTLIB after libgnome esound support removal 2009-01-21 10:50:12 +00:00
jasper
b6eba3d391 - honor CC
- while here, regen patches and plist, and add a license version
2009-01-18 23:19:15 +00:00
wcmaier
af3ef287a9 Update to 0.6.
Diff from Nicholas Marriott (MAINTAINER), who also notes that this
update will break existing 0.5 configurations. See the CHANGES and
NOTES files for more information. Thanks!
2009-01-18 17:06:15 +00:00
ajacoutot
5ccaa27f3a - update to gramps-3.0.4
from Benoit Lecocq, with some tweaks
2009-01-16 08:14:58 +00:00
ajacoutot
5b9d413a24 - update to dialog-1.1.20080819
from Benoit Lecocq, thanks!
2009-01-16 07:40:34 +00:00
ajacoutot
1ed7513bb2 - update to astrolog-5.40
from Benoit Lecocq with some tweaks
2009-01-15 15:32:24 +00:00
djm
8499cec521 remove dependencies on removed python subpackages; prodded by sturm@ 2009-01-02 13:07:36 +00:00
sthen
8e34aac87a the maintainer requested to be removed from this port; regen plist
while there.
2008-12-30 10:33:39 +00:00
ajacoutot
9044dea434 - yet another file that needs no_checksum
- bump
2008-12-17 15:47:36 +00:00
pvalchev
782738b08f xdelta-1.1.4; from Jim Dew <jdew@yggdrasil.ca> 2008-12-06 03:47:45 +00:00
naddy
5ec41a5595 update to 0.5; from maintainer Nicholas Marriott 2008-11-23 20:40:54 +00:00
jasper
2d1e4a43e5 - don't pickup xmms if it's installed
- remove empty patches
- make it build on a clean box (lacking intltool module)
2008-11-23 18:18:51 +00:00
ajacoutot
1dc67955cc - add license marker
no pkg change, no bump
2008-11-23 00:28:53 +00:00
sthen
1fdbef6952 - include string.h header where string functions are used;
without it, operations returning a pointer will truncate to
32 bits on 64-bit arch causing runtime errors.

- regen PLIST, bump
2008-11-19 23:29:13 +00:00
sthen
146305ae30 regen patches to make next commit clearer 2008-11-19 23:26:53 +00:00
sthen
e182b729a8 update to 1.2.6, from arn at antora.ru on ports@.
- major crash fixes: "If you have stability issues with
any previous release, please upgrade to this one."
- minor bugfixes, updates
- ipv6 support
- "noreply" mode for many commands
- out of memory errors more clear
- added eviction/OOM tracking per slab class
2008-11-06 13:06:56 +00:00
landry
8a16896bf5 Maintenance update to logjam 4.5.3, in prevision of newer gtk2.
Cleanup Makefile, update PLIST, fix dependencies while here.

ok ajacoutot@
2008-10-28 15:20:50 +00:00
naddy
f3ca6424c2 hook in teseq 2008-10-28 14:05:58 +00:00
naddy
162fba0b57 Import GNU teseq 1.0.0.
GNU Teseq is a tool for analyzing files that contain control characters
and terminal control sequences. It is intended to be useful for diagnosing
terminal emulators, and programs that make heavy use of terminal
features (such as those based on the Curses library).
2008-10-28 14:04:43 +00:00
sthen
0d0058d80f use tcl/tk modules, no package change
ok steven
2008-10-28 13:33:48 +00:00
ajacoutot
b7eb1148a9 - update to shared-mime-info-0.51 2008-10-11 07:54:13 +00:00
jasper
9c062dbc3f - add p5-User-Identity 2008-10-09 22:16:07 +00:00
jasper
3bfafaf3a3 import p5-User-Identity 0.92
The User::Identity object is created to maintain a set of informational
objects which are related to one user. The User::Identity module tries
to be smart providing defaults, conversions and often required
combinations.
2008-10-09 22:15:18 +00:00
jasper
ad597ef1ef - update p5-I18N-Charset to 1.394
"feel free" kevlo@ (MAINTAINER)
2008-10-08 17:49:03 +00:00
jasper
198e22a8ee - add p5-Term-Animation 2008-10-07 17:06:57 +00:00
jasper
1e9486ce3f - import p5-Term-Animation 2.4
This module provides a framework to produce sprite animations using
ASCII art. Each ASCII 'sprite' is given one or more frames, and placed
into the animation as an 'animation entity'. An animation entity can
have a callback routine.

from Girish Venkatachalam (MAINTAINER) with tweaks by me
2008-10-07 17:05:39 +00:00
jasper
a547e87288 - add missing dependency on python-bz2
- add license version while here

spotted by nick guenther, thanks!
2008-09-26 08:20:45 +00:00
jasper
9aca2eaac8 - update p5-Spreadsheet-ParseExcel to 0.33 2008-09-25 18:50:34 +00:00
jasper
5728c30e52 - update p5-Spreadsheet-WriteExcel to 2.25
- add missing dependency
- re-format DESCR
2008-09-25 18:49:44 +00:00
sthen
f6c9102d1a updated patch from Rob Holland, his commentary:
"Andreas Tille, the Debian WordNet maintainer, noticed a bug in my
patch. The bug is not security related, but causes incorrect behaviour
in WordNet.

I replaced a strncpy(s1, s2, strlen(s2)) with a strcpy forgetting that
strncpy invoked that way would always omit the trailing \0 (as the \0
would always be at strlen(s2) + 1). This resulted in a truncation of
output from WordNet which relied on the previous behavior which it
used to 'patch' s1. I've now adjusted the strncpy to be a memcpy and
added a comment, to make the intent of the code clear. (Using a str*
function when you don't wish any handling of \0 is unintuitive to me,
hence my mistake). [..] Apologies for the error."

thanks Rob for the exemplary handling of this advisory. Notifications
to package maintainers and follow-ups are almost unheard-of and very
welcome.
2008-09-06 21:49:15 +00:00
sthen
b35f6050f8 - SECURITY update, add patches to fix oCERT-2008-014,
WordNet stack and heap overflows. Thanks to Rob Holland
of oCERT for contacting us with the advisory.

- housekeeping: regenerate PLIST, move to Tcl/Tk 8.5,
use SUBST_CMD macro rather than hand-rolled command.
2008-09-01 20:02:53 +00:00
brad
e2b3c7c7cf Pull in a patch from the openbabel source repo to remove
the unconditional use of __builtin_popcount if using GCC.
Eliminates the need for a newer GCC version.

ok ajacoutot@
2008-09-01 08:51:03 +00:00
steven
9005c0be71 update to 2.23 2008-08-22 20:18:22 +00:00
ajacoutot
1504961432 - update to openbabel-2.2.0
- gcc4 is needed to build this now

* improved force fields and coordinate generation, conformer searching,
enhanced plugins including molecular descriptors, filters, and
command-line transformations
* many formats improved or added, including CIF, mmCIF, Gaussian cube,
PQR, OpenDX cubes, and more
* improved developer API and scripting support
* many, many bugfixes
2008-08-20 16:08:11 +00:00
ajacoutot
aefaadf5ac - add some MASTER_SITES; noticed by drahn@ 2008-08-20 15:45:24 +00:00
naddy
95f99e1887 Fix link order so this will build with static linking.
From: maintainer Nicholas Marriott
2008-08-20 14:57:57 +00:00
espie
f5fbaf125d fix bogus REGRESS_DEPENDS 2008-08-20 00:06:20 +00:00
jasper
20c41b54ca - add a homepage
- bump pkgname
2008-08-19 22:17:49 +00:00
ajacoutot
3e912bbfc5 - fix package deletion/update by adding a no checksum marker
from Mikolaj Kucharski
2008-07-28 11:44:17 +00:00
sthen
323cf44154 shared library and PKGNAME bumps due to use of isinf/isnan/nan
following libc/libm changes
2008-07-25 20:25:59 +00:00
landry
258ac052e6 Fix build, this slipped from last fix.
Noticed by sturm@
2008-07-22 08:17:52 +00:00
okan
04d2b544c8 PREFIX != LOCALBASE
ok landry@
2008-07-16 17:45:23 +00:00
okan
0ef986f79d update to 0.13
from MAINTAINER (Matthew S Elmore)

ok merdely@
2008-07-16 12:38:41 +00:00
dhill
4b15e20084 upgrade to 1.13
ok kevlo@
2008-07-12 14:12:10 +00:00
okan
508b5bea95 madtty.c is LGLP, noticed by MAINTAINER (Emilien Gaspar) - thanks!
'yep' landry@
2008-07-09 20:47:16 +00:00
okan
d235749724 don't hard code /usr/local, optimizations and CC
notified MAINTAINER

ok landry@
2008-07-09 20:40:23 +00:00
landry
bac5dcdc14 add dvtm 2008-07-09 11:22:02 +00:00
landry
ecc210e0b2 Import dvtm, a dynamic virtual terminal manager for the console.
From a submission on irc/ports@ by Emilien Gaspar, Thanks!

ok wcmaier@ pyr@
2008-07-09 11:20:43 +00:00
ajacoutot
7a33bb5ecc - there's no point in using the x11/gnome MODULE here
feedback and ok jasper@
2008-07-04 11:18:28 +00:00
ajacoutot
c506142abf - forgot to add intltool module in last commit
no binary change
2008-07-04 11:12:53 +00:00
ajacoutot
74185d1c9d - fix *_DEPENDS and CONFIGURE_ARGS 2008-07-04 11:09:45 +00:00
pyr
0abbe639a0 +dates 2008-07-04 10:23:25 +00:00
pyr
01a5ecc468 Import dates
# cat pkg/DESCR
Dates is a small, lightweight calendar, featuring an innovative,
unified, zooming view and is designed primarily for use on hand-held
devices.

ok ajacoutot@
2008-07-04 10:22:37 +00:00
wcmaier
f5c62bac7a Upgrade to 0.4a.
Original diff from Nicholas Marriot (MAINTAINER); thanks! Debugging
on macpcc a la merdely@ and MAINTAINER.

ok merdely@
2008-07-01 19:23:59 +00:00
chl
f290ade551 update to zzuf-0.12
ok jasper@
2008-07-01 10:10:24 +00:00
sthen
cb1f10b94c update to Thomas Dickey's fixed version. add license marker.
ok robert@
2008-06-30 12:58:04 +00:00
millert
728a69abe0 Update py-imdb to version 3.6 which works much better than the
old version.  Change maintainer to myself at Xavier's request.  OK xsa@
2008-06-21 19:39:04 +00:00
jasper
e3b26c7dd5 oops, forgot to fix EXTRACT_SUFX, spotted by naddy@ 2008-06-19 16:46:06 +00:00
jasper
0c8ae1a839 - add contacts 2008-06-18 19:46:29 +00:00
jasper
e5bef0a5bb import contacts 0.9
Contacts is a small, lightweight addressbook that uses libebook, part of
EDS. This is the same library that GNOME Evolution uses, so all contact
data that exists in your Evolution addressbook is accessible via
Contacts. Contacts features advanced vCard field type handling.
2008-06-18 19:44:55 +00:00