mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add a few official mirrors, drop a dead one, fix WWW.
PR: ports/96597 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
This commit is contained in:
parent
021dc1fcd8
commit
4ac021dec3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161086
2 changed files with 5 additions and 3 deletions
|
@ -8,14 +8,16 @@ PORTVERSION= 2.2.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://ftp.easysw.com/pub/mxml/${PORTVERSION}/ \
|
MASTER_SITES= http://ftp.easysw.com/pub/mxml/${PORTVERSION}/ \
|
||||||
http://www.nu6.org/_/mirror/ftp.easysw.com/pub/mxml/${PORTVERSION}/
|
ftp://ftp3.easysw.com/pub/mxml/${PORTVERSION}/ \
|
||||||
|
http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/mxml/${PORTVERSION}/ \
|
||||||
|
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/mxml/${PORTVERSION}/ \
|
||||||
|
ftp://ftp.easysw.com/pub/mxml/${PORTVERSION}/
|
||||||
DISTNAME= mxml-${PORTVERSION}
|
DISTNAME= mxml-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= oc@cynic.ru
|
MAINTAINER= oc@cynic.ru
|
||||||
COMMENT= Lightweight XML parsing library
|
COMMENT= Lightweight XML parsing library
|
||||||
|
|
||||||
USE_GNOME= gnometarget pkgconfig
|
USE_GNOME= gnometarget pkgconfig
|
||||||
USE_REINPLACE= yes
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= --with-docdir=${DOCSDIR}
|
CONFIGURE_ARGS+= --with-docdir=${DOCSDIR}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ Mini-XML provides the following functionality:
|
||||||
- Functions for creating and managing trees of data.
|
- Functions for creating and managing trees of data.
|
||||||
- "Find" and "walk" functions for easily locating and navigating trees of data.
|
- "Find" and "walk" functions for easily locating and navigating trees of data.
|
||||||
|
|
||||||
WWW: http://www.easysw.com/~mike/mxml
|
WWW: http://www.easysw.com/~mike/mxml/
|
||||||
|
|
||||||
- Michael Sweet
|
- Michael Sweet
|
||||||
mxml@easysw.com
|
mxml@easysw.com
|
||||||
|
|
Loading…
Add table
Reference in a new issue