diff options
author | asami <asami@FreeBSD.org> | 1995-10-03 17:34:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-03 17:34:11 +0800 |
commit | 74746b83643b8add66125ca7cb530b04b058a54a (patch) | |
tree | 2def70e8446e558ee5bbb3fc2539e3bb70b6c36d | |
parent | 98821256ad6b2c8ea5e022f3af3b134c4a64a047 (diff) | |
download | freebsd-ports-gnome-74746b83643b8add66125ca7cb530b04b058a54a.tar.gz freebsd-ports-gnome-74746b83643b8add66125ca7cb530b04b058a54a.tar.zst freebsd-ports-gnome-74746b83643b8add66125ca7cb530b04b058a54a.zip |
The libspigot library. Required by nv. Note this is a binary package.
Submitted by: james
-rw-r--r-- | graphics/spigot/Makefile | 21 | ||||
-rw-r--r-- | graphics/spigot/distinfo | 1 | ||||
-rw-r--r-- | graphics/spigot/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/spigot/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/spigot/pkg-plist | 1 | ||||
-rw-r--r-- | multimedia/spigot/Makefile | 21 | ||||
-rw-r--r-- | multimedia/spigot/distinfo | 1 | ||||
-rw-r--r-- | multimedia/spigot/pkg-comment | 1 | ||||
-rw-r--r-- | multimedia/spigot/pkg-descr | 2 | ||||
-rw-r--r-- | multimedia/spigot/pkg-plist | 1 |
10 files changed, 52 insertions, 0 deletions
diff --git a/graphics/spigot/Makefile b/graphics/spigot/Makefile new file mode 100644 index 000000000000..cd5499d7e617 --- /dev/null +++ b/graphics/spigot/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: libspigot.a +# Version required: 1.6 +# Date Created: Fri Sep 15 10:04:46 CDT 1995 +# Whom: james +# +# + +DISTNAME= spigot-1.6 +CATEGORIES+= graphics +MASTER_SITES= ftp://ftp.cs.uwm.edu/pub/FreeBSD/spigot/ +DISTFILES= spigot.tar.gz + +MAINTAINER= james@cs.uwm.edu + +# binary package +NO_PACKAGE= yes +NO_BUILD= yes +NO_CONFIGURE= yes +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> diff --git a/graphics/spigot/distinfo b/graphics/spigot/distinfo new file mode 100644 index 000000000000..70a49472b323 --- /dev/null +++ b/graphics/spigot/distinfo @@ -0,0 +1 @@ +MD5 (spigot.tar.gz) = 3a7d1d1354ddee5d222e4bee5684d9c6 diff --git a/graphics/spigot/pkg-comment b/graphics/spigot/pkg-comment new file mode 100644 index 000000000000..61fca76b5e16 --- /dev/null +++ b/graphics/spigot/pkg-comment @@ -0,0 +1 @@ +spigot (Video spigot for Windows) library diff --git a/graphics/spigot/pkg-descr b/graphics/spigot/pkg-descr new file mode 100644 index 000000000000..365ef10841a2 --- /dev/null +++ b/graphics/spigot/pkg-descr @@ -0,0 +1,2 @@ +The package contains a library to use the Video Spigot for Windows +video aquistion board. diff --git a/graphics/spigot/pkg-plist b/graphics/spigot/pkg-plist new file mode 100644 index 000000000000..f4f58da7ed24 --- /dev/null +++ b/graphics/spigot/pkg-plist @@ -0,0 +1 @@ +lib/libspigot.a diff --git a/multimedia/spigot/Makefile b/multimedia/spigot/Makefile new file mode 100644 index 000000000000..cd5499d7e617 --- /dev/null +++ b/multimedia/spigot/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: libspigot.a +# Version required: 1.6 +# Date Created: Fri Sep 15 10:04:46 CDT 1995 +# Whom: james +# +# + +DISTNAME= spigot-1.6 +CATEGORIES+= graphics +MASTER_SITES= ftp://ftp.cs.uwm.edu/pub/FreeBSD/spigot/ +DISTFILES= spigot.tar.gz + +MAINTAINER= james@cs.uwm.edu + +# binary package +NO_PACKAGE= yes +NO_BUILD= yes +NO_CONFIGURE= yes +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> diff --git a/multimedia/spigot/distinfo b/multimedia/spigot/distinfo new file mode 100644 index 000000000000..70a49472b323 --- /dev/null +++ b/multimedia/spigot/distinfo @@ -0,0 +1 @@ +MD5 (spigot.tar.gz) = 3a7d1d1354ddee5d222e4bee5684d9c6 diff --git a/multimedia/spigot/pkg-comment b/multimedia/spigot/pkg-comment new file mode 100644 index 000000000000..61fca76b5e16 --- /dev/null +++ b/multimedia/spigot/pkg-comment @@ -0,0 +1 @@ +spigot (Video spigot for Windows) library diff --git a/multimedia/spigot/pkg-descr b/multimedia/spigot/pkg-descr new file mode 100644 index 000000000000..365ef10841a2 --- /dev/null +++ b/multimedia/spigot/pkg-descr @@ -0,0 +1,2 @@ +The package contains a library to use the Video Spigot for Windows +video aquistion board. diff --git a/multimedia/spigot/pkg-plist b/multimedia/spigot/pkg-plist new file mode 100644 index 000000000000..f4f58da7ed24 --- /dev/null +++ b/multimedia/spigot/pkg-plist @@ -0,0 +1 @@ +lib/libspigot.a |