- Use WWWOWN, WWWGRP
- APACHEDIR comes from USE_APACHE
- Use %%var%% in pkg-plist
- Bump PORTREVISION
PR: ports/134601
Approved by: maintainer timeout (2 weeks)
Submitted by: me
- Convert to USE_APACHE, remove apache from _DEPENDS
- Convert to USE_TCL
- APACHE_COMPAT is deprecated
- Use SUB_FILES for pkg-message, neowebscript.conf
- Use %%var%% in pkg-plist
- Honor NOPORTDOCS
- Bump PORTREVISION
PR: ports/134600
Approved by: maintainer timeout (2 weeks)
Submitted by: me
- Use ${PREFIX}/etc/vflib for the vfontcap file.
- Use ${DOCSDIR} for documents.
- Use ${DATADIR} for jTeX files.
- Style clean-ups and update old information.
- Fix typo in PKG{,DE}INSTALL line.
- Remove ^!! line from fonts.alias.
- Use POST-DEINSTALL instead of DEINSTALL because mkfontdir(1) is
used for generating fonts.dir.
rather adapt it to suit a slightly different purpose.
Below are a few main points and reasons as to why we've created filetype:
* file does not work so well for loosely defined filetypes ( ie, vCards )
* file uses a text-based type database which can impose unwanted delays
in frequently invoked processes
* file does not have a heirachial type tree (ie, executable->MSDOS->EXE )
* file is not designed to be incorporated at a source level into existing
projects
* Simpler and broader type detection engine ( 'file' is very good at
pulling out every detail about a file, ie, the resolution of an image,
however we do not wish to seek out such fine details )
WWW: http://www.pldaniels.com/filetype/
PR: ports/135087
Submitted by: ismail.yenigul at endersys.com.tr
they use an obsolete module that doesn't seem to work anymore. As a result,
the scripts fall back on the hard-coded paths. I have reworked the scripts so
they don't use pkg-config or hard-coded paths and fixed build with custom
PREFIX/LOCALBASE [1]
- mark MAKE_JOB_SAFE
Submitted by: maintainer
Reported by: QATty [1]
popular open source MySQL database system for content storage.
It's completely free, totally customisable and in constant development.
WWW: http://www.e107.org/
PR: ports/135090
Submitted by: Wen Heping <wenheping at gmail.com>
to it have been added. These are to install standard fonts used in the
Ports Collection. Currently they contain:
std.ja_JP/Mincho
std.ja_JP/Gothic
std.ja_JP/Ryumin-Light
std.ja_JP/GothicBBB-Medium
std.zh_CN/STHeiti-Regular
std.zh_CN/STSong-Light
std.zh_CN/MSung-Light
std.zh_CN/MHei-Medium
under ${PREFIX}/share/fonts/. They are just symlinks to
corresponding font files. The symlink names are based on popular
PostScript font names.
Applications should refer the font files via XLFD or fontconfig
first. If they need a direct reference to the font file, please use
files in std.*/*. This is because direct reference to a specific
font name in an application configuration file makes the maintenance
difficult when the font file name is changed, for example.
japanese/ipa-ttfonts -> japanese/font-mplus-ipa
japanese/ipa-ttfonts -> japanese/font-ipa
japanese/kochi-ttfonts -> japanese/font-kochi
japanese/mplusfonts -> japanese/font-mplus
japanese/sazanami-ttf -> japanese/font-sazanami
japanese/shinonome -> japanese/font-shinonome
japanese/umefont -> japanese/font-ume
japanese/vlgothic -> japanese/font-vlgothic
While basically these are port name changes for consistency,
installation directories are also changed:
font files -> ${PREFIX}/share/${PORTNAME}/*
symlinks -> ${PREFIX}/share/fonts/{TTF,OTF,fontname,...}/*
symlinks -> ${PREFIX}/lib/X11/fonts/{TTF,OTF,misc,fontname,...}/*
A user-visible one is that the directory name "TrueType" is replaced
with "TTF".