1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Olli Hauer
27de467a2b - remove MD5 2011-07-03 13:45:36 +00:00
Sergey A. Osokin
34c8928bdc Update from 3.56 to 3.58. 2010-05-20 14:58:15 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Sergey A. Osokin
80c5619581 Remove BROKEN.
Author rerolled tarball after bug report and small modification.
Changes:
--- old/ptoc/bring.h    Tue Feb 24 21:40:02 2004
+++ new/ptoc/bring.h    Sun May 15 00:40:19 2005
@@ -69,9 +69,11 @@
     static b_ring *top_b_ring;

     static void push(b_ring* r) {
+       /*
         if (r->outer != NULL) {
             r = new b_ring(r->scope);
         }
+       */
         r->outer = curr_b_ring;
         curr_b_ring = r;
     }
2005-05-31 08:09:10 +00:00
Sergey A. Osokin
7d806d79a3 Update to 3.56. 2005-04-25 10:24:15 +00:00
Sergey A. Osokin
5a8688f622 Update to 3.55. 2004-03-01 14:31:54 +00:00
Sergey A. Osokin
5022d772a4 SIZEfy my ports. 2004-02-04 12:55:42 +00:00
Sergey A. Osokin
0227c64715 Update MD5, author report about make some changes in parser code.
Diff old vs. new version avaliable upon request.

Notify from:	kris via bento
2004-01-30 12:34:05 +00:00
Sergey A. Osokin
4c52f6c933 Update to 3.54.
Utilize ${DOCSDIR} and ${EXAMPLESDIR}.
Use new name schema for patch files.
Fix ${MASTER_SITES} and home page URL.
Take maintainership.
2003-09-24 13:32:25 +00:00
Kevin Lo
631c06649b Upgrade to version 3.50
PR: 22253
Submitted by: MAINTAINER
2000-10-24 16:11:57 +00:00
Steve Price
1b94d66d82 Update to version 3.41.
PR:		10074
Submitted by:	maintainer
1999-02-22 04:02:48 +00:00
Steve Price
74797c9de6 Update to version 3.34.
PR:		8551
Submitted by:	maintainer
1998-11-09 01:21:43 +00:00
Thomas Gellekum
e007443a4f Import of ptoc port. ptoc is another Pascal to C translator. It comes
with an X implementation of the BGI.

PR:		5270
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-27 10:51:23 +00:00