mRss is a C library for parsing, writing and creating RSS files or streams.
WWW: http://www2.autistici.org/bakunin/libmrss/doc/
This commit is contained in:
parent
48ba81f618
commit
a50b2262b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181257
5 changed files with 45 additions and 0 deletions
|
@ -245,6 +245,7 @@
|
|||
SUBDIR += libextractor
|
||||
SUBDIR += liblingoteach
|
||||
SUBDIR += liblrdf
|
||||
SUBDIR += libmrss
|
||||
SUBDIR += libnxml
|
||||
SUBDIR += libparsifal
|
||||
SUBDIR += libpathan
|
||||
|
|
31
textproc/libmrss/Makefile
Normal file
31
textproc/libmrss/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Ports collection makefile for: libmrss
|
||||
# Date created: Jan 2, 2007
|
||||
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libmrss
|
||||
PORTVERSION= 0.16
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www2.autistici.org/bakunin/libmrss/
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= A C library for parsing, writing, and creating RSS
|
||||
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
||||
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
|
||||
nxml:${PORTSDIR}/textproc/libnxml
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
WANT_GNOME= yes
|
||||
|
||||
pre-patch:
|
||||
${gnomehack_PRE_PATCH}
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/libmrss/distinfo
Normal file
3
textproc/libmrss/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (libmrss-0.16.tar.gz) = 93bbca2132b33cb196e2df8ae2f54b6a
|
||||
SHA256 (libmrss-0.16.tar.gz) = 929b2d98743ae9904ad347d764579a7d4be801b90cc86acc95a037c0b4208536
|
||||
SIZE (libmrss-0.16.tar.gz) = 341802
|
3
textproc/libmrss/pkg-descr
Normal file
3
textproc/libmrss/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
mRss is a C library for parsing, writing and creating RSS files or streams.
|
||||
|
||||
WWW: http://www2.autistici.org/bakunin/libmrss/doc/
|
7
textproc/libmrss/pkg-plist
Normal file
7
textproc/libmrss/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $FreeBSD$
|
||||
include/mrss.h
|
||||
lib/libmrss.a
|
||||
lib/libmrss.la
|
||||
lib/libmrss.so
|
||||
lib/libmrss.so.0
|
||||
libdata/pkgconfig/mrss.pc
|
Loading…
Reference in a new issue