CDCollect is a CD/DVD catalog application for gnome.
It's goal is to be able to catalog your entire CD collection allowing for searches of your CD/DVD files with a clean and simple interface. WWW: http://cdcollect.sourceforge.net PR: ports/122640 Submitted by: Alexander Logvinov <ports@logvinov.com>
This commit is contained in:
parent
f12de2cc02
commit
4e4039b3ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212123
@ -33,6 +33,7 @@
|
||||
SUBDIR += c-hey
|
||||
SUBDIR += callid
|
||||
SUBDIR += cave
|
||||
SUBDIR += cdcollect
|
||||
SUBDIR += chef
|
||||
SUBDIR += chmlib
|
||||
SUBDIR += chord
|
||||
|
27
misc/cdcollect/Makefile
Normal file
27
misc/cdcollect/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: cdcollect
|
||||
# Date created: 09 April 2008
|
||||
# Whom: Alexander Logvinov <ports@logvinov.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cdcollect
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= misc gnome
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@logvinov.com
|
||||
COMMENT= A simple CD catalog for GNOME
|
||||
|
||||
BUILD_DEPENDS= sqlite3>=3.0:${PORTSDIR}/databases/sqlite3
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack libgnome gnomesharp20
|
||||
GCONF_SCHEMAS= cdcollect.schemas
|
||||
USE_GETTEXT= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/cdcollect/distinfo
Normal file
3
misc/cdcollect/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (cdcollect-0.6.0.tar.bz2) = 33f71604b9dfb84497b4bc2fce69e89b
|
||||
SHA256 (cdcollect-0.6.0.tar.bz2) = dfadcba64512f9e3037358b5ccfa264aa4db9e91343e8ff84588000a63fa2905
|
||||
SIZE (cdcollect-0.6.0.tar.bz2) = 364982
|
15
misc/cdcollect/pkg-descr
Normal file
15
misc/cdcollect/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
CDCollect is a CD/DVD catalog application for gnome.
|
||||
|
||||
It's goal is to be able to catalog your entire CD collection allowing for
|
||||
searches of your CD/DVD files with a clean and simple interface.
|
||||
|
||||
Features:
|
||||
|
||||
* Easy to use interface.
|
||||
* Allow the use of plugins (external programs) to collect information for
|
||||
each file of a CD in your catalog.
|
||||
* Searches can be performed on CDs or files in the collection.
|
||||
* It also catalogs compressed files
|
||||
(using external programs such as unzip, unrar, etc.).
|
||||
|
||||
WWW: http://cdcollect.sourceforge.net
|
9
misc/cdcollect/pkg-plist
Normal file
9
misc/cdcollect/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/cdcollect
|
||||
lib/cdcollect/cdcollect.exe
|
||||
share/locale/cs/LC_MESSAGES/cdcollect.mo
|
||||
share/locale/es/LC_MESSAGES/cdcollect.mo
|
||||
share/pixmaps/cdcollect.png
|
||||
share/applications/cdcollect.desktop
|
||||
@dirrm lib/cdcollect
|
||||
@dirrmtry share/pixmaps
|
||||
@dirrmtry share/applications
|
Loading…
Reference in New Issue
Block a user