aboutsummaryrefslogtreecommitdiffstats
path: root/www/ruby-amazon/Makefile
blob: 308cabc9d250789288533362c8de24d67d55f9bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# New ports collection makefile for:    Ruby/Amazon
# Date created:     9 February 2004
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   amazon
PORTVERSION=    0.8.2
CATEGORIES= www ruby
MASTER_SITES=   http://www.caliban.org/files/ruby/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DISTNAME=   ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR=    ruby

MAINTAINER= knu@FreeBSD.org
COMMENT=    A Ruby interface to Amazon's Web Services

USE_RUBY=   yes
USE_RUBY_SETUP= yes

DOCS=       NEWS README TODO
EXAMPLES=   example/*

RUBY_REQUIRE=   Ruby > 180

.include <bsd.port.pre.mk>

.if !defined(RUBY_PROVIDED)
IGNORE=     only works with Ruby 1.8.0 or later
.endif

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
    ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif

.include <bsd.port.post.mk>
td>2008-04-036-0/+304 * Linux Libertine is a font family with a serif typeface. These fontsthierry2008-04-025-0/+77 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-267-13/+7 * Fix plistahze2008-03-262-130/+60 * add SHA256 checksums and reformat Makefileedwin2008-03-252-20/+31 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-257-14/+9 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-1/+1 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-244-8/+4 * The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-244-92/+13 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-242-5/+2 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-244-8/+4 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-232-4/+2 * - Remove USE_XLIB in favor of USE_XORGmiwi2008-03-221-2/+1 * - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0 * Add gnu-unifont 1.0.0, unicode font.vanilla2008-03-194-0/+73 * Update to 2.24ahze2008-03-192-4/+4 * - Remove USE_X_PREFIXbeech2008-03-181-3/+2 * - Remove dependency on X_CLIENTS_PORTS and USE_X_PREFIXmiwi2008-03-141-4/+4 * - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-0/+1 * - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)flz2008-03-133-2/+4 * - This actually installs a one line shell script that executed mkfontscale, sopav2008-03-121-0/+3 * - Fix BUILD_DEPENDSgahr2008-03-111-2/+4 * - Remove dependency on X_CLIENTS_PORTgahr2008-03-111-4/+2 * Get Commodore 64 font installed under the X Window System.miwi2008-03-114-0/+40 * - XFree86 support was removed few hours ago - unbreak INDEXpav2008-03-081-14/+8 * remove USE_XLIBoliver2008-03-081-4/+14 * Remove support for XFree8-4.flz2008-03-0833-5035/+6 * Update to 2.23ahze2008-02-242-4/+4 * Fontmatrix is a graphical font manager. Targeted audience are mostlymiwi2008-02-175-0/+75 * Update my address.wxs2008-02-041-1/+1 * - Dependancy fixtabthorpe2008-01-271-3/+4 * Fix PCF Font parser buffer overflow (CVE-2008-0006).flz2008-01-232-1/+25 * Update to 2.22ahze2008-01-013-28/+26 * - Update to 0.43gabor2007-12-273-7/+8 * pass maintainership to Intron <intron@intron.ac>dryice2007-12-241-1/+1 * Remove extra whitespace.olgeni2007-12-241-1/+1 * fix the fonts.alias directory. Thanks Intron <intron@intron.ac> for pointingdryice2007-12-231-2/+2 * Update to 2.21ahze2007-12-213-23/+23 * Add patch that fixes a buffer overflow.flz2007-10-312-0/+12 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-10/+11 * Replace ttmkfdir by mkfontscale & mkfontdir to install correct files.thierry2007-10-211-7/+12 * Replace ttmkfdir by mkfontscale & mkfontdir to install correct files.thierry2007-10-211-8/+13 * - Drop Maintainershipmiwi2007-10-091-1/+1 * Update to 1.0.5 (security fix).flz2007-10-082-5/+4 * - Sort category Makefilessat2007-10-061-3/+3 * Replace #!/usr/bin/perl with ${PERL}. Bump PORTREVISION.hrs2007-09-281-1/+4 * Dominic is a new dad, and will be too busy for a while to work on ports.linimon2007-09-241-2/+1 * new port: x11-fonts/fonts-indicedwin2007-09-245-0/+63 * Update to 2.20ahze2007-09-194-283/+4 * - Update X.org ports to 7.3.flz2007-09-1415-11/+29 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1 * - Update to 2.7sat2007-09-042-4/+4 * - Reduce dependencies[1].hrs2007-09-023-11/+19 * Update to 2.19ahze2007-08-063-8/+4 * Add a missing dependency on docbook-410 when building fontconfig withmarcus2007-07-291-0/+1 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-232-2/+0 * - Drop maintainershippav2007-07-162-2/+2 * Update to 2.18ahze2007-07-043-6/+10 * Compile with FONTCACHE by default as before Xorg 7 and add WITHOUT_XFS_CACHElesi2007-07-031-1/+9 * Update to 1.0.3.lesi2007-07-033-5/+5 * Update to 1.0.1.lesi2007-07-033-5/+5 * - Update to 2.6sat2007-06-292-6/+5 * Update to 2.17ahze2007-06-282-4/+4 * Update to 2.16ahze2007-06-262-5/+4 * Update to release 3, to make fetchable again.thierry2007-06-022-5/+5 * Clenup share/X11 directory upon deinstall.lesi2007-05-311-0/+1 * move from X11BASE to LOCALBASEoliver2007-05-271-2/+2 * Fix the build of x11-fonts/xmbdfed with gcc42.keramida2007-05-271-0/+10 * LIBERATION font software consists of TrueType-OpenType formatted font softwarethierry2007-05-266-0/+94 * . change the prefix (/usr/X11 -> %{LOCALBASE}) at the configuration file; [1]bsam2007-05-236-18/+27 * Clean up pkg-message a bit:marck2007-05-232-11/+3 * Remove; moved to x11-fonts/encodingspav2007-05-205-113/+0 * - Welcome X.org 7.2 \o/.flz2007-05-20314-2445/+3860 * - Update to 2.5sat2007-04-152-4/+4 * Sync fontconfig with the fd.o git repository to fix a bug rendering DejaVumarcus2007-04-142-1/+81 * - update to 0.41leeym2007-04-062-4/+4 * - Update to 2.4sat2007-04-042-4/+10 * - Correct pkg-plist for newer fontconfigrafan2007-04-022-1/+1 * - Change my email.stas2007-03-281-1/+1 * Portlint:mezz2007-03-271-1/+1 * Include bsd.port.pre.mk before checking OPTIONS. Thanks my mentor fordryice2007-03-261-3/+5 * - fix plistdryice2007-03-262-2/+22 * Do not install config file as these fonts will automatically be loadedmarcus2007-03-252-8/+2 * - Fix plistpav2007-03-221-0/+1 * - Revert my previous commit; it was totally boguspav2007-03-221-1/+0 * - Fix plist for reference portpav2007-03-211-0/+1 * Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-1916-62/+1610 * Adding port x11-fonts/p5-Font-TTFMetrics, a Perl module for parsing TTF files.aaron2007-03-195-0/+50 * - Take maintainershipmiwi2007-03-121-1/+1 * - fc-match: Add 's' to getopt pattern, so -s is recognizedpav2007-03-102-1/+12 * update to 0.8.0dryice2007-03-072-6/+6 * Update to 2.15ahze2007-02-262-4/+4 * - Update to 2.3sat2007-02-163-14/+4 * - Update to 2.2sat2007-02-092-4/+4 * - remove unavailable WWW from pkg-descdryice2007-02-042-2/+1 * - Remove support for xfree86-3pav2007-02-035-39/+9 * Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-012-0/+2 * Use libtool port instead of included version to avoid a.out objformat botchkris2007-01-301-0/+1 * Update to 2.14ahze2007-01-282-5/+5 * This is a port of te_IN fonts. Fonts like Pothana2000 and Vemana fontsmiwi2007-01-256-0/+62 * Add port x11-fonts/fntsample:sat2007-01-225-0/+56 * Update to 2.13ahze2006-12-302-4/+4 * Update to 0.6.12ehaupt2006-12-202-5/+5 * - Respect X11BASErafan2006-12-071-4/+4 * - Update to 2.12ahze2006-11-203-11/+6 * Change my email address to farrokhi@ in all ports that I maintain.farrokhi2006-11-081-1/+1 * - Update to 2.11ahze2006-11-022-4/+4 * - Pass maintainership to submittermiwi2006-11-013-4/+4 * Disable the CJK patchset as it is no longer needed after the recentmarcus2006-11-012-9/+6 * Disable the cjk patch, same with freetype2, it doesn't build.mezz2006-10-171-5/+5 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-5/+5 * Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-142-6/+10 * Chase the new site.thierry2006-09-253-10/+9 * The author's page disapeared: host the distfile untill it will come back.thierry2006-09-031-2/+3 * NO_CDROM and NO_PACKAGE are not appropriate; use RESTRICTED insteadkris2006-09-031-2/+1 * NO_PACKAGE is not appropriate; use RESTRICTED instead. Mark BROKEN sincekris2006-09-031-1/+2 * - Use ../etc/fonts/conf.d mechanism for font configpav2006-08-296-36/+32 * Add junicode, a unicode font for medievalists (Latin, IPA and Runic).ehaupt2006-08-285-0/+63 * Commit my own version of DESTDIR-introduction recovery and modify themi2006-08-252-3/+6 * - Unbreakmiwi2006-08-211-5/+3 * - Update to 2.9ahze2006-08-212-4/+4 * - Update maintainer addressesmiwi2006-08-201-1/+1 * BROKEN: Does not buildkris2006-08-181-0/+2 * Fix after DESTDIR support was added.erwin2006-08-091-4/+3 * - Upgrade to 1.16;thierry2006-08-044-75/+16 * Update to 0.40erwin2006-08-013-60/+63 * - Update to 3.0.9itetcu2006-07-1910-33/+285 * - Unbreakmiwi2006-07-192-3/+5 * Note to self: first coffee, then commit.erwin2006-07-181-0/+0 * Readd the empty fonts.alias.cyberbit which is here in preparation forerwin2006-07-181-0/+0 * Remove fonts.alias stuffs.maho2006-07-184-9/+1 * - Update to 2.8ahze2006-07-172-4/+4 * Mark as broken: fails to deinstall cleanly.linimon2006-07-171-0/+2 * Remove zero-sized files.erwin2006-07-111-0/+0 * 1. Upgrade linux infrostructure ports from FC3 to FC4.bsam2006-07-109-45/+48 * - Update to 4.20garga2006-07-074-353/+359 * Add manu-gothic, an old german blackletter handwriting (suetterlin) font.miwi2006-06-295-0/+55 * - Update to 2.7ahze2006-06-202-4/+4 * - Update PORTVERSION to correct 0.38.1aaron2006-06-191-2/+2 * Use the correct mtree when you change the prefix, for example:mezz2006-06-122-0/+12 * Update MASTER_SITESmiwi2006-06-081-1/+2 * Remove MAN3PREFIX and assign over to perl.erwin2006-06-061-2/+1 * Remove expired leaf ports:vd2006-06-057-1301/+0 * Correct it, don't use USE_X_PREFIX that cause the circle dependency loop.mezz2006-06-011-1/+1 * - Add header in these *-reference ports.mezz2006-06-012-5/+11 * Add BUILD_DEPENDS to make pinityhat happy.delphij2006-05-311-0/+3 * Update to 0.7.0 (the version goes backward since the old versiondelphij2006-05-294-26/+40 * devel/pkgconfig -> devel/pkg-configmezz2006-05-281-1/+1 * Replace mastersite diedache2006-05-212-5/+5 * Chase DISTFILES and make fetchable again.thierry2006-05-212-6/+6 * - Update to 2.6ahze2006-05-192-4/+4 * - Add pkg-descrahze2006-05-181-0/+3 * portlint:mezz2006-05-161-4/+4 * Don't run fc-cache, we're using the fonts of the X server and the nativenetchild2006-05-136-36/+12 * Remove USE_REINPLACE from categories starting with Xedwin2006-05-135-5/+0 * Move the fontconfig programming reference to the fontconfig-reference port.jylefort2006-05-124-277/+162 * - Remove CVS tags and blank lines from distinfo file in unmaintained portssem2006-05-081-1/+0 * Mark as deprecated (+expiry), it is not needed.netchild2006-05-021-0/+3 * - Make sure that /usr/X11R6/lib/X11/fonts is only listed once in fonts.conf.jylefort2006-05-021-4/+5 * - convert to use bsd.linux-rpm.mk (get rid of include of linux-gtk/Makefile) [1]netchild2006-05-0217-124/+1324 * - update to 1.19leeym2006-04-282-5/+5 * Assume maintainership from ports@.olgeni2006-04-201-1/+1 * - Update to 2.5ahze2006-04-172-4/+4 * Reset petef due to no response to email. We hope to see him back sometime.linimon2006-04-151-1/+1 * - Update to 2.4.1ahze2006-04-102-4/+4 * - Upgrade to 20060126;thierry2006-03-285-17/+29 * Fix the build when docbook-utils is installed.marcus2006-03-271-0/+1 * Fix file permissions.olgeni2006-03-271-0/+3 * An x11 font designed to be small yet easily read.pav2006-03-276-0/+65 * Fix MASTER_SITES.olgeni2006-03-271-1/+1 * Assume maintainership from ports@.olgeni2006-03-271-1/+1 * Use NO_BUILD.olgeni2006-03-271-0/+1 * Add fc-cache handling.olgeni2006-03-272-0/+6 * - Update to 2.4ahze2006-03-203-5/+6 * - Fix MASTER_SITESgarga2006-03-161-1/+1 * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1 * Post libtool-conversion fixupsade2006-02-261-1/+1 * Conversion to a single libtool environment.ade2006-02-236-22/+12 * Update to 0.11, where buffer overrun is fixed.yoichi2006-02-234-9/+9 * - Add more MASTER_SITESgarga2006-02-232-14/+17 * - Update to 2.3-1ahze2006-02-212-5/+6 * Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-2/+1 * Update to 0.38.1erwin2006-02-192-4/+5 * Update firefly patch sites.marcus2006-02-151-1/+3 * Reset maintainership to ports@ after ~4 months without any response to anynetchild2006-02-121-1/+1 * FarsiWeb.ir has released the first standard set of Unicode Persian fonts everpav2006-02-085-0/+57 * Since fontconfig by default generates font cache files in directories wherelesi2006-02-072-0/+7 * Take care of font cache files on installation and uninstallation of port:lesi2006-02-0710-0/+53 * Don't install empty fonts.dir in fonts/local.lesi2006-02-072-2/+1 * Since fontconfig by default generates font cache files in directories wherelesi2006-02-062-0/+7 * Take care of font cache files on installation and uninstallation of port:lesi2006-02-0612-2/+46 * Remove USE_REINPLACE to pacify portlint.marcus2006-02-031-1/+0 * Since we look in X11BASE for fonts, make sure we explicitly clean upmarcus2006-02-032-2/+4 * Chase shlib bump of libexpat.kuriyama2006-01-311-1/+2 * SHA256ify (manually checked)edwin2006-01-242-4/+6 * SHA256ifyedwin2006-01-2431-0/+32 * - Update to 2.2ahze2006-01-232-4/+4 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-22