The FreeBSD Ports Archive
FreeBSD www : MT4>
A web-based personal publishing system for weblogs
Movable Type is a web-based personal publishing system. It is designed to
ease maintenance of regularly-updated news, journal sites and weblogs.
http://www.movabletype.org/
|
MT history
v. 1.26
date: 2007/09/27 15:07:11; author: arved; state: Exp; lines: +9 -14
Update to 4.01
Support for Berkeley DB was dropped, so the port now defaults to SQLite.
v. 1.25
date: 2007/09/08 01:10:25; author: linimon; state: Exp; lines: +0 -7
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
v. 1.24
date: 2007/05/19 20:24:24; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.23
date: 2007/01/29 13:13:08; author: arved; state: Exp; lines: +2 -3
Update to 3.34
v. 1.22
date: 2006/10/09 20:05:48; author: arved; state: Exp; lines: +1 -1
Update to 3.33
Announcement:
http://www.sixapart.com/movabletype/news/2006/09/mt_333-mte_103_updates.html
Six Apart strongly recommends updating, as they will disclose
"combined vulnerabilities" fixed in this version in a few days.
v. 1.21
date: 2006/09/20 14:41:22; author: arved; state: Exp; lines: +4 -4
Update to 3.32
Changelog:
http://www.sixapart.com/movabletype/docs/3.3/h_changelog/3_32.html
v. 1.20
date: 2006/08/05 15:22:16; author: arved; state: Exp; lines: +9 -4
Update to 3.3
- Changes: http://www.sixapart.com/movabletype/docs/3.3/
- Add dependency on p5-Crypt-DSA
- Mark ignore for perl < 5.6
v. 1.19
date: 2006/01/05 03:57:32; author: edwin; state: Exp; lines: +1 -0
Chase libversion bumb to libMagick.so.9
PR: ports/91270
v. 1.18
date: 2005/09/25 17:15:36; author: arved; state: Exp; lines: +22 -47
Upgrade to 3.2, since the old version is not available anymore.
Lots of changes since 2.661, e.g.
- the nofollow plugin is now included
- the configuration file has been renamed
- Support for Atom feeds
- a new Junk filter, comment and trackback moderation
v. 1.17
date: 2005/06/11 16:13:07; author: skv; state: Exp; lines: +2 -2
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
v. 1.16
date: 2005/01/31 00:35:54; author: girgen; state: Exp; lines: +1 -2
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.15
date: 2005/01/19 18:20:38; author: arved; state: Exp; lines: +23 -19
* Fetch & Install the nofollow plugin. Links from external users will have
a rel="nofollow" tag.
See http://www.google.com/googleblog/2005/01/preventing-comment-spam.html
for details
* Bump PORTREVISION
v. 1.14
date: 2004/12/04 16:39:14; author: arved; state: Exp; lines: +82 -29
- Overhaul RUN_DEPENDS:
* Remove pkg-message which pointed to optional and required perl modules
* Add required perl modules to RUN_DEPENDS
* Add optional perl modules to RUN_DEPENDS
unless WITHOUT_OPTIONAL_MODULES defined
* Add WITH_SQLITE knob for SQLite Suppport (This is untested)
* add pre-everything:: Message to explain knobs
* Bump PORTREVISION
Initial Suggestion from: krion
- Don't mess with ECHO_MSG to print a beautiful IGNORE message.
- pkg-descr:reword and whitespace fixes, Add Author: section
v. 1.13
date: 2004/11/27 15:09:54; author: arved; state: Exp; lines: +2 -2
Don't ignore IGNORE on the package cluster, not sure why a lot of ports
have this code.
Reported by: pointyhat
Replace NO_PACKAGE with RESTRICTED (This is a noop, because without
MASTER_SITE the distfile can't get onto the mirrors).
v. 1.12
date: 2004/11/22 11:15:25; author: arved; state: Exp; lines: +16 -2
Mark Edwards described to me a way to get
a 2.661 tarball from the official site.
Update the description for the new tarball.
The only difference between the old and the new tarball is the License.
Add a WITH_OLD_DISTFILE knob for people that prefer the old
less-restrictive License.
v. 1.11
date: 2004/11/22 09:02:10; author: arved; state: Exp; lines: +5 -9
Register myself as maintainer. I still use it.
Remove reference to old download URL.
portlint
Add SIZE
v. 1.10
date: 2004/11/07 19:20:44; author: arved; state: Exp; lines: +1 -0
Fix with perl 5.8.4+:
Define $Storable::interwork_56_64bit = 1;
for compatibility with perl5.6
Bump PORTREVISION
BTW. This port is now kind of obsolete, as SixApart does not offer the
distfile anymore and we are not allowed to redistribute it.
v. 1.9
date: 2004/01/17 15:28:30; author: kuriyama; state: Exp; lines: +1 -2
Upgrade to 2.661.
PR: ports/61477
Submitted by: Xin LI
v. 1.8
date: 2004/01/03 05:38:28; author: kuriyama; state: Exp; lines: +3 -1
o Though this port does not support packaging, but fixed pkg-plist
while I'm here.
o Install mt.cfg as mt.cfg.dist and not overwrite / deinstall modified
mt.cfg file.
v. 1.7
date: 2003/12/31 12:52:58; author: roam; state: Exp; lines: +2 -3
Update to MovableType 2.65, which contains an important XMLRPC security
fix and other improvements.
Change the explicit dependency on MySQL 3.23 to USE_MYSQL=yes: this does
indeed introduce a build-time dependency on MySQL, too, but IMHO this ought
to be acceptable for the present. Is it time for USE_MYSQL_BUILD and
USE_MYSQL_RUN already? :)
v. 1.6
date: 2003/12/13 13:33:27; author: kuriyama; state: Exp; lines: +2 -0
o Fix schemas directory in mt-load.cgi to fit our installation.
o Add plist entries to remove directories when they are empty.
v. 1.5
date: 2003/11/21 01:57:26; author: foxfair; state: Exp; lines: +4 -4
Submitted by: ijliao
Plugins folder should go under mt/, fix it and bump PORTREVISION.
v. 1.4
date: 2003/09/27 01:01:06; author: edwin; state: Exp; lines: +3 -3
KATO mega patch
- ECHO -> ECHO_MSG
For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD
PR: ports/56820-56858
Submitted by: KATO Tsuguru
v. 1.3
date: 2003/09/03 08:41:20; author: foxfair; state: Exp; lines: +2 -0
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add NO_PACKAGE to prevent bento error.
Obtained from: bento
v. 1.2
date: 2003/07/14 05:29:22; author: foxfair; state: Exp; lines: +10 -4
PR: 54382
Submitted by: Mark Linimon
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix 'make fetch' problem by including bsd.port.pre.mk.
Obtained from: bento
v. 1.1
date: 2003/06/16 03:31:18; author: foxfair; state: Exp;
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Import MT: A web-based personal publishing system like weblogs.
MT (MovableType) is Six Apart's powerful, customizable publishing system
which installs on web servers to enable individuals or organizations to
manage and update weblogs, journals, and frequently-updated website content.
WWW: http://www.movabletype.org
=============================================================================
v. 1.26
date: 2007/09/27 15:07:11; author: arved; state: Exp; lines: +9 -14
Update to 4.01
Support for Berkeley DB was dropped, so the port now defaults to SQLite.
v. 1.25
date: 2007/09/08 01:10:25; author: linimon; state: Exp; lines: +0 -7
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
v. 1.24
date: 2007/05/19 20:24:24; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.23
date: 2007/01/29 13:13:08; author: arved; state: Exp; lines: +2 -3
Update to 3.34
v. 1.22
date: 2006/10/09 20:05:48; author: arved; state: Exp; lines: +1 -1
Update to 3.33
Announcement:
http://www.sixapart.com/movabletype/news/2006/09/mt_333-mte_103_updates.html
Six Apart strongly recommends updating, as they will disclose
"combined vulnerabilities" fixed in this version in a few days.
v. 1.21
date: 2006/09/20 14:41:22; author: arved; state: Exp; lines: +4 -4
Update to 3.32
Changelog:
http://www.sixapart.com/movabletype/docs/3.3/h_changelog/3_32.html
v. 1.20
date: 2006/08/05 15:22:16; author: arved; state: Exp; lines: +9 -4
Update to 3.3
- Changes: http://www.sixapart.com/movabletype/docs/3.3/
- Add dependency on p5-Crypt-DSA
- Mark ignore for perl < 5.6
v. 1.19
date: 2006/01/05 03:57:32; author: edwin; state: Exp; lines: +1 -0
Chase libversion bumb to libMagick.so.9
PR: ports/91270
v. 1.18
date: 2005/09/25 17:15:36; author: arved; state: Exp; lines: +22 -47
Upgrade to 3.2, since the old version is not available anymore.
Lots of changes since 2.661, e.g.
- the nofollow plugin is now included
- the configuration file has been renamed
- Support for Atom feeds
- a new Junk filter, comment and trackback moderation
v. 1.17
date: 2005/06/11 16:13:07; author: skv; state: Exp; lines: +2 -2
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
v. 1.16
date: 2005/01/31 00:35:54; author: girgen; state: Exp; lines: +1 -2
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.15
date: 2005/01/19 18:20:38; author: arved; state: Exp; lines: +23 -19
* Fetch & Install the nofollow plugin. Links from external users will have
a rel="nofollow" tag.
See http://www.google.com/googleblog/2005/01/preventing-comment-spam.html
for details
* Bump PORTREVISION
v. 1.14
date: 2004/12/04 16:39:14; author: arved; state: Exp; lines: +82 -29
- Overhaul RUN_DEPENDS:
* Remove pkg-message which pointed to optional and required perl modules
* Add required perl modules to RUN_DEPENDS
* Add optional perl modules to RUN_DEPENDS
unless WITHOUT_OPTIONAL_MODULES defined
* Add WITH_SQLITE knob for SQLite Suppport (This is untested)
* add pre-everything:: Message to explain knobs
* Bump PORTREVISION
Initial Suggestion from: krion
- Don't mess with ECHO_MSG to print a beautiful IGNORE message.
- pkg-descr:reword and whitespace fixes, Add Author: section
v. 1.13
date: 2004/11/27 15:09:54; author: arved; state: Exp; lines: +2 -2
Don't ignore IGNORE on the package cluster, not sure why a lot of ports
have this code.
Reported by: pointyhat
Replace NO_PACKAGE with RESTRICTED (This is a noop, because without
MASTER_SITE the distfile can't get onto the mirrors).
v. 1.12
date: 2004/11/22 11:15:25; author: arved; state: Exp; lines: +16 -2
Mark Edwards described to me a way to get
a 2.661 tarball from the official site.
Update the description for the new tarball.
The only difference between the old and the new tarball is the License.
Add a WITH_OLD_DISTFILE knob for people that prefer the old
less-restrictive License.
v. 1.11
date: 2004/11/22 09:02:10; author: arved; state: Exp; lines: +5 -9
Register myself as maintainer. I still use it.
Remove reference to old download URL.
portlint
Add SIZE
v. 1.10
date: 2004/11/07 19:20:44; author: arved; state: Exp; lines: +1 -0
Fix with perl 5.8.4+:
Define $Storable::interwork_56_64bit = 1;
for compatibility with perl5.6
Bump PORTREVISION
BTW. This port is now kind of obsolete, as SixApart does not offer the
distfile anymore and we are not allowed to redistribute it.
v. 1.9
date: 2004/01/17 15:28:30; author: kuriyama; state: Exp; lines: +1 -2
Upgrade to 2.661.
PR: ports/61477
Submitted by: Xin LI
v. 1.8
date: 2004/01/03 05:38:28; author: kuriyama; state: Exp; lines: +3 -1
o Though this port does not support packaging, but fixed pkg-plist
while I'm here.
o Install mt.cfg as mt.cfg.dist and not overwrite / deinstall modified
mt.cfg file.
v. 1.7
date: 2003/12/31 12:52:58; author: roam; state: Exp; lines: +2 -3
Update to MovableType 2.65, which contains an important XMLRPC security
fix and other improvements.
Change the explicit dependency on MySQL 3.23 to USE_MYSQL=yes: this does
indeed introduce a build-time dependency on MySQL, too, but IMHO this ought
to be acceptable for the present. Is it time for USE_MYSQL_BUILD and
USE_MYSQL_RUN already? :)
v. 1.6
date: 2003/12/13 13:33:27; author: kuriyama; state: Exp; lines: +2 -0
o Fix schemas directory in mt-load.cgi to fit our installation.
o Add plist entries to remove directories when they are empty.
v. 1.5
date: 2003/11/21 01:57:26; author: foxfair; state: Exp; lines: +4 -4
Submitted by: ijliao
Plugins folder should go under mt/, fix it and bump PORTREVISION.
v. 1.4
date: 2003/09/27 01:01:06; author: edwin; state: Exp; lines: +3 -3
KATO mega patch
- ECHO -> ECHO_MSG
For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD
PR: ports/56820-56858
Submitted by: KATO Tsuguru
v. 1.3
date: 2003/09/03 08:41:20; author: foxfair; state: Exp; lines: +2 -0
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add NO_PACKAGE to prevent bento error.
Obtained from: bento
v. 1.2
date: 2003/07/14 05:29:22; author: foxfair; state: Exp; lines: +10 -4
PR: 54382
Submitted by: Mark Linimon
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix 'make fetch' problem by including bsd.port.pre.mk.
Obtained from: bento
v. 1.1
date: 2003/06/16 03:31:18; author: foxfair; state: Exp;
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Import MT: A web-based personal publishing system like weblogs.
MT (MovableType) is Six Apart's powerful, customizable publishing system
which installs on web servers to enable individuals or organizations to
manage and update weblogs, journals, and frequently-updated website content.
WWW: http://www.movabletype.org
=============================================================================
v. 1.26
date: 2007/09/27 15:07:11; author: arved; state: Exp; lines: +9 -14
Update to 4.01
Support for Berkeley DB was dropped, so the port now defaults to SQLite.
v. 1.25
date: 2007/09/08 01:10:25; author: linimon; state: Exp; lines: +0 -7
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
v. 1.24
date: 2007/05/19 20:24:24; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.23
date: 2007/01/29 13:13:08; author: arved; state: Exp; lines: +2 -3
Update to 3.34
v. 1.22
date: 2006/10/09 20:05:48; author: arved; state: Exp; lines: +1 -1
Update to 3.33
Announcement:
http://www.sixapart.com/movabletype/news/2006/09/mt_333-mte_103_updates.html
Six Apart strongly recommends updating, as they will disclose
"combined vulnerabilities" fixed in this version in a few days.
v. 1.21
date: 2006/09/20 14:41:22; author: arved; state: Exp; lines: +4 -4
Update to 3.32
Changelog:
http://www.sixapart.com/movabletype/docs/3.3/h_changelog/3_32.html
v. 1.20
date: 2006/08/05 15:22:16; author: arved; state: Exp; lines: +9 -4
Update to 3.3
- Changes: http://www.sixapart.com/movabletype/docs/3.3/
- Add dependency on p5-Crypt-DSA
- Mark ignore for perl < 5.6
v. 1.19
date: 2006/01/05 03:57:32; author: edwin; state: Exp; lines: +1 -0
Chase libversion bumb to libMagick.so.9
PR: ports/91270
v. 1.18
date: 2005/09/25 17:15:36; author: arved; state: Exp; lines: +22 -47
Upgrade to 3.2, since the old version is not available anymore.
Lots of changes since 2.661, e.g.
- the nofollow plugin is now included
- the configuration file has been renamed
- Support for Atom feeds
- a new Junk filter, comment and trackback moderation
v. 1.17
date: 2005/06/11 16:13:07; author: skv; state: Exp; lines: +2 -2
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
v. 1.16
date: 2005/01/31 00:35:54; author: girgen; state: Exp; lines: +1 -2
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.15
date: 2005/01/19 18:20:38; author: arved; state: Exp; lines: +23 -19
* Fetch & Install the nofollow plugin. Links from external users will have
a rel="nofollow" tag.
See http://www.google.com/googleblog/2005/01/preventing-comment-spam.html
for details
* Bump PORTREVISION
v. 1.14
date: 2004/12/04 16:39:14; author: arved; state: Exp; lines: +82 -29
- Overhaul RUN_DEPENDS:
* Remove pkg-message which pointed to optional and required perl modules
* Add required perl modules to RUN_DEPENDS
* Add optional perl modules to RUN_DEPENDS
unless WITHOUT_OPTIONAL_MODULES defined
* Add WITH_SQLITE knob for SQLite Suppport (This is untested)
* add pre-everything:: Message to explain knobs
* Bump PORTREVISION
Initial Suggestion from: krion
- Don't mess with ECHO_MSG to print a beautiful IGNORE message.
- pkg-descr:reword and whitespace fixes, Add Author: section
v. 1.13
date: 2004/11/27 15:09:54; author: arved; state: Exp; lines: +2 -2
Don't ignore IGNORE on the package cluster, not sure why a lot of ports
have this code.
Reported by: pointyhat
Replace NO_PACKAGE with RESTRICTED (This is a noop, because without
MASTER_SITE the distfile can't get onto the mirrors).
v. 1.12
date: 2004/11/22 11:15:25; author: arved; state: Exp; lines: +16 -2
Mark Edwards described to me a way to get
a 2.661 tarball from the official site.
Update the description for the new tarball.
The only difference between the old and the new tarball is the License.
Add a WITH_OLD_DISTFILE knob for people that prefer the old
less-restrictive License.
v. 1.11
date: 2004/11/22 09:02:10; author: arved; state: Exp; lines: +5 -9
Register myself as maintainer. I still use it.
Remove reference to old download URL.
portlint
Add SIZE
v. 1.10
date: 2004/11/07 19:20:44; author: arved; state: Exp; lines: +1 -0
Fix with perl 5.8.4+:
Define $Storable::interwork_56_64bit = 1;
for compatibility with perl5.6
Bump PORTREVISION
BTW. This port is now kind of obsolete, as SixApart does not offer the
distfile anymore and we are not allowed to redistribute it.
v. 1.9
date: 2004/01/17 15:28:30; author: kuriyama; state: Exp; lines: +1 -2
Upgrade to 2.661.
PR: ports/61477
Submitted by: Xin LI
v. 1.8
date: 2004/01/03 05:38:28; author: kuriyama; state: Exp; lines: +3 -1
o Though this port does not support packaging, but fixed pkg-plist
while I'm here.
o Install mt.cfg as mt.cfg.dist and not overwrite / deinstall modified
mt.cfg file.
v. 1.7
date: 2003/12/31 12:52:58; author: roam; state: Exp; lines: +2 -3
Update to MovableType 2.65, which contains an important XMLRPC security
fix and other improvements.
Change the explicit dependency on MySQL 3.23 to USE_MYSQL=yes: this does
indeed introduce a build-time dependency on MySQL, too, but IMHO this ought
to be acceptable for the present. Is it time for USE_MYSQL_BUILD and
USE_MYSQL_RUN already? :)
v. 1.6
date: 2003/12/13 13:33:27; author: kuriyama; state: Exp; lines: +2 -0
o Fix schemas directory in mt-load.cgi to fit our installation.
o Add plist entries to remove directories when they are empty.
v. 1.5
date: 2003/11/21 01:57:26; author: foxfair; state: Exp; lines: +4 -4
Submitted by: ijliao
Plugins folder should go under mt/, fix it and bump PORTREVISION.
v. 1.4
date: 2003/09/27 01:01:06; author: edwin; state: Exp; lines: +3 -3
KATO mega patch
- ECHO -> ECHO_MSG
For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD
PR: ports/56820-56858
Submitted by: KATO Tsuguru
v. 1.3
date: 2003/09/03 08:41:20; author: foxfair; state: Exp; lines: +2 -0
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add NO_PACKAGE to prevent bento error.
Obtained from: bento
v. 1.2
date: 2003/07/14 05:29:22; author: foxfair; state: Exp; lines: +10 -4
PR: 54382
Submitted by: Mark Linimon
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix 'make fetch' problem by including bsd.port.pre.mk.
Obtained from: bento
v. 1.1
date: 2003/06/16 03:31:18; author: foxfair; state: Exp;
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Import MT: A web-based personal publishing system like weblogs.
MT (MovableType) is Six Apart's powerful, customizable publishing system
which installs on web servers to enable individuals or organizations to
manage and update weblogs, journals, and frequently-updated website content.
WWW: http://www.movabletype.org
=============================================================================
|
| |

|