notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
pccts Purdue Compiler Construction Tool Set
1.33.33 devel Deleted on this many watch lists=56 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.33.33Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: abandonedware, superseded by devel/antlr
Expired This port expired on: 2020-10-31
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2020-11-01 21:50:31
SVN Revision: 553867
People watching this port, also watch:: unzip, gettext, gmake, libiconv
License: not specified in port
WWW:
http://www.polhode.com/pccts.html
Description:
PCCTS - The Purdue Compiler Construction Tool Set PCCTS is a set of public domain software tools designed to facilitate the implementation of compilers and other translation systems. These tools currently include antlr, and dlg. In many ways, PCCTS is similar to a highly integrated version of YACC [Joh78] and LEX [Les75]; where antlr (ANother Tool for Language Recognition) corresponds to YACC and dlg (DFA-based Lexical analyzer Generator) functions like LEX. However, PCCTS has many additional features which make it easier to use for a wider range of translation problems. WWW: http://www.polhode.com/pccts.html
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (101 items)
Collapse this list.
  1. bin/antlr
  2. bin/dlg
  3. bin/genmk
  4. bin/sor
  5. include/pccts/AParser.cpp
  6. include/pccts/AParser.h
  7. include/pccts/ASTBase.cpp
  8. include/pccts/ASTBase.h
  9. include/pccts/ATokPtr.h
  10. include/pccts/ATokPtrImpl.h
  11. include/pccts/ATokenBuffer.cpp
  12. include/pccts/AToken.h
  13. include/pccts/ATokenBuffer.h
  14. include/pccts/ATokenStream.h
  15. include/pccts/BufFileInput.cpp
  16. include/pccts/BufFileInput.h
  17. include/pccts/DLG_stream_input.h
  18. include/pccts/DLexer.h
  19. include/pccts/DLexerBase.cpp
  20. include/pccts/DLexerBase.h
  21. include/pccts/PBlackBox.h
  22. include/pccts/PCCTSAST.cpp
  23. include/pccts/PCCTSAST.h
  24. include/pccts/SList.h
  25. include/pccts/antlr.h
  26. include/pccts/ast.c
  27. include/pccts/ast.h
  28. include/pccts/charbuf.h
  29. include/pccts/charptr.c
  30. include/pccts/charptr.h
  31. include/pccts/config.h
  32. include/pccts/dlgdef.h
  33. include/pccts/dlgauto.h
  34. include/pccts/err.h
  35. include/pccts/int.h
  36. include/pccts/pccts_assert.h
  37. include/pccts/pccts_iostream.h
  38. include/pccts/pccts_istream.h
  39. include/pccts/pccts_setjmp.h
  40. include/pccts/pccts_stdarg.h
  41. include/pccts/pccts_stdio.h
  42. include/pccts/pccts_stdlib.h
  43. include/pccts/pccts_string.h
  44. include/pccts/pcctscfg.h
  45. include/pccts/slist.cpp
  46. man/man1/antlr.1.gz
  47. man/man1/dlg.1.gz
  48. share/doc/pccts/CHANGES_FROM_131.txt
  49. share/doc/pccts/CHANGES_FROM_133.txt
  50. share/doc/pccts/CHANGES_FROM_133_BEFORE_MR13.txt
  51. share/doc/pccts/KNOWN_PROBLEMS.txt
  52. share/doc/pccts/README
  53. share/doc/pccts/RIGHTS
  54. share/doc/pccts/history.txt
  55. share/doc/pccts/history.ps
  56. share/examples/pccts/makefile
  57. share/examples/pccts/1/makefile
  58. share/examples/pccts/1/test.g
  59. share/examples/pccts/2/makefile
  60. share/examples/pccts/2/test.g
  61. share/examples/pccts/2/MyLexer.h
  62. share/examples/pccts/2/MyLexer.cpp
  63. share/examples/pccts/3/test.g
  64. share/examples/pccts/3/mytokens.h
  65. share/examples/pccts/3/makefile
  66. share/examples/pccts/3/MyLexer.h
  67. share/examples/pccts/3/MyLexer.cpp
  68. share/examples/pccts/4/test.g
  69. share/examples/pccts/4/mytokens.h
  70. share/examples/pccts/4/makefile
  71. share/examples/pccts/5/test.g
  72. share/examples/pccts/5/makefile
  73. share/examples/pccts/5/input.h
  74. share/examples/pccts/6/test2.g
  75. share/examples/pccts/6/test.g
  76. share/examples/pccts/6/makefile2
  77. share/examples/pccts/6/makefile
  78. share/examples/pccts/6/main.cpp
  79. share/examples/pccts/6/file2
  80. share/examples/pccts/6/file1
  81. share/examples/pccts/7/test.g
  82. share/examples/pccts/7/makefile
  83. share/examples/pccts/8/test.g
  84. share/examples/pccts/8/makefile
  85. share/examples/pccts/8/main.cpp
  86. share/examples/pccts/9/test.g
  87. share/examples/pccts/9/makefile
  88. share/examples/pccts/10/test.g
  89. share/examples/pccts/10/makefile
  90. share/examples/pccts/11/test.g
  91. share/examples/pccts/11/makefile
  92. share/examples/pccts/11/input.h
  93. share/examples/pccts/12/makefile
  94. share/examples/pccts/12/test.g
  95. share/examples/pccts/13/makefile
  96. share/examples/pccts/13/test.g
  97. @dir share/examples/pccts/6/B
  98. @dir share/examples/pccts/6/A
  99. @owner
  100. @group
  101. @mode
Collapse this list.
Dependency lines:
  • pccts>0:devel/pccts
Conflicts:
CONFLICTS:
  • antlr*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: pccts
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (pccts133mr33.zip) = d5aaf0b53999f43a9ff97c4993ba9f9682ed1864603c34f5e2728ae6a40f30a4 SIZE (pccts133mr33.zip) = 738635

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for pccts-1.33.33: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.polhode.com/
Collapse this list.

Number of commits found: 33

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.33.33
01 Nov 2020 21:50:31
Revision:553867Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-10-31 www/radicale2: Please migrate to Radicale 3.x which you can find at
www/radicale
2020-10-31 devel/pccts: abandonedware, superseded by devel/antlr
1.33.33
26 Sep 2020 08:03:24
Revision:550133Original commit files touched by this commit
makc search for other commits by this committer
devel/pccts: Deprecate and schedule for removal in one month

Ancient software (the last maintenance release in 2002), not used by
anything in the portstree. Superseded by a bit less ancient devel/antlr.
1.33.33
03 Jul 2017 13:33:30
Revision:444952Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- Remove useless patch
1.33.33
13 Dec 2015 20:42:23
Revision:403689Original commit files touched by this commit
bapt search for other commits by this committer
Fix a bunch of false positive that are fetchable

Reported by:	ak
1.33.33
12 Dec 2015 23:02:03
Revision:403636Original commit files touched by this commit
bapt search for other commits by this committer
Mark as broken: does not fetch
1.33.33
03 Mar 2015 02:54:31
Revision:380325Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix comment
- Add empty directories to plist
1.33.33
27 Oct 2014 11:03:01
Revision:371551Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.33.33
02 Apr 2014 12:56:17
Revision:349915Original commit files touched by this commit
pawel search for other commits by this committer
- Add staging support
- Include stdarg.h during compile by adding -DPCCTS_USE_STDARGS to CFLAGS
- Replace 15 patches with fairly simple sed substitutions
- Define DOCS EXAMPLES options
- Simplify do-install target
07 Mar 2014 16:49:10
Revision:347405Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert d* to USES=zip
1.33.33
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
1.33.33
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
1.33.33
18 Oct 2011 13:05:17
Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to version 1.33.33

PR:             161600
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
1.33.33
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.33.33
04 May 2006 21:41:12
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
1.33.33
23 Jan 2006 09:48:39
Original commit files touched by this commit
linimon search for other commits by this committer
Remove maintainer at his request.

Hat:    portmgr
1.33.33
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
1.33.33
30 May 2004 15:38:22
Original commit files touched by this commit
pav search for other commits by this committer
- Silence confusing messages about completed installation in build stage
- Hand over to volunteer

PR:             ports/66844
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
1.33.33
29 Jan 2004 12:50:38
Original commit files touched by this commit
netchild search for other commits by this committer
Fix the my previous commit, CONFLICTS gets feeded into ls, so it has
to be a shell glob pattern to detect all versions of the port.

Noticed by:     Marius Strobl <marius@alchemy.franken.de>
1.33.33
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
1.33.33
28 Jan 2004 16:45:47
Original commit files touched by this commit
netchild search for other commits by this committer
Add conflict between devel/antlr and devel/pccts. Maintainer of
antlr port informed.

Requested by:   Marius Strobl <marius@alchemy.franken.de>
1.33.33
15 Oct 2003 12:29:10
Original commit files touched by this commit
krion search for other commits by this committer
- Fix build on -current
- Use DOCSDIR, EXAMPLESDIR
1.33.33
20 Feb 2003 17:07:10
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.33.33
28 May 2002 00:50:54
Original commit files touched by this commit
petef search for other commits by this committer
Update to 1.33.33.

PR:             38505
Submitted by:   Erwin Lansing <erwin@lansing.dk>
24 Dec 2001 02:17:17
commit hash: fp1.22453@dev.null.freshports.orgcommit hash: fp1.22453@dev.null.freshports.orgcommit hash: fp1.22453@dev.null.freshports.orgcommit hash: fp1.22453@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
- PORTDOCS police   - DOCSDIR support to some   - Brush out some lint    
06 Nov 2001 12:02:27
commit hash: fp1.20466@dev.null.freshports.orgcommit hash: fp1.20466@dev.null.freshports.orgcommit hash: fp1.20466@dev.null.freshports.orgcommit hash: fp1.20466@dev.null.freshports.org files touched by this commit
sf search for other commits by this committer
o update to 1.33 MR31.   o using versioned distfile (inspired from OpenBSD
port).    
11 Sep 2001 23:17:23
commit hash: fp1.18694@dev.null.freshports.orgcommit hash: fp1.18694@dev.null.freshports.orgcommit hash: fp1.18694@dev.null.freshports.orgcommit hash: fp1.18694@dev.null.freshports.org files touched by this commit
sf search for other commits by this committer
update to 1.33.29.    
30 Aug 2001 19:19:03
commit hash: fp1.18152@dev.null.freshports.orgcommit hash: fp1.18152@dev.null.freshports.orgcommit hash: fp1.18152@dev.null.freshports.orgcommit hash: fp1.18152@dev.null.freshports.org files touched by this commit
sf search for other commits by this committer
o compile with optimize flags.   o don't install nonexistent file.    
22 Aug 2001 18:28:53
commit hash: fp1.17638@dev.null.freshports.orgcommit hash: fp1.17638@dev.null.freshports.orgcommit hash: fp1.17638@dev.null.freshports.orgcommit hash: fp1.17638@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Update to 1.33.25.   [and drop ownership]    
02 Apr 2001 09:30:54
commit hash: fp1.11929@dev.null.freshports.orgcommit hash: fp1.11929@dev.null.freshports.orgcommit hash: fp1.11929@dev.null.freshports.orgcommit hash: fp1.11929@dev.null.freshports.org files touched by this commit
mharo search for other commits by this committer
remove deprecated fetch options from FETCH_BEFORE_ARGS    
07 Feb 2001 14:51:16
commit hash: fp1.9320@dev.null.freshports.orgcommit hash: fp1.9320@dev.null.freshports.orgcommit hash: fp1.9320@dev.null.freshports.orgcommit hash: fp1.9320@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Put back my editor hints that were removed w/o permission.   Note these are
*FULLY* Satoshi approved for the past 4 years.    
22 Nov 2000 00:26:04
commit hash: fp1.6605@dev.null.freshports.orgcommit hash: fp1.6605@dev.null.freshports.orgcommit hash: fp1.6605@dev.null.freshports.orgcommit hash: fp1.6605@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Add $FreeBSD$, which help me in problem reports.    
08 Oct 2000 02:10:04
commit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
26 Sep 2000 18:34:18
commit hash: fp1.4380@dev.null.freshports.orgcommit hash: fp1.4380@dev.null.freshports.orgcommit hash: fp1.4380@dev.null.freshports.orgcommit hash: fp1.4380@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Fix distfile checksum.  I could not find a distfile with the older checksum,  
and not being the one to create the previous one, I cannot even be sure it   was
ever correct.    

Number of commits found: 33