| Port details |
- libflate Template library used to deal with html code in CGI applications
- 2.0.1 textproc
=0 2.0.1Version of this port present on the latest quarterly branch. BROKEN: unfetchable
DEPRECATED: Unfetchable, unmaintained
This port expired on: 2019-10-16
IGNORE: is marked as broken: unfetchable
- 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
 - Port Added: 2013-02-08 09:41:05
- Last Update: 2019-10-16 15:29:32
- SVN Revision: 514601
- Also Listed In: devel
- License: not specified in port
- WWW:
- http://flate.dead-inside.org/
- Description:
- Flate is a template library used to deal with html code in CGI applications.
The library includes C and Perl support. All html code is put in an external
file (the template) and printed using the library functions: variables, zones
(parts to be displayed or not) and tables (parts to be displayed 0 to n times).
Using this method you don't need to modify/recompile your application when
modifying html code, printing order doesn't matter in your CGI code, and your
CGI code is much cleaner.
WWW: http://flate.dead-inside.org/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libflate>0:textproc/libflate
- No installation instructions:
- This port has been deleted.
- PKGNAME: libflate
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libflate-2.0.1.tar.gz) = ad567c0aa07e22dacace72db6b8c97332f4358b020fbd8a2e2dd105b8f1867b6
SIZE (libflate-2.0.1.tar.gz) = 21578
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
2.0.1 16 Oct 2019 15:29:32
  |
rene  |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
2.0.1 15 Sep 2019 17:28:09
  |
antoine  |
Deprecate a few ports |
2.0.1 05 Aug 2019 13:22:34
  |
antoine  |
Mark BROKEN: unfetchable |
2.0.1 23 Feb 2018 21:09:47
  |
rene  |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
2.0.1 23 Aug 2015 16:23:27
  |
vg  |
- Update to 2.0.1
PR: ports/202474
Submitted by: Chris Petrik <chris@bsdjunk.com> |
2.0_1 08 May 2015 14:04:51
  |
amdmi3  |
- Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by: portmgr blanket
MFH: 2015Q2 |
2.0 20 May 2014 19:32:39
  |
tijl  |
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de> |
2.0 25 Feb 2014 15:54:02
  |
ehaupt  |
Support staging |
2.0 17 Oct 2013 17:13:37
  |
vg  |
- Fixed build with clang
Approved by: eadler, osa, rm (mentors, implicit) |
2.0 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.0 22 Jul 2013 14:34:23
  |
vg  |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
2.0 08 Feb 2013 09:40:48
  |
miwi  |
Flate is a template library used to deal with html code in CGI applications.
The library includes C and Perl support. All html code is put in an external
file (the template) and printed using the library functions: variables, zones
(parts to be displayed or not) and tables (parts to be displayed 0 to n times).
Using this method you don't need to modify/recompile your application when
modifying html code, printing order doesn't matter in your CGI code, and your
CGI code is much cleaner.
WWW: http://flate.dead-inside.org/
PR: ports/175559
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> |