diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-04-28 01:16:36 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-04-28 01:16:36 +0000 |
commit | 4e4039b3adc252ec5cd9c30651927bb6e6d0e423 (patch) | |
tree | 9a60e0c07e62702abdc7437a68e77933d15f669e | |
parent | f12de2cc0218aec95b0a87ab31e22ac57201779f (diff) | |
download | ports-4e4039b3adc252ec5cd9c30651927bb6e6d0e423.tar.gz ports-4e4039b3adc252ec5cd9c30651927bb6e6d0e423.zip |
Notes
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/cdcollect/Makefile | 27 | ||||
-rw-r--r-- | misc/cdcollect/distinfo | 3 | ||||
-rw-r--r-- | misc/cdcollect/pkg-descr | 15 | ||||
-rw-r--r-- | misc/cdcollect/pkg-plist | 9 |
5 files changed, 55 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index c33fbdd20594..3433040b6bbf 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -33,6 +33,7 @@ SUBDIR += c-hey SUBDIR += callid SUBDIR += cave + SUBDIR += cdcollect SUBDIR += chef SUBDIR += chmlib SUBDIR += chord diff --git a/misc/cdcollect/Makefile b/misc/cdcollect/Makefile new file mode 100644 index 000000000000..3db8813204f7 --- /dev/null +++ b/misc/cdcollect/Makefile @@ -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> diff --git a/misc/cdcollect/distinfo b/misc/cdcollect/distinfo new file mode 100644 index 000000000000..41de16019772 --- /dev/null +++ b/misc/cdcollect/distinfo @@ -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 diff --git a/misc/cdcollect/pkg-descr b/misc/cdcollect/pkg-descr new file mode 100644 index 000000000000..a5d6d36ade81 --- /dev/null +++ b/misc/cdcollect/pkg-descr @@ -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 diff --git a/misc/cdcollect/pkg-plist b/misc/cdcollect/pkg-plist new file mode 100644 index 000000000000..7bc182244aa3 --- /dev/null +++ b/misc/cdcollect/pkg-plist @@ -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 |