1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Adding flux version 0.3.0.

Flux is intended to be a general-use high-level C library that supports
various purposes, from CGI to IRC to sockets, ...  It's sort of an addendum
to the standard C libraries.

PR:		15799
Submitted by:	Will Andrews <andrews@technologist.com>
This commit is contained in:
Steve Price 2000-01-29 04:54:19 +00:00
parent 82389d4c9c
commit 67e7b0ae83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25203
6 changed files with 133 additions and 0 deletions

View File

@ -46,6 +46,7 @@
SUBDIR += fastcrc
SUBDIR += fhist
SUBDIR += flick
SUBDIR += flux
SUBDIR += fortran-utils
SUBDIR += fpp
SUBDIR += freelibiberty

37
devel/flux/Makefile Normal file
View File

@ -0,0 +1,37 @@
# New ports collection makefile for: flux
# Version required: 0.3.0
# Date created: 18 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= flux-0.3.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.styx.net/projects/flux/
MAINTAINER= andrews@technologist.com
USE_LIBTOOL= yes
USE_GMAKE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/flux/html/img
.for DIR in builds howto ideas reference
@${MKDIR} ${PREFIX}/share/flux/plain/${DIR}
@${INSTALL_DATA} ${WRKSRC}/doc/plain/${DIR}/* ${PREFIX}/share/flux/plain/${DIR}/
.endfor
.for DIR in tex xml
@${MKDIR} ${PREFIX}/share/flux/${DIR}
@${INSTALL_DATA} ${WRKSRC}/doc/${DIR}/* ${PREFIX}/share/flux/${DIR}/
.endfor
.for DOC in AUTHORS NEWS README TODO
@${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/flux/
.endfor
@${INSTALL_DATA} ${WRKSRC}/doc/html/img/* ${PREFIX}/share/flux/html/img
@${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${PREFIX}/share/flux/html
@${INSTALL_DATA} ${WRKSRC}/doc/html/*.css ${PREFIX}/share/flux/html
.endif
.include <bsd.port.mk>

1
devel/flux/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (flux-0.3.0.tar.gz) = 08cafc95346afbec344f02ffa9638eb2

1
devel/flux/pkg-comment Normal file
View File

@ -0,0 +1 @@
High-level C library for development purposes

10
devel/flux/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
Flux is intended to be a general-use high-level
C library (with includes) that supports various
purposes, from CGI to IRC to sockets, and so on.
It's sort of an addendum to the standard C
libraries.
WWW: http://projects.simplemente.net/flux/
Author: Hans Petter K. Jansson <hpj@styx.net>
--Will <andrews@technologist.com>

83
devel/flux/pkg-plist Normal file
View File

@ -0,0 +1,83 @@
include/flux/cgi.h
include/flux/cipher.h
include/flux/comm.h
include/flux/fifobuf.h
include/flux/flux.h
include/flux/fstring.h
include/flux/irc.h
include/flux/log.h
include/flux/mem.h
include/flux/mt.h
include/flux/proxy.h
include/flux/random.h
include/flux/rmd160.h
include/flux/sock.h
include/flux/tn.h
include/flux/tt.h
include/flux/types.h
include/flux/url.h
include/flux/xml.h
lib/libflux.a
lib/libflux.so.0
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
share/flux/AUTHORS
share/flux/NEWS
share/flux/README
share/flux/TODO
share/flux/html/authors.html
share/flux/html/img/dot.gif
share/flux/html/img/flux-logo.gif
share/flux/html/index.html
share/flux/html/notes.css
share/flux/html/plans.html
share/flux/html/platforms.html
share/flux/html/ref-comm.html
share/flux/html/ref-log.html
share/flux/html/ref-mt.html
share/flux/html/ref-proxy.html
share/flux/html/ref-sock.html
share/flux/html/ref-tt.html
share/flux/html/ref.css
share/flux/plain/builds/Summary
share/flux/plain/builds/billy
share/flux/plain/builds/domination
share/flux/plain/builds/fili
share/flux/plain/builds/foo
share/flux/plain/builds/gluttony
share/flux/plain/builds/harald
share/flux/plain/builds/kassad
share/flux/plain/builds/morten
share/flux/plain/builds/nerdhaven
share/flux/plain/builds/nocto
share/flux/plain/builds/totem
share/flux/plain/builds/vodka
share/flux/plain/builds/wrath
share/flux/plain/howto/comm-howto
share/flux/plain/howto/fifobuf-howto
share/flux/plain/howto/sock-howto
share/flux/plain/howto/ttree-howto
share/flux/plain/howto/xml-howto
share/flux/plain/ideas/db-ideas
share/flux/plain/ideas/ttree_rules-ideas
share/flux/plain/ideas/xml_conversion-ideas
share/flux/plain/reference/sock-reference
share/flux/tex/comm.fig
share/flux/tex/concepts.fig
share/flux/tex/fifobuf.fig
share/flux/tex/proxy.fig
share/flux/tex/sock.fig
share/flux/tex/tt.fig
share/flux/tex/ttree-rules.fig
share/flux/xml/api-ref-c.dtd
@dirrm include/flux
@dirrm share/flux/html/img
@dirrm share/flux/html
@dirrm share/flux/plain/builds
@dirrm share/flux/plain/howto
@dirrm share/flux/plain/ideas
@dirrm share/flux/plain/reference
@dirrm share/flux/plain
@dirrm share/flux/tex
@dirrm share/flux/xml
@dirrm share/flux