Port details |
- ptoc ANSI/Turbo Pascal to C/C++ converter
- 3.58_1 lang =4 3.58_1Version of this port present on the latest quarterly branch.
- Maintainer: osa@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: aclgen, bbjd, cops, autoconf, libunicode
- License: not specified in port
- WWW:
- http://www.garret.ru/~knizhnik/
- Description:
- This is yet another ANSI/Turbo Pascal to C/C++ converter together
with BGI graphics library emulation for X Window System.
Converter recognizes Pascal dialects which are compatible with
Turbo Pascal 4.0/5.0 and ISO Pascal standard - IEC 7185:1990(E)
(including conformant arrays). Now it is tuned for Oregon Pascal-2
V2.1 which has few extensions to standard Pascal.
Converter can produce both C++ and C output.
Now PTOC recognizes Turbo Pascal's extensions, such as units,
strings, some special types and operations. Turbo Pascal
extensions are supported only for C++ language.
Also emulation libraries of Borland Graphics Interface (BGI) for
X Window System included in this distribution (BGI emulators can
be also used without converter for C programs using BGI).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/ptoc/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/ptoc
- pkg install ptoc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ptoc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ptoc-3.58.tar.gz) = 671d0a5e1a49aa3368bbfa8cb0de4bc52d7a0b804774571923f2b085c986d084
SIZE (ptoc-3.58.tar.gz) = 270507
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ptoc-3.58_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- lang_ptoc
- USES:
- bison xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.58_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.58_1 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
3.58_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.58_1 26 Jan 2021 13:59:25 |
sunpoet |
Fix build with bison 3.7.4
PR: 248911
Exp-run by: antoine |
3.58_1 06 Nov 2019 18:06:41 |
zeising |
Add USES=xorg USES=gl, ports categories l
Add USES=xorg and USES=gl to ports in categories starting with 'l'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
3.58_1 14 May 2018 21:03:47 |
osa |
Fix build with clang 6.0.
Bump PORTREVISION. |
3.58 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
3.58 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
3.58 04 Jul 2014 00:24:35 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
3.58 17 Jun 2014 13:23:23 |
vanilla |
Stagify.
Approved by: portmgr@ |
3.58 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
3.58 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
3.58 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
3.58 20 May 2010 14:58:15 |
osa |
Update from 3.56 to 3.58. |
3.56_2 06 Mar 2009 12:04:11 |
johans |
- Update bison to 2.4.1, see announcements for important changes:
http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
Replace %{ .. %} with %code { .. } where required
and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat
PR: ports/131640
Approved by: portmgr (pav) |
3.56_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
3.56_2 24 Mar 2008 23:21:25 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
3.56_2 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
3.56_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.56 22 Jan 2006 12:42:24 |
edwin |
SHA256ify
Approved by: krion@ |
3.56 31 May 2005 08:09:10 |
osa |
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;
} |
3.56 31 May 2005 02:13:50 |
kris |
BROKEN: Size mismatch |
3.56 25 Apr 2005 10:24:15 |
osa |
Update to 3.56. |
3.55 01 Mar 2004 14:31:55 |
osa |
Update to 3.55. |
3.54_1 04 Feb 2004 12:55:42 |
osa |
SIZEfy my ports. |
3.54_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
3.54 30 Jan 2004 12:34:05 |
osa |
Update MD5, author report about make some changes in parser code.
Diff old vs. new version avaliable upon request.
Notify from: kris via bento |
3.54 04 Nov 2003 12:04:00 |
osa |
Make portlint(1) happy. |
3.54 24 Sep 2003 13:32:26 |
osa |
Update to 3.54.
Utilize ${DOCSDIR} and ${EXAMPLESDIR}.
Use new name schema for patch files.
Fix ${MASTER_SITES} and home page URL.
Take maintainership. |
3.50 20 Feb 2003 18:38:02 |
knu |
De-pkg-comment. |
3.50 02 Dec 2002 16:32:08 |
marcus |
Fix build with bison 1.75.
Reported by: bento |
3.50 07 Nov 2002 03:10:58 |
adamw |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
24 Dec 2001 02:17:17 |
pat |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
24 Oct 2000 17:11:59 |
kevlo |
Upgrade to version 3.50 |
08 Oct 2000 04:17:26 |
asami |
Convert category lang to new layout. |
03 Oct 2000 12:04:24 |
alex |
Remove 0-sized, unused file. |