1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
Commit Graph

42159 Commits

Author SHA1 Message Date
Nik Clayton
c83d873641 Add shot2png, which takes syscons screenshots generated by scrshot(1) and
turns 'em in to PNG files.
2001-05-18 16:32:25 +00:00
Maxim Sobolev
e5d7960791 Remove bogus comments from the end of file.
Revealed by:	phantom
2001-05-18 16:24:32 +00:00
Ying-Chieh Liao
f828fbc4d5 Updated distinfo - apparently trebuc32.exe has been updated from version
1.15 to 1.22 (cheers Mikhail).

Also removed NO_PACKAGE, it doesn't seem to be justified.

PR:		27365
Submitted by:	MAINTAINER
2001-05-18 16:15:39 +00:00
Ying-Chieh Liao
d64d4c06fc pass maintainership to keichii 2001-05-18 16:01:46 +00:00
Ying-Chieh Liao
5b818d7a50 upgrade to 2.4
PR:		27132
Submitted by:	MAINTAINER
2001-05-18 15:56:33 +00:00
Ade Lovett
0c69238095 Bring anjuta into the gnome-fifth-toe port, and adjust
maintainership accordingly.

Submitted by:	demon
2001-05-18 15:07:46 +00:00
Ade Lovett
4e86a7b8c4 Update to 0.8.4 2001-05-18 14:50:27 +00:00
Akinori MUSHA
1e3888f0dc Fix a rmdir line so it never fails.
Submitted by:	Jimmy Olgeni <olgeni@FreeBSD.org>
2001-05-18 14:20:15 +00:00
Andrey A. Chernov
33e0ea87da Upgrade to 3.1.13 2001-05-18 12:44:57 +00:00
Thomas Gellekum
71f9ddf14a Upgrade to 0.6.10. 2001-05-18 10:58:10 +00:00
Maxim Sobolev
9c5376b8eb Update to 0.4.3.
PR:		27388
Submitted by:	maintainer, sobomax
Approved by:	maintainer
2001-05-18 10:04:27 +00:00
David E. O'Brien
589fb25c3b This patch was misnamed. It has reappeard as patch-printers.c 2001-05-18 09:21:39 +00:00
David E. O'Brien
3949584ae9 Don't send the generated output to the printer by default.
Sending the file by default to the printer is (IMHO):

. counter-intuitive; the name a2ps suggests that the tool converts
  ASCII (plus other files) to Postscript, but it by no means gives a
  hint that it would print something without asking,

. violating the Unix way; we've got pipes, and people are used to use
  them when they want to print something (IMHO there isn't even a good
  reason for adding all the -P bloat to a2ps at all, but of course, i
  don't suggest changing _that_),

. contradictionary to all the documentation about a2ps since the docs
  tell you that it would only start printing if a -P or -c option is
  being provided,

. a waste of paper for the brave user who starts the program in the
  innocent assumption to get just a Postscript file out of it.

Not objected by:	ports@freebsd.org, maintainer
Submitted by:		joerg
2001-05-18 09:21:10 +00:00
Maxim Sobolev
e0a24c4a2e Update to 3.4.2. 2001-05-18 08:17:53 +00:00
Ying-Chieh Liao
03a1db2e02 upgrade to 1.0.4
drop maintainership :)
2001-05-18 07:37:07 +00:00
Ying-Chieh Liao
23ce3eea3f upgrade to 0.7b 2001-05-18 06:30:31 +00:00
David E. O'Brien
884ec47f8a Really make broken. 2001-05-18 06:09:31 +00:00
David E. O'Brien
1a868a8585 Update to build 627 (yes, still broken). 2001-05-18 06:09:14 +00:00
Maxim Sobolev
3cbb866591 Downgrade to 0.8.1 until numerous reported problems are fixed. 2001-05-18 05:43:17 +00:00
Mikhail Teterin
8367fe1128 Fix the autogenerated LIB_DEPENDS for TCL.
PR:		ports/27416
Submitted by:	girgen@partitur.se (the maintainer)
2001-05-18 01:30:20 +00:00
Bill Fenner
56a7cc4a62 Update to version 1.8 2001-05-17 22:22:20 +00:00
Ade Lovett
2eec0fdadc Update to 0.88 2001-05-17 21:48:25 +00:00
Akinori MUSHA
5604e7a14d Update lang/ruby and lang/ruby-devel to the latest snapshots.
Remove shells/ruby-shell as it is now part of the standard distribution.
(in both Ruby 1.6.4 and 1.7.0)

Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the
standard distribution now.
2001-05-17 21:16:46 +00:00
David E. O'Brien
012ab0ea4f Upgrade the STLport to version 4.0.
With help from: NetBSD, Tim Tretyak <timothy@umc.com.ua>
2001-05-17 21:09:19 +00:00
Maxim Sobolev
a4fe6aee2f - Update to 1.5.8c;
- pass over maintainership to Ernst de Haan <ernst@jollem.com>.

PR:		27382
Submitted by:	Ernst de Haan <ernst@jollem.com>
Approved by:	maintainer (old)
2001-05-17 20:46:06 +00:00
Jim Mock
e483013aa0 Update to version 1.7.4. 2001-05-17 20:12:06 +00:00
Akinori MUSHA
9eccb5c8f2 Add a WITH_OLD_LAYOUT hook for those who still use PostgreSQL with the
old layout.

PR:		ports/27292
Submitted by:	Hoss Firooznia <hoss@lodestone.org>
2001-05-17 19:51:18 +00:00
Ying-Chieh Liao
39efc8cfc1 fix path
PR:		27018
Submitted by:	MAINTAINER
2001-05-17 19:50:39 +00:00
Akinori MUSHA
5c13f9369e Update to 1.25. 2001-05-17 18:23:40 +00:00
George C A Reid
cd42518130 Update to 3.0p7 2001-05-17 18:01:52 +00:00
Ade Lovett
0d18df049d Fix symlink for mcedit
PR:		27352 (right idea, wrong patch)
Submitted by:	albert.kinderman@csun.edu
2001-05-17 17:35:22 +00:00
David E. O'Brien
de2a11edaa Rewrite the per4 in perl5.
Submitted by:	eivind
Approved by:	fenner
2001-05-17 17:23:36 +00:00
David E. O'Brien
e99be40011 Change defaults to match FreeBSD, not Linux.
Approved by:	fenner
2001-05-17 17:22:46 +00:00
Akinori MUSHA
ef1d11ac2e Update to 0.6.3. 2001-05-17 16:41:51 +00:00
Maxim Sobolev
47394ad493 Add landscape 0.5.1, a program for generating and rendering
landscapes.

PR:		27236
Submitted by:	Jonathan Belson <jon@witchspace.com>
2001-05-17 16:28:42 +00:00
Maxim Sobolev
847c099094 Add py-amkCrypto 0.1.3, a Python cryptography modules.
PR:		26723
Submitted by:	Jason R. Mastaler <jason@mastaler.com>
2001-05-17 16:21:34 +00:00
James E. Housley
233e86107f Update to 4139
****IMPORTANT NOTES****
*  Notice: This emergency DAT release has been
   produced to provide protection for the
   VBS/VBSWG virus variant also known as "Mawanella".
2001-05-17 16:20:38 +00:00
Maxim Sobolev
42016695a6 Fix problems in previous commit:
- We don't really want to catch SIGCHLD;
- actually enable new `-f' option.
2001-05-17 13:50:59 +00:00
Maxim Sobolev
6e65268427 * Portrevision from 1 to 2 (version is still 1.4.5)
* Changed reference to linux-jdk1.2.2 into linux-jdk1.3.0 in the shell script,
      since the port depends on linux-jdk1.3.0.
* Fixed a few typos and other issues in the shell script
* No longer installing a link from ${PREFIX}/orion -> ${PREFIX}/orion1.4.5
* Making all directories under ${PREFIX}/orion1.4.5 a+x
* Added one mirror site for the DISTFILE
* Renamed shell script from `orion.sh' to `orionctl' (similar to `apachectl')
* Installing the shell script in the ${PREFIX}/bin/ directory and symlinking
     from ${PREFIX}/etc/rc.d/orion.sh to the former file, making sure that the
     shell script is +x
* Including the shell script in ${FILESDIR} instead of downloading

PR:		27407
Submitted by:	maintainer
2001-05-17 13:42:10 +00:00
Maxim Sobolev
b22c4e2030 - Add an option to disable interactive confirmation;
- catch up possible signals to remove temporary files.

Submitted by:	dirk, sobomax
2001-05-17 13:11:18 +00:00
Chris D. Faulhaber
a2b3b8deb8 Update port to 0.9
PR:		27279
Submitted by:	Pete Fritchman <petef@databits.net>
2001-05-17 12:24:36 +00:00
Thomas Gellekum
13582290cf Upgrade to 1.07. 2001-05-17 11:31:20 +00:00
Josef Karthauser
c00937158d Upgrade to version 0.97.
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-05-17 11:22:00 +00:00
Jun Kuriyama
fed9a4f928 Upgrade to 0.70. 2001-05-17 08:53:26 +00:00
Jun Kuriyama
c6bfd9b08a Fix subdir of ftp.cpan.org. 2001-05-17 08:21:23 +00:00
Joseph Koshy
4bfb1d6b56 Add USE_BISON. Change MAINTAINER to <anders@codefactory.se>, with
current maintainers consent.

Submitted by:	Anders Andersson <anders@codefactory.se>
2001-05-17 08:21:09 +00:00
Maxim Sobolev
3dd781f42b Update to 0.10.6. 2001-05-17 08:17:04 +00:00
Maxim Sobolev
9cf230d3ac Update to 0.9.
Not objected to by:	gnome@FreeBSD.org
2001-05-17 08:15:36 +00:00
Ying-Chieh Liao
99990b94b5 installs examples and docs
Bump PORTREVISION

PR:		27083
Submitted by:	Dimitry Andric <dim@xs4all.nl>
2001-05-17 07:34:47 +00:00
Ying-Chieh Liao
ff5e6dff63 upgrade to 1.0.0pr4
PR:		27026
Submitted by:	MAINTAINER
2001-05-17 06:33:24 +00:00