Commit graph

141530 commits

Author SHA1 Message Date
Hiroki Sato
2425f5ece4 Fix dependencies:
- Use USE_GHOSTSCRIPT_RUN instead of USE_GHOSTSCRIPT.
- Remove WITHOUT_X11.

Reported by:	pointyhat
2006-01-01 08:10:22 +00:00
Cheng-Lung Sung
7d6a901bda - update to 0.51 2006-01-01 07:42:58 +00:00
Dirk Meyer
82e156f8c3 - cleanup ldconfig 2006-01-01 05:00:07 +00:00
Emanuel Haupt
51137da697 - Update distinfo, tarball was rerolled with a simple constraint check [1]
- Bump PORTREVISION

[1]

diff -ruN pathneck-1.2.old/pathneck.c pathneck-1.2/pathneck.c
--- pathneck-1.2.old/pathneck.c Sun Nov  7 00:00:03 2004
+++ pathneck-1.2/pathneck.c     Sun Dec 25 20:34:39 2005
@@ -539,7 +539,7 @@
                        continue;

                    /* if "-c" is specified, rtt_i could exceed MAX_RTT_NUM */
-                   if (rtt_i < MAX_RTT_NUM) {
+                   if (rtt_i < MAX_RTT_NUM && len == 60) {
                        memcpy(rtt_rec[rtt_i], buffer, len);
                        rtt_arr_time[rtt_i] = get_time();
                        pre_time = rtt_arr_time[rtt_i];

PR:		91132
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
2006-01-01 01:56:40 +00:00
Pav Lucistnik
677e08a15d - Update to 20051231
PR:		ports/91150
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer)
2006-01-01 00:11:02 +00:00
Pav Lucistnik
a55d7e7f20 - Distfile rerolled; no content changes
PR:		ports/91146
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
2005-12-31 23:50:51 +00:00
Pav Lucistnik
225601317b ps2eps is a tool (written in Perl) to produce Encapsulated PostScript Files
(EPS/EPSF) from usual one-paged Postscript documents. It calculates correct
Bounding Boxes for those EPS files and filters some special postscript command
sequences that can produce erroneous results on printers.

PR:		ports/91099
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
2005-12-31 23:39:28 +00:00
Pav Lucistnik
dc69b5a196 - Update to 10.0.5
PR:		ports/91122
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
2005-12-31 23:32:17 +00:00
Pav Lucistnik
16fe4379b9 - Add tip to pkg-message on how to fix color when playing in console
PR:		ports/89636
Submitted by:	Travis Poppe <tlp@liquidx.org>
Approved by:	maintainer timeout (mph; 1 month)
2005-12-31 23:21:40 +00:00
Pav Lucistnik
31fb48d4b5 - Update to 1.4.2
- Take maintainership

PR:		ports/91118
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-31 23:17:40 +00:00
Pav Lucistnik
b7e50cf541 - Add WWW
Submitted by:	tlp on EFnet
2005-12-31 23:14:42 +00:00
Pav Lucistnik
8f3ab30509 - Update to 0.9.12
- Take maintainership

PR:		ports/91117
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-31 23:06:05 +00:00
Joe Marcus Clarke
1f0ca94ccc Require moused before our rc script runs to ensure X is ready for us.
Suggested by:	Stefan Thurner <thurners@nicsys.de>
2005-12-31 19:59:22 +00:00
Joe Marcus Clarke
c8883eed90 Fix build with dbus-0.60. 2005-12-31 19:39:42 +00:00
Joe Marcus Clarke
244834f6ce Fix build with dbus-0.60. 2005-12-31 19:15:11 +00:00
Joe Marcus Clarke
f8d37e4ab9 Fix build with dbus-0.60.
Obtained from:	GNOME CVS
2005-12-31 19:11:26 +00:00
Joe Marcus Clarke
0a37251d21 Chase the dbus shared lib version. 2005-12-31 19:08:20 +00:00
Joe Marcus Clarke
c2494342ad Fix build with dbus-0.60.
Obtained from:	Avahi SVN
2005-12-31 19:04:02 +00:00
Joe Marcus Clarke
a40ac69059 Chase the dbus-glib shared lib version. 2005-12-31 18:51:18 +00:00
Joe Marcus Clarke
3549788aa1 Chase the dbus shared lib version. 2005-12-31 18:49:08 +00:00
Joe Marcus Clarke
a669dc1c3c Update to 0.60. 2005-12-31 18:43:11 +00:00
Pav Lucistnik
dff72ba61f This plugin allows you to read your favorite newsfeeds in Sylpheed Claws.
RSS 1.0, 2.0 and Atom feeds are currently supported.

PR:		ports/91076
Submitted by:	v.velox <v.velox@vvelox.net>
2005-12-31 18:42:57 +00:00
Pav Lucistnik
595395228f - Switch to another tarball of 1.1.6 release on the author's new website
- Update WWW

PR:		ports/91108
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
2005-12-31 18:03:28 +00:00
Pav Lucistnik
f2eaa57fc2 - Update to 2.1.2
PR:		ports/91102
Submitted by:	stephane (maintainer)
2005-12-31 17:48:37 +00:00
Pav Lucistnik
6add72df94 - Update to 1.1.0
- Take maintainership

PR:		ports/91098
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-31 17:27:23 +00:00
Mike Heffner
0c4ea88708 * Patch for open file dialog. 2005-12-31 16:53:08 +00:00
Emanuel Haupt
33ea98f1e7 - Update to 0.25
- Mark it broken on 4.x, requires wcswidth() which is not
  present in 4.x libc

PR:		91135
Submitted by:	Lapo Luchini <lapo@lapo.it> (maintainer)
2005-12-31 16:40:34 +00:00
Emanuel Haupt
c79cdf3908 - Pacify portlint
- Add SHA256 checksum

PR:		91124
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
2005-12-31 15:50:24 +00:00
Emanuel Haupt
ee8d803ab5 Prevent original file from being installed after patching
PR:		91136
Submitted by:	Alejandro Pulver <alejandro@varnet.biz> (maintainer)
2005-12-31 15:45:44 +00:00
Emanuel Haupt
b3656dfaff Add SHA256 checksums
PR:		91123,91125,91126,91127,91128,91129,91130,91131
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
2005-12-31 15:36:33 +00:00
MANTANI Nobutaka
6672af7e09 Fix install error for emacs-w3m-xemacs21-mule. 2005-12-31 15:00:00 +00:00
Oliver Braun
b8517f0b1c Upgrade to 3.8.2. 2005-12-31 14:57:08 +00:00
Christian Brueffer
95c8cc63bb Update description on supported hardware and remove some outdated stuff. 2005-12-31 14:02:46 +00:00
MANTANI Nobutaka
95e81caad7 Fix configure error.
Reported by:	pointyhat via kris
2005-12-31 13:15:55 +00:00
Erwin Lansing
3e3f26bb87 Update to 0.09
PR:		91111
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-31 10:39:57 +00:00
Yen-Ming Lee
6e38d834c8 - update to Net-SSLeay-1.30
- assign to perl@
2005-12-31 10:00:16 +00:00
Roman Bogorodskiy
c7cc76ac58 Needs pkgconfig.
Reported by:	pointyhat via kris
2005-12-31 09:36:37 +00:00
Pav Lucistnik
cf3b6fe60c - Add missed dependency on p5-Gnome
PR:		ports/91096
Submitted by:	Wesley Shields <wxs@csh.rit.edu> (maintainer)
2005-12-31 08:55:14 +00:00
Yen-Ming Lee
4a84373e14 - assign to perl@ 2005-12-31 08:54:31 +00:00
Yen-Ming Lee
0ea02d4ca9 - update to Text::BibTeX 0.36 / btparse 0.35 2005-12-31 08:45:05 +00:00
Pav Lucistnik
a732551284 - Remove expired ports 2005-12-31 08:36:45 +00:00
Pav Lucistnik
c4056e565c - Enable tray icon support
- Remove ImageMagick dependency
- Move post-install to makefile patch

PR:		ports/91120
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
2005-12-31 07:56:49 +00:00
Joe Marcus Clarke
e9e5f6bd57 Fix patching on FreeBSD <= 5.4-RELEASE. 2005-12-31 06:47:08 +00:00
Yen-Ming Lee
334f1333ff - update to 0.51 2005-12-31 06:24:56 +00:00
Emanuel Haupt
3f2fa3f4ac - Unbreak by providing two master sites
- Pass maintainership to submitter

PR:		91114
Submitted by:	Mark Foster <mark@foster.cc>
2005-12-31 05:42:59 +00:00
Emanuel Haupt
2e8e9197d7 Update to 1.0.1
PR:		91095
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
2005-12-31 05:12:17 +00:00
Warner Losh
de810f3771 Update to 0.3.7 from 0.3.2. See
http://gavare.se/gxemul/gxemul-stable/HISTORY.html
for a long changelog between these releases.  Summary: vastly improved arm,
mips and ppc support.  Lots of new CPUs and a better dynamic code generator
for the instructions emulated.  Vastly improved hardware device emulation.
Can boot many free and obscure guest operating systems.
2005-12-31 04:57:23 +00:00
Joe Marcus Clarke
b587769d87 Fix the build in the WITHOUT_X11 case.
Reported by:	James Risner <risner@stdio.com>
2005-12-31 04:34:04 +00:00
Emanuel Haupt
92eaeee9b4 - Update to 1.6.40
- Be more picky about whats PORTDOCS and what not
- Moved john.conf from ${DATADIR} to ${PREFIX}/etc
- Preserve existing/changed config file on install/deinstall
- Remove files/patch-john.conf
2005-12-31 04:28:08 +00:00
Norikatsu Shigemura
577db63a2d Back out previous commit.
Pointed out by:	nyan
Pointy hat to:	myself
2005-12-31 03:03:25 +00:00