Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Jul 22, 2016
1 parent c01126f commit b37d659
Show file tree
Hide file tree
Showing 319 changed files with 4,061 additions and 2,028 deletions.
1 change: 1 addition & 0 deletions archivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
SUBDIR += lcab
SUBDIR += lha
SUBDIR += lha-ac
SUBDIR += lhasa
SUBDIR += libarc
SUBDIR += libarchive
SUBDIR += libcabinet
Expand Down
34 changes: 34 additions & 0 deletions archivers/lhasa/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Created by: Carsten Larsen <[email protected]>
# $FreeBSD$

PORTNAME= lhasa
PORTVERSION= 0.3.1
CATEGORIES= archivers
MASTER_SITES= https://soulsphere.org/projects/lhasa/ \
http://suyai.innolan.net/

MAINTAINER= [email protected]
COMMENT= Command line tool and library for parsing LHA archives

LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING

USES= autoreconf pathfix libtool
PATHFIX_MAKEFILEIN= Makefile.am
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-silent-rules \
--program-suffix=sa
INSTALL_TARGET= install-strip

PORTDOCS= ChangeLog README AUTHORS TODO NEWS

OPTIONS_DEFINE= DOCS

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions archivers/lhasa/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1468768769
SHA256 (lhasa-0.3.1.tar.gz) = 3fb08e5f85a9b9dd023922896be9157d5fb5c0448424681810aaa2b0558a5f24
SIZE (lhasa-0.3.1.tar.gz) = 2933084
12 changes: 12 additions & 0 deletions archivers/lhasa/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Lhasa is a command line tool and library for parsing LHA archives.

Currently it is only possible to decompress archives. Compressing
LHA archives may be an enhancement for future versions. The aim is
to be compatible with as many different variants of the LHA file
format as possible, including LArc (.lzs) and PMarc (.pma).

The command line tool aims to be interface-compatible with Unix LHA
tool (command line syntax and output), for backwards compatibility
with tools that expect particular output.

WWW: http://fragglet.github.io/lhasa/
12 changes: 12 additions & 0 deletions archivers/lhasa/pkg-plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
bin/lhasa
include/liblhasa-1.0/lha_decoder.h
include/liblhasa-1.0/lha_file_header.h
include/liblhasa-1.0/lha_input_stream.h
include/liblhasa-1.0/lha_reader.h
include/liblhasa-1.0/lhasa.h
lib/liblhasa.a
lib/liblhasa.so
lib/liblhasa.so.0
lib/liblhasa.so.0.0.0
libdata/pkgconfig/liblhasa.pc
man/man1/lhasa.1.gz
13 changes: 11 additions & 2 deletions archivers/xarchiver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= xarchiver
PORTVERSION= 0.5.4.6
PORTVERSION= 0.5.4.7
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= archivers

Expand All @@ -11,6 +11,8 @@ COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools

LICENSE= GPLv2

LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
RUN_DEPENDS= xdg-open:devel/xdg-utils \
7zr:archivers/p7zip \
zip:archivers/zip \
Expand All @@ -20,13 +22,16 @@ USE_GITHUB= yes
GH_ACCOUNT= ib

USES= desktop-file-utils gmake pkgconfig tar:bzip2
USE_GNOME= glib20 gtk20 intltool
USE_GNOME= cairo glib20 intltool
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes

OPTIONS_DEFINE= DOCS NLS
OPTIONS_GROUP= FORMATS
OPTIONS_GROUP_FORMATS= ARJ LZO RAR
OPTIONS_SINGLE= GTK
OPTIONS_SINGLE_GTK= GTK2 GTK3
OPTIONS_DEFAULT= GTK2
OPTIONS_SUB= yes

FORMATS_DESC= Additional compression formats support
Expand All @@ -39,6 +44,10 @@ LZO_RUN_DEPENDS= lzop:archivers/lzop
RAR_RUN_DEPENDS= unrar:archivers/unrar \
rar:archivers/rar

GTK2_CONFIGURE_ENABLE= gtk2
GTK2_USE= GNOME=gtk20
GTK3_USE= GNOME=gtk30

NLS_USES= gettext
NLS_CPPFLAGS+= -I${LOCALBASE}/include
NLS_LDFLAGS+= -L${LOCALBASE}/lib
Expand Down
6 changes: 3 additions & 3 deletions archivers/xarchiver/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1464767537
SHA256 (ib-xarchiver-xarchiver-0.5.4.6_GH0.tar.gz) = 5199670b435e9a25d33c6101b99f7bd64375377920d389a9a566d9ba72cc9f8b
SIZE (ib-xarchiver-xarchiver-0.5.4.6_GH0.tar.gz) = 983292
TIMESTAMP = 1469123437
SHA256 (ib-xarchiver-xarchiver-0.5.4.7_GH0.tar.gz) = 124eeccd819419c3d8f2935a78a3ad0ad47174bf7ef641441341e3aa32ea8f11
SIZE (ib-xarchiver-xarchiver-0.5.4.7_GH0.tar.gz) = 986042
2 changes: 1 addition & 1 deletion astro/rmap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= rmap
PORTVERSION= 1.2
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= astro geography
MASTER_SITES= http://rmap.sourceforge.net/

Expand Down
2 changes: 1 addition & 1 deletion audio/enscribe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= enscribe
PORTVERSION= 0.1.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= audio graphics
MASTER_SITES= http://www.coppercloudmusic.com/enscribe/

Expand Down
2 changes: 1 addition & 1 deletion audio/libxmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= libxmp
PORTVERSION= 4.3.13
PORTVERSION= 4.4.0
CATEGORIES= audio
MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION}

Expand Down
5 changes: 3 additions & 2 deletions audio/libxmp/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (libxmp-4.3.13.tar.gz) = 57a31e623dac12ad168fbd46cf1e0aeda93512ed52812665018b21d0e71633b9
SIZE (libxmp-4.3.13.tar.gz) = 631587
TIMESTAMP = 1469121818
SHA256 (libxmp-4.4.0.tar.gz) = 1488dd953fd30384fb946745111824ad14a5c2ed82d76af671ac9cd733ac5c82
SIZE (libxmp-4.4.0.tar.gz) = 615536
2 changes: 1 addition & 1 deletion audio/mp3plot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= mp3plot
DISTVERSION= 0.6.0
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= audio
MASTER_SITES= http://p.outlyer.net/mp3plot/files/

Expand Down
2 changes: 1 addition & 1 deletion audio/squeezeboxserver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ post-patch:
-e 's/default-character-set/character-set-server/'\
-e 's/default-collation/collation-server/' ${WRKSRC}/MySQL/my.tt
# table_open_cache was known as table_cache in MySQL 5.1.2 and earlier
@if [ "$(MYSQL_VER)" != "50" ] ; then \
@if [ "${MYSQL_VER}" != "50" ] ; then \
${REINPLACE_CMD} \
-e 's/table_cache/table_open_cache/' ${WRKSRC}/MySQL/my.tt ;\
fi
Expand Down
2 changes: 1 addition & 1 deletion audio/xmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= xmp
PORTVERSION= 4.0.11
PORTVERSION= 4.1.0
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= SF
Expand Down
5 changes: 3 additions & 2 deletions audio/xmp/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (xmp-4.0.11.tar.gz) = ba09beefb9bc67cd01bba96e6c79c4896f9d99161ea41ddbfee0e25db09e7991
SIZE (xmp-4.0.11.tar.gz) = 208002
TIMESTAMP = 1469121844
SHA256 (xmp-4.1.0.tar.gz) = 1dbd61074783545ac7bef5b5daa772fd2110764cb70f937af8c3fad30f73289e
SIZE (xmp-4.1.0.tar.gz) = 210435
3 changes: 2 additions & 1 deletion benchmarks/iozone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

PORTNAME= iozone
DISTVERSION= 3_434
PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= http://www.iozone.org/src/current/
DISTNAME= ${PORTNAME}${DISTVERSION}

MAINTAINER= ports@FreeBSD.org
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= Performance Test of Sequential File I/O

WRKSRC= ${WRKDIR}/${DISTNAME}/src/current
Expand Down
Loading

0 comments on commit b37d659

Please sign in to comment.