-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Library and executable for calculating dvdids as returned by Windows'
IDvdInfo2::GetDiscID. WWW: http://www.srcf.ucam.org/~cjk32/dvdid/ PR: 138873 Submitted by: Christopher Key <cjk32@cam.ac.uk>
- Loading branch information
Showing
5 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# New ports collection makefile for: dvdid | ||
# Date created: 2009-09-14 | ||
# Whom: Christopher Key <cjk32@cam.ac.uk> | ||
# | ||
# $FreeBSD$ | ||
# | ||
|
||
PORTNAME= dvdid | ||
PORTVERSION= 0.1.1 | ||
CATEGORIES= multimedia | ||
MASTER_SITES= http://www.srcf.ucam.org/~cjk32/dvdid/ | ||
|
||
MAINTAINER= cjk32@cam.ac.uk | ||
COMMENT= Tool for calculating dvdids | ||
|
||
GNU_CONFIGURE= yes | ||
USE_LDCONFIG= yes | ||
|
||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
MD5 (dvdid-0.1.1.tar.gz) = 813603f07b33ba902d3546943f8df142 | ||
SHA256 (dvdid-0.1.1.tar.gz) = 2f08e88c8f84bb44ffcb8746bff14ab3d89300d9c12206d03bf0d88408e27d74 | ||
SIZE (dvdid-0.1.1.tar.gz) = 332308 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Library and executable for calculating dvdids as returned by Windows' | ||
IDvdInfo2::GetDiscID. | ||
|
||
WWW: http://www.srcf.ucam.org/~cjk32/dvdid/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
bin/dvdid | ||
include/dvdid/dvdid.h | ||
include/dvdid/dvdid2.h | ||
include/dvdid/export.h | ||
@dirrm include/dvdid | ||
lib/libdvdid.a | ||
lib/libdvdid.la | ||
lib/libdvdid.so | ||
lib/libdvdid.so.0 | ||
%%PORTDOCS%%%%DOCSDIR%%/dvdid.tag | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/annotated.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/classes.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/doxygen.css | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/doxygen.png | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/dvdid2_8h.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/dvdid2_8h_source.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/dvdid_8h.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/dvdid_8h_source.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/export_8h.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/export_8h_source.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/files.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/functions.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/functions_vars.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/globals.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/globals_defs.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/globals_enum.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/globals_eval.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/globals_func.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/globals_type.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/index.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/structdvdid__fileinfo__s.html | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/tab_b.gif | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/tab_l.gif | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/tab_r.gif | ||
%%PORTDOCS%%%%DOCSDIR%%/html/api/tabs.css | ||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/api | ||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html | ||
%%PORTDOCS%%@dirrm %%DOCSDIR%% |