Bug 176822 - New port: multimedia/libsmacker Smacker Video decoding library
Summary: New port: multimedia/libsmacker Smacker Video decoding library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-10 21:50 UTC by kennedy.greg
Modified: 2013-03-20 23:00 UTC (History)
0 users

See Also:


Attachments
libsmacker.shar (1.53 KB, text/plain)
2013-03-10 21:50 UTC, kennedy.greg
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description kennedy.greg 2013-03-10 21:50:00 UTC
	This is ready to go into the ports tree.  Source comes from http://libsmacker.sourceforge.net.
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-03-20 22:52:17 UTC
Author: pawel
Date: Wed Mar 20 22:52:04 2013
New Revision: 314774
URL: http://svnweb.freebsd.org/changeset/ports/314774

Log:
  libsmacker is a cross-platform C library which can be used for decoding Smacker
  Video files produced by RAD Game Tools. Smacker Video was the king of video
  middleware in the 1990s, and its 256-color compressed video format was used in
  over 2600 software titles.
  
  WWW: http://libsmacker.sourceforge.net
  
  PR:		ports/176822
  SUbmitted by:	Greg Kennedy <kennedy.greg@gmail.com>

Added:
  head/multimedia/libsmacker/
  head/multimedia/libsmacker/Makefile   (contents, props changed)
  head/multimedia/libsmacker/distinfo   (contents, props changed)
  head/multimedia/libsmacker/pkg-descr   (contents, props changed)
Modified:
  head/multimedia/Makefile

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Wed Mar 20 22:45:17 2013	(r314773)
+++ head/multimedia/Makefile	Wed Mar 20 22:52:04 2013	(r314774)
@@ -167,6 +167,7 @@
     SUBDIR += libquicktime-lame
     SUBDIR += libquvi
     SUBDIR += libquvi-scripts
+    SUBDIR += libsmacker
     SUBDIR += libtheora
     SUBDIR += libtuner
     SUBDIR += libv4l

Added: head/multimedia/libsmacker/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/libsmacker/Makefile	Wed Mar 20 22:52:04 2013	(r314774)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	libsmacker
+PORTVERSION=	1.0
+CATEGORIES=	multimedia
+MASTER_SITES=	SF/${PORTNAME}/$(DISTNAME)/
+
+MAINTAINER=	kennedy.greg@gmail.com
+COMMENT=	C library for decoding .smk Smacker Video files
+
+CFLAGS+=	-fPIC
+USE_LDCONFIG=	yes
+
+PLIST_FILES=	lib/libsmacker.so
+
+post-patch:
+	@${REINPLACE_CMD} '/CFLAGS/s|+=|?=|; s|gcc|${CC}|g' \
+		${WRKSRC}/Makefile
+
+.include <bsd.port.mk>

Added: head/multimedia/libsmacker/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/libsmacker/distinfo	Wed Mar 20 22:52:04 2013	(r314774)
@@ -0,0 +1,2 @@
+SHA256 (libsmacker-1.0.tar.gz) = 1773670a4196640ef0d91017e2aab7638edd0ef149148ff323667a0d67874bcd
+SIZE (libsmacker-1.0.tar.gz) = 17884

Added: head/multimedia/libsmacker/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/libsmacker/pkg-descr	Wed Mar 20 22:52:04 2013	(r314774)
@@ -0,0 +1,6 @@
+libsmacker is a cross-platform C library which can be used for decoding Smacker
+Video files produced by RAD Game Tools. Smacker Video was the king of video
+middleware in the 1990s, and its 256-color compressed video format was used in
+over 2600 software titles.
+
+WWW: http://libsmacker.sourceforge.net
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-20 22:54:54 UTC
Author: pawel (ports committer)
Date: Wed Mar 20 22:54:46 2013
New Revision: 41275
URL: http://svnweb.freebsd.org/changeset/doc/41275

Log:
  For multimedia/libsmacker
  
  PR:		ports/176822

Modified:
  head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml

Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml	Wed Mar 20 21:05:33 2013	(r41274)
+++ head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml	Wed Mar 20 22:54:46 2013	(r41275)
@@ -3575,6 +3575,11 @@
     </listitem>
 
     <listitem>
+      <para>Greg Kennedy
+	<email>kennedy.greg@gmail.com</email></para>
+    </listitem>
+
+    <listitem>
       <para>Greg Robinson
 	<email>greg@rosevale.com.au</email></para>
     </listitem>
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-03-20 22:55:02 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!