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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
libflate Template library used to deal with html code in CGI applications
2.0.1 textproc Deleted on this many watch lists=0 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 2.0.1Version of this port present on the latest quarterly branch.
Broken BROKEN: unfetchable
Deprecated DEPRECATED: Unfetchable, unmaintained
Expired This port expired on: 2019-10-16
Ignore 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 search for ports maintained by this maintainer
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (2 items)
Collapse this list.
  1. lib/libflate.a
  2. bin/checktpl
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
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: pkg-fallout
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:
Expand this list (1 items)
Collapse this list.
  1. http://flate.dead-inside.org/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.1
16 Oct 2019 15:29:32
Revision:514601Original commit files touched by this commit
rene search for other commits by this committer
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 View all of this commit message)
2.0.1
15 Sep 2019 17:28:09
Revision:512125Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports
2.0.1
05 Aug 2019 13:22:34
Revision:508166Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: unfetchable
2.0.1
23 Feb 2018 21:09:47
Revision:462745Original commit files touched by this commit
rene search for other commits by this committer
Reset vg@'s ports after he resigned.

With hat:	portmgr-secretary
2.0.1
23 Aug 2015 16:23:27
Revision:395112Original commit files touched by this commit
vg search for other commits by this committer
- Update to 2.0.1

PR:		ports/202474
Submitted by:	Chris Petrik <chris@bsdjunk.com>
2.0_1
08 May 2015 14:04:51
Revision:385787Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
Revision:354670Original commit files touched by this commit
tijl search for other commits by this committer
Quote ${CC} and similar variables in MAKE_ARGS.

Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
2.0
25 Feb 2014 15:54:02
Revision:346038Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging
2.0
17 Oct 2013 17:13:37
Revision:330657Original commit files touched by this commit
vg search for other commits by this committer
- Fixed build with clang

Approved by:	eadler, osa, rm (mentors, implicit)
2.0
20 Sep 2013 23:17:32
Revision:327773Original 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:
textproc)
2.0
22 Jul 2013 14:34:23
Revision:323455Original commit files touched by this commit
vg search for other commits by this committer
 - 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
Revision:311933Original commit files touched by this commit
miwi search for other commits by this committer
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>

Number of commits found: 12