summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-01-29 04:54:19 +0000
committerSteve Price <steve@FreeBSD.org>2000-01-29 04:54:19 +0000
commit67e7b0ae83f39131fa4c6c40dd256beeda4dd044 (patch)
tree0dd8378eb04166122d3a005e9d71340494d02a82 /devel
parentAdding coldsync version 1.0.0. (diff)
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>
Notes
Notes: svn path=/head/; revision=25203
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/flux/Makefile37
-rw-r--r--devel/flux/distinfo1
-rw-r--r--devel/flux/pkg-comment1
-rw-r--r--devel/flux/pkg-descr10
-rw-r--r--devel/flux/pkg-plist83
6 files changed, 133 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 63c1dca58649..93f995df6996 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -46,6 +46,7 @@
SUBDIR += fastcrc
SUBDIR += fhist
SUBDIR += flick
+ SUBDIR += flux
SUBDIR += fortran-utils
SUBDIR += fpp
SUBDIR += freelibiberty
diff --git a/devel/flux/Makefile b/devel/flux/Makefile
new file mode 100644
index 000000000000..54f90a8b5fde
--- /dev/null
+++ b/devel/flux/Makefile
@@ -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>
diff --git a/devel/flux/distinfo b/devel/flux/distinfo
new file mode 100644
index 000000000000..dd978938474b
--- /dev/null
+++ b/devel/flux/distinfo
@@ -0,0 +1 @@
+MD5 (flux-0.3.0.tar.gz) = 08cafc95346afbec344f02ffa9638eb2
diff --git a/devel/flux/pkg-comment b/devel/flux/pkg-comment
new file mode 100644
index 000000000000..9ce73d0a7159
--- /dev/null
+++ b/devel/flux/pkg-comment
@@ -0,0 +1 @@
+High-level C library for development purposes
diff --git a/devel/flux/pkg-descr b/devel/flux/pkg-descr
new file mode 100644
index 000000000000..ddea7d12a949
--- /dev/null
+++ b/devel/flux/pkg-descr
@@ -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>
diff --git a/devel/flux/pkg-plist b/devel/flux/pkg-plist
new file mode 100644
index 000000000000..2f372e0e8d3f
--- /dev/null
+++ b/devel/flux/pkg-plist
@@ -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